From 80b2b1d2d8d0c43d1bf5df3179384af35c42dcd4 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Mon, 2 May 2022 17:21:15 -0700 Subject: [PATCH 01/10] regen on april preview version --- .../_generated/_operations_mixin.py | 26 +- .../_generated/_text_analytics_client.py | 16 +- .../_generated/aio/_operations_mixin.py | 26 +- .../_generated/aio/_text_analytics_client.py | 16 +- .../ai/textanalytics/_generated/models.py | 2 +- .../__init__.py | 0 .../_configuration.py | 4 +- .../_metadata.json | 20 +- .../_patch.py | 141 +-- .../_text_analytics_client.py | 2 +- .../_vendor.py | 0 .../aio/__init__.py | 0 .../aio/_configuration.py | 4 +- .../aio/_patch.py | 30 +- .../aio/_text_analytics_client.py | 2 +- .../aio/operations/__init__.py | 0 .../_text_analytics_client_operations.py | 23 +- .../models/__init__.py | 0 .../models/_models_py3.py | 938 +++++++++--------- .../models/_text_analytics_client_enums.py | 0 .../operations/__init__.py | 0 .../_text_analytics_client_operations.py | 36 +- .../py.typed | 0 23 files changed, 667 insertions(+), 619 deletions(-) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/__init__.py (100%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/_configuration.py (97%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/_metadata.json (95%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/_patch.py (84%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/_text_analytics_client.py (99%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/_vendor.py (100%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/aio/__init__.py (100%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/aio/_configuration.py (97%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/aio/_patch.py (95%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/aio/_text_analytics_client.py (99%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/aio/operations/__init__.py (100%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/aio/operations/_text_analytics_client_operations.py (95%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/models/__init__.py (100%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/models/_models_py3.py (89%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/models/_text_analytics_client_enums.py (100%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/operations/__init__.py (100%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/operations/_text_analytics_client_operations.py (94%) rename sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/{v2022_03_01_preview => v2022_04_01_preview}/py.typed (100%) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py index 11b20ff78213..c1c02c8dd69f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py @@ -79,18 +79,18 @@ def analyze_text( executed immediately. :param body: Collection of documents to analyze and a single task to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask :param show_stats: (Optional) if set to true, response will contain request and document level statistics. :type show_stats: bool :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextTaskResult, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('analyze_text') - if api_version == '2022-03-01-preview': - from .v2022_03_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from .v2022_04_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'analyze_text'".format(api_version)) mixin_instance = OperationClass() @@ -127,12 +127,12 @@ def analyze_text_job_status( :type skip: int :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextJobState, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('analyze_text_job_status') - if api_version == '2022-03-01-preview': - from .v2022_03_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from .v2022_04_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'analyze_text_job_status'".format(api_version)) mixin_instance = OperationClass() @@ -207,8 +207,8 @@ def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return-statem :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('begin_analyze_text_cancel_job') - if api_version == '2022-03-01-preview': - from .v2022_03_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from .v2022_04_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'begin_analyze_text_cancel_job'".format(api_version)) mixin_instance = OperationClass() @@ -231,7 +231,7 @@ def begin_analyze_text_submit_job( executed as a long-running operation. :param body: Collection of documents to analyze and one or more tasks to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AnalyzeActionsLROPollingMethod. Pass @@ -243,12 +243,12 @@ def begin_analyze_text_submit_job( :return: An instance of AnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the result of cls(response) :rtype: - ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState] + ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState] :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('begin_analyze_text_submit_job') - if api_version == '2022-03-01-preview': - from .v2022_03_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from .v2022_04_01_preview.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'begin_analyze_text_submit_job'".format(api_version)) mixin_instance = OperationClass() diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py index 353415e8b24d..5ae2e97d1940 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py @@ -60,10 +60,10 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin, MultiApiClientMixi LATEST_PROFILE = ProfileDefinition({ _PROFILE_TAG: { None: DEFAULT_API_VERSION, - 'analyze_text': '2022-03-01-preview', - 'analyze_text_job_status': '2022-03-01-preview', - 'begin_analyze_text_cancel_job': '2022-03-01-preview', - 'begin_analyze_text_submit_job': '2022-03-01-preview', + 'analyze_text': '2022-04-01-preview', + 'analyze_text_job_status': '2022-04-01-preview', + 'begin_analyze_text_cancel_job': '2022-04-01-preview', + 'begin_analyze_text_submit_job': '2022-04-01-preview', }}, _PROFILE_TAG + " latest" ) @@ -76,7 +76,7 @@ def __init__( profile=KnownProfiles.default, # type: KnownProfiles **kwargs # type: Any ): - if api_version == '2022-03-01-preview': + if api_version == '2022-04-01-preview': base_url = '{Endpoint}/language' elif api_version == 'v3.0': base_url = '{Endpoint}/text/analytics/v3.0' @@ -99,12 +99,12 @@ def _models_dict(cls, api_version): def models(cls, api_version=DEFAULT_API_VERSION): """Module depends on the API version: - * 2022-03-01-preview: :mod:`v2022_03_01_preview.models` + * 2022-04-01-preview: :mod:`v2022_04_01_preview.models` * v3.0: :mod:`v3_0.models` * v3.1: :mod:`v3_1.models` """ - if api_version == '2022-03-01-preview': - from .v2022_03_01_preview import models + if api_version == '2022-04-01-preview': + from .v2022_04_01_preview import models return models elif api_version == 'v3.0': from .v3_0 import models diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py index 5c107b3d90fa..d39c4636c2a3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py @@ -73,18 +73,18 @@ async def analyze_text( executed immediately. :param body: Collection of documents to analyze and a single task to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask :param show_stats: (Optional) if set to true, response will contain request and document level statistics. :type show_stats: bool :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextTaskResult, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('analyze_text') - if api_version == '2022-03-01-preview': - from ..v2022_03_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from ..v2022_04_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'analyze_text'".format(api_version)) mixin_instance = OperationClass() @@ -120,12 +120,12 @@ async def analyze_text_job_status( :type skip: int :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextJobState, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('analyze_text_job_status') - if api_version == '2022-03-01-preview': - from ..v2022_03_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from ..v2022_04_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'analyze_text_job_status'".format(api_version)) mixin_instance = OperationClass() @@ -199,8 +199,8 @@ async def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return- :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('begin_analyze_text_cancel_job') - if api_version == '2022-03-01-preview': - from ..v2022_03_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from ..v2022_04_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'begin_analyze_text_cancel_job'".format(api_version)) mixin_instance = OperationClass() @@ -222,7 +222,7 @@ async def begin_analyze_text_submit_job( executed as a long-running operation. :param body: Collection of documents to analyze and one or more tasks to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncAnalyzeActionsLROPollingMethod. @@ -234,12 +234,12 @@ async def begin_analyze_text_submit_job( :return: An instance of AsyncAnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the result of cls(response) :rtype: - ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState] + ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState] :raises: ~azure.core.exceptions.HttpResponseError """ api_version = self._get_api_version('begin_analyze_text_submit_job') - if api_version == '2022-03-01-preview': - from ..v2022_03_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + if api_version == '2022-04-01-preview': + from ..v2022_04_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'begin_analyze_text_submit_job'".format(api_version)) mixin_instance = OperationClass() diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py index 1731a59d90cd..715a39081647 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py @@ -59,10 +59,10 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin, MultiApiClientMixi LATEST_PROFILE = ProfileDefinition({ _PROFILE_TAG: { None: DEFAULT_API_VERSION, - 'analyze_text': '2022-03-01-preview', - 'analyze_text_job_status': '2022-03-01-preview', - 'begin_analyze_text_cancel_job': '2022-03-01-preview', - 'begin_analyze_text_submit_job': '2022-03-01-preview', + 'analyze_text': '2022-04-01-preview', + 'analyze_text_job_status': '2022-04-01-preview', + 'begin_analyze_text_cancel_job': '2022-04-01-preview', + 'begin_analyze_text_submit_job': '2022-04-01-preview', }}, _PROFILE_TAG + " latest" ) @@ -75,7 +75,7 @@ def __init__( profile: KnownProfiles = KnownProfiles.default, **kwargs # type: Any ) -> None: - if api_version == '2022-03-01-preview': + if api_version == '2022-04-01-preview': base_url = '{Endpoint}/language' elif api_version == 'v3.0': base_url = '{Endpoint}/text/analytics/v3.0' @@ -98,12 +98,12 @@ def _models_dict(cls, api_version): def models(cls, api_version=DEFAULT_API_VERSION): """Module depends on the API version: - * 2022-03-01-preview: :mod:`v2022_03_01_preview.models` + * 2022-04-01-preview: :mod:`v2022_04_01_preview.models` * v3.0: :mod:`v3_0.models` * v3.1: :mod:`v3_1.models` """ - if api_version == '2022-03-01-preview': - from ..v2022_03_01_preview import models + if api_version == '2022-04-01-preview': + from ..v2022_04_01_preview import models return models elif api_version == 'v3.0': from ..v3_0 import models diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/models.py index dc0e63137bd8..5c21f86d4bfb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/models.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/models.py @@ -4,5 +4,5 @@ # Licensed under the MIT License. See License.txt in the project root for # license information. # -------------------------------------------------------------------------- -from .v2022_03_01_preview.models import * +from .v2022_04_01_preview.models import * from .v3_1.models import * diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/__init__.py similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/__init__.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/__init__.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_configuration.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_configuration.py similarity index 97% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_configuration.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_configuration.py index b98010191ee7..caa5a9e23688 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_configuration.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_configuration.py @@ -28,7 +28,7 @@ class TextAnalyticsClientConfiguration(Configuration): # pylint: disable=too-ma :param endpoint: Supported Cognitive Services endpoint (e.g., https://:code:``.api.cognitiveservices.azure.com). :type endpoint: str - :keyword api_version: Api Version. The default value is "2022-03-01-preview". Note that + :keyword api_version: Api Version. The default value is "2022-04-01-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str """ @@ -40,7 +40,7 @@ def __init__( **kwargs: Any ) -> None: super(TextAnalyticsClientConfiguration, self).__init__(**kwargs) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str if credential is None: raise ValueError("Parameter 'credential' must not be None.") diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_metadata.json similarity index 95% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_metadata.json rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_metadata.json index 214ba6976c1c..41dcf12015c1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_metadata.json @@ -1,6 +1,6 @@ { - "chosen_version": "2022-03-01-preview", - "total_api_version_list": ["2022-03-01-preview"], + "chosen_version": "2022-04-01-preview", + "total_api_version_list": ["2022-04-01-preview"], "client": { "name": "TextAnalyticsClient", "filename": "_text_analytics_client", @@ -93,48 +93,48 @@ "analyze_text" : { "sync": { "signature": "def analyze_text(\n self,\n body, # type: \"_models.AnalyzeTextTask\"\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n # type: (...) -\u003e \"_models.AnalyzeTextTaskResult\"\n", - "doc": "\"\"\"Request text analysis over a collection of documents.\n\nSubmit a collection of text documents for analysis. Specify a single unique task to be\nexecuted immediately.\n\n:param body: Collection of documents to analyze and a single task to execute.\n:type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextTaskResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Request text analysis over a collection of documents.\n\nSubmit a collection of text documents for analysis. Specify a single unique task to be\nexecuted immediately.\n\n:param body: Collection of documents to analyze and a single task to execute.\n:type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextTaskResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def analyze_text(\n self,\n body: \"_models.AnalyzeTextTask\",\n show_stats: Optional[bool] = None,\n **kwargs: Any\n) -\u003e \"_models.AnalyzeTextTaskResult\":\n", - "doc": "\"\"\"Request text analysis over a collection of documents.\n\nSubmit a collection of text documents for analysis. Specify a single unique task to be\nexecuted immediately.\n\n:param body: Collection of documents to analyze and a single task to execute.\n:type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextTaskResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Request text analysis over a collection of documents.\n\nSubmit a collection of text documents for analysis. Specify a single unique task to be\nexecuted immediately.\n\n:param body: Collection of documents to analyze and a single task to execute.\n:type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextTaskResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "body, show_stats" }, "_analyze_text_submit_job_initial" : { "sync": { "signature": "def _analyze_text_submit_job_initial(\n self,\n body, # type: \"_models.AnalyzeTextJobsInput\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e Optional[\"_models.AnalyzeTextJobState\"]\n", - "doc": "\"\"\"Submit text analysis job.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Submit text analysis job.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def _analyze_text_submit_job_initial(\n self,\n body: \"_models.AnalyzeTextJobsInput\",\n **kwargs: Any\n) -\u003e Optional[\"_models.AnalyzeTextJobState\"]:\n", - "doc": "\"\"\"Submit text analysis job.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Submit text analysis job.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState or None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "body" }, "begin_analyze_text_submit_job" : { "sync": { "signature": "def begin_analyze_text_submit_job(\n self,\n body, # type: \"_models.AnalyzeTextJobsInput\"\n **kwargs # type: Any\n):\n # type: (...) -\u003e AnalyzeActionsLROPoller[\"_models.AnalyzeTextJobState\"]\n", - "doc": "\"\"\"Submit text analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted as a long-running operation.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AnalyzeActionsLROPollingMethod. Pass\n in False for this operation to not poll, or pass in your own initialized polling object for a\n personal polling strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the\n result of cls(response)\n:rtype:\n ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Submit text analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted as a long-running operation.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AnalyzeActionsLROPollingMethod. Pass\n in False for this operation to not poll, or pass in your own initialized polling object for a\n personal polling strategy.\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the\n result of cls(response)\n:rtype:\n ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def begin_analyze_text_submit_job(\n self,\n body: \"_models.AnalyzeTextJobsInput\",\n **kwargs: Any\n) -\u003e AsyncAnalyzeActionsLROPoller[\"_models.AnalyzeTextJobState\"]:\n", - "doc": "\"\"\"Submit text analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted as a long-running operation.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncAnalyzeActionsLROPollingMethod.\n Pass in False for this operation to not poll, or pass in your own initialized polling object\n for a personal polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncAnalyzeActionsLROPoller that returns either AnalyzeTextJobState or\n the result of cls(response)\n:rtype:\n ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Submit text analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted as a long-running operation.\n\n:param body: Collection of documents to analyze and one or more tasks to execute.\n:type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: By default, your polling method will be AsyncAnalyzeActionsLROPollingMethod.\n Pass in False for this operation to not poll, or pass in your own initialized polling object\n for a personal polling strategy.\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no\n Retry-After header is present.\n:return: An instance of AsyncAnalyzeActionsLROPoller that returns either AnalyzeTextJobState or\n the result of cls(response)\n:rtype:\n ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState]\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "body" }, "analyze_text_job_status" : { "sync": { "signature": "def analyze_text_job_status(\n self,\n job_id, # type: str\n show_stats=None, # type: Optional[bool]\n top=None, # type: Optional[int]\n skip=None, # type: Optional[int]\n **kwargs # type: Any\n):\n # type: (...) -\u003e \"_models.AnalyzeTextJobState\"\n", - "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\nsucceeded, the job will transition to the succeeded state and results will be available for\neach task.\n\n:param job_id: Job ID.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: The maximum number of resources to return from the collection.\n:type top: int\n:param skip: An offset into the collection of the first resource to be returned.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\nsucceeded, the job will transition to the succeeded state and results will be available for\neach task.\n\n:param job_id: Job ID.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: The maximum number of resources to return from the collection.\n:type top: int\n:param skip: An offset into the collection of the first resource to be returned.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, "signature": "async def analyze_text_job_status(\n self,\n job_id: str,\n show_stats: Optional[bool] = None,\n top: Optional[int] = None,\n skip: Optional[int] = None,\n **kwargs: Any\n) -\u003e \"_models.AnalyzeTextJobState\":\n", - "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\nsucceeded, the job will transition to the succeeded state and results will be available for\neach task.\n\n:param job_id: Job ID.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: The maximum number of resources to return from the collection.\n:type top: int\n:param skip: An offset into the collection of the first resource to be returned.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\nsucceeded, the job will transition to the succeeded state and results will be available for\neach task.\n\n:param job_id: Job ID.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: The maximum number of resources to return from the collection.\n:type top: int\n:param skip: An offset into the collection of the first resource to be returned.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeTextJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "job_id, show_stats, top, skip" }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_patch.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_patch.py similarity index 84% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_patch.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_patch.py index 2a7e2229337f..07959486c6a0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_patch.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_patch.py @@ -29,57 +29,53 @@ # https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/customize_code/how-to-patch-sdk-code.md import importlib -from azure.ai.textanalytics._generated.v2022_03_01_preview.operations import TextAnalyticsClientOperationsMixin as GeneratedTextAnalyticsClientOperationsMixin -from azure.ai.textanalytics._lro import AnalyzeActionsLROPoller, AnalyzeActionsLROPollingMethod -from typing import TYPE_CHECKING +from .operations import TextAnalyticsClientOperationsMixin as GeneratedTextAnalyticsClientOperationsMixin +from .operations._text_analytics_client_operations import build_analyze_text_cancel_job_request_initial, build_analyze_text_job_status_request, build_analyze_text_request, build_analyze_text_submit_job_request_initial +from typing import Any, Callable, Dict, Optional, TypeVar, Union + from msrest import Serializer -from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, \ - ResourceNotFoundError, map_error + +from ..._lro import AnalyzeActionsLROPoller, AnalyzeActionsLROPollingMethod +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import HttpResponse from azure.core.polling import LROPoller, NoPolling, PollingMethod from azure.core.polling.base_polling import LROBasePolling from azure.core.rest import HttpRequest from azure.core.tracing.decorator import distributed_trace -from .operations._text_analytics_client_operations import build_analyze_text_cancel_job_request_initial, build_analyze_text_job_status_request, build_analyze_text_request, build_analyze_text_submit_job_request_initial + from . import models as _models from ._vendor import _convert_request, _format_url_section - -if TYPE_CHECKING: - # pylint: disable=unused-import,ungrouped-imports - from typing import Any, Callable, Dict, Optional, TypeVar, Union - - T = TypeVar('T') - ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] +T = TypeVar('T') +JSONType = Any +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] _SERIALIZER = Serializer() _SERIALIZER.client_side_validation = False - def patch_sdk(): class TextAnalyticsClientOperationsMixin(GeneratedTextAnalyticsClientOperationsMixin): @distributed_trace def analyze_text( - self, - body, # type: "_models.AnalyzeTextTask" - show_stats=None, # type: Optional[bool] - **kwargs # type: Any - ): - # type: (...) -> "_models.AnalyzeTextTaskResult" + self, + body: "_models.AnalyzeTextTask", + show_stats: Optional[bool] = None, + **kwargs: Any + ) -> "_models.AnalyzeTextTaskResult": """Request text analysis over a collection of documents. Submit a collection of text documents for analysis. Specify a single unique task to be executed immediately. :param body: Collection of documents to analyze and a single task to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask :param show_stats: (Optional) if set to true, response will contain request and document level statistics. :type show_stats: bool :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextTaskResult, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextTaskResult"] @@ -88,7 +84,7 @@ def analyze_text( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextTask') @@ -127,19 +123,19 @@ def analyze_text( analyze_text.metadata = {'url': "/:analyze-text"} # type: ignore + def _analyze_text_submit_job_initial( - self, - body, # type: "_models.AnalyzeTextJobsInput" - **kwargs # type: Any - ): - # type: (...) -> Optional["_models.AnalyzeTextJobState"] + self, + body: "_models.AnalyzeTextJobsInput", + **kwargs: Any + ) -> Optional["_models.AnalyzeTextJobState"]: cls = kwargs.pop('cls', None) # type: ClsType[Optional["_models.AnalyzeTextJobState"]] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextJobsInput') @@ -173,8 +169,8 @@ def _analyze_text_submit_job_initial( deserialized = self._deserialize('AnalyzeTextJobState', pipeline_response) if response.status_code == 202: - response_headers['Operation-Location'] = self._deserialize('str', - response.headers.get('Operation-Location')) + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + if cls: return cls(pipeline_response, deserialized, response_headers) @@ -183,20 +179,20 @@ def _analyze_text_submit_job_initial( _analyze_text_submit_job_initial.metadata = {'url': "/analyze-text/jobs"} # type: ignore + @distributed_trace def begin_analyze_text_submit_job( - self, - body, # type: "_models.AnalyzeTextJobsInput" - **kwargs # type: Any - ): - # type: (...) -> AnalyzeActionsLROPoller["_models.AnalyzeTextJobState"] + self, + body: "_models.AnalyzeTextJobsInput", + **kwargs: Any + ) -> AnalyzeActionsLROPoller["_models.AnalyzeTextJobState"]: """Submit text analysis job. Submit a collection of text documents for analysis. Specify one or more unique tasks to be executed as a long-running operation. :param body: Collection of documents to analyze and one or more tasks to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AnalyzeActionsLROPollingMethod. Pass @@ -208,11 +204,11 @@ def begin_analyze_text_submit_job( :return: An instance of AnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the result of cls(response) :rtype: - ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState] + ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState] :raises: ~azure.core.exceptions.HttpResponseError """ poller_cls = kwargs.pop("poller_cls", AnalyzeActionsLROPoller) # Handwritten - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -226,7 +222,7 @@ def begin_analyze_text_submit_job( body=body, api_version=api_version, content_type=content_type, - cls=lambda x, y, z: x, + cls=lambda x,y,z: x, **kwargs ) kwargs.pop('error_map', None) @@ -238,6 +234,7 @@ def get_long_running_output(pipeline_response): return cls(pipeline_response, deserialized, {}) return deserialized + path_format_arguments = { "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), } @@ -262,14 +259,13 @@ def get_long_running_output(pipeline_response): @distributed_trace def analyze_text_job_status( - self, - job_id, # type: str - show_stats=None, # type: Optional[bool] - top=None, # type: Optional[int] - skip=None, # type: Optional[int] - **kwargs # type: Any - ): - # type: (...) -> "_models.AnalyzeTextJobState" + self, + job_id: str, + show_stats: Optional[bool] = None, + top: Optional[int] = None, + skip: Optional[int] = None, + **kwargs: Any + ) -> "_models.AnalyzeTextJobState": """Get analysis status and results. Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are @@ -287,7 +283,7 @@ def analyze_text_job_status( :type skip: int :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextJobState, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -296,7 +292,8 @@ def analyze_text_job_status( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str + request = build_analyze_text_job_status_request( job_id=job_id, @@ -333,20 +330,24 @@ def analyze_text_job_status( analyze_text_job_status.metadata = {'url': "/analyze-text/jobs/{jobId}"} # type: ignore + def _analyze_text_cancel_job_initial( # pylint: disable=inconsistent-return-statements - self, - job_id, # type: str - **kwargs # type: Any - ): - # type: (...) -> None + self, + job_id: str, + **kwargs: Any + ) -> None: cls = kwargs.pop('cls', None) # type: ClsType[None] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str + + request = build_analyze_text_cancel_job_request_initial( job_id=job_id, + api_version=api_version, template_url=self._analyze_text_cancel_job_initial.metadata['url'], ) request = _convert_request(request) @@ -367,21 +368,21 @@ def _analyze_text_cancel_job_initial( # pylint: disable=inconsistent-return-sta raise HttpResponseError(response=response) response_headers = {} - response_headers['Operation-Location'] = self._deserialize('str', - response.headers.get('Operation-Location')) + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + if cls: return cls(pipeline_response, None, response_headers) _analyze_text_cancel_job_initial.metadata = {'url': "/analyze-text/jobs/{jobId}:cancel"} # type: ignore + @distributed_trace def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return-statements - self, - job_id, # type: str - **kwargs # type: Any - ): - # type: (...) -> LROPoller[None] + self, + job_id: str, + **kwargs: Any + ) -> LROPoller[None]: """Cancel a long-running Text Analysis job. Cancel a long-running Text Analysis job. @@ -400,6 +401,7 @@ def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return-statem :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( @@ -410,7 +412,8 @@ def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return-statem if cont_token is None: raw_result = self._analyze_text_cancel_job_initial( job_id=job_id, - cls=lambda x, y, z: x, + api_version=api_version, + cls=lambda x,y,z: x, **kwargs ) kwargs.pop('error_map', None) @@ -419,16 +422,14 @@ def get_long_running_output(pipeline_response): if cls: return cls(pipeline_response, None, {}) + path_format_arguments = { "Endpoint": self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), } - if polling is True: - polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) - elif polling is False: - polling_method = NoPolling() - else: - polling_method = polling + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling if cont_token: return LROPoller.from_continuation_token( polling_method=polling_method, @@ -440,5 +441,5 @@ def get_long_running_output(pipeline_response): begin_analyze_text_cancel_job.metadata = {'url': "/analyze-text/jobs/{jobId}:cancel"} # type: ignore - curr_package = importlib.import_module("azure.ai.textanalytics._generated.v2022_03_01_preview.operations") + curr_package = importlib.import_module("azure.ai.textanalytics._generated.v2022_04_01_preview.operations") curr_package.TextAnalyticsClientOperationsMixin = TextAnalyticsClientOperationsMixin diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_text_analytics_client.py similarity index 99% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_text_analytics_client.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_text_analytics_client.py index 41fa356ccb82..dd21ddfd4086 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_text_analytics_client.py @@ -34,7 +34,7 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin): :param endpoint: Supported Cognitive Services endpoint (e.g., https://:code:``.api.cognitiveservices.azure.com). :type endpoint: str - :keyword api_version: Api Version. The default value is "2022-03-01-preview". Note that + :keyword api_version: Api Version. The default value is "2022-04-01-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str :keyword int polling_interval: Default waiting time between two polls for LRO operations if no diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_vendor.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_vendor.py similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/_vendor.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/_vendor.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/__init__.py similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/__init__.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/__init__.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_configuration.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_configuration.py similarity index 97% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_configuration.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_configuration.py index 87667616f07a..c1d12d1e33fd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_configuration.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_configuration.py @@ -28,7 +28,7 @@ class TextAnalyticsClientConfiguration(Configuration): # pylint: disable=too-ma :param endpoint: Supported Cognitive Services endpoint (e.g., https://:code:``.api.cognitiveservices.azure.com). :type endpoint: str - :keyword api_version: Api Version. The default value is "2022-03-01-preview". Note that + :keyword api_version: Api Version. The default value is "2022-04-01-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str """ @@ -40,7 +40,7 @@ def __init__( **kwargs: Any ) -> None: super(TextAnalyticsClientConfiguration, self).__init__(**kwargs) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str if credential is None: raise ValueError("Parameter 'credential' must not be None.") diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_patch.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_patch.py similarity index 95% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_patch.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_patch.py index 8f520f24efcc..1303fda6faf1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_patch.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_patch.py @@ -28,8 +28,7 @@ # This file is used for handwritten extensions to the generated code. Example: # https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/customize_code/how-to-patch-sdk-code.md import importlib -from azure.ai.textanalytics._generated.v2022_03_01_preview.aio.operations import TextAnalyticsClientOperationsMixin as GeneratedTextAnalyticsClientOperationsMixin -from azure.ai.textanalytics.aio._lro_async import AsyncAnalyzeActionsLROPoller, AsyncAnalyzeActionsLROPollingMethod +from .operations import TextAnalyticsClientOperationsMixin as GeneratedTextAnalyticsClientOperationsMixin from typing import Any, Callable, Dict, Optional, TypeVar, Union from ....aio._lro_async import AsyncAnalyzeActionsLROPoller, AsyncAnalyzeActionsLROPollingMethod @@ -41,7 +40,7 @@ from azure.core.rest import HttpRequest from azure.core.tracing.decorator_async import distributed_trace_async -from .. import models as _models +from ... import models as _models from .._vendor import _convert_request from ..operations._text_analytics_client_operations import build_analyze_text_cancel_job_request_initial, build_analyze_text_job_status_request, build_analyze_text_request, build_analyze_text_submit_job_request_initial T = TypeVar('T') @@ -64,13 +63,13 @@ async def analyze_text( executed immediately. :param body: Collection of documents to analyze and a single task to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask :param show_stats: (Optional) if set to true, response will contain request and document level statistics. :type show_stats: bool :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextTaskResult, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextTaskResult"] @@ -79,7 +78,7 @@ async def analyze_text( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextTask') @@ -129,7 +128,7 @@ async def _analyze_text_submit_job_initial( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextJobsInput') @@ -185,7 +184,7 @@ async def begin_analyze_text_submit_job( executed as a long-running operation. :param body: Collection of documents to analyze and one or more tasks to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncAnalyzeActionsLROPollingMethod. @@ -197,11 +196,11 @@ async def begin_analyze_text_submit_job( :return: An instance of AsyncAnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the result of cls(response) :rtype: - ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState] + ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState] :raises: ~azure.core.exceptions.HttpResponseError """ poller_cls = kwargs.pop("poller_cls", AsyncAnalyzeActionsLROPoller) # Handwritten - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -276,7 +275,7 @@ async def analyze_text_job_status( :type skip: int :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextJobState, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -285,7 +284,7 @@ async def analyze_text_job_status( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str request = build_analyze_text_job_status_request( job_id=job_id, @@ -332,9 +331,10 @@ async def _analyze_text_cancel_job_initial( # pylint: disable=inconsistent-retu 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str request = build_analyze_text_cancel_job_request_initial( job_id=job_id, + api_version=api_version, template_url=self._analyze_text_cancel_job_initial.metadata['url'], ) request = _convert_request(request) @@ -387,6 +387,7 @@ async def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return- :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( @@ -397,6 +398,7 @@ async def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return- if cont_token is None: raw_result = await self._analyze_text_cancel_job_initial( job_id=job_id, + api_version=api_version, cls=lambda x, y, z: x, **kwargs ) @@ -427,5 +429,5 @@ def get_long_running_output(pipeline_response): begin_analyze_text_cancel_job.metadata = {'url': "/analyze-text/jobs/{jobId}:cancel"} # type: ignore - curr_package = importlib.import_module("azure.ai.textanalytics._generated.v2022_03_01_preview.aio.operations") + curr_package = importlib.import_module("azure.ai.textanalytics._generated.v2022_04_01_preview.aio.operations") curr_package.TextAnalyticsClientOperationsMixin = TextAnalyticsClientOperationsMixin diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_text_analytics_client.py similarity index 99% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_text_analytics_client.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_text_analytics_client.py index 39662262ed87..c7b8757c6bbf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_text_analytics_client.py @@ -34,7 +34,7 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin): :param endpoint: Supported Cognitive Services endpoint (e.g., https://:code:``.api.cognitiveservices.azure.com). :type endpoint: str - :keyword api_version: Api Version. The default value is "2022-03-01-preview". Note that + :keyword api_version: Api Version. The default value is "2022-04-01-preview". Note that overriding this default value may result in unsupported behavior. :paramtype api_version: str :keyword int polling_interval: Default waiting time between two polls for LRO operations if no diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/operations/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/operations/__init__.py similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/operations/__init__.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/operations/__init__.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/operations/_text_analytics_client_operations.py similarity index 95% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/operations/_text_analytics_client_operations.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/operations/_text_analytics_client_operations.py index 648bb0f9f2f8..a53392d2cda9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/aio/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/operations/_text_analytics_client_operations.py @@ -38,13 +38,13 @@ async def analyze_text( executed immediately. :param body: Collection of documents to analyze and a single task to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask :param show_stats: (Optional) if set to true, response will contain request and document level statistics. :type show_stats: bool :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextTaskResult, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextTaskResult"] @@ -53,7 +53,7 @@ async def analyze_text( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextTask') @@ -104,7 +104,7 @@ async def _analyze_text_submit_job_initial( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextJobsInput') @@ -161,7 +161,7 @@ async def begin_analyze_text_submit_job( executed as a long-running operation. :param body: Collection of documents to analyze and one or more tasks to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AsyncAnalyzeActionsLROPollingMethod. @@ -173,10 +173,10 @@ async def begin_analyze_text_submit_job( :return: An instance of AsyncAnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the result of cls(response) :rtype: - ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState] + ~.....aio._lro_async.AsyncAnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -247,7 +247,7 @@ async def analyze_text_job_status( :type skip: int :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextJobState, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -256,7 +256,7 @@ async def analyze_text_job_status( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str request = build_analyze_text_job_status_request( @@ -306,9 +306,12 @@ async def _analyze_text_cancel_job_initial( # pylint: disable=inconsistent-retu } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str + request = build_analyze_text_cancel_job_request_initial( job_id=job_id, + api_version=api_version, template_url=self._analyze_text_cancel_job_initial.metadata['url'], ) request = _convert_request(request) @@ -362,6 +365,7 @@ async def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return- :rtype: ~azure.core.polling.AsyncLROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str polling = kwargs.pop('polling', True) # type: Union[bool, AsyncPollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( @@ -372,6 +376,7 @@ async def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return- if cont_token is None: raw_result = await self._analyze_text_cancel_job_initial( job_id=job_id, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/models/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/models/__init__.py similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/models/__init__.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/models/__init__.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/models/_models_py3.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/models/_models_py3.py similarity index 89% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/models/_models_py3.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/models/_models_py3.py index 524fdcf00eed..37c983d65b12 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/models/_models_py3.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/models/_models_py3.py @@ -26,7 +26,7 @@ class AnalyzeTextTask(msrest.serialization.Model): :ivar kind: Required. Enumeration of supported Text Analysis tasks.Constant filled by server. Possible values include: "SentimentAnalysis", "EntityRecognition", "PiiEntityRecognition", "KeyPhraseExtraction", "LanguageDetection", "EntityLinking". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskKind """ _validation = { @@ -59,13 +59,13 @@ class AnalyzeTextEntityLinkingInput(AnalyzeTextTask): :ivar kind: Required. Enumeration of supported Text Analysis tasks.Constant filled by server. Possible values include: "SentimentAnalysis", "EntityRecognition", "PiiEntityRecognition", "KeyPhraseExtraction", "LanguageDetection", "EntityLinking". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskKind :ivar analysis_input: :vartype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :ivar parameters: Supported parameters for an Entity Linking task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingTaskParameters """ _validation = { @@ -88,10 +88,10 @@ def __init__( """ :keyword analysis_input: :paramtype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :keyword parameters: Supported parameters for an Entity Linking task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingTaskParameters """ super(AnalyzeTextEntityLinkingInput, self).__init__(**kwargs) self.kind = 'EntityLinking' # type: str @@ -107,12 +107,12 @@ class AnalyzeTextEntityRecognitionInput(AnalyzeTextTask): :ivar kind: Required. Enumeration of supported Text Analysis tasks.Constant filled by server. Possible values include: "SentimentAnalysis", "EntityRecognition", "PiiEntityRecognition", "KeyPhraseExtraction", "LanguageDetection", "EntityLinking". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskKind :ivar analysis_input: :vartype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :ivar parameters: Supported parameters for an Entity Recognition task. - :vartype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesTaskParameters + :vartype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesTaskParameters """ _validation = { @@ -135,10 +135,10 @@ def __init__( """ :keyword analysis_input: :paramtype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :keyword parameters: Supported parameters for an Entity Recognition task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesTaskParameters """ super(AnalyzeTextEntityRecognitionInput, self).__init__(**kwargs) self.kind = 'EntityRecognition' # type: str @@ -155,9 +155,9 @@ class AnalyzeTextJobsInput(msrest.serialization.Model): :vartype display_name: str :ivar analysis_input: Required. :vartype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :ivar tasks: Required. The set of tasks to execute on the input documents. - :vartype tasks: list[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTask] + :vartype tasks: list[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTask] """ _validation = { @@ -184,9 +184,9 @@ def __init__( :paramtype display_name: str :keyword analysis_input: Required. :paramtype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :keyword tasks: Required. The set of tasks to execute on the input documents. - :paramtype tasks: list[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTask] + :paramtype tasks: list[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTask] """ super(AnalyzeTextJobsInput, self).__init__(**kwargs) self.display_name = display_name @@ -199,7 +199,7 @@ class AnalyzeTextJobStatistics(msrest.serialization.Model): :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics """ _attribute_map = { @@ -215,7 +215,7 @@ def __init__( """ :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics """ super(AnalyzeTextJobStatistics, self).__init__(**kwargs) self.statistics = statistics @@ -227,7 +227,7 @@ class TasksState(msrest.serialization.Model): All required parameters must be populated in order to send to Azure. :ivar tasks: Required. - :vartype tasks: ~azure.ai.textanalytics.v2022_03_01_preview.models.TasksStateTasks + :vartype tasks: ~azure.ai.textanalytics.v2022_04_01_preview.models.TasksStateTasks """ _validation = { @@ -246,7 +246,7 @@ def __init__( ): """ :keyword tasks: Required. - :paramtype tasks: ~azure.ai.textanalytics.v2022_03_01_preview.models.TasksStateTasks + :paramtype tasks: ~azure.ai.textanalytics.v2022_04_01_preview.models.TasksStateTasks """ super(TasksState, self).__init__(**kwargs) self.tasks = tasks @@ -269,9 +269,9 @@ class JobState(msrest.serialization.Model): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar errors: - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] :ivar next_link: :vartype next_link: str """ @@ -320,9 +320,9 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword errors: - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] :keyword next_link: :paramtype next_link: str """ @@ -344,9 +344,9 @@ class AnalyzeTextJobState(JobState, TasksState, AnalyzeTextJobStatistics): :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar tasks: Required. - :vartype tasks: ~azure.ai.textanalytics.v2022_03_01_preview.models.TasksStateTasks + :vartype tasks: ~azure.ai.textanalytics.v2022_04_01_preview.models.TasksStateTasks :ivar display_name: :vartype display_name: str :ivar created_date_time: Required. @@ -359,9 +359,9 @@ class AnalyzeTextJobState(JobState, TasksState, AnalyzeTextJobStatistics): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar errors: - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] :ivar next_link: :vartype next_link: str """ @@ -405,9 +405,9 @@ def __init__( """ :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword tasks: Required. - :paramtype tasks: ~azure.ai.textanalytics.v2022_03_01_preview.models.TasksStateTasks + :paramtype tasks: ~azure.ai.textanalytics.v2022_04_01_preview.models.TasksStateTasks :keyword display_name: :paramtype display_name: str :keyword created_date_time: Required. @@ -420,9 +420,9 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword errors: - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] :keyword next_link: :paramtype next_link: str """ @@ -447,12 +447,12 @@ class AnalyzeTextKeyPhraseExtractionInput(AnalyzeTextTask): :ivar kind: Required. Enumeration of supported Text Analysis tasks.Constant filled by server. Possible values include: "SentimentAnalysis", "EntityRecognition", "PiiEntityRecognition", "KeyPhraseExtraction", "LanguageDetection", "EntityLinking". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskKind :ivar analysis_input: :vartype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :ivar parameters: Supported parameters for a Key Phrase Extraction task. - :vartype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseTaskParameters + :vartype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseTaskParameters """ _validation = { @@ -475,10 +475,10 @@ def __init__( """ :keyword analysis_input: :paramtype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :keyword parameters: Supported parameters for a Key Phrase Extraction task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseTaskParameters """ super(AnalyzeTextKeyPhraseExtractionInput, self).__init__(**kwargs) self.kind = 'KeyPhraseExtraction' # type: str @@ -494,13 +494,13 @@ class AnalyzeTextLanguageDetectionInput(AnalyzeTextTask): :ivar kind: Required. Enumeration of supported Text Analysis tasks.Constant filled by server. Possible values include: "SentimentAnalysis", "EntityRecognition", "PiiEntityRecognition", "KeyPhraseExtraction", "LanguageDetection", "EntityLinking". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskKind :ivar analysis_input: :vartype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionAnalysisInput :ivar parameters: Supported parameters for a Language Detection task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionTaskParameters """ _validation = { @@ -523,10 +523,10 @@ def __init__( """ :keyword analysis_input: :paramtype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionAnalysisInput :keyword parameters: Supported parameters for a Language Detection task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionTaskParameters """ super(AnalyzeTextLanguageDetectionInput, self).__init__(**kwargs) self.kind = 'LanguageDetection' # type: str @@ -543,7 +543,7 @@ class TaskState(msrest.serialization.Model): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State """ _validation = { @@ -568,7 +568,7 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State """ super(TaskState, self).__init__(**kwargs) self.last_update_date_time = last_update_date_time @@ -612,7 +612,7 @@ class AnalyzeTextLROResult(TaskIdentifier, TaskState): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -622,7 +622,7 @@ class AnalyzeTextLROResult(TaskIdentifier, TaskState): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind """ _validation = { @@ -655,7 +655,7 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str """ @@ -681,7 +681,7 @@ class AnalyzeTextLROTask(TaskIdentifier): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind """ _validation = { @@ -719,12 +719,12 @@ class AnalyzeTextPiiEntitiesRecognitionInput(AnalyzeTextTask): :ivar kind: Required. Enumeration of supported Text Analysis tasks.Constant filled by server. Possible values include: "SentimentAnalysis", "EntityRecognition", "PiiEntityRecognition", "KeyPhraseExtraction", "LanguageDetection", "EntityLinking". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskKind :ivar analysis_input: :vartype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :ivar parameters: Supported parameters for a PII Entities Recognition task. - :vartype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiTaskParameters + :vartype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiTaskParameters """ _validation = { @@ -747,9 +747,9 @@ def __init__( """ :keyword analysis_input: :paramtype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :keyword parameters: Supported parameters for a PII Entities Recognition task. - :paramtype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiTaskParameters + :paramtype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiTaskParameters """ super(AnalyzeTextPiiEntitiesRecognitionInput, self).__init__(**kwargs) self.kind = 'PiiEntityRecognition' # type: str @@ -765,13 +765,13 @@ class AnalyzeTextSentimentAnalysisInput(AnalyzeTextTask): :ivar kind: Required. Enumeration of supported Text Analysis tasks.Constant filled by server. Possible values include: "SentimentAnalysis", "EntityRecognition", "PiiEntityRecognition", "KeyPhraseExtraction", "LanguageDetection", "EntityLinking". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskKind :ivar analysis_input: :vartype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :ivar parameters: Supported parameters for a Sentiment Analysis task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentAnalysisTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentAnalysisTaskParameters """ _validation = { @@ -794,10 +794,10 @@ def __init__( """ :keyword analysis_input: :paramtype analysis_input: - ~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageAnalysisInput + ~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageAnalysisInput :keyword parameters: Supported parameters for a Sentiment Analysis task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentAnalysisTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentAnalysisTaskParameters """ super(AnalyzeTextSentimentAnalysisInput, self).__init__(**kwargs) self.kind = 'SentimentAnalysis' # type: str @@ -818,7 +818,7 @@ class AnalyzeTextTaskResult(msrest.serialization.Model): "PiiEntityRecognitionResults", "KeyPhraseExtractionResults", "LanguageDetectionResults", "EntityLinkingResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResultsKind """ _validation = { @@ -894,10 +894,10 @@ class CustomEntitiesLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for a Custom Entities task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomEntitiesTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomEntitiesTaskParameters """ _validation = { @@ -922,7 +922,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for a Custom Entities task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomEntitiesTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomEntitiesTaskParameters """ super(CustomEntitiesLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'CustomEntityRecognition' # type: str @@ -935,10 +935,10 @@ class CustomResult(msrest.serialization.Model): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar project_name: Required. This field indicates the project name for the model. :vartype project_name: str :ivar deployment_name: Required. This field indicates the deployment name for the model. @@ -969,10 +969,10 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword project_name: Required. This field indicates the project name for the model. :paramtype project_name: str :keyword deployment_name: Required. This field indicates the deployment name for the model. @@ -991,17 +991,17 @@ class CustomEntitiesResult(CustomResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar project_name: Required. This field indicates the project name for the model. :vartype project_name: str :ivar deployment_name: Required. This field indicates the deployment name for the model. :vartype deployment_name: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.CustomEntitiesResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.CustomEntitiesResultDocumentsItem] """ _validation = { @@ -1031,17 +1031,17 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword project_name: Required. This field indicates the project name for the model. :paramtype project_name: str :keyword deployment_name: Required. This field indicates the deployment name for the model. :paramtype deployment_name: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.CustomEntitiesResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.CustomEntitiesResultDocumentsItem] """ super(CustomEntitiesResult, self).__init__(errors=errors, statistics=statistics, project_name=project_name, deployment_name=deployment_name, **kwargs) self.documents = documents @@ -1055,10 +1055,10 @@ class DocumentResult(msrest.serialization.Model): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics """ _validation = { @@ -1084,10 +1084,10 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics """ super(DocumentResult, self).__init__(**kwargs) self.id = id @@ -1103,12 +1103,12 @@ class EntitiesDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar entities: Required. Recognized entities in the document. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ _validation = { @@ -1137,12 +1137,12 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword entities: Required. Recognized entities in the document. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ super(EntitiesDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.entities = entities @@ -1156,12 +1156,12 @@ class CustomEntitiesResultDocumentsItem(EntitiesDocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar entities: Required. Recognized entities in the document. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ _validation = { @@ -1190,12 +1190,12 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword entities: Required. Recognized entities in the document. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ super(CustomEntitiesResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, entities=entities, **kwargs) @@ -1245,8 +1245,8 @@ class CustomTaskParameters(TaskParameters): _attribute_map = { 'logging_opt_out': {'key': 'loggingOptOut', 'type': 'bool'}, - 'project_name': {'key': 'project-name', 'type': 'str'}, - 'deployment_name': {'key': 'deployment-name', 'type': 'str'}, + 'project_name': {'key': 'projectName', 'type': 'str'}, + 'deployment_name': {'key': 'deploymentName', 'type': 'str'}, } def __init__( @@ -1286,7 +1286,7 @@ class CustomEntitiesTaskParameters(CustomTaskParameters): https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :vartype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ _validation = { @@ -1296,8 +1296,8 @@ class CustomEntitiesTaskParameters(CustomTaskParameters): _attribute_map = { 'logging_opt_out': {'key': 'loggingOptOut', 'type': 'bool'}, - 'project_name': {'key': 'project-name', 'type': 'str'}, - 'deployment_name': {'key': 'deployment-name', 'type': 'str'}, + 'project_name': {'key': 'projectName', 'type': 'str'}, + 'deployment_name': {'key': 'deploymentName', 'type': 'str'}, 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, } @@ -1322,7 +1322,7 @@ def __init__( https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :paramtype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ super(CustomEntitiesTaskParameters, self).__init__(logging_opt_out=logging_opt_out, project_name=project_name, deployment_name=deployment_name, **kwargs) self.string_index_type = string_index_type @@ -1337,7 +1337,7 @@ class CustomEntityRecognitionLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -1347,9 +1347,9 @@ class CustomEntityRecognitionLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomEntitiesResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomEntitiesResult """ _validation = { @@ -1381,11 +1381,11 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomEntitiesResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomEntitiesResult """ super(CustomEntityRecognitionLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'CustomEntityRecognitionLROResults' # type: str @@ -1401,7 +1401,7 @@ class CustomMultiLabelClassificationLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -1411,10 +1411,10 @@ class CustomMultiLabelClassificationLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. :vartype results: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomMultiLabelClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomMultiLabelClassificationResult """ _validation = { @@ -1446,12 +1446,12 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. :paramtype results: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomMultiLabelClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomMultiLabelClassificationResult """ super(CustomMultiLabelClassificationLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'CustomMultiLabelClassificationLROResults' # type: str @@ -1470,10 +1470,10 @@ class CustomMultiLabelClassificationLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for a Custom Multi Classification task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomMultiLabelClassificationTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomMultiLabelClassificationTaskParameters """ _validation = { @@ -1498,7 +1498,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for a Custom Multi Classification task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomMultiLabelClassificationTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomMultiLabelClassificationTaskParameters """ super(CustomMultiLabelClassificationLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'CustomMultiLabelClassification' # type: str @@ -1511,17 +1511,17 @@ class CustomMultiLabelClassificationResult(CustomResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar project_name: Required. This field indicates the project name for the model. :vartype project_name: str :ivar deployment_name: Required. This field indicates the deployment name for the model. :vartype deployment_name: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.CustomMultiLabelClassificationResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.CustomMultiLabelClassificationResultDocumentsItem] """ _validation = { @@ -1551,17 +1551,17 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword project_name: Required. This field indicates the project name for the model. :paramtype project_name: str :keyword deployment_name: Required. This field indicates the deployment name for the model. :paramtype deployment_name: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.CustomMultiLabelClassificationResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.CustomMultiLabelClassificationResultDocumentsItem] """ super(CustomMultiLabelClassificationResult, self).__init__(errors=errors, statistics=statistics, project_name=project_name, deployment_name=deployment_name, **kwargs) self.documents = documents @@ -1575,13 +1575,13 @@ class MultiClassificationDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar class_property: Required. :vartype class_property: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult] """ _validation = { @@ -1610,13 +1610,13 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword class_property: Required. :paramtype class_property: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult] """ super(MultiClassificationDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.class_property = class_property @@ -1630,13 +1630,13 @@ class CustomMultiLabelClassificationResultDocumentsItem(MultiClassificationDocum :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar class_property: Required. :vartype class_property: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult] """ _validation = { @@ -1665,13 +1665,13 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword class_property: Required. :paramtype class_property: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult] """ super(CustomMultiLabelClassificationResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, class_property=class_property, **kwargs) @@ -1696,8 +1696,8 @@ class CustomMultiLabelClassificationTaskParameters(CustomTaskParameters): _attribute_map = { 'logging_opt_out': {'key': 'loggingOptOut', 'type': 'bool'}, - 'project_name': {'key': 'project-name', 'type': 'str'}, - 'deployment_name': {'key': 'deployment-name', 'type': 'str'}, + 'project_name': {'key': 'projectName', 'type': 'str'}, + 'deployment_name': {'key': 'deploymentName', 'type': 'str'}, } def __init__( @@ -1728,7 +1728,7 @@ class CustomSingleLabelClassificationLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -1738,10 +1738,10 @@ class CustomSingleLabelClassificationLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. :vartype results: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomSingleLabelClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomSingleLabelClassificationResult """ _validation = { @@ -1773,12 +1773,12 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. :paramtype results: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomSingleLabelClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomSingleLabelClassificationResult """ super(CustomSingleLabelClassificationLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'CustomSingleLabelClassificationLROResults' # type: str @@ -1797,10 +1797,10 @@ class CustomSingleLabelClassificationLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for a Custom Single Classification task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomSingleLabelClassificationTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomSingleLabelClassificationTaskParameters """ _validation = { @@ -1825,7 +1825,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for a Custom Single Classification task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.CustomSingleLabelClassificationTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.CustomSingleLabelClassificationTaskParameters """ super(CustomSingleLabelClassificationLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'CustomSingleLabelClassification' # type: str @@ -1838,17 +1838,17 @@ class CustomSingleLabelClassificationResult(CustomResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar project_name: Required. This field indicates the project name for the model. :vartype project_name: str :ivar deployment_name: Required. This field indicates the deployment name for the model. :vartype deployment_name: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.CustomSingleLabelClassificationResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.CustomSingleLabelClassificationResultDocumentsItem] """ _validation = { @@ -1878,17 +1878,17 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword project_name: Required. This field indicates the project name for the model. :paramtype project_name: str :keyword deployment_name: Required. This field indicates the deployment name for the model. :paramtype deployment_name: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.CustomSingleLabelClassificationResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.CustomSingleLabelClassificationResultDocumentsItem] """ super(CustomSingleLabelClassificationResult, self).__init__(errors=errors, statistics=statistics, project_name=project_name, deployment_name=deployment_name, **kwargs) self.documents = documents @@ -1902,13 +1902,13 @@ class SingleClassificationDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar class_property: Required. :vartype class_property: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult """ _validation = { @@ -1937,13 +1937,13 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword class_property: Required. :paramtype class_property: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult """ super(SingleClassificationDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.class_property = class_property @@ -1957,13 +1957,13 @@ class CustomSingleLabelClassificationResultDocumentsItem(SingleClassificationDoc :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar class_property: Required. :vartype class_property: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult """ _validation = { @@ -1992,13 +1992,13 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword class_property: Required. :paramtype class_property: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ClassificationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.ClassificationResult """ super(CustomSingleLabelClassificationResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, class_property=class_property, **kwargs) @@ -2023,8 +2023,8 @@ class CustomSingleLabelClassificationTaskParameters(CustomTaskParameters): _attribute_map = { 'logging_opt_out': {'key': 'loggingOptOut', 'type': 'bool'}, - 'project_name': {'key': 'project-name', 'type': 'str'}, - 'deployment_name': {'key': 'deployment-name', 'type': 'str'}, + 'project_name': {'key': 'projectName', 'type': 'str'}, + 'deployment_name': {'key': 'deploymentName', 'type': 'str'}, } def __init__( @@ -2105,7 +2105,7 @@ class DocumentError(msrest.serialization.Model): :ivar id: Required. Document Id. :vartype id: str :ivar error: Required. Document Error. - :vartype error: ~azure.ai.textanalytics.v2022_03_01_preview.models.Error + :vartype error: ~azure.ai.textanalytics.v2022_04_01_preview.models.Error """ _validation = { @@ -2129,7 +2129,7 @@ def __init__( :keyword id: Required. Document Id. :paramtype id: str :keyword error: Required. Document Error. - :paramtype error: ~azure.ai.textanalytics.v2022_03_01_preview.models.Error + :paramtype error: ~azure.ai.textanalytics.v2022_04_01_preview.models.Error """ super(DocumentError, self).__init__(**kwargs) self.id = id @@ -2182,7 +2182,7 @@ class DocumentWarning(msrest.serialization.Model): :ivar code: Required. Error code. Possible values include: "LongWordsInDocument", "DocumentTruncated". - :vartype code: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.WarningCodeValue + :vartype code: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.WarningCodeValue :ivar message: Required. Warning message. :vartype message: str :ivar target_ref: A JSON pointer reference indicating the target object. @@ -2211,7 +2211,7 @@ def __init__( """ :keyword code: Required. Error code. Possible values include: "LongWordsInDocument", "DocumentTruncated". - :paramtype code: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.WarningCodeValue + :paramtype code: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.WarningCodeValue :keyword message: Required. Warning message. :paramtype message: str :keyword target_ref: A JSON pointer reference indicating the target object. @@ -2235,9 +2235,9 @@ class EntitiesLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for an Entity Recognition task. - :vartype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesTaskParameters + :vartype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesTaskParameters """ _validation = { @@ -2262,7 +2262,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for an Entity Recognition task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesTaskParameters """ super(EntitiesLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'EntityRecognition' # type: str @@ -2275,10 +2275,10 @@ class PreBuiltResult(msrest.serialization.Model): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str """ @@ -2304,10 +2304,10 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str """ @@ -2323,15 +2323,15 @@ class EntitiesResult(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesResultDocumentsItem] """ _validation = { @@ -2358,15 +2358,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesResultDocumentsItem] """ super(EntitiesResult, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -2380,12 +2380,12 @@ class EntitiesResultDocumentsItem(EntitiesDocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar entities: Required. Recognized entities in the document. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ _validation = { @@ -2414,12 +2414,12 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword entities: Required. Recognized entities in the document. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ super(EntitiesResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, entities=entities, **kwargs) @@ -2467,7 +2467,7 @@ class EntitiesTaskParameters(PreBuiltTaskParameters): https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :vartype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ _attribute_map = { @@ -2494,7 +2494,7 @@ def __init__( https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :paramtype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ super(EntitiesTaskParameters, self).__init__(logging_opt_out=logging_opt_out, model_version=model_version, **kwargs) self.string_index_type = string_index_type @@ -2510,9 +2510,9 @@ class EntitiesTaskResult(AnalyzeTextTaskResult): "PiiEntityRecognitionResults", "KeyPhraseExtractionResults", "LanguageDetectionResults", "EntityLinkingResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesResult """ _validation = { @@ -2533,7 +2533,7 @@ def __init__( ): """ :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesResult """ super(EntitiesTaskResult, self).__init__(**kwargs) self.kind = 'EntityRecognitionResults' # type: str @@ -2623,7 +2623,7 @@ class EntityLinkingLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -2633,9 +2633,9 @@ class EntityLinkingLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingResult """ _validation = { @@ -2667,11 +2667,11 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingResult """ super(EntityLinkingLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'EntityLinkingLROResults' # type: str @@ -2690,10 +2690,10 @@ class EntityLinkingLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for an Entity Linking task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingTaskParameters """ _validation = { @@ -2718,7 +2718,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for an Entity Linking task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingTaskParameters """ super(EntityLinkingLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'EntityLinking' # type: str @@ -2731,15 +2731,15 @@ class EntityLinkingResult(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingResultDocumentsItem] """ _validation = { @@ -2766,15 +2766,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingResultDocumentsItem] """ super(EntityLinkingResult, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -2788,12 +2788,12 @@ class LinkedEntitiesDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar entities: Required. Recognized well known entities in the document. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.LinkedEntity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.LinkedEntity] """ _validation = { @@ -2822,12 +2822,12 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword entities: Required. Recognized well known entities in the document. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.LinkedEntity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.LinkedEntity] """ super(LinkedEntitiesDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.entities = entities @@ -2841,12 +2841,12 @@ class EntityLinkingResultDocumentsItem(LinkedEntitiesDocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar entities: Required. Recognized well known entities in the document. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.LinkedEntity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.LinkedEntity] """ _validation = { @@ -2875,12 +2875,12 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword entities: Required. Recognized well known entities in the document. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.LinkedEntity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.LinkedEntity] """ super(EntityLinkingResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, entities=entities, **kwargs) @@ -2897,7 +2897,7 @@ class EntityLinkingTaskParameters(PreBuiltTaskParameters): https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :vartype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ _attribute_map = { @@ -2924,7 +2924,7 @@ def __init__( https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :paramtype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ super(EntityLinkingTaskParameters, self).__init__(logging_opt_out=logging_opt_out, model_version=model_version, **kwargs) self.string_index_type = string_index_type @@ -2940,9 +2940,9 @@ class EntityLinkingTaskResult(AnalyzeTextTaskResult): "PiiEntityRecognitionResults", "KeyPhraseExtractionResults", "LanguageDetectionResults", "EntityLinkingResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingResult """ _validation = { @@ -2963,7 +2963,7 @@ def __init__( ): """ :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntityLinkingResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntityLinkingResult """ super(EntityLinkingTaskResult, self).__init__(**kwargs) self.kind = 'EntityLinkingResults' # type: str @@ -2979,7 +2979,7 @@ class EntityRecognitionLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -2989,9 +2989,9 @@ class EntityRecognitionLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesResult """ _validation = { @@ -3023,11 +3023,11 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.EntitiesResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.EntitiesResult """ super(EntityRecognitionLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'EntityRecognitionLROResults' # type: str @@ -3047,16 +3047,16 @@ class Error(msrest.serialization.Model): "ProjectNotFound", "OperationNotFound", "AzureCognitiveSearchNotFound", "AzureCognitiveSearchIndexNotFound", "TooManyRequests", "AzureCognitiveSearchThrottling", "AzureCognitiveSearchIndexLimitReached", "InternalServerError", "ServiceUnavailable". - :vartype code: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.ErrorCode + :vartype code: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.ErrorCode :ivar message: Required. A human-readable representation of the error. :vartype message: str :ivar target: The target of the error. :vartype target: str :ivar details: An array of details about specific errors that led to this reported error. - :vartype details: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :vartype details: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] :ivar innererror: An object containing more specific information than the current object about the error. - :vartype innererror: ~azure.ai.textanalytics.v2022_03_01_preview.models.InnerErrorModel + :vartype innererror: ~azure.ai.textanalytics.v2022_04_01_preview.models.InnerErrorModel """ _validation = { @@ -3093,16 +3093,16 @@ def __init__( "ProjectNotFound", "OperationNotFound", "AzureCognitiveSearchNotFound", "AzureCognitiveSearchIndexNotFound", "TooManyRequests", "AzureCognitiveSearchThrottling", "AzureCognitiveSearchIndexLimitReached", "InternalServerError", "ServiceUnavailable". - :paramtype code: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.ErrorCode + :paramtype code: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.ErrorCode :keyword message: Required. A human-readable representation of the error. :paramtype message: str :keyword target: The target of the error. :paramtype target: str :keyword details: An array of details about specific errors that led to this reported error. - :paramtype details: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :paramtype details: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] :keyword innererror: An object containing more specific information than the current object about the error. - :paramtype innererror: ~azure.ai.textanalytics.v2022_03_01_preview.models.InnerErrorModel + :paramtype innererror: ~azure.ai.textanalytics.v2022_04_01_preview.models.InnerErrorModel """ super(Error, self).__init__(**kwargs) self.additional_properties = additional_properties @@ -3119,7 +3119,7 @@ class ErrorResponse(msrest.serialization.Model): All required parameters must be populated in order to send to Azure. :ivar error: Required. The error object. - :vartype error: ~azure.ai.textanalytics.v2022_03_01_preview.models.Error + :vartype error: ~azure.ai.textanalytics.v2022_04_01_preview.models.Error """ _validation = { @@ -3138,7 +3138,7 @@ def __init__( ): """ :keyword error: Required. The error object. - :paramtype error: ~azure.ai.textanalytics.v2022_03_01_preview.models.Error + :paramtype error: ~azure.ai.textanalytics.v2022_04_01_preview.models.Error """ super(ErrorResponse, self).__init__(**kwargs) self.error = error @@ -3152,13 +3152,13 @@ class ExtractedSummaryDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar sentences: Required. A ranked list of sentences representing the extracted summary. :vartype sentences: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractedSummarySentence] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractedSummarySentence] """ _validation = { @@ -3187,13 +3187,13 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword sentences: Required. A ranked list of sentences representing the extracted summary. :paramtype sentences: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractedSummarySentence] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractedSummarySentence] """ super(ExtractedSummaryDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.sentences = sentences @@ -3267,7 +3267,7 @@ class ExtractiveSummarizationLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -3277,10 +3277,10 @@ class ExtractiveSummarizationLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. :vartype results: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationResult """ _validation = { @@ -3312,12 +3312,12 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. :paramtype results: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationResult + ~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationResult """ super(ExtractiveSummarizationLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'ExtractiveSummarizationLROResults' # type: str @@ -3336,10 +3336,10 @@ class ExtractiveSummarizationLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for an Extractive Summarization task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationTaskParameters """ _validation = { @@ -3364,7 +3364,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for an Extractive Summarization task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationTaskParameters """ super(ExtractiveSummarizationLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'ExtractiveSummarization' # type: str @@ -3377,15 +3377,15 @@ class ExtractiveSummarizationResult(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationResultDocumentsItem] """ _validation = { @@ -3412,15 +3412,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationResultDocumentsItem] """ super(ExtractiveSummarizationResult, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -3434,13 +3434,13 @@ class ExtractiveSummarizationResultDocumentsItem(ExtractedSummaryDocumentResult) :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar sentences: Required. A ranked list of sentences representing the extracted summary. :vartype sentences: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractedSummarySentence] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractedSummarySentence] """ _validation = { @@ -3469,13 +3469,13 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword sentences: Required. A ranked list of sentences representing the extracted summary. :paramtype sentences: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractedSummarySentence] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractedSummarySentence] """ super(ExtractiveSummarizationResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, sentences=sentences, **kwargs) @@ -3492,13 +3492,13 @@ class ExtractiveSummarizationTaskParameters(PreBuiltTaskParameters): :ivar sort_by: The sorting criteria to use for the results of Extractive Summarization. Possible values include: "Offset", "Rank". Default value: "Offset". :vartype sort_by: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationSortingCriteria + ~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationSortingCriteria :ivar string_index_type: Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :vartype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ _attribute_map = { @@ -3529,13 +3529,13 @@ def __init__( :keyword sort_by: The sorting criteria to use for the results of Extractive Summarization. Possible values include: "Offset", "Rank". Default value: "Offset". :paramtype sort_by: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.ExtractiveSummarizationSortingCriteria + ~azure.ai.textanalytics.v2022_04_01_preview.models.ExtractiveSummarizationSortingCriteria :keyword string_index_type: Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :paramtype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ super(ExtractiveSummarizationTaskParameters, self).__init__(logging_opt_out=logging_opt_out, model_version=model_version, **kwargs) self.sentence_count = sentence_count @@ -3549,13 +3549,13 @@ class HealthcareAssertion(msrest.serialization.Model): :ivar conditionality: Describes any conditionality on the entity. Possible values include: "hypothetical", "conditional". :vartype conditionality: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.Conditionality + ~azure.ai.textanalytics.v2022_04_01_preview.models.Conditionality :ivar certainty: Describes the entities certainty and polarity. Possible values include: "positive", "positivePossible", "neutralPossible", "negativePossible", "negative". - :vartype certainty: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.Certainty + :vartype certainty: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.Certainty :ivar association: Describes if the entity is the subject of the text or if it describes someone else. Possible values include: "subject", "other". - :vartype association: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.Association + :vartype association: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.Association """ _attribute_map = { @@ -3576,13 +3576,13 @@ def __init__( :keyword conditionality: Describes any conditionality on the entity. Possible values include: "hypothetical", "conditional". :paramtype conditionality: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.Conditionality + ~azure.ai.textanalytics.v2022_04_01_preview.models.Conditionality :keyword certainty: Describes the entities certainty and polarity. Possible values include: "positive", "positivePossible", "neutralPossible", "negativePossible", "negative". - :paramtype certainty: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.Certainty + :paramtype certainty: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.Certainty :keyword association: Describes if the entity is the subject of the text or if it describes someone else. Possible values include: "subject", "other". - :paramtype association: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.Association + :paramtype association: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.Association """ super(HealthcareAssertion, self).__init__(**kwargs) self.conditionality = conditionality @@ -3598,14 +3598,17 @@ class HealthcareEntitiesDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar entities: Required. Healthcare entities. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntity] :ivar relations: Required. Healthcare entity relations. - :vartype relations: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareRelation] + :vartype relations: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareRelation] + :ivar fhir_bundle: JSON bundle containing a FHIR compatible object for consumption in other + Healthcare tools. For additional information see https://www.hl7.org/fhir/overview.html. + :vartype fhir_bundle: dict[str, any] """ _validation = { @@ -3621,6 +3624,7 @@ class HealthcareEntitiesDocumentResult(DocumentResult): 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, 'entities': {'key': 'entities', 'type': '[HealthcareEntity]'}, 'relations': {'key': 'relations', 'type': '[HealthcareRelation]'}, + 'fhir_bundle': {'key': 'fhirBundle', 'type': '{object}'}, } def __init__( @@ -3631,25 +3635,30 @@ def __init__( entities: List["HealthcareEntity"], relations: List["HealthcareRelation"], statistics: Optional["DocumentStatistics"] = None, + fhir_bundle: Optional[Dict[str, Any]] = None, **kwargs ): """ :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword entities: Required. Healthcare entities. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntity] :keyword relations: Required. Healthcare entity relations. :paramtype relations: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareRelation] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareRelation] + :keyword fhir_bundle: JSON bundle containing a FHIR compatible object for consumption in other + Healthcare tools. For additional information see https://www.hl7.org/fhir/overview.html. + :paramtype fhir_bundle: dict[str, any] """ super(HealthcareEntitiesDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.entities = entities self.relations = relations + self.fhir_bundle = fhir_bundle class HealthcareEntity(msrest.serialization.Model): @@ -3666,7 +3675,7 @@ class HealthcareEntity(msrest.serialization.Model): "SYMPTOM_OR_SIGN", "CONDITION_QUALIFIER", "MEDICATION_CLASS", "MEDICATION_NAME", "DOSAGE", "MEDICATION_FORM", "MEDICATION_ROUTE", "FAMILY_RELATION", "TREATMENT_NAME". :vartype category: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntityCategory + ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntityCategory :ivar subcategory: (Optional) Entity sub type. :vartype subcategory: str :ivar offset: Required. Start position for the entity text. Use of different 'stringIndexType' @@ -3678,12 +3687,12 @@ class HealthcareEntity(msrest.serialization.Model): :ivar confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. :vartype confidence_score: float :ivar assertion: - :vartype assertion: ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareAssertion + :vartype assertion: ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareAssertion :ivar name: Preferred name for the entity. Example: 'histologically' would have a 'name' of 'histologic'. :vartype name: str :ivar links: Entity references in known data sources. - :vartype links: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntityLink] + :vartype links: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntityLink] """ _validation = { @@ -3730,7 +3739,7 @@ def __init__( "SYMPTOM_OR_SIGN", "CONDITION_QUALIFIER", "MEDICATION_CLASS", "MEDICATION_NAME", "DOSAGE", "MEDICATION_FORM", "MEDICATION_ROUTE", "FAMILY_RELATION", "TREATMENT_NAME". :paramtype category: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntityCategory + ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntityCategory :keyword subcategory: (Optional) Entity sub type. :paramtype subcategory: str :keyword offset: Required. Start position for the entity text. Use of different @@ -3742,12 +3751,12 @@ def __init__( :keyword confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. :paramtype confidence_score: float :keyword assertion: - :paramtype assertion: ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareAssertion + :paramtype assertion: ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareAssertion :keyword name: Preferred name for the entity. Example: 'histologically' would have a 'name' of 'histologic'. :paramtype name: str :keyword links: Entity references in known data sources. - :paramtype links: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntityLink] + :paramtype links: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntityLink] """ super(HealthcareEntity, self).__init__(**kwargs) self.text = text @@ -3809,7 +3818,7 @@ class HealthcareLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -3819,9 +3828,9 @@ class HealthcareLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareResult """ _validation = { @@ -3853,11 +3862,11 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareResult """ super(HealthcareLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'HealthcareLROResults' # type: str @@ -3876,10 +3885,10 @@ class HealthcareLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for a Healthcare task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareTaskParameters """ _validation = { @@ -3904,7 +3913,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for a Healthcare task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareTaskParameters """ super(HealthcareLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'Healthcare' # type: str @@ -3923,10 +3932,10 @@ class HealthcareRelation(msrest.serialization.Model): "FrequencyOfTreatment", "QualifierOfCondition", "RelationOfExamination", "RouteOfMedication", "TimeOfCondition", "TimeOfEvent", "TimeOfExamination", "TimeOfMedication", "TimeOfTreatment", "UnitOfCondition", "UnitOfExamination", "ValueOfCondition", "ValueOfExamination". - :vartype relation_type: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.RelationType + :vartype relation_type: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.RelationType :ivar entities: Required. The entities in the relation. :vartype entities: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareRelationEntity] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareRelationEntity] """ _validation = { @@ -3955,10 +3964,10 @@ def __init__( "TimeOfCondition", "TimeOfEvent", "TimeOfExamination", "TimeOfMedication", "TimeOfTreatment", "UnitOfCondition", "UnitOfExamination", "ValueOfCondition", "ValueOfExamination". :paramtype relation_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.RelationType + ~azure.ai.textanalytics.v2022_04_01_preview.models.RelationType :keyword entities: Required. The entities in the relation. :paramtype entities: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareRelationEntity] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareRelationEntity] """ super(HealthcareRelation, self).__init__(**kwargs) self.relation_type = relation_type @@ -4016,15 +4025,15 @@ class HealthcareResult(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareResultDocumentsItem] """ _validation = { @@ -4051,15 +4060,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareResultDocumentsItem] """ super(HealthcareResult, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -4073,14 +4082,17 @@ class HealthcareResultDocumentsItem(HealthcareEntitiesDocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar entities: Required. Healthcare entities. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntity] :ivar relations: Required. Healthcare entity relations. - :vartype relations: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareRelation] + :vartype relations: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareRelation] + :ivar fhir_bundle: JSON bundle containing a FHIR compatible object for consumption in other + Healthcare tools. For additional information see https://www.hl7.org/fhir/overview.html. + :vartype fhir_bundle: dict[str, any] """ _validation = { @@ -4096,6 +4108,7 @@ class HealthcareResultDocumentsItem(HealthcareEntitiesDocumentResult): 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, 'entities': {'key': 'entities', 'type': '[HealthcareEntity]'}, 'relations': {'key': 'relations', 'type': '[HealthcareRelation]'}, + 'fhir_bundle': {'key': 'fhirBundle', 'type': '{object}'}, } def __init__( @@ -4106,23 +4119,27 @@ def __init__( entities: List["HealthcareEntity"], relations: List["HealthcareRelation"], statistics: Optional["DocumentStatistics"] = None, + fhir_bundle: Optional[Dict[str, Any]] = None, **kwargs ): """ :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword entities: Required. Healthcare entities. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareEntity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareEntity] :keyword relations: Required. Healthcare entity relations. :paramtype relations: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.HealthcareRelation] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.HealthcareRelation] + :keyword fhir_bundle: JSON bundle containing a FHIR compatible object for consumption in other + Healthcare tools. For additional information see https://www.hl7.org/fhir/overview.html. + :paramtype fhir_bundle: dict[str, any] """ - super(HealthcareResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, entities=entities, relations=relations, **kwargs) + super(HealthcareResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, entities=entities, relations=relations, fhir_bundle=fhir_bundle, **kwargs) class HealthcareTaskParameters(PreBuiltTaskParameters): @@ -4132,17 +4149,22 @@ class HealthcareTaskParameters(PreBuiltTaskParameters): :vartype logging_opt_out: bool :ivar model_version: :vartype model_version: str + :ivar fhir_version: The FHIR Spec version that the result will use to format the fhirBundle. + For additional information see https://www.hl7.org/fhir/overview.html. The only acceptable + values to pass in are None and "4.0.1". The default value is None. + :vartype fhir_version: str :ivar string_index_type: Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :vartype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ _attribute_map = { 'logging_opt_out': {'key': 'loggingOptOut', 'type': 'bool'}, 'model_version': {'key': 'modelVersion', 'type': 'str'}, + 'fhir_version': {'key': 'fhirVersion', 'type': 'str'}, 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, } @@ -4151,6 +4173,7 @@ def __init__( *, logging_opt_out: Optional[bool] = False, model_version: Optional[str] = "latest", + fhir_version: Optional[str] = None, string_index_type: Optional[Union[str, "StringIndexType"]] = "TextElements_v8", **kwargs ): @@ -4159,14 +4182,19 @@ def __init__( :paramtype logging_opt_out: bool :keyword model_version: :paramtype model_version: str + :keyword fhir_version: The FHIR Spec version that the result will use to format the fhirBundle. + For additional information see https://www.hl7.org/fhir/overview.html. The only acceptable + values to pass in are None and "4.0.1". The default value is None. + :paramtype fhir_version: str :keyword string_index_type: Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :paramtype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ super(HealthcareTaskParameters, self).__init__(logging_opt_out=logging_opt_out, model_version=model_version, **kwargs) + self.fhir_version = fhir_version self.string_index_type = string_index_type @@ -4181,7 +4209,7 @@ class InnerErrorModel(msrest.serialization.Model): "InvalidRequestBodyFormat", "EmptyRequest", "MissingInputDocuments", "InvalidDocument", "ModelVersionIncorrect", "InvalidDocumentBatch", "UnsupportedLanguageCode", "InvalidCountryHint". - :vartype code: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.InnerErrorCode + :vartype code: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.InnerErrorCode :ivar message: Required. Error message. :vartype message: str :ivar details: Error details. @@ -4190,7 +4218,7 @@ class InnerErrorModel(msrest.serialization.Model): :vartype target: str :ivar innererror: An object containing more specific information than the current object about the error. - :vartype innererror: ~azure.ai.textanalytics.v2022_03_01_preview.models.InnerErrorModel + :vartype innererror: ~azure.ai.textanalytics.v2022_04_01_preview.models.InnerErrorModel """ _validation = { @@ -4223,7 +4251,7 @@ def __init__( "InvalidRequestBodyFormat", "EmptyRequest", "MissingInputDocuments", "InvalidDocument", "ModelVersionIncorrect", "InvalidDocumentBatch", "UnsupportedLanguageCode", "InvalidCountryHint". - :paramtype code: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.InnerErrorCode + :paramtype code: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.InnerErrorCode :keyword message: Required. Error message. :paramtype message: str :keyword details: Error details. @@ -4232,7 +4260,7 @@ def __init__( :paramtype target: str :keyword innererror: An object containing more specific information than the current object about the error. - :paramtype innererror: ~azure.ai.textanalytics.v2022_03_01_preview.models.InnerErrorModel + :paramtype innererror: ~azure.ai.textanalytics.v2022_04_01_preview.models.InnerErrorModel """ super(InnerErrorModel, self).__init__(**kwargs) self.code = code @@ -4246,7 +4274,7 @@ class JobErrors(msrest.serialization.Model): """JobErrors. :ivar errors: - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] """ _attribute_map = { @@ -4261,7 +4289,7 @@ def __init__( ): """ :keyword errors: - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Error] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Error] """ super(JobErrors, self).__init__(**kwargs) self.errors = errors @@ -4284,7 +4312,7 @@ class JobMetadata(msrest.serialization.Model): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State """ _validation = { @@ -4327,7 +4355,7 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State """ super(JobMetadata, self).__init__(**kwargs) self.display_name = display_name @@ -4347,7 +4375,7 @@ class KeyPhraseExtractionLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -4357,9 +4385,9 @@ class KeyPhraseExtractionLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseResult """ _validation = { @@ -4391,11 +4419,11 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseResult """ super(KeyPhraseExtractionLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'KeyPhraseExtractionLROResults' # type: str @@ -4414,9 +4442,9 @@ class KeyPhraseLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for a Key Phrase Extraction task. - :vartype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseTaskParameters + :vartype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseTaskParameters """ _validation = { @@ -4441,7 +4469,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for a Key Phrase Extraction task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseTaskParameters """ super(KeyPhraseLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'KeyPhraseExtraction' # type: str @@ -4454,15 +4482,15 @@ class KeyPhraseResult(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseResultDocumentsItem] """ _validation = { @@ -4489,15 +4517,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseResultDocumentsItem] """ super(KeyPhraseResult, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -4511,10 +4539,10 @@ class KeyPhrasesDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar key_phrases: Required. A list of representative words or phrases. The number of key phrases returned is proportional to the number of words in the input document. :vartype key_phrases: list[str] @@ -4546,10 +4574,10 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword key_phrases: Required. A list of representative words or phrases. The number of key phrases returned is proportional to the number of words in the input document. :paramtype key_phrases: list[str] @@ -4566,10 +4594,10 @@ class KeyPhraseResultDocumentsItem(KeyPhrasesDocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar key_phrases: Required. A list of representative words or phrases. The number of key phrases returned is proportional to the number of words in the input document. :vartype key_phrases: list[str] @@ -4601,10 +4629,10 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword key_phrases: Required. A list of representative words or phrases. The number of key phrases returned is proportional to the number of words in the input document. :paramtype key_phrases: list[str] @@ -4652,9 +4680,9 @@ class KeyPhraseTaskResult(AnalyzeTextTaskResult): "PiiEntityRecognitionResults", "KeyPhraseExtractionResults", "LanguageDetectionResults", "EntityLinkingResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseResult """ _validation = { @@ -4675,7 +4703,7 @@ def __init__( ): """ :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.KeyPhraseResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.KeyPhraseResult """ super(KeyPhraseTaskResult, self).__init__(**kwargs) self.kind = 'KeyPhraseExtractionResults' # type: str @@ -4686,7 +4714,7 @@ class LanguageDetectionAnalysisInput(msrest.serialization.Model): """LanguageDetectionAnalysisInput. :ivar documents: - :vartype documents: list[~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageInput] + :vartype documents: list[~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageInput] """ _attribute_map = { @@ -4701,7 +4729,7 @@ def __init__( ): """ :keyword documents: - :paramtype documents: list[~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageInput] + :paramtype documents: list[~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageInput] """ super(LanguageDetectionAnalysisInput, self).__init__(**kwargs) self.documents = documents @@ -4715,12 +4743,12 @@ class LanguageDetectionDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar detected_language: Required. Detected Language. - :vartype detected_language: ~azure.ai.textanalytics.v2022_03_01_preview.models.DetectedLanguage + :vartype detected_language: ~azure.ai.textanalytics.v2022_04_01_preview.models.DetectedLanguage """ _validation = { @@ -4749,13 +4777,13 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword detected_language: Required. Detected Language. :paramtype detected_language: - ~azure.ai.textanalytics.v2022_03_01_preview.models.DetectedLanguage + ~azure.ai.textanalytics.v2022_04_01_preview.models.DetectedLanguage """ super(LanguageDetectionDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.detected_language = detected_language @@ -4767,15 +4795,15 @@ class LanguageDetectionResult(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionDocumentResult] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionDocumentResult] """ _validation = { @@ -4802,15 +4830,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionDocumentResult] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionDocumentResult] """ super(LanguageDetectionResult, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -4856,9 +4884,9 @@ class LanguageDetectionTaskResult(AnalyzeTextTaskResult): "PiiEntityRecognitionResults", "KeyPhraseExtractionResults", "LanguageDetectionResults", "EntityLinkingResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionResult """ _validation = { @@ -4879,7 +4907,7 @@ def __init__( ): """ :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.LanguageDetectionResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.LanguageDetectionResult """ super(LanguageDetectionTaskResult, self).__init__(**kwargs) self.kind = 'LanguageDetectionResults' # type: str @@ -4940,7 +4968,7 @@ class LinkedEntity(msrest.serialization.Model): :ivar name: Required. Entity Linking formal name. :vartype name: str :ivar matches: Required. List of instances this entity appears in the text. - :vartype matches: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Match] + :vartype matches: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Match] :ivar language: Required. Language used in the data source. :vartype language: str :ivar id: Unique identifier of the recognized entity from the data source. @@ -4987,7 +5015,7 @@ def __init__( :keyword name: Required. Entity Linking formal name. :paramtype name: str :keyword matches: Required. List of instances this entity appears in the text. - :paramtype matches: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Match] + :paramtype matches: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Match] :keyword language: Required. Language used in the data source. :paramtype language: str :keyword id: Unique identifier of the recognized entity from the data source. @@ -5071,7 +5099,7 @@ class MultiLanguageAnalysisInput(msrest.serialization.Model): """MultiLanguageAnalysisInput. :ivar documents: - :vartype documents: list[~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageInput] + :vartype documents: list[~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageInput] """ _attribute_map = { @@ -5087,7 +5115,7 @@ def __init__( """ :keyword documents: :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.MultiLanguageInput] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.MultiLanguageInput] """ super(MultiLanguageAnalysisInput, self).__init__(**kwargs) self.documents = documents @@ -5176,14 +5204,14 @@ class PiiEntitiesDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar redacted_text: Required. Returns redacted text. :vartype redacted_text: str :ivar entities: Required. Recognized entities in the document. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ _validation = { @@ -5215,14 +5243,14 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword redacted_text: Required. Returns redacted text. :paramtype redacted_text: str :keyword entities: Required. Recognized entities in the document. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ super(PiiEntitiesDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.redacted_text = redacted_text @@ -5238,7 +5266,7 @@ class PiiEntityRecognitionLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -5248,9 +5276,9 @@ class PiiEntityRecognitionLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiResult """ _validation = { @@ -5282,11 +5310,11 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiResult """ super(PiiEntityRecognitionLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'PiiEntityRecognitionLROResults' # type: str @@ -5305,9 +5333,9 @@ class PiiLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for a PII Entities Recognition task. - :vartype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiTaskParameters + :vartype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiTaskParameters """ _validation = { @@ -5331,7 +5359,7 @@ def __init__( :keyword task_name: :paramtype task_name: str :keyword parameters: Supported parameters for a PII Entities Recognition task. - :paramtype parameters: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiTaskParameters + :paramtype parameters: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiTaskParameters """ super(PiiLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'PiiEntityRecognition' # type: str @@ -5344,15 +5372,15 @@ class PiiResult(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. Response by document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.PiiResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.PiiResultDocumentsItem] """ _validation = { @@ -5379,15 +5407,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. Response by document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.PiiResultDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.PiiResultDocumentsItem] """ super(PiiResult, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -5401,14 +5429,14 @@ class PiiResultDocumentsItem(PiiEntitiesDocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar redacted_text: Required. Returns redacted text. :vartype redacted_text: str :ivar entities: Required. Recognized entities in the document. - :vartype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :vartype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ _validation = { @@ -5440,14 +5468,14 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword redacted_text: Required. Returns redacted text. :paramtype redacted_text: str :keyword entities: Required. Recognized entities in the document. - :paramtype entities: list[~azure.ai.textanalytics.v2022_03_01_preview.models.Entity] + :paramtype entities: list[~azure.ai.textanalytics.v2022_04_01_preview.models.Entity] """ super(PiiResultDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, redacted_text=redacted_text, entities=entities, **kwargs) @@ -5461,16 +5489,16 @@ class PiiTaskParameters(PreBuiltTaskParameters): :vartype model_version: str :ivar domain: The PII domain used for PII Entity Recognition. Possible values include: "phi", "none". Default value: "none". - :vartype domain: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiDomain + :vartype domain: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiDomain :ivar pii_categories: (Optional) describes the PII categories to return. :vartype pii_categories: list[str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiCategory] + ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiCategory] :ivar string_index_type: Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :vartype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ _validation = { @@ -5502,16 +5530,16 @@ def __init__( :paramtype model_version: str :keyword domain: The PII domain used for PII Entity Recognition. Possible values include: "phi", "none". Default value: "none". - :paramtype domain: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiDomain + :paramtype domain: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiDomain :keyword pii_categories: (Optional) describes the PII categories to return. :paramtype pii_categories: list[str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiCategory] + ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiCategory] :keyword string_index_type: Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :paramtype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ super(PiiTaskParameters, self).__init__(logging_opt_out=logging_opt_out, model_version=model_version, **kwargs) self.domain = domain @@ -5529,9 +5557,9 @@ class PiiTaskResult(AnalyzeTextTaskResult): "PiiEntityRecognitionResults", "KeyPhraseExtractionResults", "LanguageDetectionResults", "EntityLinkingResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiResult + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiResult """ _validation = { @@ -5552,7 +5580,7 @@ def __init__( ): """ :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.PiiResult + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.PiiResult """ super(PiiTaskResult, self).__init__(**kwargs) self.kind = 'PiiEntityRecognitionResults' # type: str @@ -5626,10 +5654,10 @@ class SentenceAssessment(msrest.serialization.Model): :ivar sentiment: Required. Assessment sentiment in the sentence. Possible values include: "positive", "mixed", "negative". :vartype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.TokenSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.TokenSentimentValue :ivar confidence_scores: Required. Assessment sentiment confidence scores in the sentence. :vartype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.TargetConfidenceScoreLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.TargetConfidenceScoreLabel :ivar offset: Required. The assessment offset from the start of the sentence. :vartype offset: int :ivar length: Required. The length of the assessment. @@ -5673,10 +5701,10 @@ def __init__( :keyword sentiment: Required. Assessment sentiment in the sentence. Possible values include: "positive", "mixed", "negative". :paramtype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.TokenSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.TokenSentimentValue :keyword confidence_scores: Required. Assessment sentiment confidence scores in the sentence. :paramtype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.TargetConfidenceScoreLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.TargetConfidenceScoreLabel :keyword offset: Required. The assessment offset from the start of the sentence. :paramtype offset: int :keyword length: Required. The length of the assessment. @@ -5705,20 +5733,20 @@ class SentenceSentiment(msrest.serialization.Model): :ivar sentiment: Required. The predicted Sentiment for the sentence. Possible values include: "positive", "neutral", "negative". :vartype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceSentimentValue :ivar confidence_scores: Required. The sentiment confidence score between 0 and 1 for the sentence for all classes. :vartype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentConfidenceScorePerLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentConfidenceScorePerLabel :ivar offset: Required. The sentence offset from the start of the document. :vartype offset: int :ivar length: Required. The length of the sentence. :vartype length: int :ivar targets: The array of sentence targets for the sentence. - :vartype targets: list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceTarget] + :vartype targets: list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceTarget] :ivar assessments: The array of assessments for the sentence. :vartype assessments: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceAssessment] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceAssessment] """ _validation = { @@ -5757,20 +5785,20 @@ def __init__( :keyword sentiment: Required. The predicted Sentiment for the sentence. Possible values include: "positive", "neutral", "negative". :paramtype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceSentimentValue :keyword confidence_scores: Required. The sentiment confidence score between 0 and 1 for the sentence for all classes. :paramtype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentConfidenceScorePerLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentConfidenceScorePerLabel :keyword offset: Required. The sentence offset from the start of the document. :paramtype offset: int :keyword length: Required. The length of the sentence. :paramtype length: int :keyword targets: The array of sentence targets for the sentence. - :paramtype targets: list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceTarget] + :paramtype targets: list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceTarget] :keyword assessments: The array of assessments for the sentence. :paramtype assessments: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceAssessment] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceAssessment] """ super(SentenceSentiment, self).__init__(**kwargs) self.text = text @@ -5790,11 +5818,11 @@ class SentenceTarget(msrest.serialization.Model): :ivar sentiment: Required. Targeted sentiment in the sentence. Possible values include: "positive", "mixed", "negative". :vartype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.TokenSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.TokenSentimentValue :ivar confidence_scores: Required. Target sentiment confidence scores for the target in the sentence. :vartype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.TargetConfidenceScoreLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.TargetConfidenceScoreLabel :ivar offset: Required. The target offset from the start of the sentence. :vartype offset: int :ivar length: Required. The length of the target. @@ -5803,7 +5831,7 @@ class SentenceTarget(msrest.serialization.Model): :vartype text: str :ivar relations: Required. The array of either assessment or target objects which is related to the target. - :vartype relations: list[~azure.ai.textanalytics.v2022_03_01_preview.models.TargetRelation] + :vartype relations: list[~azure.ai.textanalytics.v2022_04_01_preview.models.TargetRelation] """ _validation = { @@ -5839,11 +5867,11 @@ def __init__( :keyword sentiment: Required. Targeted sentiment in the sentence. Possible values include: "positive", "mixed", "negative". :paramtype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.TokenSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.TokenSentimentValue :keyword confidence_scores: Required. Target sentiment confidence scores for the target in the sentence. :paramtype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.TargetConfidenceScoreLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.TargetConfidenceScoreLabel :keyword offset: Required. The target offset from the start of the sentence. :paramtype offset: int :keyword length: Required. The length of the target. @@ -5852,7 +5880,7 @@ def __init__( :paramtype text: str :keyword relations: Required. The array of either assessment or target objects which is related to the target. - :paramtype relations: list[~azure.ai.textanalytics.v2022_03_01_preview.models.TargetRelation] + :paramtype relations: list[~azure.ai.textanalytics.v2022_04_01_preview.models.TargetRelation] """ super(SentenceTarget, self).__init__(**kwargs) self.sentiment = sentiment @@ -5875,10 +5903,10 @@ class SentimentAnalysisLROTask(AnalyzeTextLROTask): "PiiEntityRecognition", "KeyPhraseExtraction", "EntityLinking", "Healthcare", "ExtractiveSummarization", "CustomEntityRecognition", "CustomSingleLabelClassification", "CustomMultiLabelClassification". - :vartype kind: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROTaskKind + :vartype kind: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROTaskKind :ivar parameters: Supported parameters for a Sentiment Analysis task. :vartype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentAnalysisTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentAnalysisTaskParameters """ _validation = { @@ -5903,7 +5931,7 @@ def __init__( :paramtype task_name: str :keyword parameters: Supported parameters for a Sentiment Analysis task. :paramtype parameters: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentAnalysisTaskParameters + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentAnalysisTaskParameters """ super(SentimentAnalysisLROTask, self).__init__(task_name=task_name, **kwargs) self.kind = 'SentimentAnalysis' # type: str @@ -5924,7 +5952,7 @@ class SentimentAnalysisTaskParameters(PreBuiltTaskParameters): https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :vartype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ _attribute_map = { @@ -5955,7 +5983,7 @@ def __init__( https://aka.ms/text-analytics-offsets. Possible values include: "TextElements_v8", "UnicodeCodePoint", "Utf16CodeUnit". Default value: "TextElements_v8". :paramtype string_index_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.StringIndexType + ~azure.ai.textanalytics.v2022_04_01_preview.models.StringIndexType """ super(SentimentAnalysisTaskParameters, self).__init__(logging_opt_out=logging_opt_out, model_version=model_version, **kwargs) self.opinion_mining = opinion_mining @@ -6017,20 +6045,20 @@ class SentimentDocumentResult(DocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). Possible values include: "positive", "neutral", "negative", "mixed". :vartype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentSentimentValue :ivar confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 for each sentiment class. :vartype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentConfidenceScorePerLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentConfidenceScorePerLabel :ivar sentences: Required. Sentence level sentiment analysis. - :vartype sentences: list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceSentiment] + :vartype sentences: list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceSentiment] """ _validation = { @@ -6065,21 +6093,21 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). Possible values include: "positive", "neutral", "negative", "mixed". :paramtype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentSentimentValue :keyword confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 for each sentiment class. :paramtype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentConfidenceScorePerLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentConfidenceScorePerLabel :keyword sentences: Required. Sentence level sentiment analysis. :paramtype sentences: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceSentiment] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceSentiment] """ super(SentimentDocumentResult, self).__init__(id=id, warnings=warnings, statistics=statistics, **kwargs) self.sentiment = sentiment @@ -6096,7 +6124,7 @@ class SentimentLROResult(AnalyzeTextLROResult): :vartype last_update_date_time: ~datetime.datetime :ivar status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :vartype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :vartype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :ivar task_name: :vartype task_name: str :ivar kind: Required. Enumeration of supported Text Analysis long-running operation task @@ -6106,9 +6134,9 @@ class SentimentLROResult(AnalyzeTextLROResult): "ExtractiveSummarizationLROResults", "CustomEntityRecognitionLROResults", "CustomSingleLabelClassificationLROResults", "CustomMultiLabelClassificationLROResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentResponse + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentResponse """ _validation = { @@ -6140,11 +6168,11 @@ def __init__( :paramtype last_update_date_time: ~datetime.datetime :keyword status: Required. Possible values include: "notStarted", "running", "succeeded", "partiallySucceeded", "failed", "cancelled", "cancelling". - :paramtype status: str or ~azure.ai.textanalytics.v2022_03_01_preview.models.State + :paramtype status: str or ~azure.ai.textanalytics.v2022_04_01_preview.models.State :keyword task_name: :paramtype task_name: str :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentResponse + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentResponse """ super(SentimentLROResult, self).__init__(last_update_date_time=last_update_date_time, status=status, task_name=task_name, **kwargs) self.kind = 'SentimentAnalysisLROResults' # type: str @@ -6157,15 +6185,15 @@ class SentimentResponse(PreBuiltResult): All required parameters must be populated in order to send to Azure. :ivar errors: Required. Errors by document id. - :vartype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :vartype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :ivar statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :ivar model_version: Required. This field indicates which model is used for scoring. :vartype model_version: str :ivar documents: Required. Sentiment analysis per document. :vartype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentResponseDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentResponseDocumentsItem] """ _validation = { @@ -6192,15 +6220,15 @@ def __init__( ): """ :keyword errors: Required. Errors by document id. - :paramtype errors: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentError] + :paramtype errors: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentError] :keyword statistics: if showStats=true was specified in the request this field will contain information about the request payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.RequestStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.RequestStatistics :keyword model_version: Required. This field indicates which model is used for scoring. :paramtype model_version: str :keyword documents: Required. Sentiment analysis per document. :paramtype documents: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentResponseDocumentsItem] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentResponseDocumentsItem] """ super(SentimentResponse, self).__init__(errors=errors, statistics=statistics, model_version=model_version, **kwargs) self.documents = documents @@ -6214,20 +6242,20 @@ class SentimentResponseDocumentsItem(SentimentDocumentResult): :ivar id: Required. Unique, non-empty document identifier. :vartype id: str :ivar warnings: Required. Warnings encountered while processing document. - :vartype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :vartype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :ivar statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :vartype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :vartype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :ivar sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). Possible values include: "positive", "neutral", "negative", "mixed". :vartype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentSentimentValue :ivar confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 for each sentiment class. :vartype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentConfidenceScorePerLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentConfidenceScorePerLabel :ivar sentences: Required. Sentence level sentiment analysis. - :vartype sentences: list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceSentiment] + :vartype sentences: list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceSentiment] """ _validation = { @@ -6262,21 +6290,21 @@ def __init__( :keyword id: Required. Unique, non-empty document identifier. :paramtype id: str :keyword warnings: Required. Warnings encountered while processing document. - :paramtype warnings: list[~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentWarning] + :paramtype warnings: list[~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentWarning] :keyword statistics: if showStats=true was specified in the request this field will contain information about the document payload. - :paramtype statistics: ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentStatistics + :paramtype statistics: ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentStatistics :keyword sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). Possible values include: "positive", "neutral", "negative", "mixed". :paramtype sentiment: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.DocumentSentimentValue + ~azure.ai.textanalytics.v2022_04_01_preview.models.DocumentSentimentValue :keyword confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 for each sentiment class. :paramtype confidence_scores: - ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentConfidenceScorePerLabel + ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentConfidenceScorePerLabel :keyword sentences: Required. Sentence level sentiment analysis. :paramtype sentences: - list[~azure.ai.textanalytics.v2022_03_01_preview.models.SentenceSentiment] + list[~azure.ai.textanalytics.v2022_04_01_preview.models.SentenceSentiment] """ super(SentimentResponseDocumentsItem, self).__init__(id=id, warnings=warnings, statistics=statistics, sentiment=sentiment, confidence_scores=confidence_scores, sentences=sentences, **kwargs) @@ -6291,9 +6319,9 @@ class SentimentTaskResult(AnalyzeTextTaskResult): "PiiEntityRecognitionResults", "KeyPhraseExtractionResults", "LanguageDetectionResults", "EntityLinkingResults". :vartype kind: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResultsKind + ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResultsKind :ivar results: Required. - :vartype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentResponse + :vartype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentResponse """ _validation = { @@ -6314,7 +6342,7 @@ def __init__( ): """ :keyword results: Required. - :paramtype results: ~azure.ai.textanalytics.v2022_03_01_preview.models.SentimentResponse + :paramtype results: ~azure.ai.textanalytics.v2022_04_01_preview.models.SentimentResponse """ super(SentimentTaskResult, self).__init__(**kwargs) self.kind = 'SentimentAnalysisResults' # type: str @@ -6368,7 +6396,7 @@ class TargetRelation(msrest.serialization.Model): :ivar relation_type: Required. The type related to the target. Possible values include: "assessment", "target". :vartype relation_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.TargetRelationType + ~azure.ai.textanalytics.v2022_04_01_preview.models.TargetRelationType :ivar ref: Required. The JSON pointer indicating the linked object. :vartype ref: str """ @@ -6394,7 +6422,7 @@ def __init__( :keyword relation_type: Required. The type related to the target. Possible values include: "assessment", "target". :paramtype relation_type: str or - ~azure.ai.textanalytics.v2022_03_01_preview.models.TargetRelationType + ~azure.ai.textanalytics.v2022_04_01_preview.models.TargetRelationType :keyword ref: Required. The JSON pointer indicating the linked object. :paramtype ref: str """ @@ -6417,7 +6445,7 @@ class TasksStateTasks(msrest.serialization.Model): :ivar total: Required. :vartype total: int :ivar items: - :vartype items: list[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResult] + :vartype items: list[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResult] """ _validation = { @@ -6455,7 +6483,7 @@ def __init__( :keyword total: Required. :paramtype total: int :keyword items: - :paramtype items: list[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextLROResult] + :paramtype items: list[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextLROResult] """ super(TasksStateTasks, self).__init__(**kwargs) self.completed = completed diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/models/_text_analytics_client_enums.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/models/_text_analytics_client_enums.py similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/models/_text_analytics_client_enums.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/models/_text_analytics_client_enums.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/operations/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/operations/__init__.py similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/operations/__init__.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/operations/__init__.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/operations/_text_analytics_client_operations.py similarity index 94% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/operations/_text_analytics_client_operations.py rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/operations/_text_analytics_client_operations.py index 9c3524570ff5..0561948f3300 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/operations/_text_analytics_client_operations.py @@ -35,7 +35,7 @@ def build_analyze_text_request( show_stats: Optional[bool] = None, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] accept = "application/json" @@ -71,7 +71,7 @@ def build_analyze_text_submit_job_request_initial( content: Any = None, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', None) # type: Optional[str] accept = "application/json" @@ -107,7 +107,7 @@ def build_analyze_text_job_status_request( skip: Optional[int] = None, **kwargs: Any ) -> HttpRequest: - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str accept = "application/json" # Construct URL @@ -145,6 +145,8 @@ def build_analyze_text_cancel_job_request_initial( job_id: str, **kwargs: Any ) -> HttpRequest: + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str + accept = "application/json" # Construct URL _url = kwargs.pop("template_url", "/analyze-text/jobs/{jobId}:cancel") @@ -154,6 +156,10 @@ def build_analyze_text_cancel_job_request_initial( _url = _format_url_section(_url, **path_format_arguments) + # Construct parameters + _query_parameters = kwargs.pop("params", {}) # type: Dict[str, Any] + _query_parameters['api-version'] = _SERIALIZER.query("api_version", api_version, 'str') + # Construct headers _header_parameters = kwargs.pop("headers", {}) # type: Dict[str, Any] _header_parameters['Accept'] = _SERIALIZER.header("accept", accept, 'str') @@ -161,6 +167,7 @@ def build_analyze_text_cancel_job_request_initial( return HttpRequest( method="POST", url=_url, + params=_query_parameters, headers=_header_parameters, **kwargs ) @@ -180,13 +187,13 @@ def analyze_text( executed immediately. :param body: Collection of documents to analyze and a single task to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTask + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTask :param show_stats: (Optional) if set to true, response will contain request and document level statistics. :type show_stats: bool :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextTaskResult, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextTaskResult + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextTaskResult :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextTaskResult"] @@ -195,7 +202,7 @@ def analyze_text( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextTask') @@ -246,7 +253,7 @@ def _analyze_text_submit_job_initial( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] _json = self._serialize.body(body, 'AnalyzeTextJobsInput') @@ -303,7 +310,7 @@ def begin_analyze_text_submit_job( executed as a long-running operation. :param body: Collection of documents to analyze and one or more tasks to execute. - :type body: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobsInput + :type body: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobsInput :keyword callable cls: A custom type or function that will be passed the direct response :keyword str continuation_token: A continuation token to restart a poller from a saved state. :keyword polling: By default, your polling method will be AnalyzeActionsLROPollingMethod. Pass @@ -315,10 +322,10 @@ def begin_analyze_text_submit_job( :return: An instance of AnalyzeActionsLROPoller that returns either AnalyzeTextJobState or the result of cls(response) :rtype: - ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState] + ~...._lro.AnalyzeActionsLROPoller[~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState] :raises: ~azure.core.exceptions.HttpResponseError """ - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str content_type = kwargs.pop('content_type', "application/json") # type: Optional[str] polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -389,7 +396,7 @@ def analyze_text_job_status( :type skip: int :keyword callable cls: A custom type or function that will be passed the direct response :return: AnalyzeTextJobState, or the result of cls(response) - :rtype: ~azure.ai.textanalytics.v2022_03_01_preview.models.AnalyzeTextJobState + :rtype: ~azure.ai.textanalytics.v2022_04_01_preview.models.AnalyzeTextJobState :raises: ~azure.core.exceptions.HttpResponseError """ cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeTextJobState"] @@ -398,7 +405,7 @@ def analyze_text_job_status( } error_map.update(kwargs.pop('error_map', {})) - api_version = kwargs.pop('api_version', "2022-03-01-preview") # type: str + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str request = build_analyze_text_job_status_request( @@ -448,9 +455,12 @@ def _analyze_text_cancel_job_initial( # pylint: disable=inconsistent-return-sta } error_map.update(kwargs.pop('error_map', {})) + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str + request = build_analyze_text_cancel_job_request_initial( job_id=job_id, + api_version=api_version, template_url=self._analyze_text_cancel_job_initial.metadata['url'], ) request = _convert_request(request) @@ -504,6 +514,7 @@ def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return-statem :rtype: ~azure.core.polling.LROPoller[None] :raises: ~azure.core.exceptions.HttpResponseError """ + api_version = kwargs.pop('api_version', "2022-04-01-preview") # type: str polling = kwargs.pop('polling', True) # type: Union[bool, PollingMethod] cls = kwargs.pop('cls', None) # type: ClsType[None] lro_delay = kwargs.pop( @@ -514,6 +525,7 @@ def begin_analyze_text_cancel_job( # pylint: disable=inconsistent-return-statem if cont_token is None: raw_result = self._analyze_text_cancel_job_initial( job_id=job_id, + api_version=api_version, cls=lambda x,y,z: x, **kwargs ) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/py.typed b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/py.typed similarity index 100% rename from sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview/py.typed rename to sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/py.typed From 7fe5d587ea43b53e033290de0ca4a669a5d9db5c Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Mon, 2 May 2022 17:23:57 -0700 Subject: [PATCH 02/10] updates to handwritten layer for api version change --- scripts/devops_tasks/test_run_samples.py | 2 - .../azure/ai/textanalytics/_base_client.py | 2 +- .../azure/ai/textanalytics/_lro.py | 4 +- .../azure/ai/textanalytics/_models.py | 38 +++++++++---------- .../textanalytics/_text_analytics_client.py | 4 +- .../azure/ai/textanalytics/_version.py | 2 +- .../azure/ai/textanalytics/aio/_lro_async.py | 4 +- .../aio/_text_analytics_client_async.py | 4 +- .../azure-ai-textanalytics/swagger/README.md | 30 +++++++-------- .../swagger/textanalytics.json | 25 +++++++++--- 10 files changed, 64 insertions(+), 51 deletions(-) diff --git a/scripts/devops_tasks/test_run_samples.py b/scripts/devops_tasks/test_run_samples.py index 3321c607b8af..42877742de35 100644 --- a/scripts/devops_tasks/test_run_samples.py +++ b/scripts/devops_tasks/test_run_samples.py @@ -137,8 +137,6 @@ ], "azure-ai-language-questionanswering": ["sample_chat.py"], "azure-ai-textanalytics": [ - "sample_authentication.py", - "sample_authentication_async.py", "sample_analyze_healthcare_entities_with_cancellation.py", "sample_analyze_healthcare_entities_with_cancellation_async.py", ] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py index a7008ae0fa97..8b7df449690b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py @@ -20,7 +20,7 @@ class TextAnalyticsApiVersion(str, Enum, metaclass=CaseInsensitiveEnumMeta): """Text Analytics API versions supported by this package""" #: this is the default version - V2022_03_01_PREVIEW = "2022-03-01-preview" + V2022_04_01_PREVIEW = "2022-04-01-preview" V3_1 = "v3.1" V3_0 = "v3.0" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py index 3bb0b9fbdc61..f6838a9707fd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py @@ -18,7 +18,7 @@ OperationFailed, BadStatus, ) -from ._generated.v2022_03_01_preview.models import JobMetadata +from ._generated.v2022_04_01_preview.models import JobMetadata _FINISHED = frozenset(["succeeded", "cancelled", "failed", "partiallycompleted", "partiallysucceeded"]) _FAILED = frozenset(["failed"]) @@ -216,7 +216,7 @@ def display_name(self) -> str: :return: Display name of the healthcare entities job. :rtype: str - .. versionadded:: 2022-03-01-preview + .. versionadded:: 2022-04-01-preview *display_name* property. """ return self.polling_method().display_name diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py index a9f16fc2db4a..e13ff74d6bb2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py @@ -12,7 +12,7 @@ ) from ._generated.v3_0 import models as _v3_0_models from ._generated.v3_1 import models as _v3_1_models -from ._generated.v2022_03_01_preview import models as _v2022_03_01_preview_models +from ._generated.v2022_04_01_preview import models as _v2022_04_01_preview_models from ._check import is_language_api @@ -1829,9 +1829,9 @@ def __repr__(self, **kwargs): def _to_generated(self, api_version, task_id): if is_language_api(api_version): - return _v2022_03_01_preview_models.EntitiesLROTask( + return _v2022_04_01_preview_models.EntitiesLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.EntitiesTaskParameters( + parameters=_v2022_04_01_preview_models.EntitiesTaskParameters( model_version=self.model_version, string_index_type=string_index_type_compatibility(self.string_index_type), logging_opt_out=self.disable_service_logs, @@ -1913,9 +1913,9 @@ def __repr__(self, **kwargs): def _to_generated(self, api_version, task_id): if is_language_api(api_version): - return _v2022_03_01_preview_models.SentimentAnalysisLROTask( + return _v2022_04_01_preview_models.SentimentAnalysisLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.SentimentAnalysisTaskParameters( + parameters=_v2022_04_01_preview_models.SentimentAnalysisTaskParameters( model_version=self.model_version, opinion_mining=self.show_opinion_mining, string_index_type=string_index_type_compatibility(self.string_index_type), @@ -2002,9 +2002,9 @@ def __repr__(self, **kwargs): def _to_generated(self, api_version, task_id): if is_language_api(api_version): - return _v2022_03_01_preview_models.PiiLROTask( + return _v2022_04_01_preview_models.PiiLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.PiiTaskParameters( + parameters=_v2022_04_01_preview_models.PiiTaskParameters( model_version=self.model_version, domain=self.domain_filter, pii_categories=self.categories_filter, @@ -2066,9 +2066,9 @@ def __repr__(self, **kwargs): def _to_generated(self, api_version, task_id): if is_language_api(api_version): - return _v2022_03_01_preview_models.KeyPhraseLROTask( + return _v2022_04_01_preview_models.KeyPhraseLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.KeyPhraseTaskParameters( + parameters=_v2022_04_01_preview_models.KeyPhraseTaskParameters( model_version=self.model_version, logging_opt_out=self.disable_service_logs, ) @@ -2134,9 +2134,9 @@ def __repr__(self, **kwargs): def _to_generated(self, api_version, task_id): if is_language_api(api_version): - return _v2022_03_01_preview_models.EntityLinkingLROTask( + return _v2022_04_01_preview_models.EntityLinkingLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.EntityLinkingTaskParameters( + parameters=_v2022_04_01_preview_models.EntityLinkingTaskParameters( model_version=self.model_version, string_index_type=string_index_type_compatibility(self.string_index_type), logging_opt_out=self.disable_service_logs, @@ -2210,9 +2210,9 @@ def __repr__(self): ) def _to_generated(self, api_version, task_id): # pylint: disable=unused-argument - return _v2022_03_01_preview_models.ExtractiveSummarizationLROTask( + return _v2022_04_01_preview_models.ExtractiveSummarizationLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.ExtractiveSummarizationTaskParameters( + parameters=_v2022_04_01_preview_models.ExtractiveSummarizationTaskParameters( model_version=self.model_version, string_index_type=string_index_type_compatibility(self.string_index_type), logging_opt_out=self.disable_service_logs, @@ -2372,9 +2372,9 @@ def __repr__(self): )[:1024] def _to_generated(self, api_version, task_id): # pylint: disable=unused-argument - return _v2022_03_01_preview_models.CustomEntitiesLROTask( + return _v2022_04_01_preview_models.CustomEntitiesLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.CustomEntitiesTaskParameters( + parameters=_v2022_04_01_preview_models.CustomEntitiesTaskParameters( project_name=self.project_name, deployment_name=self.deployment_name, string_index_type=string_index_type_compatibility(self.string_index_type), @@ -2486,9 +2486,9 @@ def __repr__(self): )[:1024] def _to_generated(self, api_version, task_id): # pylint: disable=unused-argument - return _v2022_03_01_preview_models.CustomMultiLabelClassificationLROTask( + return _v2022_04_01_preview_models.CustomMultiLabelClassificationLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.CustomMultiLabelClassificationTaskParameters( + parameters=_v2022_04_01_preview_models.CustomMultiLabelClassificationTaskParameters( project_name=self.project_name, deployment_name=self.deployment_name, logging_opt_out=self.disable_service_logs, @@ -2600,9 +2600,9 @@ def __repr__(self): )[:1024] def _to_generated(self, api_version, task_id): # pylint: disable=unused-argument - return _v2022_03_01_preview_models.CustomSingleLabelClassificationLROTask( + return _v2022_04_01_preview_models.CustomSingleLabelClassificationLROTask( task_name=task_id, - parameters=_v2022_03_01_preview_models.CustomSingleLabelClassificationTaskParameters( + parameters=_v2022_04_01_preview_models.CustomSingleLabelClassificationTaskParameters( project_name=self.project_name, deployment_name=self.deployment_name, logging_opt_out=self.disable_service_logs, diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py index 0545f07b0907..2b20a015ec1a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py @@ -640,7 +640,7 @@ def begin_analyze_healthcare_entities( .. versionadded:: v3.1 The *begin_analyze_healthcare_entities* client method. - .. versionadded:: 2022-03-01-preview + .. versionadded:: 2022-04-01-preview The *display_name* keyword argument. .. admonition:: Example: @@ -1092,7 +1092,7 @@ def begin_analyze_actions( .. versionadded:: v3.1 The *begin_analyze_actions* client method. - .. versionadded:: v3.2-preview + .. versionadded:: 2022-04-01-preview The *ExtractSummaryAction*, *RecognizeCustomEntitiesAction*, *SingleCategoryClassifyAction*, and *MultiCategoryClassifyAction* input options and the corresponding *ExtractSummaryResult*, *RecognizeCustomEntitiesResult*, *SingleCategoryClassifyResult*, and *MultiCategoryClassifyResult* diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py index 6d9e5f89708d..940a9650ee30 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py @@ -4,4 +4,4 @@ # ------------------------------------ VERSION = "5.2.0b4" -DEFAULT_API_VERSION = "2022-03-01-preview" +DEFAULT_API_VERSION = "2022-04-01-preview" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py index bf1123e05587..23bafb804a61 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py @@ -13,7 +13,7 @@ from azure.core.polling.async_base_polling import AsyncLROBasePolling from azure.core.polling._async_poller import PollingReturnType from .._lro import TextAnalyticsOperationResourcePolling -from .._generated.v2022_03_01_preview.models import JobMetadata +from .._generated.v2022_04_01_preview.models import JobMetadata _FINISHED = frozenset(["succeeded", "cancelled", "failed", "partiallycompleted", "partiallysucceeded"]) @@ -190,7 +190,7 @@ def display_name(self) -> str: :return: Display name of the healthcare entities job. :rtype: str - .. versionadded:: 2022-03-01-preview + .. versionadded:: 2022-04-01-preview *display_name* property. """ return self.polling_method().display_name diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py index c663275845c3..53238aec2a07 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py @@ -851,7 +851,7 @@ async def begin_analyze_healthcare_entities( .. versionadded:: v3.1 The *begin_analyze_healthcare_entities* client method. - .. versionadded:: 2022-03-01-preview + .. versionadded:: 2022-04-01-preview The *display_name* keyword argument. .. admonition:: Example: @@ -1088,7 +1088,7 @@ async def begin_analyze_actions( .. versionadded:: v3.1 The *begin_analyze_actions* client method. - .. versionadded:: v3.2-preview + .. versionadded:: 2022-04-01-preview The *ExtractSummaryAction*, *RecognizeCustomEntitiesAction*, *SingleCategoryClassifyAction*, and *MultiCategoryClassifyAction* input options and the corresponding *ExtractSummaryResult*, *RecognizeCustomEntitiesResult*, *SingleCategoryClassifyResult*, diff --git a/sdk/textanalytics/azure-ai-textanalytics/swagger/README.md b/sdk/textanalytics/azure-ai-textanalytics/swagger/README.md index 5675eee98de9..019347b693aa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/swagger/README.md +++ b/sdk/textanalytics/azure-ai-textanalytics/swagger/README.md @@ -29,7 +29,7 @@ python3-only: true batch: - tag: release_3_0 - tag: release_3_1 - - tag: release_2022_03_01_preview + - tag: release_2022_04_01_preview - multiapiscript: true ``` @@ -62,14 +62,14 @@ namespace: azure.ai.textanalytics.v3_1 output-folder: $(python-sdks-folder)/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1 ``` -## Release v2022_03_01_preview +## Release v2022_04_01_preview -These settings apply only when `--tag=release_2022_03_01_preview` is specified on the command line. +These settings apply only when `--tag=release_2022_04_01_preview` is specified on the command line. -```yaml $(tag) == 'release_2022_03_01_preview' +```yaml $(tag) == 'release_2022_04_01_preview' input-file: $(python-sdks-folder)/textanalytics/azure-ai-textanalytics/swagger/textanalytics.json -namespace: azure.ai.textanalytics.v2022_03_01_preview -output-folder: $(python-sdks-folder)/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_03_01_preview +namespace: azure.ai.textanalytics.v2022_04_01_preview +output-folder: $(python-sdks-folder)/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview ``` ### Override Analyze's pager poller for v3.1 @@ -100,7 +100,7 @@ directive: $["x-python-custom-default-polling-method-async"] = ".....aio._lro_async.AsyncAnalyzeHealthcareEntitiesLROPollingMethod"; ``` -### Override Analyze's pager poller for 2022_03_01_preview +### Override Analyze's pager poller for 2022_04_01_preview ```yaml directive: @@ -126,9 +126,9 @@ directive: $["parameters"] = [{"$ref": "#/parameters/Endpoint"}]; ``` -### Fix naming clash with analyze_text method in ApiVersion v2022_03_01_preview +### Fix naming clash with analyze_text method in ApiVersion v2022_04_01_preview -```yaml $(tag) == 'release_2022_03_01_preview' +```yaml $(tag) == 'release_2022_04_01_preview' directive: - from: swagger-document where: '$["paths"]["/analyze-text/jobs"]["post"]' @@ -136,9 +136,9 @@ directive: $["operationId"] = "AnalyzeTextSubmitJob"; ``` -### Fix naming clash with analyze_text method in ApiVersion v2022_03_01_preview +### Fix naming clash with analyze_text method in ApiVersion v2022_04_01_preview -```yaml $(tag) == 'release_2022_03_01_preview' +```yaml $(tag) == 'release_2022_04_01_preview' directive: - from: swagger-document where: '$["paths"]["/analyze-text/jobs/{jobId}"]["get"]' @@ -146,9 +146,9 @@ directive: $["operationId"] = "AnalyzeTextJobStatus"; ``` -### Fix naming clash with analyze_text method in ApiVersion v2022_03_01_preview +### Fix naming clash with analyze_text method in ApiVersion v2022_04_01_preview -```yaml $(tag) == 'release_2022_03_01_preview' +```yaml $(tag) == 'release_2022_04_01_preview' directive: - from: swagger-document where: '$["paths"]["/analyze-text/jobs/{jobId}:cancel"]["post"]' @@ -156,9 +156,9 @@ directive: $["operationId"] = "AnalyzeTextCancelJob"; ``` -### Fix generation of operation class name with ApiVersion v2022_03_01_preview +### Fix generation of operation class name with ApiVersion v2022_04_01_preview -```yaml $(tag) == 'release_2022_03_01_preview' +```yaml $(tag) == 'release_2022_04_01_preview' directive: - from: swagger-document where: '$["info"]' diff --git a/sdk/textanalytics/azure-ai-textanalytics/swagger/textanalytics.json b/sdk/textanalytics/azure-ai-textanalytics/swagger/textanalytics.json index 837ccbe3c5ea..c901b8baed10 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/swagger/textanalytics.json +++ b/sdk/textanalytics/azure-ai-textanalytics/swagger/textanalytics.json @@ -3,7 +3,7 @@ "info": { "title": "Microsoft Cognitive Language Service", "description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview.0", - "version": "2022-03-01-preview" + "version": "2022-04-01-preview" }, "securityDefinitions": { "apim_key": { @@ -196,6 +196,9 @@ "operationId": "AnalyzeText_CancelJob", "summary": "Cancel a long-running Text Analysis job", "parameters": [ + { + "$ref": "common.json#/parameters/ApiVersionParameter" + }, { "$ref": "#/parameters/JobId" } @@ -534,10 +537,10 @@ "type": "object", "description": "Parameters object for a text analysis task using custom models.", "properties": { - "project-name": { + "projectName": { "type": "string" }, - "deployment-name": { + "deploymentName": { "type": "string" } }, @@ -547,8 +550,8 @@ } ], "required": [ - "project-name", - "deployment-name" + "projectName", + "deploymentName" ] }, "CustomResult": { @@ -784,6 +787,13 @@ "type": "object", "description": "Supported parameters for a Healthcare task.", "properties": { + "fhirVersion": { + "type": "string", + "description": "The FHIR Spec version that the result will use to format the fhirBundle. For additional information see https://www.hl7.org/fhir/overview.html.", + "enum":[ + "4.0.1" + ] + }, "stringIndexType": { "$ref": "common.json#/definitions/StringIndexType" } @@ -847,6 +857,11 @@ "items": { "$ref": "#/definitions/HealthcareRelation" } + }, + "fhirBundle": { + "type": "object", + "description": "JSON bundle containing a FHIR compatible object for consumption in other Healthcare tools. For additional information see https://www.hl7.org/fhir/overview.html.", + "additionalProperties": {} } }, "allOf": [ From 8d0861d5402b127c0f33cd675596d56aa9b93972 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Mon, 2 May 2022 17:24:17 -0700 Subject: [PATCH 03/10] rerecord --- ...l_passing_dict_extract_summary_action.json | 30 +- ...ccessful_passing_dict_key_phrase_task.json | 28 +- ...uccessful_passing_dict_sentiment_task.json | 64 +- ...sful_passing_string_pii_entities_task.json | 64 +- ...ing_text_document_input_entities_task.json | 28 +- ...nalyzetest_analyze_continuation_token.json | 556 +-------- ...stAnalyzetest_analyze_works_with_v3_1.json | 276 +---- ...yze.pyTestAnalyzetest_bad_credentials.json | 6 +- ...yzetest_bad_request_on_empty_document.json | 10 +- ...estAnalyzetest_empty_credential_class.json | 6 +- ...t_extract_summary_action_with_options.json | 64 +- ...etest_extract_summary_partial_results.json | 30 +- ...lyzetest_invalid_language_hint_method.json | 192 +-- ...stAnalyzetest_multiple_of_same_action.json | 873 +++++--------- ...e_of_same_action_with_partial_results.json | 173 +-- ...ages_of_results_returned_successfully.json | 932 +++++++++++++-- ...etest_out_of_order_ids_multiple_tasks.json | 307 ++++- ...alyzetest_partial_success_for_actions.json | 112 +- ...st_analyze.pyTestAnalyzetest_pass_cls.json | 64 +- ...lyzetest_pii_action_categories_filter.json | 28 +- ...yze.pyTestAnalyzetest_poller_metadata.json | 28 +- ...ent_analysis_task_with_opinion_mining.json | 44 +- ...and_model_version_multiple_tasks_v3_1.json | 227 +--- ....pyTestAnalyzetest_too_many_documents.json | 10 +- ...l_passing_dict_extract_summary_action.json | 63 +- ...ccessful_passing_dict_key_phrase_task.json | 28 +- ...uccessful_passing_dict_sentiment_task.json | 98 +- ...sful_passing_string_pii_entities_task.json | 28 +- ...ing_text_document_input_entities_task.json | 28 +- ...eAsynctest_analyze_continuation_token.json | 526 ++++++++- ...lyzeAsynctest_analyze_works_with_v3_1.json | 93 +- ...yTestAnalyzeAsynctest_bad_credentials.json | 6 +- ...ynctest_bad_request_on_empty_document.json | 10 +- ...alyzeAsynctest_empty_credential_class.json | 6 +- ...t_extract_summary_action_with_options.json | 63 +- ...ctest_extract_summary_partial_results.json | 30 +- ...lyzeAsynctest_multiple_of_same_action.json | 587 ++-------- ...e_of_same_action_with_partial_results.json | 110 +- ...ages_of_results_returned_successfully.json | 1038 +++-------------- ...ctest_out_of_order_ids_multiple_tasks.json | 386 +----- ...Asynctest_partial_success_for_actions.json | 87 +- ...async.pyTestAnalyzeAsynctest_pass_cls.json | 28 +- ...synctest_pii_action_categories_filter.json | 28 +- ...yTestAnalyzeAsynctest_poller_metadata.json | 63 +- ...ent_analysis_task_with_opinion_mining.json | 65 +- ...and_model_version_multiple_tasks_v3_1.json | 121 +- ...stAnalyzeAsynctest_too_many_documents.json | 10 +- ...ndex_type_UnicodeCodePoint_body_param.json | 10 +- ...string_index_type_is_UnicodeCodePoint.json | 22 +- ...pyTestHealthtest_disable_service_logs.json | 28 +- ...t_attribute_error_no_result_attribute.json | 30 +- ...care.pyTestHealthtest_document_errors.json | 34 +- ....pyTestHealthtest_duplicate_ids_error.json | 10 +- ...thtest_explicit_set_string_index_type.json | 42 +- ...pyTestHealthtest_healthcare_assertion.json | 28 +- ...lthtest_healthcare_continuation_token.json | 50 +- ...TestHealthtest_input_with_some_errors.json | 30 +- ...Healthtest_invalid_language_hint_docs.json | 28 +- ...althtest_invalid_language_hint_method.json | 28 +- ...care.pyTestHealthtest_normalized_text.json | 30 +- ...are.pyTestHealthtest_out_of_order_ids.json | 30 +- ..._healthcare.pyTestHealthtest_pass_cls.json | 28 +- ....pyTestHealthtest_passing_only_string.json | 30 +- ...stHealthtest_passing_only_string_v3_1.json | 26 +- ...re.pyTestHealthtest_payload_too_large.json | 10 +- ...care.pyTestHealthtest_poller_metadata.json | 28 +- ...healthcare.pyTestHealthtest_relations.json | 28 +- ...althtest_show_stats_and_model_version.json | 30 +- ...est_show_stats_and_model_version_v3_1.json | 26 +- ...e.pyTestHealthtest_too_many_documents.json | 8 +- ...ealthcare.pyTestHealthtest_user_agent.json | 28 +- ...le_batch_language_hint_and_dict_input.json | 30 +- ...string_index_type_is_UnicodeCodePoint.json | 24 +- ...pyTestHealthtest_disable_service_logs.json | 28 +- ...sync.pyTestHealthtest_document_errors.json | 34 +- ....pyTestHealthtest_duplicate_ids_error.json | 10 +- ...thtest_explicit_set_string_index_type.json | 24 +- ...pyTestHealthtest_healthcare_assertion.json | 28 +- ...lthtest_healthcare_continuation_token.json | 54 +- ...TestHealthtest_input_with_some_errors.json | 30 +- ...Healthtest_invalid_language_hint_docs.json | 28 +- ...althtest_invalid_language_hint_method.json | 30 +- ...sync.pyTestHealthtest_normalized_text.json | 30 +- ...ync.pyTestHealthtest_out_of_order_ids.json | 32 +- ...hcare_async.pyTestHealthtest_pass_cls.json | 28 +- ....pyTestHealthtest_passing_only_string.json | 30 +- ...stHealthtest_passing_only_string_v3_1.json | 26 +- ...nc.pyTestHealthtest_payload_too_large.json | 10 +- ...sync.pyTestHealthtest_poller_metadata.json | 28 +- ...care_async.pyTestHealthtest_relations.json | 30 +- ...althtest_show_stats_and_model_version.json | 32 +- ...est_show_stats_and_model_version_v3_1.json | 26 +- ...c.pyTestHealthtest_too_many_documents.json | 10 +- ...are_async.pyTestHealthtest_user_agent.json | 28 +- ...le_batch_language_hint_and_dict_input.json | 28 +- ...imenttest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...tAnalyzeSentimenttest_bad_credentials.json | 6 +- ...Sentimenttest_bad_model_version_error.json | 8 +- ...zeSentimenttest_batch_size_over_limit.json | 10 +- ...imenttest_batch_size_over_limit_error.json | 10 +- ...t_client_passed_default_language_hint.json | 24 +- ...ndex_type_UnicodeCodePoint_body_param.json | 8 +- ...string_index_type_is_UnicodeCodePoint.json | 6 +- ...yzeSentimenttest_disable_service_logs.json | 6 +- ...ttest_disable_service_logs_body_param.json | 6 +- ...t_attribute_error_no_result_attribute.json | 10 +- ...attribute_error_nonexistent_attribute.json | 10 +- ...tAnalyzeSentimenttest_document_errors.json | 12 +- ...nalyzeSentimenttest_document_warnings.json | 8 +- ...lyzeSentimenttest_duplicate_ids_error.json | 10 +- ...eSentimenttest_empty_credential_class.json | 6 +- ...nttest_explicit_set_string_index_type.json | 6 +- ...icit_set_string_index_type_body_param.json | 8 +- ...zeSentimenttest_input_with_all_errors.json | 12 +- ...eSentimenttest_input_with_some_errors.json | 10 +- ...timenttest_invalid_language_hint_docs.json | 8 +- ...menttest_invalid_language_hint_method.json | 8 +- ...eSentimenttest_language_kwarg_spanish.json | 8 +- ...ttest_no_offset_v3_sentence_sentiment.json | 6 +- ...ent.pyTestAnalyzeSentimenttest_offset.json | 8 +- ...stAnalyzeSentimenttest_opinion_mining.json | 8 +- ..._opinion_mining_more_than_5_documents.json | 8 +- ...test_opinion_mining_no_mined_opinions.json | 8 +- ...t_opinion_mining_with_negated_opinion.json | 8 +- ...AnalyzeSentimenttest_out_of_order_ids.json | 10 +- ...timenttest_output_same_order_as_input.json | 8 +- ...t.pyTestAnalyzeSentimenttest_pass_cls.json | 8 +- ...lyzeSentimenttest_passing_only_string.json | 10 +- ...ttest_per_item_dont_use_language_hint.json | 8 +- ...Sentimenttest_rotate_subscription_key.json | 22 +- ...menttest_show_stats_and_model_version.json | 10 +- ...enttest_string_index_type_not_fail_v3.json | 6 +- ...alyzeSentimenttest_too_many_documents.json | 10 +- ...pyTestAnalyzeSentimenttest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...ntimenttest_whole_batch_language_hint.json | 8 +- ...le_batch_language_hint_and_dict_input.json | 8 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...imenttest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...tAnalyzeSentimenttest_bad_credentials.json | 6 +- ...Sentimenttest_bad_model_version_error.json | 8 +- ...zeSentimenttest_batch_size_over_limit.json | 10 +- ...imenttest_batch_size_over_limit_error.json | 10 +- ...t_client_passed_default_language_hint.json | 18 +- ...ndex_type_UnicodeCodePoint_body_param.json | 6 +- ...string_index_type_is_UnicodeCodePoint.json | 6 +- ...yzeSentimenttest_disable_service_logs.json | 6 +- ...ttest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 8 +- ...attribute_error_nonexistent_attribute.json | 10 +- ...tAnalyzeSentimenttest_document_errors.json | 12 +- ...nalyzeSentimenttest_document_warnings.json | 8 +- ...lyzeSentimenttest_duplicate_ids_error.json | 10 +- ...eSentimenttest_empty_credential_class.json | 6 +- ...nttest_explicit_set_string_index_type.json | 6 +- ...icit_set_string_index_type_body_param.json | 8 +- ...zeSentimenttest_input_with_all_errors.json | 12 +- ...eSentimenttest_input_with_some_errors.json | 10 +- ...timenttest_invalid_language_hint_docs.json | 8 +- ...menttest_invalid_language_hint_method.json | 6 +- ...eSentimenttest_language_kwarg_spanish.json | 8 +- ...ttest_no_offset_v3_sentence_sentiment.json | 6 +- ...ync.pyTestAnalyzeSentimenttest_offset.json | 8 +- ...stAnalyzeSentimenttest_opinion_mining.json | 8 +- ..._opinion_mining_more_than_5_documents.json | 8 +- ...test_opinion_mining_no_mined_opinions.json | 6 +- ...t_opinion_mining_with_negated_opinion.json | 8 +- ...AnalyzeSentimenttest_out_of_order_ids.json | 10 +- ...timenttest_output_same_order_as_input.json | 8 +- ...c.pyTestAnalyzeSentimenttest_pass_cls.json | 8 +- ...lyzeSentimenttest_passing_only_string.json | 8 +- ...ttest_per_item_dont_use_language_hint.json | 8 +- ...Sentimenttest_rotate_subscription_key.json | 20 +- ...menttest_show_stats_and_model_version.json | 10 +- ...enttest_string_index_type_not_fail_v3.json | 6 +- ...alyzeSentimenttest_too_many_documents.json | 10 +- ...pyTestAnalyzeSentimenttest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...ntimenttest_whole_batch_language_hint.json | 8 +- ...le_batch_language_hint_and_dict_input.json | 8 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...guagetest_all_successful_passing_dict.json | 10 +- ...uccessful_passing_text_document_input.json | 10 +- ...estDetectLanguagetest_bad_credentials.json | 6 +- ...tLanguagetest_bad_model_version_error.json | 8 +- ...ectLanguagetest_batch_size_over_limit.json | 10 +- ...guagetest_batch_size_over_limit_error.json | 10 +- ...st_client_passed_default_country_hint.json | 28 +- ...DetectLanguagetest_country_hint_kwarg.json | 8 +- ...tDetectLanguagetest_country_hint_none.json | 32 +- ...tectLanguagetest_disable_service_logs.json | 8 +- ...etest_disable_service_logs_body_param.json | 10 +- ...t_attribute_error_no_result_attribute.json | 8 +- ...attribute_error_nonexistent_attribute.json | 8 +- ...estDetectLanguagetest_document_errors.json | 12 +- ...tDetectLanguagetest_document_warnings.json | 6 +- ...etectLanguagetest_duplicate_ids_error.json | 10 +- ...ctLanguagetest_empty_credential_class.json | 6 +- ...ectLanguagetest_input_with_all_errors.json | 16 +- ...ctLanguagetest_input_with_some_errors.json | 10 +- ...anguagetest_invalid_country_hint_docs.json | 8 +- ...guagetest_invalid_country_hint_method.json | 8 +- ...stDetectLanguagetest_out_of_order_ids.json | 10 +- ...nguagetest_output_same_order_as_input.json | 8 +- ...age.pyTestDetectLanguagetest_pass_cls.json | 8 +- ...etectLanguagetest_passing_only_string.json | 12 +- ...getest_per_item_dont_use_country_hint.json | 10 +- ...tLanguagetest_rotate_subscription_key.json | 26 +- ...uagetest_show_stats_and_model_version.json | 10 +- ...agetest_string_index_type_not_fail_v3.json | 6 +- ...e.pyTestDetectLanguagetest_user_agent.json | 10 +- ...Languagetest_whole_batch_country_hint.json | 8 +- ...ole_batch_country_hint_and_dict_input.json | 10 +- ..._country_hint_and_dict_per_item_hints.json | 10 +- ...hole_batch_country_hint_and_obj_input.json | 10 +- ...h_country_hint_and_obj_per_item_hints.json | 10 +- ...est_whole_batch_dont_use_country_hint.json | 8 +- ...guagetest_all_successful_passing_dict.json | 10 +- ...uccessful_passing_text_document_input.json | 8 +- ...estDetectLanguagetest_bad_credentials.json | 6 +- ...tLanguagetest_bad_model_version_error.json | 6 +- ...ectLanguagetest_batch_size_over_limit.json | 10 +- ...guagetest_batch_size_over_limit_error.json | 10 +- ...st_client_passed_default_country_hint.json | 30 +- ...DetectLanguagetest_country_hint_kwarg.json | 8 +- ...tDetectLanguagetest_country_hint_none.json | 30 +- ...tectLanguagetest_disable_service_logs.json | 6 +- ...etest_disable_service_logs_body_param.json | 10 +- ...t_attribute_error_no_result_attribute.json | 8 +- ...attribute_error_nonexistent_attribute.json | 10 +- ...estDetectLanguagetest_document_errors.json | 10 +- ...tDetectLanguagetest_document_warnings.json | 6 +- ...etectLanguagetest_duplicate_ids_error.json | 10 +- ...ctLanguagetest_empty_credential_class.json | 6 +- ...ectLanguagetest_input_with_all_errors.json | 14 +- ...ctLanguagetest_input_with_some_errors.json | 10 +- ...anguagetest_invalid_country_hint_docs.json | 6 +- ...guagetest_invalid_country_hint_method.json | 8 +- ...stDetectLanguagetest_out_of_order_ids.json | 10 +- ...nguagetest_output_same_order_as_input.json | 8 +- ...ync.pyTestDetectLanguagetest_pass_cls.json | 8 +- ...etectLanguagetest_passing_only_string.json | 10 +- ...getest_per_item_dont_use_country_hint.json | 8 +- ...tLanguagetest_rotate_subscription_key.json | 24 +- ...uagetest_show_stats_and_model_version.json | 10 +- ...agetest_string_index_type_not_fail_v3.json | 4 +- ...c.pyTestDetectLanguagetest_user_agent.json | 10 +- ...Languagetest_whole_batch_country_hint.json | 8 +- ...ole_batch_country_hint_and_dict_input.json | 10 +- ..._country_hint_and_dict_per_item_hints.json | 10 +- ...hole_batch_country_hint_and_obj_input.json | 10 +- ...h_country_hint_and_obj_per_item_hints.json | 10 +- ...est_whole_batch_dont_use_country_hint.json | 8 +- ...ing.pyTestEncodingtest_diacritics_nfc.json | 8 +- ...ing.pyTestEncodingtest_diacritics_nfd.json | 8 +- ...est_encoding.pyTestEncodingtest_emoji.json | 8 +- ...oding.pyTestEncodingtest_emoji_family.json | 8 +- ..._emoji_family_with_skin_tone_modifier.json | 8 +- ...ingtest_emoji_with_skin_tone_modifier.json | 8 +- ...ncoding.pyTestEncodingtest_korean_nfc.json | 8 +- ...ncoding.pyTestEncodingtest_korean_nfd.json | 8 +- ...ncoding.pyTestEncodingtest_zalgo_text.json | 8 +- ...ync.pyTestEncodingtest_diacritics_nfc.json | 6 +- ...ync.pyTestEncodingtest_diacritics_nfd.json | 8 +- ...coding_async.pyTestEncodingtest_emoji.json | 8 +- ...async.pyTestEncodingtest_emoji_family.json | 8 +- ..._emoji_family_with_skin_tone_modifier.json | 8 +- ...ingtest_emoji_with_skin_tone_modifier.json | 8 +- ...g_async.pyTestEncodingtest_korean_nfc.json | 8 +- ...g_async.pyTestEncodingtest_korean_nfd.json | 8 +- ...g_async.pyTestEncodingtest_zalgo_text.json | 8 +- ...rasestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...ExtractKeyPhrasestest_bad_credentials.json | 6 +- ...eyPhrasestest_bad_model_version_error.json | 8 +- ...tKeyPhrasestest_batch_size_over_limit.json | 10 +- ...rasestest_batch_size_over_limit_error.json | 10 +- ...t_client_passed_default_language_hint.json | 24 +- ...ctKeyPhrasestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 6 +- ...t_attribute_error_no_result_attribute.json | 8 +- ...attribute_error_nonexistent_attribute.json | 10 +- ...ExtractKeyPhrasestest_document_errors.json | 12 +- ...actKeyPhrasestest_duplicate_ids_error.json | 8 +- ...KeyPhrasestest_empty_credential_class.json | 6 +- ...tKeyPhrasestest_input_with_all_errors.json | 10 +- ...KeyPhrasestest_input_with_some_errors.json | 8 +- ...hrasestest_invalid_language_hint_docs.json | 8 +- ...asestest_invalid_language_hint_method.json | 6 +- ...KeyPhrasestest_language_kwarg_spanish.json | 6 +- ...xtractKeyPhrasestest_out_of_order_ids.json | 10 +- ...hrasestest_output_same_order_as_input.json | 8 +- ....pyTestExtractKeyPhrasestest_pass_cls.json | 8 +- ...actKeyPhrasestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 6 +- ...eyPhrasestest_rotate_subscription_key.json | 20 +- ...asestest_show_stats_and_model_version.json | 10 +- ...ractKeyPhrasestest_too_many_documents.json | 10 +- ...yTestExtractKeyPhrasestest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...Phrasestest_whole_batch_language_hint.json | 8 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...rasestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...ExtractKeyPhrasestest_bad_credentials.json | 6 +- ...eyPhrasestest_bad_model_version_error.json | 6 +- ...tKeyPhrasestest_batch_size_over_limit.json | 10 +- ...rasestest_batch_size_over_limit_error.json | 10 +- ...t_client_passed_default_language_hint.json | 22 +- ...ctKeyPhrasestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 10 +- ...attribute_error_nonexistent_attribute.json | 8 +- ...ExtractKeyPhrasestest_document_errors.json | 12 +- ...actKeyPhrasestest_duplicate_ids_error.json | 10 +- ...KeyPhrasestest_empty_credential_class.json | 6 +- ...tKeyPhrasestest_input_with_all_errors.json | 10 +- ...KeyPhrasestest_input_with_some_errors.json | 8 +- ...hrasestest_invalid_language_hint_docs.json | 6 +- ...asestest_invalid_language_hint_method.json | 6 +- ...KeyPhrasestest_language_kwarg_spanish.json | 6 +- ...xtractKeyPhrasestest_out_of_order_ids.json | 10 +- ...hrasestest_output_same_order_as_input.json | 8 +- ....pyTestExtractKeyPhrasestest_pass_cls.json | 8 +- ...actKeyPhrasestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 8 +- ...eyPhrasestest_rotate_subscription_key.json | 20 +- ...asestest_show_stats_and_model_version.json | 10 +- ...ractKeyPhrasestest_too_many_documents.json | 10 +- ...yTestExtractKeyPhrasestest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...Phrasestest_whole_batch_language_hint.json | 6 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...itiestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...RecognizeEntitiestest_bad_credentials.json | 6 +- ...eEntitiestest_bad_model_version_error.json | 6 +- ...izeEntitiestest_batch_size_over_limit.json | 10 +- ...itiestest_batch_size_over_limit_error.json | 10 +- ...t_client_passed_default_language_hint.json | 24 +- ...ndex_type_UnicodeCodePoint_body_param.json | 8 +- ...string_index_type_is_UnicodeCodePoint.json | 6 +- ...nizeEntitiestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 8 +- ...attribute_error_nonexistent_attribute.json | 10 +- ...RecognizeEntitiestest_document_errors.json | 12 +- ...cognizeEntitiestest_document_warnings.json | 8 +- ...gnizeEntitiestest_duplicate_ids_error.json | 10 +- ...zeEntitiestest_empty_credential_class.json | 6 +- ...estest_explicit_set_string_index_type.json | 6 +- ...icit_set_string_index_type_body_param.json | 8 +- ...izeEntitiestest_input_with_all_errors.json | 12 +- ...zeEntitiestest_input_with_some_errors.json | 10 +- ...titiestest_invalid_language_hint_docs.json | 8 +- ...tiestest_invalid_language_hint_method.json | 6 +- ...zeEntitiestest_language_kwarg_spanish.json | 8 +- ...est_no_offset_v3_categorized_entities.json | 6 +- ...es.pyTestRecognizeEntitiestest_offset.json | 8 +- ...ecognizeEntitiestest_out_of_order_ids.json | 10 +- ...titiestest_output_same_order_as_input.json | 6 +- ....pyTestRecognizeEntitiestest_pass_cls.json | 8 +- ...gnizeEntitiestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 8 +- ...eEntitiestest_rotate_subscription_key.json | 22 +- ...tiestest_show_stats_and_model_version.json | 10 +- ...iestest_string_index_type_not_fail_v3.json | 6 +- ...ognizeEntitiestest_too_many_documents.json | 10 +- ...yTestRecognizeEntitiestest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...ntitiestest_whole_batch_language_hint.json | 8 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...itiestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...RecognizeEntitiestest_bad_credentials.json | 6 +- ...eEntitiestest_bad_model_version_error.json | 8 +- ...izeEntitiestest_batch_size_over_limit.json | 8 +- ...itiestest_batch_size_over_limit_error.json | 8 +- ...t_client_passed_default_language_hint.json | 24 +- ...ndex_type_UnicodeCodePoint_body_param.json | 8 +- ...string_index_type_is_UnicodeCodePoint.json | 4 +- ...nizeEntitiestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 10 +- ...attribute_error_nonexistent_attribute.json | 8 +- ...RecognizeEntitiestest_document_errors.json | 12 +- ...cognizeEntitiestest_document_warnings.json | 8 +- ...gnizeEntitiestest_duplicate_ids_error.json | 8 +- ...zeEntitiestest_empty_credential_class.json | 6 +- ...estest_explicit_set_string_index_type.json | 6 +- ...icit_set_string_index_type_body_param.json | 8 +- ...izeEntitiestest_input_with_all_errors.json | 12 +- ...zeEntitiestest_input_with_some_errors.json | 10 +- ...titiestest_invalid_language_hint_docs.json | 8 +- ...tiestest_invalid_language_hint_method.json | 8 +- ...zeEntitiestest_language_kwarg_spanish.json | 8 +- ...est_no_offset_v3_categorized_entities.json | 6 +- ...nc.pyTestRecognizeEntitiestest_offset.json | 8 +- ...ecognizeEntitiestest_out_of_order_ids.json | 10 +- ...titiestest_output_same_order_as_input.json | 6 +- ....pyTestRecognizeEntitiestest_pass_cls.json | 8 +- ...gnizeEntitiestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 8 +- ...eEntitiestest_rotate_subscription_key.json | 22 +- ...tiestest_show_stats_and_model_version.json | 10 +- ...iestest_string_index_type_not_fail_v3.json | 6 +- ...ognizeEntitiestest_too_many_documents.json | 8 +- ...yTestRecognizeEntitiestest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...ntitiestest_whole_batch_language_hint.json | 8 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...itiestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...izeLinkedEntitiestest_bad_credentials.json | 6 +- ...dEntitiestest_bad_model_version_error.json | 8 +- ...kedEntitiestest_batch_size_over_limit.json | 10 +- ...itiestest_batch_size_over_limit_error.json | 10 +- ...stRecognizeLinkedEntitiestest_bing_id.json | 8 +- ...t_client_passed_default_language_hint.json | 24 +- ...ndex_type_UnicodeCodePoint_body_param.json | 8 +- ...string_index_type_is_UnicodeCodePoint.json | 6 +- ...nkedEntitiestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 10 +- ...attribute_error_nonexistent_attribute.json | 10 +- ...izeLinkedEntitiestest_document_errors.json | 12 +- ...eLinkedEntitiestest_document_warnings.json | 8 +- ...inkedEntitiestest_duplicate_ids_error.json | 10 +- ...edEntitiestest_empty_credential_class.json | 6 +- ...estest_explicit_set_string_index_type.json | 4 +- ...icit_set_string_index_type_body_param.json | 8 +- ...kedEntitiestest_input_with_all_errors.json | 10 +- ...edEntitiestest_input_with_some_errors.json | 10 +- ...titiestest_invalid_language_hint_docs.json | 8 +- ...tiestest_invalid_language_hint_method.json | 6 +- ...edEntitiestest_language_kwarg_spanish.json | 8 +- ...test_no_offset_v3_linked_entity_match.json | 6 +- ...estRecognizeLinkedEntitiestest_offset.json | 8 +- ...zeLinkedEntitiestest_out_of_order_ids.json | 8 +- ...titiestest_output_same_order_as_input.json | 8 +- ...tRecognizeLinkedEntitiestest_pass_cls.json | 8 +- ...inkedEntitiestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 8 +- ...dEntitiestest_rotate_subscription_key.json | 22 +- ...tiestest_show_stats_and_model_version.json | 10 +- ...iestest_string_index_type_not_fail_v3.json | 6 +- ...LinkedEntitiestest_too_many_documents.json | 10 +- ...ecognizeLinkedEntitiestest_user_agent.json | 6 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...ntitiestest_whole_batch_language_hint.json | 6 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...itiestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...izeLinkedEntitiestest_bad_credentials.json | 6 +- ...dEntitiestest_bad_model_version_error.json | 8 +- ...kedEntitiestest_batch_size_over_limit.json | 10 +- ...itiestest_batch_size_over_limit_error.json | 8 +- ...stRecognizeLinkedEntitiestest_bing_id.json | 8 +- ...t_client_passed_default_language_hint.json | 24 +- ...ndex_type_UnicodeCodePoint_body_param.json | 8 +- ...string_index_type_is_UnicodeCodePoint.json | 4 +- ...nkedEntitiestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 10 +- ...attribute_error_nonexistent_attribute.json | 8 +- ...izeLinkedEntitiestest_document_errors.json | 12 +- ...eLinkedEntitiestest_document_warnings.json | 8 +- ...inkedEntitiestest_duplicate_ids_error.json | 10 +- ...edEntitiestest_empty_credential_class.json | 6 +- ...estest_explicit_set_string_index_type.json | 4 +- ...icit_set_string_index_type_body_param.json | 8 +- ...kedEntitiestest_input_with_all_errors.json | 10 +- ...edEntitiestest_input_with_some_errors.json | 10 +- ...titiestest_invalid_language_hint_docs.json | 8 +- ...tiestest_invalid_language_hint_method.json | 8 +- ...edEntitiestest_language_kwarg_spanish.json | 8 +- ...test_no_offset_v3_linked_entity_match.json | 6 +- ...estRecognizeLinkedEntitiestest_offset.json | 6 +- ...zeLinkedEntitiestest_out_of_order_ids.json | 8 +- ...titiestest_output_same_order_as_input.json | 8 +- ...tRecognizeLinkedEntitiestest_pass_cls.json | 8 +- ...inkedEntitiestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 8 +- ...dEntitiestest_rotate_subscription_key.json | 22 +- ...tiestest_show_stats_and_model_version.json | 10 +- ...iestest_string_index_type_not_fail_v3.json | 6 +- ...LinkedEntitiestest_too_many_documents.json | 10 +- ...ecognizeLinkedEntitiestest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...ntitiestest_whole_batch_language_hint.json | 6 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...itiestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...ognizePIIEntitiestest_bad_credentials.json | 6 +- ...IEntitiestest_bad_model_version_error.json | 8 +- ...PIIEntitiestest_batch_size_over_limit.json | 10 +- ...itiestest_batch_size_over_limit_error.json | 10 +- ...nizePIIEntitiestest_categories_filter.json | 16 +- ..._categories_filter_with_domain_filter.json | 8 +- ...t_client_passed_default_language_hint.json | 24 +- ...ndex_type_UnicodeCodePoint_body_param.json | 8 +- ...string_index_type_is_UnicodeCodePoint.json | 6 +- ...ePIIEntitiestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 8 +- ...attribute_error_nonexistent_attribute.json | 10 +- ...ognizePIIEntitiestest_document_errors.json | 12 +- ...nizePIIEntitiestest_document_warnings.json | 8 +- ...zePIIEntitiestest_duplicate_ids_error.json | 10 +- ...IIEntitiestest_empty_credential_class.json | 6 +- ...estest_explicit_set_string_index_type.json | 6 +- ...icit_set_string_index_type_body_param.json | 8 +- ...PIIEntitiestest_input_with_all_errors.json | 10 +- ...IIEntitiestest_input_with_some_errors.json | 10 +- ...titiestest_invalid_language_hint_docs.json | 8 +- ...tiestest_invalid_language_hint_method.json | 6 +- ...IIEntitiestest_language_kwarg_english.json | 8 +- ...gnizePIIEntitiestest_out_of_order_ids.json | 10 +- ...titiestest_output_same_order_as_input.json | 8 +- ...TestRecognizePIIEntitiestest_pass_cls.json | 8 +- ...zePIIEntitiestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 8 +- ...nizePIIEntitiestest_phi_domain_filter.json | 8 +- ...ecognizePIIEntitiestest_redacted_text.json | 8 +- ...IEntitiestest_rotate_subscription_key.json | 22 +- ...tiestest_show_stats_and_model_version.json | 10 +- ...izePIIEntitiestest_too_many_documents.json | 10 +- ...stRecognizePIIEntitiestest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 8 +- ...ntitiestest_whole_batch_language_hint.json | 8 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- ...itiestest_all_successful_passing_dict.json | 8 +- ...uccessful_passing_text_document_input.json | 8 +- ...ognizePIIEntitiestest_bad_credentials.json | 6 +- ...IEntitiestest_bad_model_version_error.json | 8 +- ...PIIEntitiestest_batch_size_over_limit.json | 10 +- ...itiestest_batch_size_over_limit_error.json | 10 +- ...nizePIIEntitiestest_categories_filter.json | 16 +- ..._categories_filter_with_domain_filter.json | 8 +- ...t_client_passed_default_language_hint.json | 24 +- ...ndex_type_UnicodeCodePoint_body_param.json | 8 +- ...string_index_type_is_UnicodeCodePoint.json | 6 +- ...ePIIEntitiestest_disable_service_logs.json | 6 +- ...stest_disable_service_logs_body_param.json | 8 +- ...t_attribute_error_no_result_attribute.json | 10 +- ...attribute_error_nonexistent_attribute.json | 8 +- ...ognizePIIEntitiestest_document_errors.json | 12 +- ...nizePIIEntitiestest_document_warnings.json | 8 +- ...zePIIEntitiestest_duplicate_ids_error.json | 10 +- ...IIEntitiestest_empty_credential_class.json | 6 +- ...estest_explicit_set_string_index_type.json | 6 +- ...icit_set_string_index_type_body_param.json | 8 +- ...PIIEntitiestest_input_with_all_errors.json | 10 +- ...IIEntitiestest_input_with_some_errors.json | 10 +- ...titiestest_invalid_language_hint_docs.json | 6 +- ...tiestest_invalid_language_hint_method.json | 8 +- ...IIEntitiestest_language_kwarg_english.json | 8 +- ...gnizePIIEntitiestest_out_of_order_ids.json | 10 +- ...titiestest_output_same_order_as_input.json | 8 +- ...TestRecognizePIIEntitiestest_pass_cls.json | 8 +- ...zePIIEntitiestest_passing_only_string.json | 10 +- ...stest_per_item_dont_use_language_hint.json | 8 +- ...nizePIIEntitiestest_phi_domain_filter.json | 8 +- ...ecognizePIIEntitiestest_redacted_text.json | 8 +- ...IEntitiestest_rotate_subscription_key.json | 20 +- ...tiestest_show_stats_and_model_version.json | 10 +- ...izePIIEntitiestest_too_many_documents.json | 8 +- ...stRecognizePIIEntitiestest_user_agent.json | 8 +- ...st_whole_batch_dont_use_language_hint.json | 6 +- ...ntitiestest_whole_batch_language_hint.json | 8 +- ...language_hint_and_dict_per_item_hints.json | 8 +- ...ole_batch_language_hint_and_obj_input.json | 8 +- ..._language_hint_and_obj_per_item_hints.json | 8 +- .../tests/test_analyze.py | 5 + .../tests/test_analyze_async.py | 5 + .../tests/test_analyze_sentiment.py | 6 +- .../tests/test_analyze_sentiment_async.py | 6 +- .../azure-ai-textanalytics/tests/test_auth.py | 1 - .../tests/test_auth_async.py | 1 - .../tests/test_detect_language.py | 2 +- .../tests/test_detect_language_async.py | 2 +- .../tests/test_extract_key_phrases.py | 2 +- .../tests/test_extract_key_phrases_async.py | 2 +- .../tests/test_recognize_entities.py | 6 +- .../tests/test_recognize_entities_async.py | 6 +- .../tests/test_recognize_linked_entities.py | 6 +- .../test_recognize_linked_entities_async.py | 6 +- .../tests/test_recognize_pii_entities.py | 6 +- .../test_recognize_pii_entities_async.py | 6 +- 609 files changed, 6175 insertions(+), 7365 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_extract_summary_action.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_extract_summary_action.json index f98eb3fd97ef..19db73ce9b11 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_extract_summary_action.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_extract_summary_action.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,18 +38,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b8cf63b2-5a4f-45ce-85e9-ac456c2a5a19", + "apim-request-id": "bc06b931-0d48-4ddd-bdbb-e52c1a4d0af7", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:39:58 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61a176b4-b4ba-4053-82dc-2135984f48aa?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:05:54 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fa51e965-8e6b-4dd4-88be-3ae9c185caa9?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "164" + "x-envoy-upstream-service-time": "144" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61a176b4-b4ba-4053-82dc-2135984f48aa?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fa51e965-8e6b-4dd4-88be-3ae9c185caa9?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -60,19 +60,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1c1af9fe-e873-4113-8995-fe18db83c4e5", - "Content-Length": "1557", + "apim-request-id": "28839349-ce7c-4a45-b0f5-8ec6ee5cb1da", + "Content-Length": "1555", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:40:03 GMT", + "Date": "Tue, 03 May 2022 00:05:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { - "jobId": "61a176b4-b4ba-4053-82dc-2135984f48aa", - "lastUpdateDateTime": "2022-04-20T23:40:00Z", - "createdDateTime": "2022-04-20T23:39:58Z", - "expirationDateTime": "2022-04-21T23:39:58Z", + "jobId": "fa51e965-8e6b-4dd4-88be-3ae9c185caa9", + "lastUpdateDateTime": "2022-05-03T00:05:57Z", + "createdDateTime": "2022-05-03T00:05:55Z", + "expirationDateTime": "2022-05-04T00:05:55Z", "status": "succeeded", "errors": [], "tasks": { @@ -84,7 +84,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:40:00.9056653Z", + "lastUpdateDateTime": "2022-05-03T00:05:57.94797Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_key_phrase_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_key_phrase_task.json index a5b65c4f772d..9fe0a3651016 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_key_phrase_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_key_phrase_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,18 +36,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f1362905-742e-463b-acda-fecd75cb4867", + "apim-request-id": "d98c20c1-ae47-4e45-a479-c1fc2d77d90e", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:36:39 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e9dc6601-bbb0-4c82-8231-b01acea21f68?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:02:56 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c85629ec-0d4d-40ce-a0f1-3806b8a7f7cd?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "251" + "x-envoy-upstream-service-time": "297" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e9dc6601-bbb0-4c82-8231-b01acea21f68?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c85629ec-0d4d-40ce-a0f1-3806b8a7f7cd?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -58,19 +58,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76c9b8c9-b097-4504-a309-1ead449dc307", + "apim-request-id": "de730e55-3b7a-43bd-834a-a903a54c9d04", "Content-Length": "855", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:36:44 GMT", + "Date": "Tue, 03 May 2022 00:03:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "105" + "x-envoy-upstream-service-time": "1114" }, "ResponseBody": { - "jobId": "e9dc6601-bbb0-4c82-8231-b01acea21f68", - "lastUpdateDateTime": "2022-04-20T23:36:41Z", - "createdDateTime": "2022-04-20T23:36:39Z", - "expirationDateTime": "2022-04-21T23:36:39Z", + "jobId": "c85629ec-0d4d-40ce-a0f1-3806b8a7f7cd", + "lastUpdateDateTime": "2022-05-03T00:03:00Z", + "createdDateTime": "2022-05-03T00:02:56Z", + "expirationDateTime": "2022-05-04T00:02:56Z", "status": "succeeded", "errors": [], "tasks": { @@ -82,7 +82,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:36:41.9247315Z", + "lastUpdateDateTime": "2022-05-03T00:03:00.4481192Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_sentiment_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_sentiment_task.json index c10dcf85ddfc..a7d5eac5cf7b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_sentiment_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_dict_sentiment_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,18 +43,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "94e282a6-7d15-4044-843b-90471189d58e", + "apim-request-id": "679550c0-6250-4839-900b-976d26ee6fb1", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:36:45 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c7734952-75c6-4897-a8c9-fb000dc40a1c?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:03:04 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6e573303-1e06-44f0-8cdf-87a03d144e89?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "266" + "x-envoy-upstream-service-time": "1633" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c7734952-75c6-4897-a8c9-fb000dc40a1c?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6e573303-1e06-44f0-8cdf-87a03d144e89?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,19 +65,55 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b53574a6-648b-4236-b12b-76fe5ad48150", + "apim-request-id": "f8ae1e4e-4f41-4db7-b20b-ab7a1ec1332b", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:03:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "1080" + }, + "ResponseBody": { + "jobId": "6e573303-1e06-44f0-8cdf-87a03d144e89", + "lastUpdateDateTime": "2022-05-03T00:03:05Z", + "createdDateTime": "2022-05-03T00:03:05Z", + "expirationDateTime": "2022-05-04T00:03:05Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6e573303-1e06-44f0-8cdf-87a03d144e89?api-version=2022-04-01-preview\u0026showStats=True", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1e3a876e-74aa-4373-a86e-08cf5d7d7f7a", "Content-Length": "1935", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:36:51 GMT", + "Date": "Tue, 03 May 2022 00:03:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "173" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": { - "jobId": "c7734952-75c6-4897-a8c9-fb000dc40a1c", - "lastUpdateDateTime": "2022-04-20T23:36:49Z", - "createdDateTime": "2022-04-20T23:36:46Z", - "expirationDateTime": "2022-04-21T23:36:46Z", + "jobId": "6e573303-1e06-44f0-8cdf-87a03d144e89", + "lastUpdateDateTime": "2022-05-03T00:03:13Z", + "createdDateTime": "2022-05-03T00:03:05Z", + "expirationDateTime": "2022-05-04T00:03:05Z", "status": "succeeded", "errors": [], "tasks": { @@ -89,7 +125,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:36:49.5559674Z", + "lastUpdateDateTime": "2022-05-03T00:03:13.2811674Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_string_pii_entities_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_string_pii_entities_task.json index aa7391656a2d..b96f0454cc32 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_string_pii_entities_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_string_pii_entities_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,18 +43,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e4383119-72d6-4589-9615-c14700f87704", + "apim-request-id": "8710324a-5043-4343-9b73-030598cdbc88", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:37:08 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9c4d4719-57d5-42c5-92af-0c5d41a62ec9?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:03:33 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2d0fc85b-ae42-4548-8c1e-281860fe02b4?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "134" + "x-envoy-upstream-service-time": "177" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9c4d4719-57d5-42c5-92af-0c5d41a62ec9?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2d0fc85b-ae42-4548-8c1e-281860fe02b4?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,19 +65,55 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b94a585-89c8-45c6-9137-b520657d9cc2", + "apim-request-id": "3cc0194e-b224-4d18-9997-cd89e2e1f8a3", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:03:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "jobId": "2d0fc85b-ae42-4548-8c1e-281860fe02b4", + "lastUpdateDateTime": "2022-05-03T00:03:34Z", + "createdDateTime": "2022-05-03T00:03:33Z", + "expirationDateTime": "2022-05-04T00:03:33Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2d0fc85b-ae42-4548-8c1e-281860fe02b4?api-version=2022-04-01-preview\u0026showStats=True", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3c7e72bb-0d50-435d-ba98-66a70d410e66", "Content-Length": "1495", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:14 GMT", + "Date": "Tue, 03 May 2022 00:03:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "93" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { - "jobId": "9c4d4719-57d5-42c5-92af-0c5d41a62ec9", - "lastUpdateDateTime": "2022-04-20T23:37:11Z", - "createdDateTime": "2022-04-20T23:37:08Z", - "expirationDateTime": "2022-04-21T23:37:08Z", + "jobId": "2d0fc85b-ae42-4548-8c1e-281860fe02b4", + "lastUpdateDateTime": "2022-05-03T00:03:42Z", + "createdDateTime": "2022-05-03T00:03:33Z", + "expirationDateTime": "2022-05-04T00:03:33Z", "status": "succeeded", "errors": [], "tasks": { @@ -89,7 +125,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:37:11.2018378Z", + "lastUpdateDateTime": "2022-05-03T00:03:42.8052226Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_text_document_input_entities_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_text_document_input_entities_task.json index 1b3a0cf73126..9e19845a34e7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_text_document_input_entities_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_all_successful_passing_text_document_input_entities_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,18 +43,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "8ee9be89-36d7-4203-8e40-22e741715564", + "apim-request-id": "389f57a6-2793-44d9-9b67-7cc5b0534c53", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:37:02 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/58cf86b2-f3c7-493a-8bf5-9d47b4c8f6b7?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:03:27 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7ba8abeb-a7a6-44dc-9f69-ca7b3bb87f81?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "214" + "x-envoy-upstream-service-time": "211" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/58cf86b2-f3c7-493a-8bf5-9d47b4c8f6b7?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7ba8abeb-a7a6-44dc-9f69-ca7b3bb87f81?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,19 +65,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62c6920a-8e4b-41dd-b761-c2060f133d41", + "apim-request-id": "223afd1f-d64d-4c13-8534-8d68afcc3a93", "Content-Length": "2018", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:08 GMT", + "Date": "Tue, 03 May 2022 00:03:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "327" }, "ResponseBody": { - "jobId": "58cf86b2-f3c7-493a-8bf5-9d47b4c8f6b7", - "lastUpdateDateTime": "2022-04-20T23:37:05Z", - "createdDateTime": "2022-04-20T23:37:03Z", - "expirationDateTime": "2022-04-21T23:37:03Z", + "jobId": "7ba8abeb-a7a6-44dc-9f69-ca7b3bb87f81", + "lastUpdateDateTime": "2022-05-03T00:03:29Z", + "createdDateTime": "2022-05-03T00:03:27Z", + "expirationDateTime": "2022-05-04T00:03:27Z", "status": "succeeded", "errors": [], "tasks": { @@ -89,7 +89,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:37:05.0975856Z", + "lastUpdateDateTime": "2022-05-03T00:03:29.9003648Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_continuation_token.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_continuation_token.json index 9e5a0a593d2f..9ce79707c0ef 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_continuation_token.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_continuation_token.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -67,18 +67,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5944868b-29e5-4909-9cb1-f60d9c61e714", + "apim-request-id": "c53eb180-8887-4e50-a11d-f53a714506a5", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:40:48 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f2e3b286-4552-4984-9dbc-1a47ded026fc?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:06:17 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9250dc6b-0e87-42a5-a8a9-cd76e1be8b94?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "293" + "x-envoy-upstream-service-time": "397" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f2e3b286-4552-4984-9dbc-1a47ded026fc?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9250dc6b-0e87-42a5-a8a9-cd76e1be8b94?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -89,501 +89,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8866a705-ed20-47c4-8345-7304040c656f", - "Content-Length": "3664", + "apim-request-id": "2c4b3b24-3461-4d82-b902-e9a21877db1f", + "Content-Length": "8463", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:40:53 GMT", + "Date": "Tue, 03 May 2022 00:06:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "139" + "x-envoy-upstream-service-time": "270" }, "ResponseBody": { - "jobId": "f2e3b286-4552-4984-9dbc-1a47ded026fc", - "lastUpdateDateTime": "2022-04-20T23:40:52Z", - "createdDateTime": "2022-04-20T23:40:49Z", - "expirationDateTime": "2022-04-21T23:40:49Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 2, - "failed": 0, - "inProgress": 2, - "total": 4, - "items": [ - { - "kind": "PiiEntityRecognitionLROResults", - "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:40:52.1341189Z", - "status": "succeeded", - "results": { - "statistics": { - "documentsCount": 4, - "validDocumentsCount": 3, - "erroneousDocumentsCount": 1, - "transactionsCount": 3 - }, - "documents": [ - { - "redactedText": "A recent report by the ******************************** (***) found that the dramatic increase in oil and natural gas development on federal lands over the ************** has stretched the staff of the *** to a point that it has been unable to meet its environmental protection responsibilities.", - "id": "1", - "statistics": { - "charactersCount": 295, - "transactionsCount": 1 - }, - "entities": [ - { - "text": "Government Accountability Office", - "category": "Organization", - "offset": 23, - "length": 32, - "confidenceScore": 0.95 - }, - { - "text": "GAO", - "category": "Organization", - "offset": 57, - "length": 3, - "confidenceScore": 0.9 - }, - { - "text": "past six years", - "category": "DateTime", - "subcategory": "DateRange", - "offset": 156, - "length": 14, - "confidenceScore": 0.8 - }, - { - "text": "BLM", - "category": "Organization", - "offset": 202, - "length": 3, - "confidenceScore": 0.87 - } - ], - "warnings": [] - }, - { - "redactedText": "*************, *********************--Food Safety, ************************************** (****), Washington, D.C., discussed the physical activity component.", - "id": "2", - "statistics": { - "charactersCount": 158, - "transactionsCount": 1 - }, - "entities": [ - { - "text": "David Schmidt", - "category": "Person", - "offset": 0, - "length": 13, - "confidenceScore": 1.0 - }, - { - "text": "senior vice president", - "category": "PersonType", - "offset": 15, - "length": 21, - "confidenceScore": 0.71 - }, - { - "text": "International Food Information Council", - "category": "Organization", - "offset": 51, - "length": 38, - "confidenceScore": 0.96 - }, - { - "text": "IFIC", - "category": "Organization", - "offset": 91, - "length": 4, - "confidenceScore": 0.92 - } - ], - "warnings": [] - }, - { - "redactedText": "I need a reservation for an indoor restaurant in China. Please don\u0027t stop the music. Play music and add it to my playlist", - "id": "4", - "statistics": { - "charactersCount": 121, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - } - ], - "errors": [ - { - "id": "3", - "error": { - "code": "InvalidArgument", - "message": "Invalid document in request.", - "innererror": { - "code": "InvalidDocument", - "message": "Document text is empty." - } - } - } - ], - "modelVersion": "2021-01-15" - } - }, - { - "kind": "KeyPhraseExtractionLROResults", - "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:40:52.3781538Z", - "status": "succeeded", - "results": { - "statistics": { - "documentsCount": 4, - "validDocumentsCount": 3, - "erroneousDocumentsCount": 1, - "transactionsCount": 3 - }, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Government Accountability Office", - "natural gas development", - "past six years", - "environmental protection responsibilities", - "recent report", - "dramatic increase", - "federal lands", - "GAO", - "oil", - "staff", - "BLM", - "point" - ], - "statistics": { - "charactersCount": 295, - "transactionsCount": 1 - }, - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "International Food Information Council", - "senior vice president", - "physical activity component", - "Food Safety", - "David Schmidt", - "D.C.", - "IFIC", - "Washington" - ], - "statistics": { - "charactersCount": 158, - "transactionsCount": 1 - }, - "warnings": [] - }, - { - "id": "4", - "keyPhrases": [ - "indoor restaurant", - "reservation", - "China", - "music", - "playlist" - ], - "statistics": { - "charactersCount": 121, - "transactionsCount": 1 - }, - "warnings": [] - } - ], - "errors": [ - { - "id": "3", - "error": { - "code": "InvalidArgument", - "message": "Invalid document in request.", - "innererror": { - "code": "InvalidDocument", - "message": "Document text is empty." - } - } - } - ], - "modelVersion": "2021-06-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f2e3b286-4552-4984-9dbc-1a47ded026fc?api-version=2022-03-01-preview\u0026showStats=True", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "05e1d3d3-d19f-41f6-8c0d-d82adaffa411", - "Content-Length": "3664", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:40:54 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "115" - }, - "ResponseBody": { - "jobId": "f2e3b286-4552-4984-9dbc-1a47ded026fc", - "lastUpdateDateTime": "2022-04-20T23:40:52Z", - "createdDateTime": "2022-04-20T23:40:49Z", - "expirationDateTime": "2022-04-21T23:40:49Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 2, - "failed": 0, - "inProgress": 2, - "total": 4, - "items": [ - { - "kind": "PiiEntityRecognitionLROResults", - "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:40:52.1341189Z", - "status": "succeeded", - "results": { - "statistics": { - "documentsCount": 4, - "validDocumentsCount": 3, - "erroneousDocumentsCount": 1, - "transactionsCount": 3 - }, - "documents": [ - { - "redactedText": "A recent report by the ******************************** (***) found that the dramatic increase in oil and natural gas development on federal lands over the ************** has stretched the staff of the *** to a point that it has been unable to meet its environmental protection responsibilities.", - "id": "1", - "statistics": { - "charactersCount": 295, - "transactionsCount": 1 - }, - "entities": [ - { - "text": "Government Accountability Office", - "category": "Organization", - "offset": 23, - "length": 32, - "confidenceScore": 0.95 - }, - { - "text": "GAO", - "category": "Organization", - "offset": 57, - "length": 3, - "confidenceScore": 0.9 - }, - { - "text": "past six years", - "category": "DateTime", - "subcategory": "DateRange", - "offset": 156, - "length": 14, - "confidenceScore": 0.8 - }, - { - "text": "BLM", - "category": "Organization", - "offset": 202, - "length": 3, - "confidenceScore": 0.87 - } - ], - "warnings": [] - }, - { - "redactedText": "*************, *********************--Food Safety, ************************************** (****), Washington, D.C., discussed the physical activity component.", - "id": "2", - "statistics": { - "charactersCount": 158, - "transactionsCount": 1 - }, - "entities": [ - { - "text": "David Schmidt", - "category": "Person", - "offset": 0, - "length": 13, - "confidenceScore": 1.0 - }, - { - "text": "senior vice president", - "category": "PersonType", - "offset": 15, - "length": 21, - "confidenceScore": 0.71 - }, - { - "text": "International Food Information Council", - "category": "Organization", - "offset": 51, - "length": 38, - "confidenceScore": 0.96 - }, - { - "text": "IFIC", - "category": "Organization", - "offset": 91, - "length": 4, - "confidenceScore": 0.92 - } - ], - "warnings": [] - }, - { - "redactedText": "I need a reservation for an indoor restaurant in China. Please don\u0027t stop the music. Play music and add it to my playlist", - "id": "4", - "statistics": { - "charactersCount": 121, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - } - ], - "errors": [ - { - "id": "3", - "error": { - "code": "InvalidArgument", - "message": "Invalid document in request.", - "innererror": { - "code": "InvalidDocument", - "message": "Document text is empty." - } - } - } - ], - "modelVersion": "2021-01-15" - } - }, - { - "kind": "KeyPhraseExtractionLROResults", - "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:40:52.3781538Z", - "status": "succeeded", - "results": { - "statistics": { - "documentsCount": 4, - "validDocumentsCount": 3, - "erroneousDocumentsCount": 1, - "transactionsCount": 3 - }, - "documents": [ - { - "id": "1", - "keyPhrases": [ - "Government Accountability Office", - "natural gas development", - "past six years", - "environmental protection responsibilities", - "recent report", - "dramatic increase", - "federal lands", - "GAO", - "oil", - "staff", - "BLM", - "point" - ], - "statistics": { - "charactersCount": 295, - "transactionsCount": 1 - }, - "warnings": [] - }, - { - "id": "2", - "keyPhrases": [ - "International Food Information Council", - "senior vice president", - "physical activity component", - "Food Safety", - "David Schmidt", - "D.C.", - "IFIC", - "Washington" - ], - "statistics": { - "charactersCount": 158, - "transactionsCount": 1 - }, - "warnings": [] - }, - { - "id": "4", - "keyPhrases": [ - "indoor restaurant", - "reservation", - "China", - "music", - "playlist" - ], - "statistics": { - "charactersCount": 121, - "transactionsCount": 1 - }, - "warnings": [] - } - ], - "errors": [ - { - "id": "3", - "error": { - "code": "InvalidArgument", - "message": "Invalid document in request.", - "innererror": { - "code": "InvalidDocument", - "message": "Document text is empty." - } - } - } - ], - "modelVersion": "2021-06-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f2e3b286-4552-4984-9dbc-1a47ded026fc?api-version=2022-03-01-preview\u0026showStats=True", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d3a1b125-8615-4993-b80b-421e7b997aa5", - "Content-Length": "8461", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:40:58 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "193" - }, - "ResponseBody": { - "jobId": "f2e3b286-4552-4984-9dbc-1a47ded026fc", - "lastUpdateDateTime": "2022-04-20T23:40:57Z", - "createdDateTime": "2022-04-20T23:40:49Z", - "expirationDateTime": "2022-04-21T23:40:49Z", + "jobId": "9250dc6b-0e87-42a5-a8a9-cd76e1be8b94", + "lastUpdateDateTime": "2022-05-03T00:06:19Z", + "createdDateTime": "2022-05-03T00:06:16Z", + "expirationDateTime": "2022-05-04T00:06:16Z", "status": "succeeded", "errors": [], "tasks": { @@ -595,7 +113,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:40:56.97151Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.1471563Z", "status": "succeeded", "results": { "statistics": { @@ -773,7 +291,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -787,7 +305,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:40:52.1341189Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.3321717Z", "status": "succeeded", "results": { "statistics": { @@ -892,7 +410,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -906,7 +424,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:40:57.1574503Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.0412404Z", "status": "succeeded", "results": { "statistics": { @@ -1039,7 +557,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:40:52.3781538Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.6757955Z", "status": "succeeded", "results": { "statistics": { @@ -1110,7 +628,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -1126,7 +644,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f2e3b286-4552-4984-9dbc-1a47ded026fc?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9250dc6b-0e87-42a5-a8a9-cd76e1be8b94?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1137,19 +655,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35e3e5c8-b4ae-43d8-9c45-f7479eca846f", - "Content-Length": "8461", + "apim-request-id": "13435347-aa7a-4d71-9e13-b78814839097", + "Content-Length": "8463", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:40:59 GMT", + "Date": "Tue, 03 May 2022 00:06:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "246" + "x-envoy-upstream-service-time": "461" }, "ResponseBody": { - "jobId": "f2e3b286-4552-4984-9dbc-1a47ded026fc", - "lastUpdateDateTime": "2022-04-20T23:40:57Z", - "createdDateTime": "2022-04-20T23:40:49Z", - "expirationDateTime": "2022-04-21T23:40:49Z", + "jobId": "9250dc6b-0e87-42a5-a8a9-cd76e1be8b94", + "lastUpdateDateTime": "2022-05-03T00:06:19Z", + "createdDateTime": "2022-05-03T00:06:16Z", + "expirationDateTime": "2022-05-04T00:06:16Z", "status": "succeeded", "errors": [], "tasks": { @@ -1161,7 +679,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:40:56.97151Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.1471563Z", "status": "succeeded", "results": { "statistics": { @@ -1339,7 +857,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -1353,7 +871,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:40:52.1341189Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.3321717Z", "status": "succeeded", "results": { "statistics": { @@ -1458,7 +976,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -1472,7 +990,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:40:57.1574503Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.0412404Z", "status": "succeeded", "results": { "statistics": { @@ -1605,7 +1123,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:40:52.3781538Z", + "lastUpdateDateTime": "2022-05-03T00:06:19.6757955Z", "status": "succeeded", "results": { "statistics": { @@ -1676,7 +1194,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_works_with_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_works_with_v3_1.json index 1bc668659aa9..7c8e529dc4d8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_works_with_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_analyze_works_with_v3_1.json @@ -79,18 +79,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f21cfac0-4250-491a-8fef-510512a378a2", - "Date": "Wed, 20 Apr 2022 23:41:00 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/c7dbf16f-595a-41b2-b78c-f88b4451283d", + "apim-request-id": "a356d785-5523-4cb7-bdc1-0f378992c00a", + "Date": "Tue, 03 May 2022 00:06:24 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/78af8d8c-81d1-4abd-b306-a98b364c16fc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "531" + "x-envoy-upstream-service-time": "1502" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/c7dbf16f-595a-41b2-b78c-f88b4451283d", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/78af8d8c-81d1-4abd-b306-a98b364c16fc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -101,130 +101,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0395bea0-4530-40a8-9f5b-eacc12b0ec1d", + "apim-request-id": "9b58b193-7539-4836-aa31-3220a2e08254", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:41:05 GMT", + "Date": "Tue, 03 May 2022 00:06:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "130" + "x-envoy-upstream-service-time": "256" }, "ResponseBody": { - "jobId": "c7dbf16f-595a-41b2-b78c-f88b4451283d", - "lastUpdateDateTime": "2022-04-20T23:41:03Z", - "createdDateTime": "2022-04-20T23:41:00Z", - "expirationDateTime": "2022-04-21T23:41:00Z", + "jobId": "78af8d8c-81d1-4abd-b306-a98b364c16fc", + "lastUpdateDateTime": "2022-05-03T00:06:28Z", + "createdDateTime": "2022-05-03T00:06:24Z", + "expirationDateTime": "2022-05-04T00:06:24Z", "status": "running", "errors": [], "tasks": { - "completed": 2, + "completed": 3, "failed": 0, - "inProgress": 3, - "total": 5, - "entityLinkingTasks": [ - { - "lastUpdateDateTime": "2022-04-20T23:41:02.7499736Z", - "taskName": "3", - "state": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "entities": [], - "warnings": [] - }, - { - "id": "0", - "entities": [], - "warnings": [] - }, - { - "id": "19", - "entities": [], - "warnings": [] - }, - { - "id": "1", - "entities": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - } - ], - "keyPhraseExtractionTasks": [ - { - "lastUpdateDateTime": "2022-04-20T23:41:03.1260859Z", - "taskName": "1", - "state": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "keyPhrases": [], - "warnings": [] - }, - { - "id": "0", - "keyPhrases": [], - "warnings": [] - }, - { - "id": "19", - "keyPhrases": [], - "warnings": [] - }, - { - "id": "1", - "keyPhrases": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/c7dbf16f-595a-41b2-b78c-f88b4451283d", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "51c7452d-f3ce-4483-8319-eb49991404c0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:41:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "267" - }, - "ResponseBody": { - "jobId": "c7dbf16f-595a-41b2-b78c-f88b4451283d", - "lastUpdateDateTime": "2022-04-20T23:41:08Z", - "createdDateTime": "2022-04-20T23:41:00Z", - "expirationDateTime": "2022-04-21T23:41:00Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 4, - "failed": 0, - "inProgress": 1, + "inProgress": 2, "total": 5, "entityRecognitionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:08.984779Z", + "lastUpdateDateTime": "2022-05-03T00:06:26.8736759Z", "taskName": "0", "state": "succeeded", "results": { @@ -255,42 +154,46 @@ } } ], - "entityLinkingTasks": [ + "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:02.7499736Z", - "taskName": "3", + "lastUpdateDateTime": "2022-05-03T00:06:26.8904975Z", + "taskName": "2", "state": "succeeded", "results": { "documents": [ { + "redactedText": ":)", "id": "56", "entities": [], "warnings": [] }, { + "redactedText": ":(", "id": "0", "entities": [], "warnings": [] }, { + "redactedText": ":P", "id": "19", "entities": [], "warnings": [] }, { + "redactedText": ":D", "id": "1", "entities": [], "warnings": [] } ], "errors": [], - "modelVersion": "2021-06-01" + "modelVersion": "2021-01-15" } } ], "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:03.1260859Z", + "lastUpdateDateTime": "2022-05-03T00:06:28.3202348Z", "taskName": "1", "state": "succeeded", "results": { @@ -320,117 +223,12 @@ "modelVersion": "2021-06-01" } } - ], - "sentimentAnalysisTasks": [ - { - "lastUpdateDateTime": "2022-04-20T23:41:08.7851333Z", - "taskName": "4", - "state": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "offset": 0, - "length": 2, - "text": ":)" - } - ], - "warnings": [] - }, - { - "id": "0", - "sentiment": "negative", - "confidenceScores": { - "positive": 0.0, - "neutral": 0.02, - "negative": 0.98 - }, - "sentences": [ - { - "sentiment": "negative", - "confidenceScores": { - "positive": 0.0, - "neutral": 0.02, - "negative": 0.98 - }, - "offset": 0, - "length": 2, - "text": ":(" - } - ], - "warnings": [] - }, - { - "id": "19", - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.3, - "neutral": 0.67, - "negative": 0.03 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.3, - "neutral": 0.67, - "negative": 0.03 - }, - "offset": 0, - "length": 2, - "text": ":P" - } - ], - "warnings": [] - }, - { - "id": "1", - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "offset": 0, - "length": 2, - "text": ":D" - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } ] } } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/c7dbf16f-595a-41b2-b78c-f88b4451283d", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/78af8d8c-81d1-4abd-b306-a98b364c16fc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -441,19 +239,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ecaacbd0-c805-4791-8e5a-15c0ecbf2950", + "apim-request-id": "5025ecd8-2176-48fb-a99f-fe5c01e8b125", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:41:15 GMT", + "Date": "Tue, 03 May 2022 00:06:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "251" + "x-envoy-upstream-service-time": "542" }, "ResponseBody": { - "jobId": "c7dbf16f-595a-41b2-b78c-f88b4451283d", - "lastUpdateDateTime": "2022-04-20T23:41:14Z", - "createdDateTime": "2022-04-20T23:41:00Z", - "expirationDateTime": "2022-04-21T23:41:00Z", + "jobId": "78af8d8c-81d1-4abd-b306-a98b364c16fc", + "lastUpdateDateTime": "2022-05-03T00:06:34Z", + "createdDateTime": "2022-05-03T00:06:24Z", + "expirationDateTime": "2022-05-04T00:06:24Z", "status": "succeeded", "errors": [], "tasks": { @@ -463,7 +261,7 @@ "total": 5, "entityRecognitionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:08.984779Z", + "lastUpdateDateTime": "2022-05-03T00:06:26.8736759Z", "taskName": "0", "state": "succeeded", "results": { @@ -496,7 +294,7 @@ ], "entityLinkingTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:02.7499736Z", + "lastUpdateDateTime": "2022-05-03T00:06:34.0312111Z", "taskName": "3", "state": "succeeded", "results": { @@ -529,7 +327,7 @@ ], "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:14.8665291Z", + "lastUpdateDateTime": "2022-05-03T00:06:26.8904975Z", "taskName": "2", "state": "succeeded", "results": { @@ -566,7 +364,7 @@ ], "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:03.1260859Z", + "lastUpdateDateTime": "2022-05-03T00:06:28.3202348Z", "taskName": "1", "state": "succeeded", "results": { @@ -599,7 +397,7 @@ ], "sentimentAnalysisTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:41:08.7851333Z", + "lastUpdateDateTime": "2022-05-03T00:06:32.7370296Z", "taskName": "4", "state": "succeeded", "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_credentials.json index 1096803f0ea4..45951868d42d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -66,10 +66,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "6f2976c2-e8c3-49ee-affa-36e865c83e2e", + "apim-request-id": "90c045a4-5741-4005-b9fa-a024355fd360", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 20 Apr 2022 23:37:14 GMT" + "Date": "Tue, 03 May 2022 00:03:44 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_request_on_empty_document.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_request_on_empty_document.json index a5e143811bf7..9ae3f762a360 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_request_on_empty_document.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_bad_request_on_empty_document.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,18 +31,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "06a7e83a-3c6c-42ac-beb5-d82186208648", + "apim-request-id": "f9dab535-44c0-4b35-ae01-81a0a6365edf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:14 GMT", + "Date": "Tue, 03 May 2022 00:03:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_empty_credential_class.json index 77865093ffc2..26ed084d358f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -66,10 +66,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "72b774b9-88ac-4261-bdb0-0b23e7c88701", + "apim-request-id": "d77092a3-54be-4cc5-b3da-ad03c4d97826", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 20 Apr 2022 23:37:14 GMT" + "Date": "Tue, 03 May 2022 00:03:44 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_action_with_options.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_action_with_options.json index 6a40c23ea45c..5926c7a37fe8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_action_with_options.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_action_with_options.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,18 +35,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "eba1a6a3-225a-443c-a253-859fada93eef", + "apim-request-id": "c30e1b46-b646-4cad-ba7f-529f4b9bcf12", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:40:05 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9dc42571-9412-4596-8430-9f8598b5d382?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:06:00 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2ffa457e-bdcc-4453-acfb-36e2234692f1?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "183" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9dc42571-9412-4596-8430-9f8598b5d382?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2ffa457e-bdcc-4453-acfb-36e2234692f1?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -57,19 +57,55 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b1a15f1f-17d4-4e28-b0b2-1c341c9a5741", + "apim-request-id": "8b9b3255-1748-494e-b9b9-278ae8bcc89d", + "Content-Length": "282", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:06:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "jobId": "2ffa457e-bdcc-4453-acfb-36e2234692f1", + "lastUpdateDateTime": "2022-05-03T00:06:00Z", + "createdDateTime": "2022-05-03T00:06:00Z", + "expirationDateTime": "2022-05-04T00:06:00Z", + "status": "notStarted", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2ffa457e-bdcc-4453-acfb-36e2234692f1?api-version=2022-04-01-preview\u0026showStats=True", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "baf2966a-96ad-4ebf-80de-a2cd1aebde17", "Content-Length": "1676", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:40:10 GMT", + "Date": "Tue, 03 May 2022 00:06:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { - "jobId": "9dc42571-9412-4596-8430-9f8598b5d382", - "lastUpdateDateTime": "2022-04-20T23:40:06Z", - "createdDateTime": "2022-04-20T23:40:05Z", - "expirationDateTime": "2022-04-21T23:40:05Z", + "jobId": "2ffa457e-bdcc-4453-acfb-36e2234692f1", + "lastUpdateDateTime": "2022-05-03T00:06:08Z", + "createdDateTime": "2022-05-03T00:06:00Z", + "expirationDateTime": "2022-05-04T00:06:00Z", "status": "succeeded", "errors": [], "tasks": { @@ -81,7 +117,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:40:06.8898561Z", + "lastUpdateDateTime": "2022-05-03T00:06:08.5273947Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_partial_results.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_partial_results.json index 313128e3bad8..01f2b73b75db 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_partial_results.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_extract_summary_partial_results.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,18 +38,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "dac836e5-bc64-4f7e-b276-dfe9bb5055cb", + "apim-request-id": "14f8fcb5-08ea-432e-b412-c451785a2508", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:40:15 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b4dac492-cc15-43e7-8190-6c8a51216677?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:06:10 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/433efe7b-5ce6-415c-838b-c721a7c57f2d?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "118" + "x-envoy-upstream-service-time": "174" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b4dac492-cc15-43e7-8190-6c8a51216677?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/433efe7b-5ce6-415c-838b-c721a7c57f2d?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -60,19 +60,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "617e417e-47de-4b59-b982-bd8a748b1509", + "apim-request-id": "727582d7-c3bd-4994-83a0-b3e23ec19f22", "Content-Length": "847", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:40:20 GMT", + "Date": "Tue, 03 May 2022 00:06:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "113" }, "ResponseBody": { - "jobId": "b4dac492-cc15-43e7-8190-6c8a51216677", - "lastUpdateDateTime": "2022-04-20T23:40:17Z", - "createdDateTime": "2022-04-20T23:40:15Z", - "expirationDateTime": "2022-04-21T23:40:15Z", + "jobId": "433efe7b-5ce6-415c-838b-c721a7c57f2d", + "lastUpdateDateTime": "2022-05-03T00:06:12Z", + "createdDateTime": "2022-05-03T00:06:11Z", + "expirationDateTime": "2022-05-04T00:06:11Z", "status": "succeeded", "errors": [], "tasks": { @@ -84,7 +84,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:40:17.1017495Z", + "lastUpdateDateTime": "2022-05-03T00:06:12.8493045Z", "status": "succeeded", "results": { "statistics": { @@ -109,7 +109,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_invalid_language_hint_method.json index dd11fae5b772..e1842b7376ca 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -66,18 +66,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "81e64013-e236-47f1-96bc-5d4580c41c01", + "apim-request-id": "d2dd662c-378b-4d01-915f-0cc086816f01", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:37:56 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/83f72be4-b685-4b3b-9570-0d3d16420384?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:04:19 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/76ae27cf-1092-4215-890f-9251bff597ef?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "297" + "x-envoy-upstream-service-time": "1321" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/83f72be4-b685-4b3b-9570-0d3d16420384?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/76ae27cf-1092-4215-890f-9251bff597ef?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -88,100 +88,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0436a88b-2133-4691-9fee-120bacb5f115", - "Content-Length": "2363", + "apim-request-id": "984ea44d-29a8-4063-82a2-3396ffcdc02b", + "Content-Length": "778", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:01 GMT", + "Date": "Tue, 03 May 2022 00:04:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "109" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": { - "jobId": "83f72be4-b685-4b3b-9570-0d3d16420384", - "lastUpdateDateTime": "2022-04-20T23:37:58Z", - "createdDateTime": "2022-04-20T23:37:56Z", - "expirationDateTime": "2022-04-21T23:37:56Z", + "jobId": "76ae27cf-1092-4215-890f-9251bff597ef", + "lastUpdateDateTime": "2022-05-03T00:04:21Z", + "createdDateTime": "2022-05-03T00:04:19Z", + "expirationDateTime": "2022-05-04T00:04:19Z", "status": "running", "errors": [], "tasks": { - "completed": 4, + "completed": 1, "failed": 0, - "inProgress": 2, + "inProgress": 5, "total": 6, "items": [ - { - "kind": "KeyPhraseExtractionLROResults", - "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:37:58.1926071Z", - "status": "succeeded", - "results": { - "documents": [], - "errors": [ - { - "id": "0", - "error": { - "code": "InvalidArgument", - "message": "Invalid Language Code.", - "innererror": { - "code": "UnsupportedLanguageCode", - "message": "Invalid language code. Supported languages: ja,ko,zh-Hans,da,fi,nl,pl,ru,sv,de,en,es,fr,it,pt-BR,pt-PT,af,bg,ca,el,et,hr,hu,id,lv,no,ro,sk,sl,tr. For additional details see https://aka.ms/text-analytics/language-support?tabs=key-phrase-extraction" - } - } - } - ], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "PiiEntityRecognitionLROResults", - "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:37:58.4856564Z", - "status": "succeeded", - "results": { - "documents": [], - "errors": [ - { - "id": "0", - "error": { - "code": "InvalidArgument", - "message": "Invalid Language Code.", - "innererror": { - "code": "UnsupportedLanguageCode", - "message": "Invalid language code. Supported languages: ja,ko,zh-Hans,de,en,es,fr,it,pt-BR,pt-PT. For additional details see https://aka.ms/text-analytics/language-support?tabs=named-entity-recognition" - } - } - } - ], - "modelVersion": "2021-01-15" - } - }, - { - "kind": "EntityLinkingLROResults", - "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:37:58.2865033Z", - "status": "succeeded", - "results": { - "documents": [], - "errors": [ - { - "id": "0", - "error": { - "code": "InvalidArgument", - "message": "Invalid Language Code.", - "innererror": { - "code": "UnsupportedLanguageCode", - "message": "Invalid language code. Supported languages: en,es. For additional details see https://aka.ms/text-analytics/language-support?tabs=entity-linking" - } - } - } - ], - "modelVersion": "2021-06-01" - } - }, { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:37:58.5526281Z", + "lastUpdateDateTime": "2022-05-03T00:04:21.7174974Z", "status": "succeeded", "results": { "documents": [], @@ -206,7 +137,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/83f72be4-b685-4b3b-9570-0d3d16420384?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/76ae27cf-1092-4215-890f-9251bff597ef?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -217,31 +148,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4c25de42-6020-402b-af12-11cd6850ed9d", - "Content-Length": "2900", + "apim-request-id": "4dc1d51c-6601-49d6-8fe0-88523050f3b1", + "Content-Length": "2335", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:06 GMT", + "Date": "Tue, 03 May 2022 00:04:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "157" }, "ResponseBody": { - "jobId": "83f72be4-b685-4b3b-9570-0d3d16420384", - "lastUpdateDateTime": "2022-04-20T23:38:04Z", - "createdDateTime": "2022-04-20T23:37:56Z", - "expirationDateTime": "2022-04-21T23:37:56Z", + "jobId": "76ae27cf-1092-4215-890f-9251bff597ef", + "lastUpdateDateTime": "2022-05-03T00:04:27Z", + "createdDateTime": "2022-05-03T00:04:19Z", + "expirationDateTime": "2022-05-04T00:04:19Z", "status": "running", "errors": [], "tasks": { - "completed": 5, + "completed": 4, "failed": 0, - "inProgress": 1, + "inProgress": 2, "total": 6, "items": [ { - "kind": "KeyPhraseExtractionLROResults", - "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:37:58.1926071Z", + "kind": "EntityRecognitionLROResults", + "taskName": "0", + "lastUpdateDateTime": "2022-05-03T00:04:27.340273Z", "status": "succeeded", "results": { "documents": [], @@ -253,7 +184,7 @@ "message": "Invalid Language Code.", "innererror": { "code": "UnsupportedLanguageCode", - "message": "Invalid language code. Supported languages: ja,ko,zh-Hans,da,fi,nl,pl,ru,sv,de,en,es,fr,it,pt-BR,pt-PT,af,bg,ca,el,et,hr,hu,id,lv,no,ro,sk,sl,tr. For additional details see https://aka.ms/text-analytics/language-support?tabs=key-phrase-extraction" + "message": "Invalid language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr. For additional details see https://aka.ms/text-analytics/language-support?tabs=named-entity-recognition" } } } @@ -264,7 +195,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:37:58.4856564Z", + "lastUpdateDateTime": "2022-05-03T00:04:27.4180418Z", "status": "succeeded", "results": { "documents": [], @@ -287,7 +218,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:37:58.2865033Z", + "lastUpdateDateTime": "2022-05-03T00:04:27.392127Z", "status": "succeeded", "results": { "documents": [], @@ -307,33 +238,10 @@ "modelVersion": "2021-06-01" } }, - { - "kind": "SentimentAnalysisLROResults", - "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:38:04.522859Z", - "status": "succeeded", - "results": { - "documents": [], - "errors": [ - { - "id": "0", - "error": { - "code": "InvalidArgument", - "message": "Invalid Language Code.", - "innererror": { - "code": "UnsupportedLanguageCode", - "message": "Invalid language code. Supported languages: en,ja,ko,zh-Hans,zh-Hant,de,es,fr,hi,no,tr,it,nl,pt-BR,pt-PT. For additional details see https://aka.ms/text-analytics/language-support?tabs=sentiment-analysis" - } - } - } - ], - "modelVersion": "2020-04-01" - } - }, { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:37:58.5526281Z", + "lastUpdateDateTime": "2022-05-03T00:04:21.7174974Z", "status": "succeeded", "results": { "documents": [], @@ -358,7 +266,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/83f72be4-b685-4b3b-9570-0d3d16420384?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/76ae27cf-1092-4215-890f-9251bff597ef?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -369,19 +277,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c2f31ccf-dc76-4a72-86eb-a47a3f642a4a", - "Content-Length": "3459", + "apim-request-id": "a1b326d9-73c9-4874-ad4a-bc42ce7a8cde", + "Content-Length": "3456", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:12 GMT", + "Date": "Tue, 03 May 2022 00:04:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "130" + "x-envoy-upstream-service-time": "158" }, "ResponseBody": { - "jobId": "83f72be4-b685-4b3b-9570-0d3d16420384", - "lastUpdateDateTime": "2022-04-20T23:38:09Z", - "createdDateTime": "2022-04-20T23:37:56Z", - "expirationDateTime": "2022-04-21T23:37:56Z", + "jobId": "76ae27cf-1092-4215-890f-9251bff597ef", + "lastUpdateDateTime": "2022-05-03T00:04:33Z", + "createdDateTime": "2022-05-03T00:04:19Z", + "expirationDateTime": "2022-05-04T00:04:19Z", "status": "succeeded", "errors": [], "tasks": { @@ -393,7 +301,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:38:09.9633543Z", + "lastUpdateDateTime": "2022-05-03T00:04:27.340273Z", "status": "succeeded", "results": { "documents": [], @@ -416,7 +324,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:37:58.1926071Z", + "lastUpdateDateTime": "2022-05-03T00:04:33.593684Z", "status": "succeeded", "results": { "documents": [], @@ -439,7 +347,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:37:58.4856564Z", + "lastUpdateDateTime": "2022-05-03T00:04:27.4180418Z", "status": "succeeded", "results": { "documents": [], @@ -462,7 +370,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:37:58.2865033Z", + "lastUpdateDateTime": "2022-05-03T00:04:27.392127Z", "status": "succeeded", "results": { "documents": [], @@ -485,7 +393,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:38:04.522859Z", + "lastUpdateDateTime": "2022-05-03T00:04:33.930797Z", "status": "succeeded", "results": { "documents": [], @@ -508,7 +416,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:37:58.5526281Z", + "lastUpdateDateTime": "2022-05-03T00:04:21.7174974Z", "status": "succeeded", "results": { "documents": [], diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action.json index e7ba2c53fffb..9fd95816eb91 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -122,18 +122,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "592c2a5d-5fa8-40b6-a96f-7fb0ad5e550c", + "apim-request-id": "f1e44d4e-23a9-402a-b3ef-12393be8ba09", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:39:30 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8cf1140e-99f3-4fad-9853-f14adecc781b?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:05:31 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fec474b9-55d5-42a3-ba86-6eaa73ea6441?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "609" + "x-envoy-upstream-service-time": "636" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8cf1140e-99f3-4fad-9853-f14adecc781b?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fec474b9-55d5-42a3-ba86-6eaa73ea6441?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -144,509 +144,138 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65d12d2e-eac2-468b-96ae-9f431a7fe6b1", - "Content-Length": "7290", + "apim-request-id": "0cf74948-6f77-4203-992e-0cedc482f3ac", + "Content-Length": "2042", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:35 GMT", + "Date": "Tue, 03 May 2022 00:05:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "229" + "x-envoy-upstream-service-time": "90" }, "ResponseBody": { - "jobId": "8cf1140e-99f3-4fad-9853-f14adecc781b", - "lastUpdateDateTime": "2022-04-20T23:39:34Z", - "createdDateTime": "2022-04-20T23:39:29Z", - "expirationDateTime": "2022-04-21T23:39:29Z", + "jobId": "fec474b9-55d5-42a3-ba86-6eaa73ea6441", + "lastUpdateDateTime": "2022-05-03T00:05:37Z", + "createdDateTime": "2022-05-03T00:05:32Z", + "expirationDateTime": "2022-05-04T00:05:32Z", "status": "running", "errors": [], "tasks": { - "completed": 6, + "completed": 1, "failed": 0, - "inProgress": 6, + "inProgress": 11, "total": 12, "items": [ { - "kind": "EntityLinkingLROResults", - "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:39:32.2659949Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", - "entities": [], - "warnings": [] - }, - { - "id": "3", - "entities": [ - { - "bingId": "a828cf41-b938-49fe-7986-4b336618d413", - "name": "Brazil", - "matches": [ - { - "text": "Brazilian", - "offset": 23, - "length": 9, - "confidenceScore": 0.07 - } - ], - "language": "en", - "id": "Brazil", - "url": "https://en.wikipedia.org/wiki/Brazil", - "dataSource": "Wikipedia" - }, - { - "bingId": "f4df6dc5-6807-165b-d7ad-9cfb628549f4", - "name": "Cadastro de Pessoas F\u00EDsicas", - "matches": [ - { - "text": "CPF number", - "offset": 33, - "length": 10, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Cadastro de Pessoas F\u00EDsicas", - "url": "https://en.wikipedia.org/wiki/Cadastro_de_Pessoas_F\u00EDsicas", - "dataSource": "Wikipedia" - } - ], - "warnings": [] - }, - { - "id": "5", - "entities": [ - { - "bingId": "e6fa81f3-561c-8207-0ca8-5b0163484c4d", - "name": "Government Accountability Office", - "matches": [ - { - "text": "Government Accountability Office (GAO", - "offset": 23, - "length": 37, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Government Accountability Office", - "url": "https://en.wikipedia.org/wiki/Government_Accountability_Office", - "dataSource": "Wikipedia" - }, - { - "bingId": "936aa335-4726-b0db-03a5-2f3755b776e6", - "name": "Bureau of Land Management", - "matches": [ - { - "text": "BLM", - "offset": 202, - "length": 3, - "confidenceScore": 0.5 - } - ], - "language": "en", - "id": "Bureau of Land Management", - "url": "https://en.wikipedia.org/wiki/Bureau_of_Land_Management", - "dataSource": "Wikipedia" - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "KeyPhraseExtractionLROResults", - "taskName": "6", - "lastUpdateDateTime": "2022-04-20T23:39:33.6425639Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", - "keyPhrases": [ - "SSN", - "sentence" - ], - "warnings": [] - }, - { - "id": "3", - "keyPhrases": [ - "Brazilian CPF number", - "sentence" - ], - "warnings": [] - }, - { - "id": "5", - "keyPhrases": [ - "Government Accountability Office", - "natural gas development", - "past six years", - "environmental protection responsibilities", - "recent report", - "dramatic increase", - "federal lands", - "GAO", - "oil", - "staff", - "BLM", - "point" - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "EntityRecognitionLROResults", - "taskName": "7", - "lastUpdateDateTime": "2022-04-20T23:39:33.5203083Z", + "kind": "SentimentAnalysisLROResults", + "taskName": "8", + "lastUpdateDateTime": "2022-05-03T00:05:35.6854935Z", "status": "succeeded", "results": { "documents": [ { "id": "28", - "entities": [ - { - "text": "859", - "category": "Quantity", - "subcategory": "Number", - "offset": 10, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "98", - "category": "Quantity", - "subcategory": "Number", - "offset": 14, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "0987", - "category": "Quantity", - "subcategory": "Number", - "offset": 17, - "length": 4, - "confidenceScore": 0.8 - } - ], - "warnings": [] - }, - { - "id": "3", - "entities": [ - { - "text": "998", - "category": "Quantity", - "subcategory": "Number", - "offset": 3, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "214", - "category": "Quantity", - "subcategory": "Number", - "offset": 7, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "865", - "category": "Quantity", - "subcategory": "Number", - "offset": 11, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "68", - "category": "Quantity", - "subcategory": "Number", - "offset": 15, - "length": 2, - "confidenceScore": 0.8 - } - ], - "warnings": [] - }, - { - "id": "5", - "entities": [ + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.01, + "neutral": 0.95, + "negative": 0.04 + }, + "sentences": [ { - "text": "cent", - "category": "Quantity", - "subcategory": "Percentage", - "offset": 4, - "length": 4, - "confidenceScore": 0.8 + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.0, + "neutral": 1.0, + "negative": 0.0 + }, + "offset": 0, + "length": 22, + "text": "My SSN is 859-98-0987.", + "targets": [], + "assessments": [] }, { - "text": "Government Accountability Office", - "category": "Organization", + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.9, + "negative": 0.08 + }, "offset": 23, - "length": 32, - "confidenceScore": 0.99 - }, - { - "text": "GAO", - "category": "Organization", - "offset": 57, - "length": 3, - "confidenceScore": 0.94 - }, - { - "text": "oil", - "category": "Product", - "offset": 98, - "length": 3, - "confidenceScore": 0.67 - }, - { - "text": "natural", - "category": "Product", - "offset": 106, - "length": 7, - "confidenceScore": 0.68 - }, - { - "text": "gas", - "category": "Skill", - "offset": 114, - "length": 3, - "confidenceScore": 0.57 - }, - { - "text": "development", - "category": "Skill", - "offset": 118, - "length": 11, - "confidenceScore": 0.48 - }, - { - "text": "past six years", - "category": "DateTime", - "subcategory": "DateRange", - "offset": 156, - "length": 14, - "confidenceScore": 0.8 - }, - { - "text": "BLM", - "category": "Organization", - "offset": 202, - "length": 3, - "confidenceScore": 0.96 - }, - { - "text": "environmental protection", - "category": "Skill", - "offset": 253, - "length": 24, - "confidenceScore": 0.79 + "length": 25, + "text": "Here is another sentence.", + "targets": [], + "assessments": [] } ], "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "EntityLinkingLROResults", - "taskName": "9", - "lastUpdateDateTime": "2022-04-20T23:39:32.1436241Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", - "entities": [], - "warnings": [] }, { "id": "3", - "entities": [ - { - "bingId": "a828cf41-b938-49fe-7986-4b336618d413", - "name": "Brazil", - "matches": [ - { - "text": "Brazilian", - "offset": 23, - "length": 9, - "confidenceScore": 0.07 - } - ], - "language": "en", - "id": "Brazil", - "url": "https://en.wikipedia.org/wiki/Brazil", - "dataSource": "Wikipedia" - }, - { - "bingId": "f4df6dc5-6807-165b-d7ad-9cfb628549f4", - "name": "Cadastro de Pessoas F\u00EDsicas", - "matches": [ - { - "text": "CPF number", - "offset": 33, - "length": 10, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Cadastro de Pessoas F\u00EDsicas", - "url": "https://en.wikipedia.org/wiki/Cadastro_de_Pessoas_F\u00EDsicas", - "dataSource": "Wikipedia" - } - ], - "warnings": [] - }, - { - "id": "5", - "entities": [ - { - "bingId": "e6fa81f3-561c-8207-0ca8-5b0163484c4d", - "name": "Government Accountability Office", - "matches": [ - { - "text": "Government Accountability Office (GAO", - "offset": 23, - "length": 37, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Government Accountability Office", - "url": "https://en.wikipedia.org/wiki/Government_Accountability_Office", - "dataSource": "Wikipedia" - }, - { - "bingId": "936aa335-4726-b0db-03a5-2f3755b776e6", - "name": "Bureau of Land Management", - "matches": [ - { - "text": "BLM", - "offset": 202, - "length": 3, - "confidenceScore": 0.5 - } - ], - "language": "en", - "id": "Bureau of Land Management", - "url": "https://en.wikipedia.org/wiki/Bureau_of_Land_Management", - "dataSource": "Wikipedia" - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "ExtractiveSummarizationLROResults", - "taskName": "10", - "lastUpdateDateTime": "2022-04-20T23:39:34.7724702Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.01, + "neutral": 0.95, + "negative": 0.04 + }, "sentences": [ { - "text": "My SSN is 859-98-0987.", - "rankScore": 1.0, + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.0, + "neutral": 1.0, + "negative": 0.0 + }, "offset": 0, - "length": 22 - } - ], - "warnings": [] - }, - { - "id": "3", - "sentences": [ - { + "length": 44, "text": "Is 998.214.865-68 your Brazilian CPF number?", - "rankScore": 1.0, - "offset": 0, - "length": 44 - } - ], - "warnings": [] - }, - { - "id": "5", - "sentences": [ + "targets": [], + "assessments": [] + }, { - "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", - "rankScore": 1.0, - "offset": 0, - "length": 295 + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.9, + "negative": 0.08 + }, + "offset": 45, + "length": 25, + "text": "Here is another sentence.", + "targets": [], + "assessments": [] } ], "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-08-01" - } - }, - { - "kind": "KeyPhraseExtractionLROResults", - "taskName": "11", - "lastUpdateDateTime": "2022-04-20T23:39:32.5922682Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", - "keyPhrases": [ - "SSN", - "sentence" - ], - "warnings": [] - }, - { - "id": "3", - "keyPhrases": [ - "Brazilian CPF number", - "sentence" - ], - "warnings": [] }, { "id": "5", - "keyPhrases": [ - "Government Accountability Office", - "natural gas development", - "past six years", - "environmental protection responsibilities", - "recent report", - "dramatic increase", - "federal lands", - "GAO", - "oil", - "staff", - "BLM", - "point" + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.23, + "neutral": 0.61, + "negative": 0.16 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.23, + "neutral": 0.61, + "negative": 0.16 + }, + "offset": 0, + "length": 295, + "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", + "targets": [], + "assessments": [] + } ], "warnings": [] } ], "errors": [], - "modelVersion": "2021-06-01" + "modelVersion": "2020-04-01" } } ] @@ -654,7 +283,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8cf1140e-99f3-4fad-9853-f14adecc781b?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fec474b9-55d5-42a3-ba86-6eaa73ea6441?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -665,19 +294,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a268c5b9-7d20-46cc-9e21-688b6830ccfc", - "Content-Length": "10180", + "apim-request-id": "66be19b5-5dd9-4cca-8f55-0247522b5556", + "Content-Length": "10842", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:40 GMT", + "Date": "Tue, 03 May 2022 00:05:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "351" + "x-envoy-upstream-service-time": "520" }, "ResponseBody": { - "jobId": "8cf1140e-99f3-4fad-9853-f14adecc781b", - "lastUpdateDateTime": "2022-04-20T23:39:39Z", - "createdDateTime": "2022-04-20T23:39:29Z", - "expirationDateTime": "2022-04-21T23:39:29Z", + "jobId": "fec474b9-55d5-42a3-ba86-6eaa73ea6441", + "lastUpdateDateTime": "2022-05-03T00:05:40Z", + "createdDateTime": "2022-05-03T00:05:32Z", + "expirationDateTime": "2022-05-04T00:05:32Z", "status": "running", "errors": [], "tasks": { @@ -689,7 +318,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:39:39.5231131Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.4440463Z", "status": "succeeded", "results": { "documents": [ @@ -847,7 +476,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:39:32.2659949Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.5800686Z", "status": "succeeded", "results": { "documents": [ @@ -938,93 +567,107 @@ } }, { - "kind": "PiiEntityRecognitionLROResults", - "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:39:38.281995Z", + "kind": "ExtractiveSummarizationLROResults", + "taskName": "4", + "lastUpdateDateTime": "2022-05-03T00:05:37.7739099Z", "status": "succeeded", "results": { "documents": [ { - "redactedText": "My SSN is ***********. Here is another sentence.", "id": "28", - "entities": [ + "sentences": [ { - "text": "859-98-0987", - "category": "USSocialSecurityNumber", - "offset": 10, - "length": 11, - "confidenceScore": 0.65 + "text": "My SSN is 859-98-0987.", + "rankScore": 1.0, + "offset": 0, + "length": 22 + }, + { + "text": "Here is another sentence.", + "rankScore": 0.0, + "offset": 23, + "length": 25 } ], "warnings": [] }, { - "redactedText": "Is 998.214.865-68 your Brazilian CPF number? Here is another sentence.", "id": "3", - "entities": [], + "sentences": [ + { + "text": "Is 998.214.865-68 your Brazilian CPF number?", + "rankScore": 1.0, + "offset": 0, + "length": 44 + }, + { + "text": "Here is another sentence.", + "rankScore": 0.0, + "offset": 45, + "length": 25 + } + ], "warnings": [] }, { - "redactedText": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", "id": "5", - "entities": [], + "sentences": [ + { + "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", + "rankScore": 1.0, + "offset": 0, + "length": 295 + } + ], "warnings": [] } ], "errors": [], - "modelVersion": "2021-01-15" + "modelVersion": "2021-08-01" } }, { - "kind": "KeyPhraseExtractionLROResults", - "taskName": "6", - "lastUpdateDateTime": "2022-04-20T23:39:33.6425639Z", + "kind": "PiiEntityRecognitionLROResults", + "taskName": "5", + "lastUpdateDateTime": "2022-05-03T00:05:40.5965907Z", "status": "succeeded", "results": { "documents": [ { + "redactedText": "My SSN is ***********. Here is another sentence.", "id": "28", - "keyPhrases": [ - "SSN", - "sentence" + "entities": [ + { + "text": "859-98-0987", + "category": "USSocialSecurityNumber", + "offset": 10, + "length": 11, + "confidenceScore": 0.65 + } ], "warnings": [] }, { + "redactedText": "Is 998.214.865-68 your Brazilian CPF number? Here is another sentence.", "id": "3", - "keyPhrases": [ - "Brazilian CPF number", - "sentence" - ], + "entities": [], "warnings": [] }, { + "redactedText": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", "id": "5", - "keyPhrases": [ - "Government Accountability Office", - "natural gas development", - "past six years", - "environmental protection responsibilities", - "recent report", - "dramatic increase", - "federal lands", - "GAO", - "oil", - "staff", - "BLM", - "point" - ], + "entities": [], "warnings": [] } ], "errors": [], - "modelVersion": "2021-06-01" + "modelVersion": "2021-01-15" } }, { "kind": "EntityRecognitionLROResults", "taskName": "7", - "lastUpdateDateTime": "2022-04-20T23:39:33.5203083Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.5091354Z", "status": "succeeded", "results": { "documents": [ @@ -1180,102 +823,122 @@ } }, { - "kind": "EntityLinkingLROResults", - "taskName": "9", - "lastUpdateDateTime": "2022-04-20T23:39:32.1436241Z", + "kind": "SentimentAnalysisLROResults", + "taskName": "8", + "lastUpdateDateTime": "2022-05-03T00:05:35.6854935Z", "status": "succeeded", "results": { "documents": [ { "id": "28", - "entities": [], + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.01, + "neutral": 0.95, + "negative": 0.04 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.0, + "neutral": 1.0, + "negative": 0.0 + }, + "offset": 0, + "length": 22, + "text": "My SSN is 859-98-0987.", + "targets": [], + "assessments": [] + }, + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.9, + "negative": 0.08 + }, + "offset": 23, + "length": 25, + "text": "Here is another sentence.", + "targets": [], + "assessments": [] + } + ], "warnings": [] }, { "id": "3", - "entities": [ + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.01, + "neutral": 0.95, + "negative": 0.04 + }, + "sentences": [ { - "bingId": "a828cf41-b938-49fe-7986-4b336618d413", - "name": "Brazil", - "matches": [ - { - "text": "Brazilian", - "offset": 23, - "length": 9, - "confidenceScore": 0.07 - } - ], - "language": "en", - "id": "Brazil", - "url": "https://en.wikipedia.org/wiki/Brazil", - "dataSource": "Wikipedia" + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.0, + "neutral": 1.0, + "negative": 0.0 + }, + "offset": 0, + "length": 44, + "text": "Is 998.214.865-68 your Brazilian CPF number?", + "targets": [], + "assessments": [] }, { - "bingId": "f4df6dc5-6807-165b-d7ad-9cfb628549f4", - "name": "Cadastro de Pessoas F\u00EDsicas", - "matches": [ - { - "text": "CPF number", - "offset": 33, - "length": 10, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Cadastro de Pessoas F\u00EDsicas", - "url": "https://en.wikipedia.org/wiki/Cadastro_de_Pessoas_F\u00EDsicas", - "dataSource": "Wikipedia" + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.9, + "negative": 0.08 + }, + "offset": 45, + "length": 25, + "text": "Here is another sentence.", + "targets": [], + "assessments": [] } ], "warnings": [] }, { "id": "5", - "entities": [ - { - "bingId": "e6fa81f3-561c-8207-0ca8-5b0163484c4d", - "name": "Government Accountability Office", - "matches": [ - { - "text": "Government Accountability Office (GAO", - "offset": 23, - "length": 37, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Government Accountability Office", - "url": "https://en.wikipedia.org/wiki/Government_Accountability_Office", - "dataSource": "Wikipedia" - }, + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.23, + "neutral": 0.61, + "negative": 0.16 + }, + "sentences": [ { - "bingId": "936aa335-4726-b0db-03a5-2f3755b776e6", - "name": "Bureau of Land Management", - "matches": [ - { - "text": "BLM", - "offset": 202, - "length": 3, - "confidenceScore": 0.5 - } - ], - "language": "en", - "id": "Bureau of Land Management", - "url": "https://en.wikipedia.org/wiki/Bureau_of_Land_Management", - "dataSource": "Wikipedia" + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.23, + "neutral": 0.61, + "negative": 0.16 + }, + "offset": 0, + "length": 295, + "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", + "targets": [], + "assessments": [] } ], "warnings": [] } ], "errors": [], - "modelVersion": "2021-06-01" + "modelVersion": "2020-04-01" } }, { "kind": "ExtractiveSummarizationLROResults", "taskName": "10", - "lastUpdateDateTime": "2022-04-20T23:39:34.7724702Z", + "lastUpdateDateTime": "2022-05-03T00:05:37.694378Z", "status": "succeeded", "results": { "documents": [ @@ -1323,7 +986,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "11", - "lastUpdateDateTime": "2022-04-20T23:39:32.5922682Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.4958833Z", "status": "succeeded", "results": { "documents": [ @@ -1371,7 +1034,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8cf1140e-99f3-4fad-9853-f14adecc781b?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fec474b9-55d5-42a3-ba86-6eaa73ea6441?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1382,19 +1045,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e96f9f9a-a743-48f0-956c-f1c66e92e464", + "apim-request-id": "b043f38c-510c-4c24-aea6-6fbdf86f4785", "Content-Length": "15840", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:45 GMT", + "Date": "Tue, 03 May 2022 00:05:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "532" + "x-envoy-upstream-service-time": "545" }, "ResponseBody": { - "jobId": "8cf1140e-99f3-4fad-9853-f14adecc781b", - "lastUpdateDateTime": "2022-04-20T23:39:44Z", - "createdDateTime": "2022-04-20T23:39:29Z", - "expirationDateTime": "2022-04-21T23:39:29Z", + "jobId": "fec474b9-55d5-42a3-ba86-6eaa73ea6441", + "lastUpdateDateTime": "2022-05-03T00:05:46Z", + "createdDateTime": "2022-05-03T00:05:32Z", + "expirationDateTime": "2022-05-04T00:05:32Z", "status": "succeeded", "errors": [], "tasks": { @@ -1406,7 +1069,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:39:43.5065182Z", + "lastUpdateDateTime": "2022-05-03T00:05:46.5005122Z", "status": "succeeded", "results": { "documents": [ @@ -1509,7 +1172,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:39:43.8533904Z", + "lastUpdateDateTime": "2022-05-03T00:05:46.5746398Z", "status": "succeeded", "results": { "documents": [ @@ -1577,7 +1240,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:39:39.5231131Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.4440463Z", "status": "succeeded", "results": { "documents": [ @@ -1735,7 +1398,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:39:32.2659949Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.5800686Z", "status": "succeeded", "results": { "documents": [ @@ -1828,7 +1491,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:39:44.7707469Z", + "lastUpdateDateTime": "2022-05-03T00:05:37.7739099Z", "status": "succeeded", "results": { "documents": [ @@ -1888,7 +1551,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:39:38.281995Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.5965907Z", "status": "succeeded", "results": { "documents": [ @@ -1926,7 +1589,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "6", - "lastUpdateDateTime": "2022-04-20T23:39:33.6425639Z", + "lastUpdateDateTime": "2022-05-03T00:05:46.6521684Z", "status": "succeeded", "results": { "documents": [ @@ -1972,7 +1635,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "7", - "lastUpdateDateTime": "2022-04-20T23:39:33.5203083Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.5091354Z", "status": "succeeded", "results": { "documents": [ @@ -2130,7 +1793,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "8", - "lastUpdateDateTime": "2022-04-20T23:39:44.8793346Z", + "lastUpdateDateTime": "2022-05-03T00:05:35.6854935Z", "status": "succeeded", "results": { "documents": [ @@ -2243,7 +1906,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "9", - "lastUpdateDateTime": "2022-04-20T23:39:32.1436241Z", + "lastUpdateDateTime": "2022-05-03T00:05:46.4448321Z", "status": "succeeded", "results": { "documents": [ @@ -2336,7 +1999,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "10", - "lastUpdateDateTime": "2022-04-20T23:39:34.7724702Z", + "lastUpdateDateTime": "2022-05-03T00:05:37.694378Z", "status": "succeeded", "results": { "documents": [ @@ -2384,7 +2047,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "11", - "lastUpdateDateTime": "2022-04-20T23:39:32.5922682Z", + "lastUpdateDateTime": "2022-05-03T00:05:40.4958833Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action_with_partial_results.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action_with_partial_results.json index b3a4f5132190..c31c6640a9cd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action_with_partial_results.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_of_same_action_with_partial_results.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -54,18 +54,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e175792b-0e69-4554-866c-fecac47de3ba", + "apim-request-id": "e9a9d4f3-b4cc-43ff-aae5-36e8501e090c", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:39:46 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d685679b-611b-49d0-99f7-62ecd1a45084?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:05:49 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7731ebe4-3d20-4b7c-bab4-739799abbe22?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "169" + "x-envoy-upstream-service-time": "220" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d685679b-611b-49d0-99f7-62ecd1a45084?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7731ebe4-3d20-4b7c-bab4-739799abbe22?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -76,152 +76,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b531f0a0-5dc8-4815-810c-ccb1acb8dba4", - "Content-Length": "2146", + "apim-request-id": "cb5e96c9-6f4b-4344-b14c-d171c3f1df6f", + "Content-Length": "2894", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:51 GMT", + "Date": "Tue, 03 May 2022 00:05:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "108" + "x-envoy-upstream-service-time": "109" }, "ResponseBody": { - "jobId": "d685679b-611b-49d0-99f7-62ecd1a45084", - "lastUpdateDateTime": "2022-04-20T23:39:49Z", - "createdDateTime": "2022-04-20T23:39:47Z", - "expirationDateTime": "2022-04-21T23:39:47Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 2, - "failed": 0, - "inProgress": 1, - "total": 3, - "items": [ - { - "kind": "PiiEntityRecognitionLROResults", - "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:39:49.4269819Z", - "status": "succeeded", - "results": { - "documents": [ - { - "redactedText": "A recent report by the ******************************** (***) found that the dramatic increase in oil and natural gas development on federal lands over the ************** has stretched the staff of the *** to a point that it has been unable to meet its environmental protection responsibilities.", - "id": "5", - "entities": [ - { - "text": "Government Accountability Office", - "category": "Organization", - "offset": 23, - "length": 32, - "confidenceScore": 0.95 - }, - { - "text": "GAO", - "category": "Organization", - "offset": 57, - "length": 3, - "confidenceScore": 0.9 - }, - { - "text": "past six years", - "category": "DateTime", - "subcategory": "DateRange", - "offset": 156, - "length": 14, - "confidenceScore": 0.8 - }, - { - "text": "BLM", - "category": "Organization", - "offset": 202, - "length": 3, - "confidenceScore": 0.87 - } - ], - "warnings": [] - } - ], - "errors": [ - { - "id": "2", - "error": { - "code": "InvalidArgument", - "message": "Invalid document in request.", - "innererror": { - "code": "InvalidDocument", - "message": "Document text is empty." - } - } - } - ], - "modelVersion": "2021-01-15" - } - }, - { - "kind": "ExtractiveSummarizationLROResults", - "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:39:48.9184316Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "5", - "sentences": [ - { - "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", - "rankScore": 1.0, - "offset": 0, - "length": 295 - } - ], - "warnings": [] - } - ], - "errors": [ - { - "id": "2", - "error": { - "code": "InvalidArgument", - "message": "Invalid document in request.", - "innererror": { - "code": "InvalidDocument", - "message": "Document text is empty." - } - } - } - ], - "modelVersion": "2021-08-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d685679b-611b-49d0-99f7-62ecd1a45084?api-version=2022-03-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c26f739d-6036-44a2-88cb-b3ff83da29c2", - "Content-Length": "2895", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "112" - }, - "ResponseBody": { - "jobId": "d685679b-611b-49d0-99f7-62ecd1a45084", - "lastUpdateDateTime": "2022-04-20T23:39:54Z", - "createdDateTime": "2022-04-20T23:39:47Z", - "expirationDateTime": "2022-04-21T23:39:47Z", + "jobId": "7731ebe4-3d20-4b7c-bab4-739799abbe22", + "lastUpdateDateTime": "2022-05-03T00:05:52Z", + "createdDateTime": "2022-05-03T00:05:49Z", + "expirationDateTime": "2022-05-04T00:05:49Z", "status": "succeeded", "errors": [], "tasks": { @@ -233,7 +100,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:39:54.8864753Z", + "lastUpdateDateTime": "2022-05-03T00:05:52.4719509Z", "status": "succeeded", "results": { "documents": [ @@ -255,7 +122,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -269,7 +136,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:39:49.4269819Z", + "lastUpdateDateTime": "2022-05-03T00:05:51.315777Z", "status": "succeeded", "results": { "documents": [ @@ -315,7 +182,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -329,7 +196,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:39:48.9184316Z", + "lastUpdateDateTime": "2022-05-03T00:05:52.6199785Z", "status": "succeeded", "results": { "documents": [ @@ -351,7 +218,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_pages_of_results_returned_successfully.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_pages_of_results_returned_successfully.json index 85c4d95c9d16..fee7582a3815 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_pages_of_results_returned_successfully.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_multiple_pages_of_results_returned_successfully.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -186,18 +186,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f3bfa0de-05f9-4d5d-a86a-27dcbacf4929", + "apim-request-id": "a5f2aba3-97f4-44fd-a527-924325d26457", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:38:29 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:04:43 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "810" + "x-envoy-upstream-service-time": "1054" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -208,19 +208,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ded90b8e-d940-4e52-acc7-fcad19f501ae", + "apim-request-id": "7489bb33-7e7b-4984-b517-e2f70294bd68", "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:33 GMT", + "Date": "Tue, 03 May 2022 00:04:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { - "jobId": "71315125-f7e7-4a34-ba62-e75908f8aff9", - "lastUpdateDateTime": "2022-04-20T23:38:34Z", - "createdDateTime": "2022-04-20T23:38:28Z", - "expirationDateTime": "2022-04-21T23:38:28Z", + "jobId": "e0d1b37a-80ad-4188-9af9-1c869c8c8f8c", + "lastUpdateDateTime": "2022-05-03T00:04:47Z", + "createdDateTime": "2022-05-03T00:04:42Z", + "expirationDateTime": "2022-05-04T00:04:42Z", "status": "running", "errors": [], "tasks": { @@ -233,7 +233,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -244,31 +244,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "155e106f-37f9-460b-bf4a-b97864af4e9e", - "Content-Length": "5555", + "apim-request-id": "bc60077c-ba2d-4217-b886-85a98080a2e7", + "Content-Length": "14577", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:39 GMT", + "Date": "Tue, 03 May 2022 00:04:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "600" + "x-envoy-upstream-service-time": "918" }, "ResponseBody": { - "jobId": "71315125-f7e7-4a34-ba62-e75908f8aff9", - "lastUpdateDateTime": "2022-04-20T23:38:39Z", - "createdDateTime": "2022-04-20T23:38:28Z", - "expirationDateTime": "2022-04-21T23:38:28Z", + "jobId": "e0d1b37a-80ad-4188-9af9-1c869c8c8f8c", + "lastUpdateDateTime": "2022-05-03T00:04:53Z", + "createdDateTime": "2022-05-03T00:04:42Z", + "expirationDateTime": "2022-05-04T00:04:42Z", "status": "running", "errors": [], "tasks": { - "completed": 2, + "completed": 4, "failed": 0, - "inProgress": 4, + "inProgress": 2, "total": 6, "items": [ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:38:34.6393988Z", + "lastUpdateDateTime": "2022-05-03T00:04:50.9574797Z", "status": "succeeded", "results": { "statistics": { @@ -466,7 +466,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:38:35.0345934Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.1518921Z", "status": "succeeded", "results": { "statistics": { @@ -680,14 +680,770 @@ "errors": [], "modelVersion": "2021-01-15" } + }, + { + "kind": "EntityLinkingLROResults", + "taskName": "3", + "lastUpdateDateTime": "2022-05-03T00:04:49.918861Z", + "status": "succeeded", + "results": { + "statistics": { + "documentsCount": 20, + "validDocumentsCount": 20, + "erroneousDocumentsCount": 0, + "transactionsCount": 20 + }, + "documents": [ + { + "id": "0", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "1", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "2", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "3", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "4", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "5", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "6", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "7", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "8", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "9", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "10", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "11", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "12", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "13", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "14", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "15", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "16", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "17", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "18", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "19", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-06-01" + } + }, + { + "kind": "SentimentAnalysisLROResults", + "taskName": "4", + "lastUpdateDateTime": "2022-05-03T00:04:53.160772Z", + "status": "succeeded", + "results": { + "statistics": { + "documentsCount": 20, + "validDocumentsCount": 20, + "erroneousDocumentsCount": 0, + "transactionsCount": 20 + }, + "documents": [ + { + "id": "0", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "1", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "2", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "3", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "4", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "5", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "6", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "7", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "8", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "9", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "10", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "11", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "12", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "13", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "14", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "15", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "16", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "17", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "18", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + }, + { + "id": "19", + "sentiment": "neutral", + "statistics": { + "charactersCount": 11, + "transactionsCount": 1 + }, + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.02, + "neutral": 0.97, + "negative": 0.01 + }, + "offset": 0, + "length": 11, + "text": "hello world" + } + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2020-04-01" + } } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -698,19 +1454,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "06845d57-97ff-4f6e-a4b9-61e8fe78c832", - "Content-Length": "17135", + "apim-request-id": "7762c17c-b50b-4a4e-8515-b7c8905bb41f", + "Content-Length": "17133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:46 GMT", + "Date": "Tue, 03 May 2022 00:05:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1130" + "x-envoy-upstream-service-time": "1652" }, "ResponseBody": { - "jobId": "71315125-f7e7-4a34-ba62-e75908f8aff9", - "lastUpdateDateTime": "2022-04-20T23:38:42Z", - "createdDateTime": "2022-04-20T23:38:28Z", - "expirationDateTime": "2022-04-21T23:38:28Z", + "jobId": "e0d1b37a-80ad-4188-9af9-1c869c8c8f8c", + "lastUpdateDateTime": "2022-05-03T00:04:57Z", + "createdDateTime": "2022-05-03T00:04:42Z", + "expirationDateTime": "2022-05-04T00:04:42Z", "status": "running", "errors": [], "tasks": { @@ -722,7 +1478,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:38:34.6393988Z", + "lastUpdateDateTime": "2022-05-03T00:04:50.9574797Z", "status": "succeeded", "results": { "statistics": { @@ -920,7 +1676,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:38:42.1945546Z", + "lastUpdateDateTime": "2022-05-03T00:04:57.7396141Z", "status": "succeeded", "results": { "statistics": { @@ -1158,7 +1914,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:38:35.0345934Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.1518921Z", "status": "succeeded", "results": { "statistics": { @@ -1376,7 +2132,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:38:41.0427478Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.918861Z", "status": "succeeded", "results": { "statistics": { @@ -1574,7 +2330,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:38:40.3148399Z", + "lastUpdateDateTime": "2022-05-03T00:04:53.160772Z", "status": "succeeded", "results": { "statistics": { @@ -2131,11 +2887,11 @@ } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2146,19 +2902,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d955e974-92cc-4077-a3b2-32cf40b383dc", - "Content-Length": "17135", + "apim-request-id": "bf25e083-e6d5-4f54-be2b-074cf1185b6c", + "Content-Length": "17133", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:52 GMT", + "Date": "Tue, 03 May 2022 00:05:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1142" + "x-envoy-upstream-service-time": "1106" }, "ResponseBody": { - "jobId": "71315125-f7e7-4a34-ba62-e75908f8aff9", - "lastUpdateDateTime": "2022-04-20T23:38:51Z", - "createdDateTime": "2022-04-20T23:38:28Z", - "expirationDateTime": "2022-04-21T23:38:28Z", + "jobId": "e0d1b37a-80ad-4188-9af9-1c869c8c8f8c", + "lastUpdateDateTime": "2022-05-03T00:05:05Z", + "createdDateTime": "2022-05-03T00:04:42Z", + "expirationDateTime": "2022-05-04T00:04:42Z", "status": "running", "errors": [], "tasks": { @@ -2170,7 +2926,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:38:34.6393988Z", + "lastUpdateDateTime": "2022-05-03T00:04:50.9574797Z", "status": "succeeded", "results": { "statistics": { @@ -2368,7 +3124,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:38:42.1945546Z", + "lastUpdateDateTime": "2022-05-03T00:04:57.7396141Z", "status": "succeeded", "results": { "statistics": { @@ -2606,7 +3362,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:38:35.0345934Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.1518921Z", "status": "succeeded", "results": { "statistics": { @@ -2824,7 +3580,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:38:41.0427478Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.918861Z", "status": "succeeded", "results": { "statistics": { @@ -3022,7 +3778,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:38:40.3148399Z", + "lastUpdateDateTime": "2022-05-03T00:04:53.160772Z", "status": "succeeded", "results": { "statistics": { @@ -3579,11 +4335,11 @@ } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -3594,19 +4350,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "20cb1a3f-415e-4ec9-83c1-14b8498a8e61", - "Content-Length": "19417", + "apim-request-id": "1952f5eb-6b4e-49e9-a147-02b79b56857b", + "Content-Length": "19415", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:58 GMT", + "Date": "Tue, 03 May 2022 00:05:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1005" + "x-envoy-upstream-service-time": "1551" }, "ResponseBody": { - "jobId": "71315125-f7e7-4a34-ba62-e75908f8aff9", - "lastUpdateDateTime": "2022-04-20T23:38:52Z", - "createdDateTime": "2022-04-20T23:38:28Z", - "expirationDateTime": "2022-04-21T23:38:28Z", + "jobId": "e0d1b37a-80ad-4188-9af9-1c869c8c8f8c", + "lastUpdateDateTime": "2022-05-03T00:05:07Z", + "createdDateTime": "2022-05-03T00:04:42Z", + "expirationDateTime": "2022-05-04T00:04:42Z", "status": "succeeded", "errors": [], "tasks": { @@ -3618,7 +4374,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:38:34.6393988Z", + "lastUpdateDateTime": "2022-05-03T00:04:50.9574797Z", "status": "succeeded", "results": { "statistics": { @@ -3816,7 +4572,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:38:42.1945546Z", + "lastUpdateDateTime": "2022-05-03T00:04:57.7396141Z", "status": "succeeded", "results": { "statistics": { @@ -4054,7 +4810,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:38:35.0345934Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.1518921Z", "status": "succeeded", "results": { "statistics": { @@ -4272,7 +5028,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:38:41.0427478Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.918861Z", "status": "succeeded", "results": { "statistics": { @@ -4470,7 +5226,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:38:40.3148399Z", + "lastUpdateDateTime": "2022-05-03T00:04:53.160772Z", "status": "succeeded", "results": { "statistics": { @@ -5028,7 +5784,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:38:52.2384623Z", + "lastUpdateDateTime": "2022-05-03T00:05:07.0226565Z", "status": "succeeded", "results": { "statistics": { @@ -5225,11 +5981,11 @@ } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/71315125-f7e7-4a34-ba62-e75908f8aff9?api-version=2022-03-01-preview\u0026showStats=true\u0026top=5\u0026skip=20", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e0d1b37a-80ad-4188-9af9-1c869c8c8f8c?api-version=2022-04-01-preview\u0026showStats=true\u0026top=5\u0026skip=20", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5240,19 +5996,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d57397e7-8403-4e07-892e-df99465b44a2", - "Content-Length": "6388", + "apim-request-id": "4888d1db-0296-472a-810c-265bf6a11ab1", + "Content-Length": "6386", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:59 GMT", + "Date": "Tue, 03 May 2022 00:05:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "438" + "x-envoy-upstream-service-time": "518" }, "ResponseBody": { - "jobId": "71315125-f7e7-4a34-ba62-e75908f8aff9", - "lastUpdateDateTime": "2022-04-20T23:38:52Z", - "createdDateTime": "2022-04-20T23:38:28Z", - "expirationDateTime": "2022-04-21T23:38:28Z", + "jobId": "e0d1b37a-80ad-4188-9af9-1c869c8c8f8c", + "lastUpdateDateTime": "2022-05-03T00:05:07Z", + "createdDateTime": "2022-05-03T00:04:42Z", + "expirationDateTime": "2022-05-04T00:04:42Z", "status": "succeeded", "errors": [], "tasks": { @@ -5264,7 +6020,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:38:34.6393988Z", + "lastUpdateDateTime": "2022-05-03T00:04:50.9574797Z", "status": "succeeded", "results": { "statistics": { @@ -5327,7 +6083,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:38:42.1945546Z", + "lastUpdateDateTime": "2022-05-03T00:04:57.7396141Z", "status": "succeeded", "results": { "statistics": { @@ -5400,7 +6156,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:38:35.0345934Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.1518921Z", "status": "succeeded", "results": { "statistics": { @@ -5468,7 +6224,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:38:41.0427478Z", + "lastUpdateDateTime": "2022-05-03T00:04:49.918861Z", "status": "succeeded", "results": { "statistics": { @@ -5531,7 +6287,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:38:40.3148399Z", + "lastUpdateDateTime": "2022-05-03T00:04:53.160772Z", "status": "succeeded", "results": { "statistics": { @@ -5684,7 +6440,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:38:52.2384623Z", + "lastUpdateDateTime": "2022-05-03T00:05:07.0226565Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_out_of_order_ids_multiple_tasks.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_out_of_order_ids_multiple_tasks.json index dd541c6c13dc..1ef3f2868116 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_out_of_order_ids_multiple_tasks.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_out_of_order_ids_multiple_tasks.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -81,18 +81,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4ba24bce-aec0-4e30-a279-6739f52bd56a", + "apim-request-id": "a0dd99fb-01d4-45d5-92e3-ff5815eddba9", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:37:16 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/91d7b615-08d4-4bef-bd2a-6dd295836ca8?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:03:45 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7c15e845-ad0a-4d3c-9cd9-094b1b64e36e?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "898" + "x-envoy-upstream-service-time": "862" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/91d7b615-08d4-4bef-bd2a-6dd295836ca8?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7c15e845-ad0a-4d3c-9cd9-094b1b64e36e?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -103,19 +103,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9945391-f9d4-4efd-b35e-d7d9aff9e42e", - "Content-Length": "1410", + "apim-request-id": "46708e18-2417-44e8-8fd3-b144a2db92cd", + "Content-Length": "1420", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:21 GMT", + "Date": "Tue, 03 May 2022 00:03:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "163" + "x-envoy-upstream-service-time": "172" }, "ResponseBody": { - "jobId": "91d7b615-08d4-4bef-bd2a-6dd295836ca8", - "lastUpdateDateTime": "2022-04-20T23:37:18Z", - "createdDateTime": "2022-04-20T23:37:15Z", - "expirationDateTime": "2022-04-21T23:37:15Z", + "jobId": "7c15e845-ad0a-4d3c-9cd9-094b1b64e36e", + "lastUpdateDateTime": "2022-05-03T00:03:50Z", + "createdDateTime": "2022-05-03T00:03:45Z", + "expirationDateTime": "2022-05-04T00:03:45Z", "status": "running", "errors": [], "tasks": { @@ -125,9 +125,45 @@ "total": 6, "items": [ { - "kind": "EntityRecognitionLROResults", - "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:37:18.3259938Z", + "kind": "PiiEntityRecognitionLROResults", + "taskName": "2", + "lastUpdateDateTime": "2022-05-03T00:03:48.3028637Z", + "status": "succeeded", + "results": { + "documents": [ + { + "redactedText": ":)", + "id": "56", + "entities": [], + "warnings": [] + }, + { + "redactedText": ":(", + "id": "0", + "entities": [], + "warnings": [] + }, + { + "redactedText": ":P", + "id": "19", + "entities": [], + "warnings": [] + }, + { + "redactedText": ":D", + "id": "1", + "entities": [], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-01-15" + } + }, + { + "kind": "EntityLinkingLROResults", + "taskName": "3", + "lastUpdateDateTime": "2022-05-03T00:03:50.2851569Z", "status": "succeeded", "results": { "documents": [ @@ -156,10 +192,79 @@ "modelVersion": "2021-06-01" } }, + { + "kind": "ExtractiveSummarizationLROResults", + "taskName": "5", + "lastUpdateDateTime": "2022-05-03T00:03:50.4173584Z", + "status": "succeeded", + "results": { + "documents": [ + { + "id": "56", + "sentences": [], + "warnings": [] + }, + { + "id": "0", + "sentences": [], + "warnings": [] + }, + { + "id": "19", + "sentences": [], + "warnings": [] + }, + { + "id": "1", + "sentences": [], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-08-01" + } + } + ] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7c15e845-ad0a-4d3c-9cd9-094b1b64e36e?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9e248375-bb92-48ea-ab5e-894b49d60d22", + "Content-Length": "2633", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:03:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "263" + }, + "ResponseBody": { + "jobId": "7c15e845-ad0a-4d3c-9cd9-094b1b64e36e", + "lastUpdateDateTime": "2022-05-03T00:03:54Z", + "createdDateTime": "2022-05-03T00:03:45Z", + "expirationDateTime": "2022-05-04T00:03:45Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 4, + "failed": 0, + "inProgress": 2, + "total": 6, + "items": [ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:37:18.3753336Z", + "lastUpdateDateTime": "2022-05-03T00:03:48.3028637Z", "status": "succeeded", "results": { "documents": [ @@ -195,7 +300,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:37:18.1449531Z", + "lastUpdateDateTime": "2022-05-03T00:03:50.2851569Z", "status": "succeeded", "results": { "documents": [ @@ -223,13 +328,149 @@ "errors": [], "modelVersion": "2021-06-01" } + }, + { + "kind": "SentimentAnalysisLROResults", + "taskName": "4", + "lastUpdateDateTime": "2022-05-03T00:03:53.9979173Z", + "status": "succeeded", + "results": { + "documents": [ + { + "id": "56", + "sentiment": "positive", + "confidenceScores": { + "positive": 0.89, + "neutral": 0.1, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "positive", + "confidenceScores": { + "positive": 0.89, + "neutral": 0.1, + "negative": 0.01 + }, + "offset": 0, + "length": 2, + "text": ":)" + } + ], + "warnings": [] + }, + { + "id": "0", + "sentiment": "negative", + "confidenceScores": { + "positive": 0.0, + "neutral": 0.02, + "negative": 0.98 + }, + "sentences": [ + { + "sentiment": "negative", + "confidenceScores": { + "positive": 0.0, + "neutral": 0.02, + "negative": 0.98 + }, + "offset": 0, + "length": 2, + "text": ":(" + } + ], + "warnings": [] + }, + { + "id": "19", + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.3, + "neutral": 0.67, + "negative": 0.03 + }, + "sentences": [ + { + "sentiment": "neutral", + "confidenceScores": { + "positive": 0.3, + "neutral": 0.67, + "negative": 0.03 + }, + "offset": 0, + "length": 2, + "text": ":P" + } + ], + "warnings": [] + }, + { + "id": "1", + "sentiment": "positive", + "confidenceScores": { + "positive": 0.89, + "neutral": 0.1, + "negative": 0.01 + }, + "sentences": [ + { + "sentiment": "positive", + "confidenceScores": { + "positive": 0.89, + "neutral": 0.1, + "negative": 0.01 + }, + "offset": 0, + "length": 2, + "text": ":D" + } + ], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2020-04-01" + } + }, + { + "kind": "ExtractiveSummarizationLROResults", + "taskName": "5", + "lastUpdateDateTime": "2022-05-03T00:03:50.4173584Z", + "status": "succeeded", + "results": { + "documents": [ + { + "id": "56", + "sentences": [], + "warnings": [] + }, + { + "id": "0", + "sentences": [], + "warnings": [] + }, + { + "id": "19", + "sentences": [], + "warnings": [] + }, + { + "id": "1", + "sentences": [], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-08-01" + } } ] } } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/91d7b615-08d4-4bef-bd2a-6dd295836ca8?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7c15e845-ad0a-4d3c-9cd9-094b1b64e36e?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -240,19 +481,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d495b6b2-957d-4645-b2db-cc1b226d0d55", + "apim-request-id": "22236aa8-7506-440f-85af-9f5a9458de3f", "Content-Length": "3347", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:26 GMT", + "Date": "Tue, 03 May 2022 00:04:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "438" + "x-envoy-upstream-service-time": "398" }, "ResponseBody": { - "jobId": "91d7b615-08d4-4bef-bd2a-6dd295836ca8", - "lastUpdateDateTime": "2022-04-20T23:37:26Z", - "createdDateTime": "2022-04-20T23:37:15Z", - "expirationDateTime": "2022-04-21T23:37:15Z", + "jobId": "7c15e845-ad0a-4d3c-9cd9-094b1b64e36e", + "lastUpdateDateTime": "2022-05-03T00:04:01Z", + "createdDateTime": "2022-05-03T00:03:45Z", + "expirationDateTime": "2022-05-04T00:03:45Z", "status": "succeeded", "errors": [], "tasks": { @@ -264,7 +505,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:37:18.3259938Z", + "lastUpdateDateTime": "2022-05-03T00:04:00.2338418Z", "status": "succeeded", "results": { "documents": [ @@ -296,7 +537,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:37:24.3600469Z", + "lastUpdateDateTime": "2022-05-03T00:04:01.1791873Z", "status": "succeeded", "results": { "documents": [ @@ -328,7 +569,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:37:18.3753336Z", + "lastUpdateDateTime": "2022-05-03T00:03:48.3028637Z", "status": "succeeded", "results": { "documents": [ @@ -364,7 +605,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:37:18.1449531Z", + "lastUpdateDateTime": "2022-05-03T00:03:50.2851569Z", "status": "succeeded", "results": { "documents": [ @@ -396,7 +637,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:37:24.4027541Z", + "lastUpdateDateTime": "2022-05-03T00:03:53.9979173Z", "status": "succeeded", "results": { "documents": [ @@ -500,7 +741,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:37:26.5638408Z", + "lastUpdateDateTime": "2022-05-03T00:03:50.4173584Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_partial_success_for_actions.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_partial_success_for_actions.json index 4436bb8e587c..872ee9149487 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_partial_success_for_actions.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_partial_success_for_actions.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -45,18 +45,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0fd0f3d4-afb0-4ddf-baf5-e9b7b804729c", + "apim-request-id": "e18006f4-e680-4a3e-8530-c384d54256ba", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:39:18 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b9dc73a8-ff34-4751-9a78-56c2d2b8bb58?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:05:20 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/448e1c25-73c1-411e-a5de-67185fdeb406?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "195" + "x-envoy-upstream-service-time": "452" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b9dc73a8-ff34-4751-9a78-56c2d2b8bb58?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/448e1c25-73c1-411e-a5de-67185fdeb406?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -67,19 +67,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "600eeee4-4655-4322-bfbe-7e25e4d62a86", - "Content-Length": "1057", + "apim-request-id": "8a790078-1384-4c69-862f-a79a8345d0d6", + "Content-Length": "899", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:24 GMT", + "Date": "Tue, 03 May 2022 00:05:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { - "jobId": "b9dc73a8-ff34-4751-9a78-56c2d2b8bb58", - "lastUpdateDateTime": "2022-04-20T23:39:20Z", - "createdDateTime": "2022-04-20T23:39:18Z", - "expirationDateTime": "2022-04-21T23:39:18Z", + "jobId": "448e1c25-73c1-411e-a5de-67185fdeb406", + "lastUpdateDateTime": "2022-05-03T00:05:22Z", + "createdDateTime": "2022-05-03T00:05:20Z", + "expirationDateTime": "2022-05-04T00:05:20Z", "status": "running", "errors": [], "tasks": { @@ -89,61 +89,33 @@ "total": 2, "items": [ { - "kind": "SentimentAnalysisLROResults", - "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:39:20.7632373Z", + "kind": "PiiEntityRecognitionLROResults", + "taskName": "1", + "lastUpdateDateTime": "2022-05-03T00:05:22.9519697Z", "status": "succeeded", "results": { "documents": [ { - "id": "1", - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.06, - "neutral": 0.55, - "negative": 0.39 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.06, - "neutral": 0.55, - "negative": 0.39 - }, - "offset": 0, - "length": 38, - "text": "I did not like the hotel we stayed at." - } - ], + "redactedText": "I did not like the hotel we stayed at.", + "id": "2", + "entities": [], "warnings": [] - }, + } + ], + "errors": [ { - "id": "2", - "sentiment": "negative", - "confidenceScores": { - "positive": 0.01, - "neutral": 0.45, - "negative": 0.54 - }, - "sentences": [ - { - "sentiment": "negative", - "confidenceScores": { - "positive": 0.01, - "neutral": 0.45, - "negative": 0.54 - }, - "offset": 0, - "length": 38, - "text": "I did not like the hotel we stayed at." + "id": "1", + "error": { + "code": "InvalidArgument", + "message": "Invalid Language Code.", + "innererror": { + "code": "UnsupportedLanguageCode", + "message": "Invalid language code. Supported languages: ja,ko,zh-Hans,de,en,es,fr,it,pt-BR,pt-PT. For additional details see https://aka.ms/text-analytics/language-support?tabs=named-entity-recognition" } - ], - "warnings": [] + } } ], - "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } } ] @@ -151,7 +123,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b9dc73a8-ff34-4751-9a78-56c2d2b8bb58?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/448e1c25-73c1-411e-a5de-67185fdeb406?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -162,19 +134,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6cf268f-51d4-4a54-8646-c76e99405382", + "apim-request-id": "1349ec9e-5268-4631-8d5a-7906852151a8", "Content-Length": "1680", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:29 GMT", + "Date": "Tue, 03 May 2022 00:05:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "124" }, "ResponseBody": { - "jobId": "b9dc73a8-ff34-4751-9a78-56c2d2b8bb58", - "lastUpdateDateTime": "2022-04-20T23:39:26Z", - "createdDateTime": "2022-04-20T23:39:18Z", - "expirationDateTime": "2022-04-21T23:39:18Z", + "jobId": "448e1c25-73c1-411e-a5de-67185fdeb406", + "lastUpdateDateTime": "2022-05-03T00:05:29Z", + "createdDateTime": "2022-05-03T00:05:20Z", + "expirationDateTime": "2022-05-04T00:05:20Z", "status": "succeeded", "errors": [], "tasks": { @@ -186,7 +158,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:39:20.7632373Z", + "lastUpdateDateTime": "2022-05-03T00:05:29.4911283Z", "status": "succeeded", "results": { "documents": [ @@ -244,7 +216,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:39:26.0876111Z", + "lastUpdateDateTime": "2022-05-03T00:05:22.9519697Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pass_cls.json index de76f49fc20f..d73a5a6a5c69 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a937fdb2-b89d-4219-9829-75837c9384c1", + "apim-request-id": "513599dc-dadd-46d1-81d8-b81417e83e2e", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:38:15 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ce1a5729-567b-4426-8c20-97b7c5ba17d5?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:04:35 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/18085de0-f42d-4a2b-9df8-34ffe7af5341?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "110" + "x-envoy-upstream-service-time": "185" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ce1a5729-567b-4426-8c20-97b7c5ba17d5?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/18085de0-f42d-4a2b-9df8-34ffe7af5341?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,55 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a2bc5027-f4e7-493f-b34b-69b66e62ded8", - "Content-Length": "279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "jobId": "ce1a5729-567b-4426-8c20-97b7c5ba17d5", - "lastUpdateDateTime": "2022-04-20T23:38:15Z", - "createdDateTime": "2022-04-20T23:38:15Z", - "expirationDateTime": "2022-04-21T23:38:15Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1, - "items": [] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ce1a5729-567b-4426-8c20-97b7c5ba17d5?api-version=2022-03-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad25004e-65ff-4186-bda0-47dfb0f72204", + "apim-request-id": "00813675-08e4-488b-a8e5-30a02162ef7c", "Content-Length": "671", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:25 GMT", + "Date": "Tue, 03 May 2022 00:04:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { - "jobId": "ce1a5729-567b-4426-8c20-97b7c5ba17d5", - "lastUpdateDateTime": "2022-04-20T23:38:23Z", - "createdDateTime": "2022-04-20T23:38:15Z", - "expirationDateTime": "2022-04-21T23:38:15Z", + "jobId": "18085de0-f42d-4a2b-9df8-34ffe7af5341", + "lastUpdateDateTime": "2022-05-03T00:04:39Z", + "createdDateTime": "2022-05-03T00:04:36Z", + "expirationDateTime": "2022-05-04T00:04:36Z", "status": "succeeded", "errors": [], "tasks": { @@ -115,7 +79,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:38:23.0228424Z", + "lastUpdateDateTime": "2022-05-03T00:04:39.2091662Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pii_action_categories_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pii_action_categories_filter.json index f173234bf518..7202abdc3461 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pii_action_categories_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_pii_action_categories_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,18 +47,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5487751a-f8e7-4cbd-bd5c-afbdba5759a8", + "apim-request-id": "2395990f-e4b6-43a3-a97b-32078abfe926", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:39:13 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d16ca1ad-61bb-4e7d-a823-3a1422c7efa0?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:05:14 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1ee23f49-2731-4dbe-a582-526340ba474b?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "184" + "x-envoy-upstream-service-time": "210" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d16ca1ad-61bb-4e7d-a823-3a1422c7efa0?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1ee23f49-2731-4dbe-a582-526340ba474b?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -69,19 +69,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d27ce58f-358f-4280-a250-04e15ee67e64", + "apim-request-id": "e2e623c2-6446-4148-9255-40e688ab011b", "Content-Length": "1019", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:39:18 GMT", + "Date": "Tue, 03 May 2022 00:05:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { - "jobId": "d16ca1ad-61bb-4e7d-a823-3a1422c7efa0", - "lastUpdateDateTime": "2022-04-20T23:39:16Z", - "createdDateTime": "2022-04-20T23:39:13Z", - "expirationDateTime": "2022-04-21T23:39:13Z", + "jobId": "1ee23f49-2731-4dbe-a582-526340ba474b", + "lastUpdateDateTime": "2022-05-03T00:05:18Z", + "createdDateTime": "2022-05-03T00:05:15Z", + "expirationDateTime": "2022-05-04T00:05:15Z", "status": "succeeded", "errors": [], "tasks": { @@ -93,7 +93,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:39:16.5995678Z", + "lastUpdateDateTime": "2022-05-03T00:05:18.3962974Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_poller_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_poller_metadata.json index a32603b2d831..97b30ce25222 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_poller_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_poller_metadata.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -34,18 +34,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7d98446b-84af-4558-bfe7-d02beb0f5f8f", + "apim-request-id": "fea238b6-ceed-4401-825d-4475396f9c1b", "Content-Length": "0", - "Date": "Fri, 22 Apr 2022 16:57:24 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f44ebd8a-770e-467f-a127-cefbb5d5e0b1?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:04:13 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e765caec-4c04-44e4-b6ac-9d2f048a0806?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "151" + "x-envoy-upstream-service-time": "210" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f44ebd8a-770e-467f-a127-cefbb5d5e0b1?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e765caec-4c04-44e4-b6ac-9d2f048a0806?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -56,19 +56,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e04c34a3-ddde-4a61-be6a-a47e2f9a1016", + "apim-request-id": "f7adc494-e2a2-4b4f-85a5-f47ef799f1b6", "Content-Length": "678", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 22 Apr 2022 16:57:29 GMT", + "Date": "Tue, 03 May 2022 00:04:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "88" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { - "jobId": "f44ebd8a-770e-467f-a127-cefbb5d5e0b1", - "lastUpdateDateTime": "2022-04-22T16:57:26Z", - "createdDateTime": "2022-04-22T16:57:24Z", - "expirationDateTime": "2022-04-23T16:57:24Z", + "jobId": "e765caec-4c04-44e4-b6ac-9d2f048a0806", + "lastUpdateDateTime": "2022-05-03T00:04:15Z", + "createdDateTime": "2022-05-03T00:04:13Z", + "expirationDateTime": "2022-05-04T00:04:13Z", "status": "succeeded", "errors": [], "tasks": { @@ -80,7 +80,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-22T16:57:26.8381534Z", + "lastUpdateDateTime": "2022-05-03T00:04:15.2876786Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_sentiment_analysis_task_with_opinion_mining.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_sentiment_analysis_task_with_opinion_mining.json index 2fe24e5ddd74..a65f6b807bae 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_sentiment_analysis_task_with_opinion_mining.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_sentiment_analysis_task_with_opinion_mining.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -39,18 +39,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "771e54ab-ca73-4d26-9024-7176799cca5b", + "apim-request-id": "43c10bbb-eeaf-4c22-af43-a2be5ea8a201", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:36:51 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/790bd060-6d9b-46e8-9ac6-a7932dca0a2b?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:03:17 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9db53bd2-7133-4be1-a6ee-0afa46daf392?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "220" + "x-envoy-upstream-service-time": "347" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/790bd060-6d9b-46e8-9ac6-a7932dca0a2b?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9db53bd2-7133-4be1-a6ee-0afa46daf392?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -61,19 +61,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abee35ed-afcd-413f-af32-8e80886c5477", + "apim-request-id": "61da5744-1466-4bea-aeea-3c20af5257e4", "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:36:57 GMT", + "Date": "Tue, 03 May 2022 00:03:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { - "jobId": "790bd060-6d9b-46e8-9ac6-a7932dca0a2b", - "lastUpdateDateTime": "2022-04-20T23:36:52Z", - "createdDateTime": "2022-04-20T23:36:52Z", - "expirationDateTime": "2022-04-21T23:36:52Z", + "jobId": "9db53bd2-7133-4be1-a6ee-0afa46daf392", + "lastUpdateDateTime": "2022-05-03T00:03:17Z", + "createdDateTime": "2022-05-03T00:03:16Z", + "expirationDateTime": "2022-05-04T00:03:16Z", "status": "running", "errors": [], "tasks": { @@ -86,7 +86,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/790bd060-6d9b-46e8-9ac6-a7932dca0a2b?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9db53bd2-7133-4be1-a6ee-0afa46daf392?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -97,19 +97,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24fd5e44-6e63-4966-ab52-74be7c8358db", + "apim-request-id": "4552f0e4-e3bf-4d6e-9169-bcb209ed5213", "Content-Length": "2455", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:02 GMT", + "Date": "Tue, 03 May 2022 00:03:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "132" }, "ResponseBody": { - "jobId": "790bd060-6d9b-46e8-9ac6-a7932dca0a2b", - "lastUpdateDateTime": "2022-04-20T23:36:59Z", - "createdDateTime": "2022-04-20T23:36:52Z", - "expirationDateTime": "2022-04-21T23:36:52Z", + "jobId": "9db53bd2-7133-4be1-a6ee-0afa46daf392", + "lastUpdateDateTime": "2022-05-03T00:03:25Z", + "createdDateTime": "2022-05-03T00:03:16Z", + "expirationDateTime": "2022-05-04T00:03:16Z", "status": "succeeded", "errors": [], "tasks": { @@ -121,7 +121,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:36:59.9408066Z", + "lastUpdateDateTime": "2022-05-03T00:03:25.3974182Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_show_stats_and_model_version_multiple_tasks_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_show_stats_and_model_version_multiple_tasks_v3_1.json index 5a42f462b37f..679f2e2e9c77 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_show_stats_and_model_version_multiple_tasks_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_show_stats_and_model_version_multiple_tasks_v3_1.json @@ -85,18 +85,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "17a36c1a-71ec-4389-92c6-ea4116778473", - "Date": "Wed, 20 Apr 2022 23:37:27 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/d70ad035-b250-443b-9ac5-26a590b2ce63", + "apim-request-id": "85621f73-438c-442a-8f75-ca64aaf19f76", + "Date": "Tue, 03 May 2022 00:04:02 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/9cb7c3bd-c364-44c7-8f48-28f87569cec9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "295" + "x-envoy-upstream-service-time": "485" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/d70ad035-b250-443b-9ac5-26a590b2ce63?showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/9cb7c3bd-c364-44c7-8f48-28f87569cec9?showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -107,145 +107,35 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "075f6657-de97-4243-88d4-789c9f4ef1a4", + "apim-request-id": "f803bb1a-6495-4f5f-99c1-6cea43f752c6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:32 GMT", + "Date": "Tue, 03 May 2022 00:04:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "405" + "x-envoy-upstream-service-time": "86" }, "ResponseBody": { - "jobId": "d70ad035-b250-443b-9ac5-26a590b2ce63", - "lastUpdateDateTime": "2022-04-20T23:37:29Z", - "createdDateTime": "2022-04-20T23:37:27Z", - "expirationDateTime": "2022-04-21T23:37:27Z", + "jobId": "9cb7c3bd-c364-44c7-8f48-28f87569cec9", + "lastUpdateDateTime": "2022-05-03T00:04:05Z", + "createdDateTime": "2022-05-03T00:04:02Z", + "expirationDateTime": "2022-05-04T00:04:02Z", "status": "running", "errors": [], "statistics": { - "documentsCount": 16, - "validDocumentsCount": 16, + "documentsCount": 4, + "validDocumentsCount": 4, "erroneousDocumentsCount": 0, - "transactionsCount": 16 + "transactionsCount": 4 }, "tasks": { - "completed": 4, + "completed": 1, "failed": 0, - "inProgress": 1, + "inProgress": 4, "total": 5, - "entityRecognitionTasks": [ - { - "lastUpdateDateTime": "2022-04-20T23:37:29.6022198Z", - "taskName": "0", - "state": "succeeded", - "results": { - "statistics": { - "documentsCount": 4, - "validDocumentsCount": 4, - "erroneousDocumentsCount": 0, - "transactionsCount": 4 - }, - "documents": [ - { - "id": "56", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "id": "0", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "id": "19", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "id": "1", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - } - ], - "entityLinkingTasks": [ - { - "lastUpdateDateTime": "2022-04-20T23:37:29.8871967Z", - "taskName": "3", - "state": "succeeded", - "results": { - "statistics": { - "documentsCount": 4, - "validDocumentsCount": 4, - "erroneousDocumentsCount": 0, - "transactionsCount": 4 - }, - "documents": [ - { - "id": "56", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "id": "0", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "id": "19", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "id": "1", - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - } - ], "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:37:29.6856582Z", + "lastUpdateDateTime": "2022-05-03T00:04:05.0205785Z", "taskName": "2", "state": "succeeded", "results": { @@ -301,67 +191,12 @@ "modelVersion": "2021-01-15" } } - ], - "keyPhraseExtractionTasks": [ - { - "lastUpdateDateTime": "2022-04-20T23:37:29.6119539Z", - "taskName": "1", - "state": "succeeded", - "results": { - "statistics": { - "documentsCount": 4, - "validDocumentsCount": 4, - "erroneousDocumentsCount": 0, - "transactionsCount": 4 - }, - "documents": [ - { - "id": "56", - "keyPhrases": [], - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "warnings": [] - }, - { - "id": "0", - "keyPhrases": [], - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "warnings": [] - }, - { - "id": "19", - "keyPhrases": [], - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "warnings": [] - }, - { - "id": "1", - "keyPhrases": [], - "statistics": { - "charactersCount": 2, - "transactionsCount": 1 - }, - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - } ] } } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/d70ad035-b250-443b-9ac5-26a590b2ce63?showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/9cb7c3bd-c364-44c7-8f48-28f87569cec9?showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -372,19 +207,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae224c79-a1e2-45d3-b8db-49ee054b6a14", + "apim-request-id": "09048793-8706-430f-a3a7-20c6d5d4f118", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:37:38 GMT", + "Date": "Tue, 03 May 2022 00:04:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "247" + "x-envoy-upstream-service-time": "365" }, "ResponseBody": { - "jobId": "d70ad035-b250-443b-9ac5-26a590b2ce63", - "lastUpdateDateTime": "2022-04-20T23:37:35Z", - "createdDateTime": "2022-04-20T23:37:27Z", - "expirationDateTime": "2022-04-21T23:37:27Z", + "jobId": "9cb7c3bd-c364-44c7-8f48-28f87569cec9", + "lastUpdateDateTime": "2022-05-03T00:04:12Z", + "createdDateTime": "2022-05-03T00:04:02Z", + "expirationDateTime": "2022-05-04T00:04:02Z", "status": "succeeded", "errors": [], "statistics": { @@ -400,7 +235,7 @@ "total": 5, "entityRecognitionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:37:29.6022198Z", + "lastUpdateDateTime": "2022-05-03T00:04:12.0876151Z", "taskName": "0", "state": "succeeded", "results": { @@ -455,7 +290,7 @@ ], "entityLinkingTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:37:29.8871967Z", + "lastUpdateDateTime": "2022-05-03T00:04:10.8099776Z", "taskName": "3", "state": "succeeded", "results": { @@ -510,7 +345,7 @@ ], "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:37:29.6856582Z", + "lastUpdateDateTime": "2022-05-03T00:04:05.0205785Z", "taskName": "2", "state": "succeeded", "results": { @@ -569,7 +404,7 @@ ], "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:37:29.6119539Z", + "lastUpdateDateTime": "2022-05-03T00:04:11.8872954Z", "taskName": "1", "state": "succeeded", "results": { @@ -624,7 +459,7 @@ ], "sentimentAnalysisTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:37:35.9713289Z", + "lastUpdateDateTime": "2022-05-03T00:04:10.9006701Z", "taskName": "4", "state": "succeeded", "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_too_many_documents.json index 80fff5a1b235..deff206db3bf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.pyTestAnalyzetest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -191,18 +191,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "da971d3d-d50c-49c0-b0e8-aabde150d7e6", + "apim-request-id": "9349799c-f9a2-4901-9afc-5536085de785", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:38:59 GMT", + "Date": "Tue, 03 May 2022 00:05:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 25 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_extract_summary_action.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_extract_summary_action.json index d1a5957820ad..8688ae1358e2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_extract_summary_action.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_extract_summary_action.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,18 +37,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d3b2450d-e908-47ad-87de-6fc046adc012", + "apim-request-id": "0fd858ed-3749-4f08-94cb-21e37e7221af", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:54:42 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/386f0bf8-3185-49cb-8573-a7de287ee35d?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:09:32 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0e88d8e8-1ea2-4e9e-88b3-786ae992359e?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "115" + "x-envoy-upstream-service-time": "270" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/386f0bf8-3185-49cb-8573-a7de287ee35d?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0e88d8e8-1ea2-4e9e-88b3-786ae992359e?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -58,19 +58,54 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ebc55cc3-7e24-4368-8dcc-6bf93588bbeb", + "apim-request-id": "c4a37c72-a713-463e-b7c0-e21e4052c2cc", + "Content-Length": "282", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:09:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "0e88d8e8-1ea2-4e9e-88b3-786ae992359e", + "lastUpdateDateTime": "2022-05-03T00:09:33Z", + "createdDateTime": "2022-05-03T00:09:33Z", + "expirationDateTime": "2022-05-04T00:09:33Z", + "status": "notStarted", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0e88d8e8-1ea2-4e9e-88b3-786ae992359e?api-version=2022-04-01-preview\u0026showStats=True", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "54511e78-591d-45b6-a5e1-c0dac92ae80d", "Content-Length": "1557", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:47 GMT", + "Date": "Tue, 03 May 2022 00:09:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { - "jobId": "386f0bf8-3185-49cb-8573-a7de287ee35d", - "lastUpdateDateTime": "2022-04-20T23:54:45Z", - "createdDateTime": "2022-04-20T23:54:42Z", - "expirationDateTime": "2022-04-21T23:54:42Z", + "jobId": "0e88d8e8-1ea2-4e9e-88b3-786ae992359e", + "lastUpdateDateTime": "2022-05-03T00:09:42Z", + "createdDateTime": "2022-05-03T00:09:33Z", + "expirationDateTime": "2022-05-04T00:09:33Z", "status": "succeeded", "errors": [], "tasks": { @@ -82,7 +117,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:54:45.2688022Z", + "lastUpdateDateTime": "2022-05-03T00:09:42.5202448Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_key_phrase_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_key_phrase_task.json index eb111f7f7de4..dcf86ec291bd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_key_phrase_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_key_phrase_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,18 +35,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c393eab7-c7e9-420d-be0c-8507b9e5d4c9", + "apim-request-id": "4f351a27-fc96-44b7-a947-96b768a5e57e", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:51:48 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0c84174f-3201-4852-8cca-74402e4b28db?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:07:07 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9687d06c-5dd4-4489-ad94-fe923e9e846a?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "171" + "x-envoy-upstream-service-time": "181" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0c84174f-3201-4852-8cca-74402e4b28db?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9687d06c-5dd4-4489-ad94-fe923e9e846a?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -56,19 +56,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9d8e49c-5a42-47f6-8d62-6e5d633b644e", + "apim-request-id": "3e1fda42-b999-4b1d-9479-741aea17000f", "Content-Length": "855", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:51:53 GMT", + "Date": "Tue, 03 May 2022 00:07:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { - "jobId": "0c84174f-3201-4852-8cca-74402e4b28db", - "lastUpdateDateTime": "2022-04-20T23:51:50Z", - "createdDateTime": "2022-04-20T23:51:48Z", - "expirationDateTime": "2022-04-21T23:51:48Z", + "jobId": "9687d06c-5dd4-4489-ad94-fe923e9e846a", + "lastUpdateDateTime": "2022-05-03T00:07:10Z", + "createdDateTime": "2022-05-03T00:07:07Z", + "expirationDateTime": "2022-05-04T00:07:07Z", "status": "succeeded", "errors": [], "tasks": { @@ -80,7 +80,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:51:50.6593994Z", + "lastUpdateDateTime": "2022-05-03T00:07:10.4983411Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_sentiment_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_sentiment_task.json index b9ee2b206c2c..6df25883fb18 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_sentiment_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_dict_sentiment_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0b8e75a7-223e-4203-9505-ceca52e76f51", + "apim-request-id": "0752b115-43f8-47a1-941a-5bc287001eeb", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:51:55 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c2e112e6-6f0b-44d9-86b1-f11f962d7cfb?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:07:12 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/25e0c191-ab4b-4a49-945b-b34570ec2f7e?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1504" + "x-envoy-upstream-service-time": "271" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c2e112e6-6f0b-44d9-86b1-f11f962d7cfb?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/25e0c191-ab4b-4a49-945b-b34570ec2f7e?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -63,89 +63,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79203e81-602a-4d93-a706-be9aeabbc849", - "Content-Length": "282", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "jobId": "c2e112e6-6f0b-44d9-86b1-f11f962d7cfb", - "lastUpdateDateTime": "2022-04-20T23:51:55Z", - "createdDateTime": "2022-04-20T23:51:54Z", - "expirationDateTime": "2022-04-21T23:51:54Z", - "status": "notStarted", - "errors": [], - "tasks": { - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1, - "items": [] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c2e112e6-6f0b-44d9-86b1-f11f962d7cfb?api-version=2022-03-01-preview\u0026showStats=True", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3108ad52-a794-498e-b2a3-6081adbbda82", - "Content-Length": "279", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "jobId": "c2e112e6-6f0b-44d9-86b1-f11f962d7cfb", - "lastUpdateDateTime": "2022-04-20T23:52:02Z", - "createdDateTime": "2022-04-20T23:51:54Z", - "expirationDateTime": "2022-04-21T23:51:54Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1, - "items": [] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c2e112e6-6f0b-44d9-86b1-f11f962d7cfb?api-version=2022-03-01-preview\u0026showStats=True", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "67f625f7-df87-4206-ab8b-26641725e714", + "apim-request-id": "d5ebd572-40ab-4a85-94c1-d6a9a3904a5d", "Content-Length": "1935", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:11 GMT", + "Date": "Tue, 03 May 2022 00:07:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": { - "jobId": "c2e112e6-6f0b-44d9-86b1-f11f962d7cfb", - "lastUpdateDateTime": "2022-04-20T23:52:09Z", - "createdDateTime": "2022-04-20T23:51:54Z", - "expirationDateTime": "2022-04-21T23:51:54Z", + "jobId": "25e0c191-ab4b-4a49-945b-b34570ec2f7e", + "lastUpdateDateTime": "2022-05-03T00:07:14Z", + "createdDateTime": "2022-05-03T00:07:12Z", + "expirationDateTime": "2022-05-04T00:07:12Z", "status": "succeeded", "errors": [], "tasks": { @@ -157,7 +87,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:52:09.7941059Z", + "lastUpdateDateTime": "2022-05-03T00:07:14.6286056Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_string_pii_entities_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_string_pii_entities_task.json index f08975664ba1..ca46bb29be0a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_string_pii_entities_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_string_pii_entities_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5fd041bb-3252-4c7a-a20a-582db0874d20", + "apim-request-id": "67b5e5df-e3de-40fa-a8da-abe574d36545", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:52:27 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0a31b45a-b28d-4c3c-94e9-723836a000e4?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:07:29 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/addda2b1-1273-4acc-a028-70844db92406?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "231" + "x-envoy-upstream-service-time": "186" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0a31b45a-b28d-4c3c-94e9-723836a000e4?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/addda2b1-1273-4acc-a028-70844db92406?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -63,19 +63,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9751d1be-e612-47e4-b13b-7bd8fd12277b", + "apim-request-id": "8dc8b55a-0634-4654-846e-ddcec5b959b8", "Content-Length": "1495", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:33 GMT", + "Date": "Tue, 03 May 2022 00:07:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": { - "jobId": "0a31b45a-b28d-4c3c-94e9-723836a000e4", - "lastUpdateDateTime": "2022-04-20T23:52:30Z", - "createdDateTime": "2022-04-20T23:52:27Z", - "expirationDateTime": "2022-04-21T23:52:27Z", + "jobId": "addda2b1-1273-4acc-a028-70844db92406", + "lastUpdateDateTime": "2022-05-03T00:07:31Z", + "createdDateTime": "2022-05-03T00:07:29Z", + "expirationDateTime": "2022-05-04T00:07:29Z", "status": "succeeded", "errors": [], "tasks": { @@ -87,7 +87,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:52:30.1522553Z", + "lastUpdateDateTime": "2022-05-03T00:07:31.7803469Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_text_document_input_entities_task.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_text_document_input_entities_task.json index 59e6c87457b1..2a58591f1e03 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_text_document_input_entities_task.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_all_successful_passing_text_document_input_entities_task.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "505ec428-014e-417b-a653-23aecc3ab7f8", + "apim-request-id": "a7158d8b-4ee1-4ff0-8e10-6c7a9f8cfca6", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:52:21 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/82b85c4a-7c97-4c32-b55e-cd21d0be4c15?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:07:24 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/aeb08ce0-7951-44be-aec4-9be4570c4304?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "139" + "x-envoy-upstream-service-time": "216" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/82b85c4a-7c97-4c32-b55e-cd21d0be4c15?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/aeb08ce0-7951-44be-aec4-9be4570c4304?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -63,19 +63,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f30a1f93-5734-4918-bcc5-d84bc825b1a0", + "apim-request-id": "842917a4-543b-44f6-8d94-be7b913aa692", "Content-Length": "2018", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:26 GMT", + "Date": "Tue, 03 May 2022 00:07:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "98" }, "ResponseBody": { - "jobId": "82b85c4a-7c97-4c32-b55e-cd21d0be4c15", - "lastUpdateDateTime": "2022-04-20T23:52:26Z", - "createdDateTime": "2022-04-20T23:52:22Z", - "expirationDateTime": "2022-04-21T23:52:22Z", + "jobId": "aeb08ce0-7951-44be-aec4-9be4570c4304", + "lastUpdateDateTime": "2022-05-03T00:07:26Z", + "createdDateTime": "2022-05-03T00:07:24Z", + "expirationDateTime": "2022-05-04T00:07:24Z", "status": "succeeded", "errors": [], "tasks": { @@ -87,7 +87,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:52:26.0318501Z", + "lastUpdateDateTime": "2022-05-03T00:07:26.6569944Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_continuation_token.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_continuation_token.json index 70f7004cef93..d045bf565faa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_continuation_token.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_continuation_token.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -66,18 +66,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7a1b3ea6-b009-4bfc-8075-b6c2c6dd34a8", + "apim-request-id": "a5042fee-38f2-4740-9aef-fb6b99513a79", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:55:31 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/eee99a58-6f3d-4dde-8907-94ecaac877f1?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:10:00 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e23b8b21-046f-4961-b2b5-2390206011f8?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "240" + "x-envoy-upstream-service-time": "407" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/eee99a58-6f3d-4dde-8907-94ecaac877f1?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e23b8b21-046f-4961-b2b5-2390206011f8?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -87,19 +87,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3fb74ef-e3fa-47d9-8c5f-928c8da63c97", + "apim-request-id": "4ebff46e-472b-4547-8418-91d6d793202a", "Content-Length": "5055", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:55:36 GMT", + "Date": "Tue, 03 May 2022 00:10:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "106" + "x-envoy-upstream-service-time": "139" }, "ResponseBody": { - "jobId": "eee99a58-6f3d-4dde-8907-94ecaac877f1", - "lastUpdateDateTime": "2022-04-20T23:55:34Z", - "createdDateTime": "2022-04-20T23:55:31Z", - "expirationDateTime": "2022-04-21T23:55:31Z", + "jobId": "e23b8b21-046f-4961-b2b5-2390206011f8", + "lastUpdateDateTime": "2022-05-03T00:10:04Z", + "createdDateTime": "2022-05-03T00:10:00Z", + "expirationDateTime": "2022-05-04T00:10:00Z", "status": "running", "errors": [], "tasks": { @@ -111,7 +111,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:55:34.6435552Z", + "lastUpdateDateTime": "2022-05-03T00:10:04.1935127Z", "status": "succeeded", "results": { "statistics": { @@ -289,7 +289,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -303,7 +303,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:55:34.3295312Z", + "lastUpdateDateTime": "2022-05-03T00:10:04.2512028Z", "status": "succeeded", "results": { "statistics": { @@ -408,7 +408,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -424,7 +424,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/eee99a58-6f3d-4dde-8907-94ecaac877f1?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e23b8b21-046f-4961-b2b5-2390206011f8?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -434,19 +434,451 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6d20e1e5-bd6a-4d2c-897e-c95af280d4a3", + "apim-request-id": "e5daa206-01e0-45a3-93b3-297e6273439d", + "Content-Length": "6238", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:10:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "197" + }, + "ResponseBody": { + "jobId": "e23b8b21-046f-4961-b2b5-2390206011f8", + "lastUpdateDateTime": "2022-05-03T00:10:09Z", + "createdDateTime": "2022-05-03T00:10:00Z", + "expirationDateTime": "2022-05-04T00:10:00Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 3, + "failed": 0, + "inProgress": 1, + "total": 4, + "items": [ + { + "kind": "EntityRecognitionLROResults", + "taskName": "0", + "lastUpdateDateTime": "2022-05-03T00:10:04.1935127Z", + "status": "succeeded", + "results": { + "statistics": { + "documentsCount": 4, + "validDocumentsCount": 3, + "erroneousDocumentsCount": 1, + "transactionsCount": 3 + }, + "documents": [ + { + "id": "1", + "statistics": { + "charactersCount": 295, + "transactionsCount": 1 + }, + "entities": [ + { + "text": "cent", + "category": "Quantity", + "subcategory": "Percentage", + "offset": 4, + "length": 4, + "confidenceScore": 0.8 + }, + { + "text": "Government Accountability Office", + "category": "Organization", + "offset": 23, + "length": 32, + "confidenceScore": 0.99 + }, + { + "text": "GAO", + "category": "Organization", + "offset": 57, + "length": 3, + "confidenceScore": 0.94 + }, + { + "text": "oil", + "category": "Product", + "offset": 98, + "length": 3, + "confidenceScore": 0.67 + }, + { + "text": "natural", + "category": "Product", + "offset": 106, + "length": 7, + "confidenceScore": 0.68 + }, + { + "text": "gas", + "category": "Skill", + "offset": 114, + "length": 3, + "confidenceScore": 0.57 + }, + { + "text": "development", + "category": "Skill", + "offset": 118, + "length": 11, + "confidenceScore": 0.48 + }, + { + "text": "past six years", + "category": "DateTime", + "subcategory": "DateRange", + "offset": 156, + "length": 14, + "confidenceScore": 0.8 + }, + { + "text": "BLM", + "category": "Organization", + "offset": 202, + "length": 3, + "confidenceScore": 0.96 + }, + { + "text": "environmental protection", + "category": "Skill", + "offset": 253, + "length": 24, + "confidenceScore": 0.79 + } + ], + "warnings": [] + }, + { + "id": "2", + "statistics": { + "charactersCount": 158, + "transactionsCount": 1 + }, + "entities": [ + { + "text": "David Schmidt", + "category": "Person", + "offset": 0, + "length": 13, + "confidenceScore": 1.0 + }, + { + "text": "senior vice president", + "category": "PersonType", + "offset": 15, + "length": 21, + "confidenceScore": 0.86 + }, + { + "text": "International Food Information Council", + "category": "Organization", + "offset": 51, + "length": 38, + "confidenceScore": 0.95 + }, + { + "text": "IFIC", + "category": "Organization", + "offset": 91, + "length": 4, + "confidenceScore": 0.82 + }, + { + "text": "Washington, D.C.", + "category": "Location", + "subcategory": "GPE", + "offset": 98, + "length": 16, + "confidenceScore": 0.89 + } + ], + "warnings": [] + }, + { + "id": "4", + "statistics": { + "charactersCount": 121, + "transactionsCount": 1 + }, + "entities": [ + { + "text": "indoor", + "category": "Location", + "subcategory": "Structural", + "offset": 28, + "length": 6, + "confidenceScore": 0.5 + }, + { + "text": "restaurant", + "category": "Location", + "subcategory": "Structural", + "offset": 35, + "length": 10, + "confidenceScore": 0.5 + }, + { + "text": "China", + "category": "Location", + "subcategory": "GPE", + "offset": 49, + "length": 5, + "confidenceScore": 1.0 + } + ], + "warnings": [] + } + ], + "errors": [ + { + "id": "3", + "error": { + "code": "InvalidArgument", + "message": "Invalid Document in request.", + "innererror": { + "code": "InvalidDocument", + "message": "Document text is empty." + } + } + } + ], + "modelVersion": "2021-06-01" + } + }, + { + "kind": "PiiEntityRecognitionLROResults", + "taskName": "1", + "lastUpdateDateTime": "2022-05-03T00:10:04.2512028Z", + "status": "succeeded", + "results": { + "statistics": { + "documentsCount": 4, + "validDocumentsCount": 3, + "erroneousDocumentsCount": 1, + "transactionsCount": 3 + }, + "documents": [ + { + "redactedText": "A recent report by the ******************************** (***) found that the dramatic increase in oil and natural gas development on federal lands over the ************** has stretched the staff of the *** to a point that it has been unable to meet its environmental protection responsibilities.", + "id": "1", + "statistics": { + "charactersCount": 295, + "transactionsCount": 1 + }, + "entities": [ + { + "text": "Government Accountability Office", + "category": "Organization", + "offset": 23, + "length": 32, + "confidenceScore": 0.95 + }, + { + "text": "GAO", + "category": "Organization", + "offset": 57, + "length": 3, + "confidenceScore": 0.9 + }, + { + "text": "past six years", + "category": "DateTime", + "subcategory": "DateRange", + "offset": 156, + "length": 14, + "confidenceScore": 0.8 + }, + { + "text": "BLM", + "category": "Organization", + "offset": 202, + "length": 3, + "confidenceScore": 0.87 + } + ], + "warnings": [] + }, + { + "redactedText": "*************, *********************--Food Safety, ************************************** (****), Washington, D.C., discussed the physical activity component.", + "id": "2", + "statistics": { + "charactersCount": 158, + "transactionsCount": 1 + }, + "entities": [ + { + "text": "David Schmidt", + "category": "Person", + "offset": 0, + "length": 13, + "confidenceScore": 1.0 + }, + { + "text": "senior vice president", + "category": "PersonType", + "offset": 15, + "length": 21, + "confidenceScore": 0.71 + }, + { + "text": "International Food Information Council", + "category": "Organization", + "offset": 51, + "length": 38, + "confidenceScore": 0.96 + }, + { + "text": "IFIC", + "category": "Organization", + "offset": 91, + "length": 4, + "confidenceScore": 0.92 + } + ], + "warnings": [] + }, + { + "redactedText": "I need a reservation for an indoor restaurant in China. Please don\u0027t stop the music. Play music and add it to my playlist", + "id": "4", + "statistics": { + "charactersCount": 121, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + } + ], + "errors": [ + { + "id": "3", + "error": { + "code": "InvalidArgument", + "message": "Invalid Document in request.", + "innererror": { + "code": "InvalidDocument", + "message": "Document text is empty." + } + } + } + ], + "modelVersion": "2021-01-15" + } + }, + { + "kind": "KeyPhraseExtractionLROResults", + "taskName": "3", + "lastUpdateDateTime": "2022-05-03T00:10:09.8417596Z", + "status": "succeeded", + "results": { + "statistics": { + "documentsCount": 4, + "validDocumentsCount": 3, + "erroneousDocumentsCount": 1, + "transactionsCount": 3 + }, + "documents": [ + { + "id": "1", + "keyPhrases": [ + "Government Accountability Office", + "natural gas development", + "past six years", + "environmental protection responsibilities", + "recent report", + "dramatic increase", + "federal lands", + "GAO", + "oil", + "staff", + "BLM", + "point" + ], + "statistics": { + "charactersCount": 295, + "transactionsCount": 1 + }, + "warnings": [] + }, + { + "id": "2", + "keyPhrases": [ + "International Food Information Council", + "senior vice president", + "physical activity component", + "Food Safety", + "David Schmidt", + "D.C.", + "IFIC", + "Washington" + ], + "statistics": { + "charactersCount": 158, + "transactionsCount": 1 + }, + "warnings": [] + }, + { + "id": "4", + "keyPhrases": [ + "indoor restaurant", + "reservation", + "China", + "music", + "playlist" + ], + "statistics": { + "charactersCount": 121, + "transactionsCount": 1 + }, + "warnings": [] + } + ], + "errors": [ + { + "id": "3", + "error": { + "code": "InvalidArgument", + "message": "Invalid Document in request.", + "innererror": { + "code": "InvalidDocument", + "message": "Document text is empty." + } + } + } + ], + "modelVersion": "2021-06-01" + } + } + ] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e23b8b21-046f-4961-b2b5-2390206011f8?api-version=2022-04-01-preview\u0026showStats=True", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "61c2e56f-10bd-46e0-bf1a-301658bc7fd6", "Content-Length": "8463", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:55:41 GMT", + "Date": "Tue, 03 May 2022 00:10:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "183" + "x-envoy-upstream-service-time": "300" }, "ResponseBody": { - "jobId": "eee99a58-6f3d-4dde-8907-94ecaac877f1", - "lastUpdateDateTime": "2022-04-20T23:55:39Z", - "createdDateTime": "2022-04-20T23:55:31Z", - "expirationDateTime": "2022-04-21T23:55:31Z", + "jobId": "e23b8b21-046f-4961-b2b5-2390206011f8", + "lastUpdateDateTime": "2022-05-03T00:10:15Z", + "createdDateTime": "2022-05-03T00:10:00Z", + "expirationDateTime": "2022-05-04T00:10:00Z", "status": "succeeded", "errors": [], "tasks": { @@ -458,7 +890,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:55:34.6435552Z", + "lastUpdateDateTime": "2022-05-03T00:10:04.1935127Z", "status": "succeeded", "results": { "statistics": { @@ -636,7 +1068,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -650,7 +1082,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:55:34.3295312Z", + "lastUpdateDateTime": "2022-05-03T00:10:04.2512028Z", "status": "succeeded", "results": { "statistics": { @@ -755,7 +1187,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -769,7 +1201,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:55:39.2795422Z", + "lastUpdateDateTime": "2022-05-03T00:10:15.3208624Z", "status": "succeeded", "results": { "statistics": { @@ -902,7 +1334,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:55:38.9596709Z", + "lastUpdateDateTime": "2022-05-03T00:10:09.8417596Z", "status": "succeeded", "results": { "statistics": { @@ -973,7 +1405,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -989,7 +1421,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/eee99a58-6f3d-4dde-8907-94ecaac877f1?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e23b8b21-046f-4961-b2b5-2390206011f8?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -999,19 +1431,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a77d79b-b4bd-49c7-9a1d-a14910e4d9d0", + "apim-request-id": "7c2372ff-1453-420d-9429-3077e1a74c2b", "Content-Length": "8463", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:55:46 GMT", + "Date": "Tue, 03 May 2022 00:10:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "223" + "x-envoy-upstream-service-time": "309" }, "ResponseBody": { - "jobId": "eee99a58-6f3d-4dde-8907-94ecaac877f1", - "lastUpdateDateTime": "2022-04-20T23:55:39Z", - "createdDateTime": "2022-04-20T23:55:31Z", - "expirationDateTime": "2022-04-21T23:55:31Z", + "jobId": "e23b8b21-046f-4961-b2b5-2390206011f8", + "lastUpdateDateTime": "2022-05-03T00:10:15Z", + "createdDateTime": "2022-05-03T00:10:00Z", + "expirationDateTime": "2022-05-04T00:10:00Z", "status": "succeeded", "errors": [], "tasks": { @@ -1023,7 +1455,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:55:34.6435552Z", + "lastUpdateDateTime": "2022-05-03T00:10:04.1935127Z", "status": "succeeded", "results": { "statistics": { @@ -1201,7 +1633,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -1215,7 +1647,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:55:34.3295312Z", + "lastUpdateDateTime": "2022-05-03T00:10:04.2512028Z", "status": "succeeded", "results": { "statistics": { @@ -1320,7 +1752,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -1334,7 +1766,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:55:39.2795422Z", + "lastUpdateDateTime": "2022-05-03T00:10:15.3208624Z", "status": "succeeded", "results": { "statistics": { @@ -1467,7 +1899,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:55:38.9596709Z", + "lastUpdateDateTime": "2022-05-03T00:10:09.8417596Z", "status": "succeeded", "results": { "statistics": { @@ -1538,7 +1970,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_works_with_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_works_with_v3_1.json index 4c57b3645e5b..b0ea8d5b7f90 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_works_with_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_analyze_works_with_v3_1.json @@ -78,18 +78,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "cb59a924-01b7-4549-966f-463c31588869", - "Date": "Wed, 20 Apr 2022 23:55:47 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/765f9328-d934-4da7-b065-c9ada4484985", + "apim-request-id": "b33fb085-6ad9-45ae-9ff0-22560dd03440", + "Date": "Tue, 03 May 2022 00:10:22 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/9576d968-4743-4445-8760-8403c9103203", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "325" + "x-envoy-upstream-service-time": "407" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/765f9328-d934-4da7-b065-c9ada4484985", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/9576d968-4743-4445-8760-8403c9103203", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -99,29 +99,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0021dc47-d72e-45a3-8020-205f73432333", + "apim-request-id": "f30b0ff7-634d-4190-81b2-cc4172fe5ff3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:55:52 GMT", + "Date": "Tue, 03 May 2022 00:10:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "211" + "x-envoy-upstream-service-time": "171" }, "ResponseBody": { - "jobId": "765f9328-d934-4da7-b065-c9ada4484985", - "lastUpdateDateTime": "2022-04-20T23:55:50Z", - "createdDateTime": "2022-04-20T23:55:47Z", - "expirationDateTime": "2022-04-21T23:55:47Z", + "jobId": "9576d968-4743-4445-8760-8403c9103203", + "lastUpdateDateTime": "2022-05-03T00:10:26Z", + "createdDateTime": "2022-05-03T00:10:22Z", + "expirationDateTime": "2022-05-04T00:10:22Z", "status": "running", "errors": [], "tasks": { - "completed": 4, + "completed": 3, "failed": 0, - "inProgress": 1, + "inProgress": 2, "total": 5, "entityRecognitionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:49.8368265Z", + "lastUpdateDateTime": "2022-05-03T00:10:25.0986476Z", "taskName": "0", "state": "succeeded", "results": { @@ -152,42 +152,9 @@ } } ], - "entityLinkingTasks": [ - { - "lastUpdateDateTime": "2022-04-20T23:55:50.6628132Z", - "taskName": "3", - "state": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "entities": [], - "warnings": [] - }, - { - "id": "0", - "entities": [], - "warnings": [] - }, - { - "id": "19", - "entities": [], - "warnings": [] - }, - { - "id": "1", - "entities": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - } - ], "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:50.9201824Z", + "lastUpdateDateTime": "2022-05-03T00:10:25.3824988Z", "taskName": "2", "state": "succeeded", "results": { @@ -224,7 +191,7 @@ ], "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:49.8520433Z", + "lastUpdateDateTime": "2022-05-03T00:10:26.6358634Z", "taskName": "1", "state": "succeeded", "results": { @@ -259,7 +226,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/765f9328-d934-4da7-b065-c9ada4484985", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/9576d968-4743-4445-8760-8403c9103203", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -269,19 +236,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5720bc5c-7078-4772-9216-cc0bfdc8c717", + "apim-request-id": "54f9b907-6271-4a64-8f74-3db56d758719", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:55:58 GMT", + "Date": "Tue, 03 May 2022 00:10:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "247" + "x-envoy-upstream-service-time": "346" }, "ResponseBody": { - "jobId": "765f9328-d934-4da7-b065-c9ada4484985", - "lastUpdateDateTime": "2022-04-20T23:55:55Z", - "createdDateTime": "2022-04-20T23:55:47Z", - "expirationDateTime": "2022-04-21T23:55:47Z", + "jobId": "9576d968-4743-4445-8760-8403c9103203", + "lastUpdateDateTime": "2022-05-03T00:10:30Z", + "createdDateTime": "2022-05-03T00:10:22Z", + "expirationDateTime": "2022-05-04T00:10:22Z", "status": "succeeded", "errors": [], "tasks": { @@ -291,7 +258,7 @@ "total": 5, "entityRecognitionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:49.8368265Z", + "lastUpdateDateTime": "2022-05-03T00:10:25.0986476Z", "taskName": "0", "state": "succeeded", "results": { @@ -324,7 +291,7 @@ ], "entityLinkingTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:50.6628132Z", + "lastUpdateDateTime": "2022-05-03T00:10:30.972609Z", "taskName": "3", "state": "succeeded", "results": { @@ -357,7 +324,7 @@ ], "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:50.9201824Z", + "lastUpdateDateTime": "2022-05-03T00:10:25.3824988Z", "taskName": "2", "state": "succeeded", "results": { @@ -394,7 +361,7 @@ ], "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:49.8520433Z", + "lastUpdateDateTime": "2022-05-03T00:10:26.6358634Z", "taskName": "1", "state": "succeeded", "results": { @@ -427,7 +394,7 @@ ], "sentimentAnalysisTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:55:55.8979871Z", + "lastUpdateDateTime": "2022-05-03T00:10:30.9046161Z", "taskName": "4", "state": "succeeded", "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_credentials.json index a951b8f48ccf..5b276253f264 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -65,10 +65,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "75b612fc-8cff-4e06-a8b7-64aa58b34832", + "apim-request-id": "8fcefdbd-4543-4e47-a7d2-4c5519598ea7", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 20 Apr 2022 23:52:34 GMT" + "Date": "Tue, 03 May 2022 00:07:35 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_request_on_empty_document.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_request_on_empty_document.json index db59a5097a59..d5d8cddbc35d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_request_on_empty_document.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_bad_request_on_empty_document.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,18 +30,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "7c37b073-91de-4d04-875a-cb340e8ccf69", + "apim-request-id": "91443df5-49e5-43dc-b86d-3d20a5129565", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:33 GMT", + "Date": "Tue, 03 May 2022 00:07:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_empty_credential_class.json index ee82d36e29a3..9ec19ca03f5d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -65,10 +65,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "0dd848a8-ccac-4041-9982-28c4fdfd6265", + "apim-request-id": "823f689d-5182-4a4b-be7e-b9fe88dbc341", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 20 Apr 2022 23:52:33 GMT" + "Date": "Tue, 03 May 2022 00:07:35 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_action_with_options.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_action_with_options.json index 631eba841199..e7e135c328ff 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_action_with_options.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_action_with_options.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -34,18 +34,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "24c8bca2-585a-4e2d-89a5-93f60b830383", + "apim-request-id": "c329f19f-7756-44ed-ad15-3c5fe4ccd22f", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:54:47 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/18424be8-3ca0-4265-a5e3-8f2173b5ff8a?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:09:44 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0277caba-1c85-4833-96f6-640cbff0667d?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "89" + "x-envoy-upstream-service-time": "110" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/18424be8-3ca0-4265-a5e3-8f2173b5ff8a?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0277caba-1c85-4833-96f6-640cbff0667d?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,54 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d5171098-ccc1-4df3-a584-1f8bd51a98d7", + "apim-request-id": "971727e6-9c8d-4e91-84c5-484a7db87375", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:09:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "0277caba-1c85-4833-96f6-640cbff0667d", + "lastUpdateDateTime": "2022-05-03T00:09:44Z", + "createdDateTime": "2022-05-03T00:09:44Z", + "expirationDateTime": "2022-05-04T00:09:44Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0277caba-1c85-4833-96f6-640cbff0667d?api-version=2022-04-01-preview\u0026showStats=True", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6775adec-2ddb-47e1-9550-f362f87689cf", "Content-Length": "1676", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:52 GMT", + "Date": "Tue, 03 May 2022 00:09:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": { - "jobId": "18424be8-3ca0-4265-a5e3-8f2173b5ff8a", - "lastUpdateDateTime": "2022-04-20T23:54:49Z", - "createdDateTime": "2022-04-20T23:54:47Z", - "expirationDateTime": "2022-04-21T23:54:47Z", + "jobId": "0277caba-1c85-4833-96f6-640cbff0667d", + "lastUpdateDateTime": "2022-05-03T00:09:50Z", + "createdDateTime": "2022-05-03T00:09:44Z", + "expirationDateTime": "2022-05-04T00:09:44Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +114,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:54:49.3379961Z", + "lastUpdateDateTime": "2022-05-03T00:09:50.7720164Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_partial_results.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_partial_results.json index 5835017af3d6..0bbc7ef43a09 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_partial_results.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_extract_summary_partial_results.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,18 +37,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d725d356-64cb-4102-ae7f-59b954a23f4a", + "apim-request-id": "fa4f84eb-cc15-4794-86f1-e7c1d0123357", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:54:52 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90daf756-ac87-49aa-abb2-a464ddb1efa0?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:09:54 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/57978b50-4a70-4a92-b7bd-67c25604a081?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90daf756-ac87-49aa-abb2-a464ddb1efa0?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/57978b50-4a70-4a92-b7bd-67c25604a081?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -58,19 +58,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "932fe4d6-ef3c-4d9c-9c13-3696778d94d4", + "apim-request-id": "14ea8e30-4a3e-4d46-bf2f-9322559b7df8", "Content-Length": "847", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:58 GMT", + "Date": "Tue, 03 May 2022 00:09:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "53" }, "ResponseBody": { - "jobId": "90daf756-ac87-49aa-abb2-a464ddb1efa0", - "lastUpdateDateTime": "2022-04-20T23:54:56Z", - "createdDateTime": "2022-04-20T23:54:53Z", - "expirationDateTime": "2022-04-21T23:54:53Z", + "jobId": "57978b50-4a70-4a92-b7bd-67c25604a081", + "lastUpdateDateTime": "2022-05-03T00:09:56Z", + "createdDateTime": "2022-05-03T00:09:54Z", + "expirationDateTime": "2022-05-04T00:09:54Z", "status": "succeeded", "errors": [], "tasks": { @@ -82,7 +82,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:54:56.2989365Z", + "lastUpdateDateTime": "2022-05-03T00:09:56.8950643Z", "status": "succeeded", "results": { "statistics": { @@ -107,7 +107,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action.json index 577a7c48fa74..f52c8283143a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -121,18 +121,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6af4dd9d-b410-40b7-83ed-652318ee6619", + "apim-request-id": "890c8ae8-1447-4f3b-8c40-324accebfa45", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:54:19 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d90749b3-4654-41aa-96c9-8ca4161eec87?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:09:05 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/888bd1d0-f7b4-4941-ba99-78ec83fcfc1a?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "519" + "x-envoy-upstream-service-time": "1187" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d90749b3-4654-41aa-96c9-8ca4161eec87?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/888bd1d0-f7b4-4941-ba99-78ec83fcfc1a?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -142,160 +142,134 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ac7571e-4419-4fe5-b490-9359ad19a9c8", - "Content-Length": "1791", + "apim-request-id": "b6df3563-1c3d-4d3c-9118-3472107c3fdd", + "Content-Length": "284", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:25 GMT", + "Date": "Tue, 03 May 2022 00:09:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { - "jobId": "d90749b3-4654-41aa-96c9-8ca4161eec87", - "lastUpdateDateTime": "2022-04-20T23:54:21Z", - "createdDateTime": "2022-04-20T23:54:19Z", - "expirationDateTime": "2022-04-21T23:54:19Z", + "jobId": "888bd1d0-f7b4-4941-ba99-78ec83fcfc1a", + "lastUpdateDateTime": "2022-05-03T00:09:05Z", + "createdDateTime": "2022-05-03T00:09:04Z", + "expirationDateTime": "2022-05-04T00:09:04Z", + "status": "notStarted", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 12, + "total": 12, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/888bd1d0-f7b4-4941-ba99-78ec83fcfc1a?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5322334e-3fc5-4d82-9ffd-7ac0e662588d", + "Content-Length": "8638", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:09:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "386" + }, + "ResponseBody": { + "jobId": "888bd1d0-f7b4-4941-ba99-78ec83fcfc1a", + "lastUpdateDateTime": "2022-05-03T00:09:15Z", + "createdDateTime": "2022-05-03T00:09:04Z", + "expirationDateTime": "2022-05-04T00:09:04Z", "status": "running", "errors": [], "tasks": { - "completed": 1, + "completed": 7, "failed": 0, - "inProgress": 11, + "inProgress": 5, "total": 12, "items": [ { - "kind": "EntityLinkingLROResults", - "taskName": "9", - "lastUpdateDateTime": "2022-04-20T23:54:21.7852958Z", + "kind": "PiiEntityRecognitionLROResults", + "taskName": "1", + "lastUpdateDateTime": "2022-05-03T00:09:13.5916265Z", "status": "succeeded", "results": { "documents": [ { + "redactedText": "My SSN is ***********. Here is another sentence.", "id": "28", - "entities": [], - "warnings": [] - }, - { - "id": "3", "entities": [ { - "bingId": "a828cf41-b938-49fe-7986-4b336618d413", - "name": "Brazil", - "matches": [ - { - "text": "Brazilian", - "offset": 23, - "length": 9, - "confidenceScore": 0.07 - } - ], - "language": "en", - "id": "Brazil", - "url": "https://en.wikipedia.org/wiki/Brazil", - "dataSource": "Wikipedia" - }, - { - "bingId": "f4df6dc5-6807-165b-d7ad-9cfb628549f4", - "name": "Cadastro de Pessoas F\u00EDsicas", - "matches": [ - { - "text": "CPF number", - "offset": 33, - "length": 10, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Cadastro de Pessoas F\u00EDsicas", - "url": "https://en.wikipedia.org/wiki/Cadastro_de_Pessoas_F\u00EDsicas", - "dataSource": "Wikipedia" + "text": "859-98-0987", + "category": "USSocialSecurityNumber", + "offset": 10, + "length": 11, + "confidenceScore": 0.65 } ], "warnings": [] }, { + "redactedText": "Is 998.214.865-68 your Brazilian CPF number? Here is another sentence.", + "id": "3", + "entities": [], + "warnings": [] + }, + { + "redactedText": "A recent report by the ******************************** (***) found that the dramatic increase in oil and natural gas development on federal lands over the ************** has stretched the staff of the *** to a point that it has been unable to meet its environmental protection responsibilities.", "id": "5", "entities": [ { - "bingId": "e6fa81f3-561c-8207-0ca8-5b0163484c4d", - "name": "Government Accountability Office", - "matches": [ - { - "text": "Government Accountability Office (GAO", - "offset": 23, - "length": 37, - "confidenceScore": 0.82 - } - ], - "language": "en", - "id": "Government Accountability Office", - "url": "https://en.wikipedia.org/wiki/Government_Accountability_Office", - "dataSource": "Wikipedia" + "text": "Government Accountability Office", + "category": "Organization", + "offset": 23, + "length": 32, + "confidenceScore": 0.95 }, { - "bingId": "936aa335-4726-b0db-03a5-2f3755b776e6", - "name": "Bureau of Land Management", - "matches": [ - { - "text": "BLM", - "offset": 202, - "length": 3, - "confidenceScore": 0.5 - } - ], - "language": "en", - "id": "Bureau of Land Management", - "url": "https://en.wikipedia.org/wiki/Bureau_of_Land_Management", - "dataSource": "Wikipedia" + "text": "GAO", + "category": "Organization", + "offset": 57, + "length": 3, + "confidenceScore": 0.9 + }, + { + "text": "past six years", + "category": "DateTime", + "subcategory": "DateRange", + "offset": 156, + "length": 14, + "confidenceScore": 0.8 + }, + { + "text": "BLM", + "category": "Organization", + "offset": 202, + "length": 3, + "confidenceScore": 0.87 } ], "warnings": [] } ], "errors": [], - "modelVersion": "2021-06-01" + "modelVersion": "2021-01-15" } - } - ] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d90749b3-4654-41aa-96c9-8ca4161eec87?api-version=2022-03-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6c8b9a3d-3f61-4185-9ed5-3d77d49366a0", - "Content-Length": "11942", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:30 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "389" - }, - "ResponseBody": { - "jobId": "d90749b3-4654-41aa-96c9-8ca4161eec87", - "lastUpdateDateTime": "2022-04-20T23:54:28Z", - "createdDateTime": "2022-04-20T23:54:19Z", - "expirationDateTime": "2022-04-21T23:54:19Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 9, - "failed": 0, - "inProgress": 3, - "total": 12, - "items": [ + }, { "kind": "EntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:54:27.6258297Z", + "lastUpdateDateTime": "2022-05-03T00:09:13.6830196Z", "status": "succeeded", "results": { "documents": [ @@ -453,7 +427,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:54:27.8709834Z", + "lastUpdateDateTime": "2022-05-03T00:09:14.233574Z", "status": "succeeded", "results": { "documents": [ @@ -546,7 +520,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:54:27.714024Z", + "lastUpdateDateTime": "2022-05-03T00:09:15.595423Z", "status": "succeeded", "results": { "documents": [ @@ -584,7 +558,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "6", - "lastUpdateDateTime": "2022-04-20T23:54:28.2061995Z", + "lastUpdateDateTime": "2022-05-03T00:09:14.8711555Z", "status": "succeeded", "results": { "documents": [ @@ -627,281 +601,10 @@ "modelVersion": "2021-06-01" } }, - { - "kind": "EntityRecognitionLROResults", - "taskName": "7", - "lastUpdateDateTime": "2022-04-20T23:54:28.3508837Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", - "entities": [ - { - "text": "859", - "category": "Quantity", - "subcategory": "Number", - "offset": 10, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "98", - "category": "Quantity", - "subcategory": "Number", - "offset": 14, - "length": 2, - "confidenceScore": 0.8 - }, - { - "text": "0987", - "category": "Quantity", - "subcategory": "Number", - "offset": 17, - "length": 4, - "confidenceScore": 0.8 - } - ], - "warnings": [] - }, - { - "id": "3", - "entities": [ - { - "text": "998", - "category": "Quantity", - "subcategory": "Number", - "offset": 3, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "214", - "category": "Quantity", - "subcategory": "Number", - "offset": 7, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "865", - "category": "Quantity", - "subcategory": "Number", - "offset": 11, - "length": 3, - "confidenceScore": 0.8 - }, - { - "text": "68", - "category": "Quantity", - "subcategory": "Number", - "offset": 15, - "length": 2, - "confidenceScore": 0.8 - } - ], - "warnings": [] - }, - { - "id": "5", - "entities": [ - { - "text": "cent", - "category": "Quantity", - "subcategory": "Percentage", - "offset": 4, - "length": 4, - "confidenceScore": 0.8 - }, - { - "text": "Government Accountability Office", - "category": "Organization", - "offset": 23, - "length": 32, - "confidenceScore": 0.99 - }, - { - "text": "GAO", - "category": "Organization", - "offset": 57, - "length": 3, - "confidenceScore": 0.94 - }, - { - "text": "oil", - "category": "Product", - "offset": 98, - "length": 3, - "confidenceScore": 0.67 - }, - { - "text": "natural", - "category": "Product", - "offset": 106, - "length": 7, - "confidenceScore": 0.68 - }, - { - "text": "gas", - "category": "Skill", - "offset": 114, - "length": 3, - "confidenceScore": 0.57 - }, - { - "text": "development", - "category": "Skill", - "offset": 118, - "length": 11, - "confidenceScore": 0.48 - }, - { - "text": "past six years", - "category": "DateTime", - "subcategory": "DateRange", - "offset": 156, - "length": 14, - "confidenceScore": 0.8 - }, - { - "text": "BLM", - "category": "Organization", - "offset": 202, - "length": 3, - "confidenceScore": 0.96 - }, - { - "text": "environmental protection", - "category": "Skill", - "offset": 253, - "length": 24, - "confidenceScore": 0.79 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "SentimentAnalysisLROResults", - "taskName": "8", - "lastUpdateDateTime": "2022-04-20T23:54:28.3181527Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.01, - "neutral": 0.95, - "negative": 0.04 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.0, - "neutral": 1.0, - "negative": 0.0 - }, - "offset": 0, - "length": 22, - "text": "My SSN is 859-98-0987.", - "targets": [], - "assessments": [] - }, - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.9, - "negative": 0.08 - }, - "offset": 23, - "length": 25, - "text": "Here is another sentence.", - "targets": [], - "assessments": [] - } - ], - "warnings": [] - }, - { - "id": "3", - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.01, - "neutral": 0.95, - "negative": 0.04 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.0, - "neutral": 1.0, - "negative": 0.0 - }, - "offset": 0, - "length": 44, - "text": "Is 998.214.865-68 your Brazilian CPF number?", - "targets": [], - "assessments": [] - }, - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.9, - "negative": 0.08 - }, - "offset": 45, - "length": 25, - "text": "Here is another sentence.", - "targets": [], - "assessments": [] - } - ], - "warnings": [] - }, - { - "id": "5", - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.23, - "neutral": 0.61, - "negative": 0.16 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.23, - "neutral": 0.61, - "negative": 0.16 - }, - "offset": 0, - "length": 295, - "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", - "targets": [], - "assessments": [] - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - }, { "kind": "EntityLinkingLROResults", "taskName": "9", - "lastUpdateDateTime": "2022-04-20T23:54:21.7852958Z", + "lastUpdateDateTime": "2022-05-03T00:09:13.7079382Z", "status": "succeeded", "results": { "documents": [ @@ -991,58 +694,10 @@ "modelVersion": "2021-06-01" } }, - { - "kind": "ExtractiveSummarizationLROResults", - "taskName": "10", - "lastUpdateDateTime": "2022-04-20T23:54:28.3317292Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "28", - "sentences": [ - { - "text": "My SSN is 859-98-0987.", - "rankScore": 1.0, - "offset": 0, - "length": 22 - } - ], - "warnings": [] - }, - { - "id": "3", - "sentences": [ - { - "text": "Is 998.214.865-68 your Brazilian CPF number?", - "rankScore": 1.0, - "offset": 0, - "length": 44 - } - ], - "warnings": [] - }, - { - "id": "5", - "sentences": [ - { - "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", - "rankScore": 1.0, - "offset": 0, - "length": 295 - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-08-01" - } - }, { "kind": "KeyPhraseExtractionLROResults", "taskName": "11", - "lastUpdateDateTime": "2022-04-20T23:54:27.8881807Z", + "lastUpdateDateTime": "2022-05-03T00:09:14.1606791Z", "status": "succeeded", "results": { "documents": [ @@ -1090,7 +745,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d90749b3-4654-41aa-96c9-8ca4161eec87?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/888bd1d0-f7b4-4941-ba99-78ec83fcfc1a?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1100,19 +755,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "872dad8e-8862-4aea-9786-cbd050f6e9ca", - "Content-Length": "15840", + "apim-request-id": "aec2e91e-adb8-417f-aa79-226caf857768", + "Content-Length": "15839", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:35 GMT", + "Date": "Tue, 03 May 2022 00:09:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "508" + "x-envoy-upstream-service-time": "580" }, "ResponseBody": { - "jobId": "d90749b3-4654-41aa-96c9-8ca4161eec87", - "lastUpdateDateTime": "2022-04-20T23:54:33Z", - "createdDateTime": "2022-04-20T23:54:19Z", - "expirationDateTime": "2022-04-21T23:54:19Z", + "jobId": "888bd1d0-f7b4-4941-ba99-78ec83fcfc1a", + "lastUpdateDateTime": "2022-05-03T00:09:20Z", + "createdDateTime": "2022-05-03T00:09:04Z", + "expirationDateTime": "2022-05-04T00:09:04Z", "status": "succeeded", "errors": [], "tasks": { @@ -1124,7 +779,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:54:33.7470243Z", + "lastUpdateDateTime": "2022-05-03T00:09:18.8304235Z", "status": "succeeded", "results": { "documents": [ @@ -1227,7 +882,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:54:33.7280797Z", + "lastUpdateDateTime": "2022-05-03T00:09:13.5916265Z", "status": "succeeded", "results": { "documents": [ @@ -1295,7 +950,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:54:27.6258297Z", + "lastUpdateDateTime": "2022-05-03T00:09:13.6830196Z", "status": "succeeded", "results": { "documents": [ @@ -1453,7 +1108,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:54:27.8709834Z", + "lastUpdateDateTime": "2022-05-03T00:09:14.233574Z", "status": "succeeded", "results": { "documents": [ @@ -1546,7 +1201,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:54:31.4104326Z", + "lastUpdateDateTime": "2022-05-03T00:09:17.3213472Z", "status": "succeeded", "results": { "documents": [ @@ -1606,7 +1261,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:54:27.714024Z", + "lastUpdateDateTime": "2022-05-03T00:09:15.595423Z", "status": "succeeded", "results": { "documents": [ @@ -1644,7 +1299,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "6", - "lastUpdateDateTime": "2022-04-20T23:54:28.2061995Z", + "lastUpdateDateTime": "2022-05-03T00:09:14.8711555Z", "status": "succeeded", "results": { "documents": [ @@ -1690,7 +1345,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "7", - "lastUpdateDateTime": "2022-04-20T23:54:28.3508837Z", + "lastUpdateDateTime": "2022-05-03T00:09:20.6216382Z", "status": "succeeded", "results": { "documents": [ @@ -1848,7 +1503,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "8", - "lastUpdateDateTime": "2022-04-20T23:54:28.3181527Z", + "lastUpdateDateTime": "2022-05-03T00:09:19.1576477Z", "status": "succeeded", "results": { "documents": [ @@ -1961,7 +1616,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "9", - "lastUpdateDateTime": "2022-04-20T23:54:21.7852958Z", + "lastUpdateDateTime": "2022-05-03T00:09:13.7079382Z", "status": "succeeded", "results": { "documents": [ @@ -2054,7 +1709,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "10", - "lastUpdateDateTime": "2022-04-20T23:54:28.3317292Z", + "lastUpdateDateTime": "2022-05-03T00:09:17.6979057Z", "status": "succeeded", "results": { "documents": [ @@ -2102,7 +1757,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "11", - "lastUpdateDateTime": "2022-04-20T23:54:27.8881807Z", + "lastUpdateDateTime": "2022-05-03T00:09:14.1606791Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action_with_partial_results.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action_with_partial_results.json index 4d06da44aaaf..93187fdd46e2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action_with_partial_results.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_of_same_action_with_partial_results.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -53,18 +53,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0c872031-02f5-400a-8911-a852825fe709", + "apim-request-id": "3ebcb10c-3f16-4738-a5a0-5e15cd441543", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:54:35 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/075affc2-3418-4c14-ad54-5ffb307e4f2d?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:09:22 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/140f9bc5-1a8b-4ec7-81b1-88a92f5495da?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "196" + "x-envoy-upstream-service-time": "249" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/075affc2-3418-4c14-ad54-5ffb307e4f2d?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/140f9bc5-1a8b-4ec7-81b1-88a92f5495da?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -74,19 +74,91 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ea605093-0087-4579-8391-1bc0cf53d8f6", + "apim-request-id": "dd9ad204-f607-4d72-9b6e-d0fd20413227", + "Content-Length": "1025", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:09:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "54" + }, + "ResponseBody": { + "jobId": "140f9bc5-1a8b-4ec7-81b1-88a92f5495da", + "lastUpdateDateTime": "2022-05-03T00:09:24Z", + "createdDateTime": "2022-05-03T00:09:22Z", + "expirationDateTime": "2022-05-04T00:09:22Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 1, + "failed": 0, + "inProgress": 2, + "total": 3, + "items": [ + { + "kind": "ExtractiveSummarizationLROResults", + "taskName": "0", + "lastUpdateDateTime": "2022-05-03T00:09:24.2682847Z", + "status": "succeeded", + "results": { + "documents": [ + { + "id": "5", + "sentences": [ + { + "text": "A recent report by the Government Accountability Office (GAO) found that the dramatic increase in oil and natural gas development on federal lands over the past six years has stretched the staff of the BLM to a point that it has been unable to meet its environmental protection responsibilities.", + "rankScore": 1.0, + "offset": 0, + "length": 295 + } + ], + "warnings": [] + } + ], + "errors": [ + { + "id": "2", + "error": { + "code": "InvalidArgument", + "message": "Invalid Document in request.", + "innererror": { + "code": "InvalidDocument", + "message": "Document text is empty." + } + } + } + ], + "modelVersion": "2021-08-01" + } + } + ] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/140f9bc5-1a8b-4ec7-81b1-88a92f5495da?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5febba33-97cc-4866-afa6-f966bf8c94d5", "Content-Length": "2895", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:41 GMT", + "Date": "Tue, 03 May 2022 00:09:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "129" + "x-envoy-upstream-service-time": "133" }, "ResponseBody": { - "jobId": "075affc2-3418-4c14-ad54-5ffb307e4f2d", - "lastUpdateDateTime": "2022-04-20T23:54:39Z", - "createdDateTime": "2022-04-20T23:54:36Z", - "expirationDateTime": "2022-04-21T23:54:36Z", + "jobId": "140f9bc5-1a8b-4ec7-81b1-88a92f5495da", + "lastUpdateDateTime": "2022-05-03T00:09:30Z", + "createdDateTime": "2022-05-03T00:09:22Z", + "expirationDateTime": "2022-05-04T00:09:22Z", "status": "succeeded", "errors": [], "tasks": { @@ -98,7 +170,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:54:39.7022776Z", + "lastUpdateDateTime": "2022-05-03T00:09:24.2682847Z", "status": "succeeded", "results": { "documents": [ @@ -120,7 +192,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -134,7 +206,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:54:38.7095557Z", + "lastUpdateDateTime": "2022-05-03T00:09:30.1985844Z", "status": "succeeded", "results": { "documents": [ @@ -180,7 +252,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -194,7 +266,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:54:38.3565038Z", + "lastUpdateDateTime": "2022-05-03T00:09:30.7521878Z", "status": "succeeded", "results": { "documents": [ @@ -216,7 +288,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_pages_of_results_returned_successfully.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_pages_of_results_returned_successfully.json index 2962735b70c5..272bab44366f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_pages_of_results_returned_successfully.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_multiple_pages_of_results_returned_successfully.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -185,18 +185,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c45d9f5f-117b-4299-bf16-e4345c35644c", + "apim-request-id": "2e205f2b-8504-4b50-af22-bd986dcdc57e", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:51:45 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:08:16 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "802" + "x-envoy-upstream-service-time": "1305" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -206,19 +206,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e85e9146-9749-4c0c-8cdc-7b793c715e1c", + "apim-request-id": "825e9450-77ec-49f7-9df4-28357cd33afa", "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:51:50 GMT", + "Date": "Tue, 03 May 2022 00:08:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "jobId": "61f731e0-7b73-4b58-b738-e1f969b07970", - "lastUpdateDateTime": "2022-04-26T00:51:51Z", - "createdDateTime": "2022-04-26T00:51:45Z", - "expirationDateTime": "2022-04-27T00:51:45Z", + "jobId": "7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6", + "lastUpdateDateTime": "2022-05-03T00:08:21Z", + "createdDateTime": "2022-05-03T00:08:15Z", + "expirationDateTime": "2022-05-04T00:08:15Z", "status": "running", "errors": [], "tasks": { @@ -231,7 +231,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -241,31 +241,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a923b817-0927-4245-8bae-146da73cbe5e", - "Content-Length": "14578", + "apim-request-id": "1c0778dc-d079-4121-b4dc-5d5daa104edd", + "Content-Length": "5269", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:51:58 GMT", + "Date": "Tue, 03 May 2022 00:08:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1925" + "x-envoy-upstream-service-time": "689" }, "ResponseBody": { - "jobId": "61f731e0-7b73-4b58-b738-e1f969b07970", - "lastUpdateDateTime": "2022-04-26T00:51:56Z", - "createdDateTime": "2022-04-26T00:51:45Z", - "expirationDateTime": "2022-04-27T00:51:45Z", + "jobId": "7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6", + "lastUpdateDateTime": "2022-05-03T00:08:24Z", + "createdDateTime": "2022-05-03T00:08:15Z", + "expirationDateTime": "2022-05-04T00:08:15Z", "status": "running", "errors": [], "tasks": { - "completed": 4, + "completed": 2, "failed": 0, - "inProgress": 2, + "inProgress": 4, "total": 6, "items": [ { - "kind": "EntityRecognitionLROResults", - "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:51:51.9279036Z", + "kind": "KeyPhraseExtractionLROResults", + "taskName": "1", + "lastUpdateDateTime": "2022-05-03T00:08:24.7977242Z", "status": "succeeded", "results": { "statistics": { @@ -277,182 +277,222 @@ "documents": [ { "id": "0", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "1", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "2", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "3", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "4", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "5", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "6", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "7", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "8", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "9", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "10", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "11", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "12", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "13", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "14", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "15", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "16", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "17", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "18", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] }, { "id": "19", + "keyPhrases": [ + "hello world" + ], "statistics": { "charactersCount": 11, "transactionsCount": 1 }, - "entities": [], "warnings": [] } ], @@ -461,227 +501,9 @@ } }, { - "kind": "PiiEntityRecognitionLROResults", - "taskName": "2", - "lastUpdateDateTime": "2022-04-26T00:51:52.4674768Z", - "status": "succeeded", - "results": { - "statistics": { - "documentsCount": 20, - "validDocumentsCount": 20, - "erroneousDocumentsCount": 0, - "transactionsCount": 20 - }, - "documents": [ - { - "redactedText": "hello world", - "id": "0", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "1", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "2", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "3", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "4", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "5", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "6", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "7", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "8", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "9", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "10", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "11", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "12", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "13", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "14", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "15", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "16", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "17", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "18", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - }, - { - "redactedText": "hello world", - "id": "19", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "entities": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-01-15" - } - }, - { - "kind": "EntityLinkingLROResults", - "taskName": "3", - "lastUpdateDateTime": "2022-04-26T00:51:53.698504Z", + "kind": "EntityLinkingLROResults", + "taskName": "3", + "lastUpdateDateTime": "2022-05-03T00:08:23.062356Z", "status": "succeeded", "results": { "statistics": { @@ -875,572 +697,14 @@ "errors": [], "modelVersion": "2021-06-01" } - }, - { - "kind": "SentimentAnalysisLROResults", - "taskName": "4", - "lastUpdateDateTime": "2022-04-26T00:51:56.7861539Z", - "status": "succeeded", - "results": { - "statistics": { - "documentsCount": 20, - "validDocumentsCount": 20, - "erroneousDocumentsCount": 0, - "transactionsCount": 20 - }, - "documents": [ - { - "id": "0", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "1", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "2", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "3", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "4", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "5", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "6", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "7", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "8", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "9", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "10", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "11", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "12", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "13", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "14", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "15", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "16", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "17", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "18", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - }, - { - "id": "19", - "sentiment": "neutral", - "statistics": { - "charactersCount": 11, - "transactionsCount": 1 - }, - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.02, - "neutral": 0.97, - "negative": 0.01 - }, - "offset": 0, - "length": 11, - "text": "hello world" - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1450,19 +714,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c61744e2-e4d7-43a4-8537-ce16ed252f44", - "Content-Length": "17134", + "apim-request-id": "521e7a3a-603d-4155-b230-f30bf593e845", + "Content-Length": "17133", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:52:03 GMT", + "Date": "Tue, 03 May 2022 00:08:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1024" + "x-envoy-upstream-service-time": "1730" }, "ResponseBody": { - "jobId": "61f731e0-7b73-4b58-b738-e1f969b07970", - "lastUpdateDateTime": "2022-04-26T00:51:59Z", - "createdDateTime": "2022-04-26T00:51:45Z", - "expirationDateTime": "2022-04-27T00:51:45Z", + "jobId": "7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6", + "lastUpdateDateTime": "2022-05-03T00:08:31Z", + "createdDateTime": "2022-05-03T00:08:15Z", + "expirationDateTime": "2022-05-04T00:08:15Z", "status": "running", "errors": [], "tasks": { @@ -1474,7 +738,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:51:51.9279036Z", + "lastUpdateDateTime": "2022-05-03T00:08:30.275437Z", "status": "succeeded", "results": { "statistics": { @@ -1672,7 +936,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-26T00:51:59.8342754Z", + "lastUpdateDateTime": "2022-05-03T00:08:24.7977242Z", "status": "succeeded", "results": { "statistics": { @@ -1910,7 +1174,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-26T00:51:52.4674768Z", + "lastUpdateDateTime": "2022-05-03T00:08:31.1766106Z", "status": "succeeded", "results": { "statistics": { @@ -2128,7 +1392,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-26T00:51:53.698504Z", + "lastUpdateDateTime": "2022-05-03T00:08:23.062356Z", "status": "succeeded", "results": { "statistics": { @@ -2326,7 +1590,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-26T00:51:56.7861539Z", + "lastUpdateDateTime": "2022-05-03T00:08:29.0335488Z", "status": "succeeded", "results": { "statistics": { @@ -2883,11 +2147,11 @@ } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -2897,19 +2161,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48af6bbe-8759-4301-8e70-61984100e3e7", - "Content-Length": "17134", + "apim-request-id": "0fa0d274-2b03-4b98-ae7e-21bf9459d08c", + "Content-Length": "17133", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:52:09 GMT", + "Date": "Tue, 03 May 2022 00:08:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1041" + "x-envoy-upstream-service-time": "1118" }, "ResponseBody": { - "jobId": "61f731e0-7b73-4b58-b738-e1f969b07970", - "lastUpdateDateTime": "2022-04-26T00:51:59Z", - "createdDateTime": "2022-04-26T00:51:45Z", - "expirationDateTime": "2022-04-27T00:51:45Z", + "jobId": "7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6", + "lastUpdateDateTime": "2022-05-03T00:08:38Z", + "createdDateTime": "2022-05-03T00:08:15Z", + "expirationDateTime": "2022-05-04T00:08:15Z", "status": "running", "errors": [], "tasks": { @@ -2921,7 +2185,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:51:51.9279036Z", + "lastUpdateDateTime": "2022-05-03T00:08:30.275437Z", "status": "succeeded", "results": { "statistics": { @@ -3119,7 +2383,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-26T00:51:59.8342754Z", + "lastUpdateDateTime": "2022-05-03T00:08:24.7977242Z", "status": "succeeded", "results": { "statistics": { @@ -3357,7 +2621,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-26T00:51:52.4674768Z", + "lastUpdateDateTime": "2022-05-03T00:08:31.1766106Z", "status": "succeeded", "results": { "statistics": { @@ -3575,7 +2839,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-26T00:51:53.698504Z", + "lastUpdateDateTime": "2022-05-03T00:08:23.062356Z", "status": "succeeded", "results": { "statistics": { @@ -3773,7 +3037,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-26T00:51:56.7861539Z", + "lastUpdateDateTime": "2022-05-03T00:08:29.0335488Z", "status": "succeeded", "results": { "statistics": { @@ -4330,11 +3594,11 @@ } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -4344,19 +3608,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a19c977-0e18-4697-b4a0-93a3c1a708ae", - "Content-Length": "19416", + "apim-request-id": "34b5e753-041f-45f1-ab8f-d1a8ea473ad4", + "Content-Length": "19415", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:52:17 GMT", + "Date": "Tue, 03 May 2022 00:08:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1440" + "x-envoy-upstream-service-time": "1532" }, "ResponseBody": { - "jobId": "61f731e0-7b73-4b58-b738-e1f969b07970", - "lastUpdateDateTime": "2022-04-26T00:52:11Z", - "createdDateTime": "2022-04-26T00:51:45Z", - "expirationDateTime": "2022-04-27T00:51:45Z", + "jobId": "7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6", + "lastUpdateDateTime": "2022-05-03T00:08:40Z", + "createdDateTime": "2022-05-03T00:08:15Z", + "expirationDateTime": "2022-05-04T00:08:15Z", "status": "succeeded", "errors": [], "tasks": { @@ -4368,7 +3632,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:51:51.9279036Z", + "lastUpdateDateTime": "2022-05-03T00:08:30.275437Z", "status": "succeeded", "results": { "statistics": { @@ -4566,7 +3830,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-26T00:51:59.8342754Z", + "lastUpdateDateTime": "2022-05-03T00:08:24.7977242Z", "status": "succeeded", "results": { "statistics": { @@ -4804,7 +4068,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-26T00:51:52.4674768Z", + "lastUpdateDateTime": "2022-05-03T00:08:31.1766106Z", "status": "succeeded", "results": { "statistics": { @@ -5022,7 +4286,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-26T00:51:53.698504Z", + "lastUpdateDateTime": "2022-05-03T00:08:23.062356Z", "status": "succeeded", "results": { "statistics": { @@ -5220,7 +4484,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-26T00:51:56.7861539Z", + "lastUpdateDateTime": "2022-05-03T00:08:29.0335488Z", "status": "succeeded", "results": { "statistics": { @@ -5778,7 +5042,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-26T00:52:11.3980075Z", + "lastUpdateDateTime": "2022-05-03T00:08:40.6424429Z", "status": "succeeded", "results": { "statistics": { @@ -5975,11 +5239,11 @@ } ] }, - "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-03-01-preview" + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?showStats=True\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/61f731e0-7b73-4b58-b738-e1f969b07970?api-version=2022-03-01-preview\u0026showStats=true\u0026top=5\u0026skip=20", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6?api-version=2022-04-01-preview\u0026showStats=true\u0026top=5\u0026skip=20", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", @@ -5989,19 +5253,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96907a26-81af-45fc-8f3c-e9d0cb6cf1f7", - "Content-Length": "6387", + "apim-request-id": "e1d48808-cdcd-422c-b262-277503845138", + "Content-Length": "6386", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:52:17 GMT", + "Date": "Tue, 03 May 2022 00:08:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "509" + "x-envoy-upstream-service-time": "626" }, "ResponseBody": { - "jobId": "61f731e0-7b73-4b58-b738-e1f969b07970", - "lastUpdateDateTime": "2022-04-26T00:52:11Z", - "createdDateTime": "2022-04-26T00:51:45Z", - "expirationDateTime": "2022-04-27T00:51:45Z", + "jobId": "7794aac2-2d3b-45cc-87fa-8c4e7f1e00c6", + "lastUpdateDateTime": "2022-05-03T00:08:40Z", + "createdDateTime": "2022-05-03T00:08:15Z", + "expirationDateTime": "2022-05-04T00:08:15Z", "status": "succeeded", "errors": [], "tasks": { @@ -6013,7 +5277,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:51:51.9279036Z", + "lastUpdateDateTime": "2022-05-03T00:08:30.275437Z", "status": "succeeded", "results": { "statistics": { @@ -6076,7 +5340,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-26T00:51:59.8342754Z", + "lastUpdateDateTime": "2022-05-03T00:08:24.7977242Z", "status": "succeeded", "results": { "statistics": { @@ -6149,7 +5413,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-26T00:51:52.4674768Z", + "lastUpdateDateTime": "2022-05-03T00:08:31.1766106Z", "status": "succeeded", "results": { "statistics": { @@ -6217,7 +5481,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-26T00:51:53.698504Z", + "lastUpdateDateTime": "2022-05-03T00:08:23.062356Z", "status": "succeeded", "results": { "statistics": { @@ -6280,7 +5544,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-26T00:51:56.7861539Z", + "lastUpdateDateTime": "2022-05-03T00:08:29.0335488Z", "status": "succeeded", "results": { "statistics": { @@ -6433,7 +5697,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-26T00:52:11.3980075Z", + "lastUpdateDateTime": "2022-05-03T00:08:40.6424429Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_out_of_order_ids_multiple_tasks.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_out_of_order_ids_multiple_tasks.json index c40e79d39e6d..89498c12bb7f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_out_of_order_ids_multiple_tasks.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_out_of_order_ids_multiple_tasks.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -80,18 +80,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "05ed8987-2f50-4017-8312-c1cdb0b5e9a9", + "apim-request-id": "989bf9b6-34ed-4ec4-b8ef-a9197abcd166", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:52:35 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/55b40f77-af41-45e2-a01b-c995ae2abb05?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:07:35 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e660f01f-d4b9-44cf-9cdd-de0997161552?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "527" + "x-envoy-upstream-service-time": "464" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/55b40f77-af41-45e2-a01b-c995ae2abb05?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e660f01f-d4b9-44cf-9cdd-de0997161552?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -101,235 +101,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8c29b64-c7af-445e-8d05-bee9dc879b86", - "Content-Length": "1838", + "apim-request-id": "c3a037f9-a041-4781-a3d8-9e8e41901ed3", + "Content-Length": "1433", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:40 GMT", + "Date": "Tue, 03 May 2022 00:07:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "147" + "x-envoy-upstream-service-time": "195" }, "ResponseBody": { - "jobId": "55b40f77-af41-45e2-a01b-c995ae2abb05", - "lastUpdateDateTime": "2022-04-20T23:52:37Z", - "createdDateTime": "2022-04-20T23:52:34Z", - "expirationDateTime": "2022-04-21T23:52:34Z", + "jobId": "e660f01f-d4b9-44cf-9cdd-de0997161552", + "lastUpdateDateTime": "2022-05-03T00:07:40Z", + "createdDateTime": "2022-05-03T00:07:35Z", + "expirationDateTime": "2022-05-04T00:07:35Z", "status": "running", "errors": [], "tasks": { - "completed": 2, + "completed": 3, "failed": 0, - "inProgress": 4, + "inProgress": 3, "total": 6, "items": [ - { - "kind": "EntityLinkingLROResults", - "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:52:37.0021114Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "entities": [], - "warnings": [] - }, - { - "id": "0", - "entities": [], - "warnings": [] - }, - { - "id": "19", - "entities": [], - "warnings": [] - }, - { - "id": "1", - "entities": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "SentimentAnalysisLROResults", - "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:52:37.0258971Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "offset": 0, - "length": 2, - "text": ":)" - } - ], - "warnings": [] - }, - { - "id": "0", - "sentiment": "negative", - "confidenceScores": { - "positive": 0.0, - "neutral": 0.02, - "negative": 0.98 - }, - "sentences": [ - { - "sentiment": "negative", - "confidenceScores": { - "positive": 0.0, - "neutral": 0.02, - "negative": 0.98 - }, - "offset": 0, - "length": 2, - "text": ":(" - } - ], - "warnings": [] - }, - { - "id": "19", - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.3, - "neutral": 0.67, - "negative": 0.03 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.3, - "neutral": 0.67, - "negative": 0.03 - }, - "offset": 0, - "length": 2, - "text": ":P" - } - ], - "warnings": [] - }, - { - "id": "1", - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "offset": 0, - "length": 2, - "text": ":D" - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" - } - } - ] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/55b40f77-af41-45e2-a01b-c995ae2abb05?api-version=2022-03-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aac3ccce-661c-46f4-965f-5d0f07037d89", - "Content-Length": "2911", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:45 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "249" - }, - "ResponseBody": { - "jobId": "55b40f77-af41-45e2-a01b-c995ae2abb05", - "lastUpdateDateTime": "2022-04-20T23:52:44Z", - "createdDateTime": "2022-04-20T23:52:34Z", - "expirationDateTime": "2022-04-21T23:52:34Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 5, - "failed": 0, - "inProgress": 1, - "total": 6, - "items": [ - { - "kind": "EntityRecognitionLROResults", - "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:52:44.5004582Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "entities": [], - "warnings": [] - }, - { - "id": "0", - "entities": [], - "warnings": [] - }, - { - "id": "19", - "entities": [], - "warnings": [] - }, - { - "id": "1", - "entities": [], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2021-06-01" - } - }, { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:52:43.0591876Z", + "lastUpdateDateTime": "2022-05-03T00:07:38.9434955Z", "status": "succeeded", "results": { "documents": [ @@ -359,145 +155,45 @@ } }, { - "kind": "EntityLinkingLROResults", - "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:52:37.0021114Z", + "kind": "PiiEntityRecognitionLROResults", + "taskName": "2", + "lastUpdateDateTime": "2022-05-03T00:07:38.545443Z", "status": "succeeded", "results": { "documents": [ { + "redactedText": ":)", "id": "56", "entities": [], "warnings": [] }, { + "redactedText": ":(", "id": "0", "entities": [], "warnings": [] }, { + "redactedText": ":P", "id": "19", "entities": [], "warnings": [] }, { + "redactedText": ":D", "id": "1", "entities": [], "warnings": [] } ], "errors": [], - "modelVersion": "2021-06-01" - } - }, - { - "kind": "SentimentAnalysisLROResults", - "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:52:37.0258971Z", - "status": "succeeded", - "results": { - "documents": [ - { - "id": "56", - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "offset": 0, - "length": 2, - "text": ":)" - } - ], - "warnings": [] - }, - { - "id": "0", - "sentiment": "negative", - "confidenceScores": { - "positive": 0.0, - "neutral": 0.02, - "negative": 0.98 - }, - "sentences": [ - { - "sentiment": "negative", - "confidenceScores": { - "positive": 0.0, - "neutral": 0.02, - "negative": 0.98 - }, - "offset": 0, - "length": 2, - "text": ":(" - } - ], - "warnings": [] - }, - { - "id": "19", - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.3, - "neutral": 0.67, - "negative": 0.03 - }, - "sentences": [ - { - "sentiment": "neutral", - "confidenceScores": { - "positive": 0.3, - "neutral": 0.67, - "negative": 0.03 - }, - "offset": 0, - "length": 2, - "text": ":P" - } - ], - "warnings": [] - }, - { - "id": "1", - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "sentences": [ - { - "sentiment": "positive", - "confidenceScores": { - "positive": 0.89, - "neutral": 0.1, - "negative": 0.01 - }, - "offset": 0, - "length": 2, - "text": ":D" - } - ], - "warnings": [] - } - ], - "errors": [], - "modelVersion": "2020-04-01" + "modelVersion": "2021-01-15" } }, { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:52:40.4793118Z", + "lastUpdateDateTime": "2022-05-03T00:07:40.7049227Z", "status": "succeeded", "results": { "documents": [ @@ -531,7 +227,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/55b40f77-af41-45e2-a01b-c995ae2abb05?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e660f01f-d4b9-44cf-9cdd-de0997161552?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -541,19 +237,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81dae81f-7188-43b8-b7a5-cbec38b83db4", - "Content-Length": "3347", + "apim-request-id": "b7f5997d-36ec-42c6-9912-99048f31295e", + "Content-Length": "3345", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:50 GMT", + "Date": "Tue, 03 May 2022 00:07:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "302" + "x-envoy-upstream-service-time": "671" }, "ResponseBody": { - "jobId": "55b40f77-af41-45e2-a01b-c995ae2abb05", - "lastUpdateDateTime": "2022-04-20T23:52:49Z", - "createdDateTime": "2022-04-20T23:52:34Z", - "expirationDateTime": "2022-04-21T23:52:34Z", + "jobId": "e660f01f-d4b9-44cf-9cdd-de0997161552", + "lastUpdateDateTime": "2022-05-03T00:07:45Z", + "createdDateTime": "2022-05-03T00:07:35Z", + "expirationDateTime": "2022-05-04T00:07:35Z", "status": "succeeded", "errors": [], "tasks": { @@ -565,7 +261,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:52:44.5004582Z", + "lastUpdateDateTime": "2022-05-03T00:07:44.447693Z", "status": "succeeded", "results": { "documents": [ @@ -597,7 +293,7 @@ { "kind": "KeyPhraseExtractionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:52:43.0591876Z", + "lastUpdateDateTime": "2022-05-03T00:07:38.9434955Z", "status": "succeeded", "results": { "documents": [ @@ -629,7 +325,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "2", - "lastUpdateDateTime": "2022-04-20T23:52:49.4367114Z", + "lastUpdateDateTime": "2022-05-03T00:07:38.545443Z", "status": "succeeded", "results": { "documents": [ @@ -665,7 +361,7 @@ { "kind": "EntityLinkingLROResults", "taskName": "3", - "lastUpdateDateTime": "2022-04-20T23:52:37.0021114Z", + "lastUpdateDateTime": "2022-05-03T00:07:45.2459809Z", "status": "succeeded", "results": { "documents": [ @@ -697,7 +393,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "4", - "lastUpdateDateTime": "2022-04-20T23:52:37.0258971Z", + "lastUpdateDateTime": "2022-05-03T00:07:44.4910305Z", "status": "succeeded", "results": { "documents": [ @@ -801,7 +497,7 @@ { "kind": "ExtractiveSummarizationLROResults", "taskName": "5", - "lastUpdateDateTime": "2022-04-20T23:52:40.4793118Z", + "lastUpdateDateTime": "2022-05-03T00:07:40.7049227Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_partial_success_for_actions.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_partial_success_for_actions.json index 245d3f46925d..6fd00e611c8a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_partial_success_for_actions.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_partial_success_for_actions.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -44,18 +44,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "15817090-6bfd-4523-a429-35358f569d28", + "apim-request-id": "cdf6a32c-2544-41f0-9f99-2f511f548969", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:54:09 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0a5d138b-3dbf-4bb2-8488-4e9b05329119?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:08:54 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f95bec21-9bb1-437f-b724-c35eeff7e693?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "170" + "x-envoy-upstream-service-time": "192" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0a5d138b-3dbf-4bb2-8488-4e9b05329119?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f95bec21-9bb1-437f-b724-c35eeff7e693?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,32 +65,63 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc066c57-a4d2-497d-a385-7a9a707ae575", - "Content-Length": "279", + "apim-request-id": "24038821-3441-42ac-bff4-1c8e70e0e8f4", + "Content-Length": "898", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:13 GMT", + "Date": "Tue, 03 May 2022 00:08:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { - "jobId": "0a5d138b-3dbf-4bb2-8488-4e9b05329119", - "lastUpdateDateTime": "2022-04-20T23:54:09Z", - "createdDateTime": "2022-04-20T23:54:08Z", - "expirationDateTime": "2022-04-21T23:54:08Z", + "jobId": "f95bec21-9bb1-437f-b724-c35eeff7e693", + "lastUpdateDateTime": "2022-05-03T00:08:55Z", + "createdDateTime": "2022-05-03T00:08:53Z", + "expirationDateTime": "2022-05-04T00:08:53Z", "status": "running", "errors": [], "tasks": { - "completed": 0, + "completed": 1, "failed": 0, - "inProgress": 2, + "inProgress": 1, "total": 2, - "items": [] + "items": [ + { + "kind": "PiiEntityRecognitionLROResults", + "taskName": "1", + "lastUpdateDateTime": "2022-05-03T00:08:55.991377Z", + "status": "succeeded", + "results": { + "documents": [ + { + "redactedText": "I did not like the hotel we stayed at.", + "id": "2", + "entities": [], + "warnings": [] + } + ], + "errors": [ + { + "id": "1", + "error": { + "code": "InvalidArgument", + "message": "Invalid Language Code.", + "innererror": { + "code": "UnsupportedLanguageCode", + "message": "Invalid language code. Supported languages: ja,ko,zh-Hans,de,en,es,fr,it,pt-BR,pt-PT. For additional details see https://aka.ms/text-analytics/language-support?tabs=named-entity-recognition" + } + } + } + ], + "modelVersion": "2021-01-15" + } + } + ] } } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0a5d138b-3dbf-4bb2-8488-4e9b05329119?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f95bec21-9bb1-437f-b724-c35eeff7e693?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -100,19 +131,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c1ec163-e2dd-4fba-92ad-a5634e840337", - "Content-Length": "1679", + "apim-request-id": "ec2f5ce0-cb1e-45a5-b7f5-224371e5d305", + "Content-Length": "1678", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:18 GMT", + "Date": "Tue, 03 May 2022 00:09:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": { - "jobId": "0a5d138b-3dbf-4bb2-8488-4e9b05329119", - "lastUpdateDateTime": "2022-04-20T23:54:16Z", - "createdDateTime": "2022-04-20T23:54:08Z", - "expirationDateTime": "2022-04-21T23:54:08Z", + "jobId": "f95bec21-9bb1-437f-b724-c35eeff7e693", + "lastUpdateDateTime": "2022-05-03T00:09:01Z", + "createdDateTime": "2022-05-03T00:08:53Z", + "expirationDateTime": "2022-05-04T00:08:53Z", "status": "succeeded", "errors": [], "tasks": { @@ -124,7 +155,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:54:16.719876Z", + "lastUpdateDateTime": "2022-05-03T00:09:01.726745Z", "status": "succeeded", "results": { "documents": [ @@ -182,7 +213,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "1", - "lastUpdateDateTime": "2022-04-20T23:54:16.1555565Z", + "lastUpdateDateTime": "2022-05-03T00:08:55.991377Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pass_cls.json index d6ab2aff1a1d..da355e7dc2b5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "176026e8-80c9-4da1-ab26-d3fc15b2267b", + "apim-request-id": "5ca2a4eb-68f8-49ad-810c-06fb75890296", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:53:20 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f1fde9bf-63ad-4401-818f-239ea7a21330?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:08:10 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/51cf5879-bdc1-4aa3-8838-3832adc15cbe?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "153" + "x-envoy-upstream-service-time": "152" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f1fde9bf-63ad-4401-818f-239ea7a21330?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/51cf5879-bdc1-4aa3-8838-3832adc15cbe?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64274dd8-49da-4a91-bef4-d834e5a1623f", + "apim-request-id": "2f7675f1-39ac-42ef-96d7-42bac227eb11", "Content-Length": "671", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:53:25 GMT", + "Date": "Tue, 03 May 2022 00:08:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { - "jobId": "f1fde9bf-63ad-4401-818f-239ea7a21330", - "lastUpdateDateTime": "2022-04-20T23:53:24Z", - "createdDateTime": "2022-04-20T23:53:20Z", - "expirationDateTime": "2022-04-21T23:53:20Z", + "jobId": "51cf5879-bdc1-4aa3-8838-3832adc15cbe", + "lastUpdateDateTime": "2022-05-03T00:08:11Z", + "createdDateTime": "2022-05-03T00:08:10Z", + "expirationDateTime": "2022-05-04T00:08:10Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:53:24.6648228Z", + "lastUpdateDateTime": "2022-05-03T00:08:11.9169432Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pii_action_categories_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pii_action_categories_filter.json index 533295279916..b144505399ae 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pii_action_categories_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_pii_action_categories_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -46,18 +46,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "42e9d1b6-eaa2-4654-bb90-c0e81173519f", + "apim-request-id": "4f2d1a81-6da4-4186-8e88-975cd300318b", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:54:02 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/29c4eede-37e3-4cc3-b8d9-84760f21aa2b?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:08:48 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0a8a561a-b2bc-4490-a0f0-19077074ba01?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "160" + "x-envoy-upstream-service-time": "217" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/29c4eede-37e3-4cc3-b8d9-84760f21aa2b?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0a8a561a-b2bc-4490-a0f0-19077074ba01?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -67,19 +67,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c664c1ba-ddab-4ed0-800c-643c3aab5860", + "apim-request-id": "3134d7e4-37c2-486e-8fe3-4c30de1a5c23", "Content-Length": "1019", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:54:07 GMT", + "Date": "Tue, 03 May 2022 00:08:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "73" }, "ResponseBody": { - "jobId": "29c4eede-37e3-4cc3-b8d9-84760f21aa2b", - "lastUpdateDateTime": "2022-04-20T23:54:05Z", - "createdDateTime": "2022-04-20T23:54:03Z", - "expirationDateTime": "2022-04-21T23:54:03Z", + "jobId": "0a8a561a-b2bc-4490-a0f0-19077074ba01", + "lastUpdateDateTime": "2022-05-03T00:08:51Z", + "createdDateTime": "2022-05-03T00:08:48Z", + "expirationDateTime": "2022-05-04T00:08:48Z", "status": "succeeded", "errors": [], "tasks": { @@ -91,7 +91,7 @@ { "kind": "PiiEntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:54:05.0921199Z", + "lastUpdateDateTime": "2022-05-03T00:08:51.4851645Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_poller_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_poller_metadata.json index 0a6a59bc24f7..efdb78c2497a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_poller_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_poller_metadata.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "981defd5-420b-4968-ba19-da3b444bbb0f", + "apim-request-id": "2ede3b49-1f3b-427e-9e4d-66d1bf6fc557", "Content-Length": "0", - "Date": "Fri, 22 Apr 2022 17:18:06 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90e81a00-26b3-470b-a088-fe496ff743f6?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:07:58 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e1c9dadb-ed1c-4362-bc29-f28560a768b8?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "941" + "x-envoy-upstream-service-time": "211" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90e81a00-26b3-470b-a088-fe496ff743f6?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e1c9dadb-ed1c-4362-bc29-f28560a768b8?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -54,19 +54,54 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dda7db9a-8c79-4bba-9aba-6ed515e0ccb3", + "apim-request-id": "a6195044-96cc-4e45-b40b-4d76b955f9e4", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 00:08:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "jobId": "e1c9dadb-ed1c-4362-bc29-f28560a768b8", + "lastUpdateDateTime": "2022-05-03T00:07:59Z", + "createdDateTime": "2022-05-03T00:07:59Z", + "expirationDateTime": "2022-05-04T00:07:59Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/e1c9dadb-ed1c-4362-bc29-f28560a768b8?api-version=2022-04-01-preview\u0026showStats=True", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "06399b00-f799-4ffb-b38c-cc6e870a2226", "Content-Length": "677", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 22 Apr 2022 17:18:12 GMT", + "Date": "Tue, 03 May 2022 00:08:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1082" + "x-envoy-upstream-service-time": "91" }, "ResponseBody": { - "jobId": "90e81a00-26b3-470b-a088-fe496ff743f6", - "lastUpdateDateTime": "2022-04-22T17:18:08Z", - "createdDateTime": "2022-04-22T17:18:06Z", - "expirationDateTime": "2022-04-23T17:18:06Z", + "jobId": "e1c9dadb-ed1c-4362-bc29-f28560a768b8", + "lastUpdateDateTime": "2022-05-03T00:08:07Z", + "createdDateTime": "2022-05-03T00:07:59Z", + "expirationDateTime": "2022-05-04T00:07:59Z", "status": "succeeded", "errors": [], "tasks": { @@ -78,7 +113,7 @@ { "kind": "EntityRecognitionLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-22T17:18:08.821426Z", + "lastUpdateDateTime": "2022-05-03T00:08:07.029786Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_sentiment_analysis_task_with_opinion_mining.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_sentiment_analysis_task_with_opinion_mining.json index 9298a91b6c76..eb5ce6e1f097 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_sentiment_analysis_task_with_opinion_mining.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_sentiment_analysis_task_with_opinion_mining.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,18 +38,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "29ac4124-a50d-4350-94a0-7eac61424588", + "apim-request-id": "6e124b94-d0e6-4e76-97de-110ece668f48", "Content-Length": "0", - "Date": "Wed, 20 Apr 2022 23:52:11 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/28b19fe7-0d9d-410f-a58c-d05da20f8f72?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:07:18 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f8a4e28d-7bfe-4829-a003-0210d7887505?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "342" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/28b19fe7-0d9d-410f-a58c-d05da20f8f72?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f8a4e28d-7bfe-4829-a003-0210d7887505?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -59,54 +59,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a7d0d72-2be1-4330-bb02-a9763e70920b", - "Content-Length": "279", + "apim-request-id": "3ae08ccd-8d5f-4f3f-a23f-585ac0733bd9", + "Content-Length": "2454", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:16 GMT", + "Date": "Tue, 03 May 2022 00:07:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { - "jobId": "28b19fe7-0d9d-410f-a58c-d05da20f8f72", - "lastUpdateDateTime": "2022-04-20T23:52:12Z", - "createdDateTime": "2022-04-20T23:52:11Z", - "expirationDateTime": "2022-04-21T23:52:11Z", - "status": "running", - "errors": [], - "tasks": { - "completed": 0, - "failed": 0, - "inProgress": 1, - "total": 1, - "items": [] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/28b19fe7-0d9d-410f-a58c-d05da20f8f72?api-version=2022-03-01-preview\u0026showStats=True", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "*/*", - "Accept-Encoding": "gzip, deflate", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e0e6a7ca-8f64-4a57-a913-f6b6f119885d", - "Content-Length": "2455", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" - }, - "ResponseBody": { - "jobId": "28b19fe7-0d9d-410f-a58c-d05da20f8f72", - "lastUpdateDateTime": "2022-04-20T23:52:20Z", - "createdDateTime": "2022-04-20T23:52:11Z", - "expirationDateTime": "2022-04-21T23:52:11Z", + "jobId": "f8a4e28d-7bfe-4829-a003-0210d7887505", + "lastUpdateDateTime": "2022-05-03T00:07:20Z", + "createdDateTime": "2022-05-03T00:07:18Z", + "expirationDateTime": "2022-05-04T00:07:18Z", "status": "succeeded", "errors": [], "tasks": { @@ -118,7 +83,7 @@ { "kind": "SentimentAnalysisLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-20T23:52:20.0715835Z", + "lastUpdateDateTime": "2022-05-03T00:07:20.854782Z", "status": "succeeded", "results": { "statistics": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_show_stats_and_model_version_multiple_tasks_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_show_stats_and_model_version_multiple_tasks_v3_1.json index b64d57e74f68..9b0f67c6fb2f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_show_stats_and_model_version_multiple_tasks_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_show_stats_and_model_version_multiple_tasks_v3_1.json @@ -84,18 +84,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ed0fdd4c-73b0-433c-aaf2-f787ca570c94", - "Date": "Wed, 20 Apr 2022 23:52:51 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/a8aa3ba7-ed1c-48b6-8245-eb35f8b85a49", + "apim-request-id": "ac3b36c7-91b6-4c60-84da-09653a249957", + "Date": "Tue, 03 May 2022 00:07:47 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/37549edf-856d-4804-92b0-b6586b537b15", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "319" + "x-envoy-upstream-service-time": "423" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/a8aa3ba7-ed1c-48b6-8245-eb35f8b85a49?showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/37549edf-856d-4804-92b0-b6586b537b15?showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -105,35 +105,90 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4b0d33e-ea5b-4eae-bdce-13c9ba8eabb3", + "apim-request-id": "8f59b381-d365-446a-8b78-6cde0b87e03c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:52:56 GMT", + "Date": "Tue, 03 May 2022 00:07:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "209" + "x-envoy-upstream-service-time": "277" }, "ResponseBody": { - "jobId": "a8aa3ba7-ed1c-48b6-8245-eb35f8b85a49", - "lastUpdateDateTime": "2022-04-20T23:52:55Z", - "createdDateTime": "2022-04-20T23:52:51Z", - "expirationDateTime": "2022-04-21T23:52:51Z", + "jobId": "37549edf-856d-4804-92b0-b6586b537b15", + "lastUpdateDateTime": "2022-05-03T00:07:51Z", + "createdDateTime": "2022-05-03T00:07:47Z", + "expirationDateTime": "2022-05-04T00:07:47Z", "status": "running", "errors": [], "statistics": { - "documentsCount": 12, - "validDocumentsCount": 12, + "documentsCount": 16, + "validDocumentsCount": 16, "erroneousDocumentsCount": 0, - "transactionsCount": 12 + "transactionsCount": 16 }, "tasks": { - "completed": 3, + "completed": 4, "failed": 0, - "inProgress": 2, + "inProgress": 1, "total": 5, + "entityRecognitionTasks": [ + { + "lastUpdateDateTime": "2022-05-03T00:07:50.280918Z", + "taskName": "0", + "state": "succeeded", + "results": { + "statistics": { + "documentsCount": 4, + "validDocumentsCount": 4, + "erroneousDocumentsCount": 0, + "transactionsCount": 4 + }, + "documents": [ + { + "id": "56", + "statistics": { + "charactersCount": 2, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "0", + "statistics": { + "charactersCount": 2, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "19", + "statistics": { + "charactersCount": 2, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + }, + { + "id": "1", + "statistics": { + "charactersCount": 2, + "transactionsCount": 1 + }, + "entities": [], + "warnings": [] + } + ], + "errors": [], + "modelVersion": "2021-06-01" + } + } + ], "entityLinkingTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:55.9193333Z", + "lastUpdateDateTime": "2022-05-03T00:07:49.7552204Z", "taskName": "3", "state": "succeeded", "results": { @@ -188,7 +243,7 @@ ], "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:53.8641322Z", + "lastUpdateDateTime": "2022-05-03T00:07:51.6556903Z", "taskName": "2", "state": "succeeded", "results": { @@ -247,7 +302,7 @@ ], "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:53.7435092Z", + "lastUpdateDateTime": "2022-05-03T00:07:50.5687792Z", "taskName": "1", "state": "succeeded", "results": { @@ -304,7 +359,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/a8aa3ba7-ed1c-48b6-8245-eb35f8b85a49?showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/analyze/jobs/37549edf-856d-4804-92b0-b6586b537b15?showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -314,19 +369,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5306faa8-7a95-4355-b953-072fb471fdab", + "apim-request-id": "25d7b1f9-b222-4a6f-af9b-3f6ed29080be", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:53:02 GMT", + "Date": "Tue, 03 May 2022 00:07:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "295" + "x-envoy-upstream-service-time": "361" }, "ResponseBody": { - "jobId": "a8aa3ba7-ed1c-48b6-8245-eb35f8b85a49", - "lastUpdateDateTime": "2022-04-20T23:52:59Z", - "createdDateTime": "2022-04-20T23:52:51Z", - "expirationDateTime": "2022-04-21T23:52:51Z", + "jobId": "37549edf-856d-4804-92b0-b6586b537b15", + "lastUpdateDateTime": "2022-05-03T00:07:56Z", + "createdDateTime": "2022-05-03T00:07:47Z", + "expirationDateTime": "2022-05-04T00:07:47Z", "status": "succeeded", "errors": [], "statistics": { @@ -342,7 +397,7 @@ "total": 5, "entityRecognitionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:59.9611884Z", + "lastUpdateDateTime": "2022-05-03T00:07:50.280918Z", "taskName": "0", "state": "succeeded", "results": { @@ -397,7 +452,7 @@ ], "entityLinkingTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:55.9193333Z", + "lastUpdateDateTime": "2022-05-03T00:07:49.7552204Z", "taskName": "3", "state": "succeeded", "results": { @@ -452,7 +507,7 @@ ], "entityRecognitionPiiTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:53.8641322Z", + "lastUpdateDateTime": "2022-05-03T00:07:51.6556903Z", "taskName": "2", "state": "succeeded", "results": { @@ -511,7 +566,7 @@ ], "keyPhraseExtractionTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:53.7435092Z", + "lastUpdateDateTime": "2022-05-03T00:07:50.5687792Z", "taskName": "1", "state": "succeeded", "results": { @@ -566,7 +621,7 @@ ], "sentimentAnalysisTasks": [ { - "lastUpdateDateTime": "2022-04-20T23:52:59.230613Z", + "lastUpdateDateTime": "2022-05-03T00:07:56.0948889Z", "taskName": "4", "state": "succeeded", "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_too_many_documents.json index ee2e30b599d7..63c0ac6087a2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.pyTestAnalyzeAsynctest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -190,18 +190,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b100ab59-ceac-4988-8811-0c4c088d5a23", + "apim-request-id": "9d85e03e-e407-4c53-97b4-62b19424919e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 20 Apr 2022 23:53:49 GMT", + "Date": "Tue, 03 May 2022 00:08:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 25 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_UnicodeCodePoint_body_param.json index ac219146a0c0..c9a6d91c1627 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,13 +33,13 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "8cf20707-e92c-40dc-9d18-bc0a23236bf5", + "apim-request-id": "54fd57c7-781f-4bb0-9f1c-6f1fd8eeae36", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:13:08 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/68b781b6-84dc-4b54-8616-eb8657409531?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:59 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0cc159a4-813d-45c8-b60b-6eb5314c8454?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "232" + "x-envoy-upstream-service-time": "322" }, "ResponseBody": null } diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json index 6bc2a89d121f..dbfcbddbef88 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json @@ -22,9 +22,9 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c8ca7a7d-228c-4b5c-a0c2-73b32b916846", - "Date": "Mon, 25 Apr 2022 23:13:02 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/583a6861-fbf3-404b-a6af-02f562ebe4b5", + "apim-request-id": "399910d9-1250-440c-ae83-4e569e717aa4", + "Date": "Tue, 03 May 2022 00:11:53 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/6e9e64b1-377f-4fd7-b983-a8b36c8f2c60", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -33,7 +33,7 @@ "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/583a6861-fbf3-404b-a6af-02f562ebe4b5", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/6e9e64b1-377f-4fd7-b983-a8b36c8f2c60", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -44,19 +44,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "830c9465-e11d-42b9-9428-eba44071bd76", + "apim-request-id": "d952cbd0-9aab-4acb-9c3b-45f144fe8278", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:07 GMT", + "Date": "Tue, 03 May 2022 00:11:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { - "jobId": "583a6861-fbf3-404b-a6af-02f562ebe4b5", - "lastUpdateDateTime": "2022-04-25T23:13:03Z", - "createdDateTime": "2022-04-25T23:13:03Z", - "expirationDateTime": "2022-04-26T23:13:03Z", + "jobId": "6e9e64b1-377f-4fd7-b983-a8b36c8f2c60", + "lastUpdateDateTime": "2022-05-03T00:11:54Z", + "createdDateTime": "2022-05-03T00:11:53Z", + "expirationDateTime": "2022-05-04T00:11:53Z", "status": "succeeded", "errors": [], "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_disable_service_logs.json index a39340e995f5..71277dfe9665 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_disable_service_logs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -34,18 +34,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7f90f27a-d062-4857-9cd9-0c3af5c3dd2f", + "apim-request-id": "115504e8-6d43-4fda-a37b-b9eb4f0051dd", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:13:31 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a2c47a9e-3eab-42b8-b36a-05920e60eba9?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:22 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1b94ec5c-ace2-45af-9df7-d1ebeca49805?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" + "x-envoy-upstream-service-time": "157" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a2c47a9e-3eab-42b8-b36a-05920e60eba9?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1b94ec5c-ace2-45af-9df7-d1ebeca49805?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -56,19 +56,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71b86046-3856-4910-9546-7da1f4b856d6", + "apim-request-id": "500cde3d-d4b3-4d43-b38f-727a630c789d", "Content-Length": "520", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:35 GMT", + "Date": "Tue, 03 May 2022 00:12:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { - "jobId": "a2c47a9e-3eab-42b8-b36a-05920e60eba9", - "lastUpdateDateTime": "2022-04-25T23:13:32Z", - "createdDateTime": "2022-04-25T23:13:31Z", - "expirationDateTime": "2022-04-26T23:13:31Z", + "jobId": "1b94ec5c-ace2-45af-9df7-d1ebeca49805", + "lastUpdateDateTime": "2022-05-03T00:12:22Z", + "createdDateTime": "2022-05-03T00:12:22Z", + "expirationDateTime": "2022-05-04T00:12:22Z", "status": "succeeded", "errors": [], "tasks": { @@ -80,7 +80,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:13:32.2886256Z", + "lastUpdateDateTime": "2022-05-03T00:12:22.6522028Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_attribute_error_no_result_attribute.json index f823bae5581c..420f5a67ce2b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,18 +38,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "83dc4283-f158-4d71-b8fc-45b9854cb1fe", + "apim-request-id": "df38c98c-d549-458f-b50a-76fee3247c7a", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:12:34 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b087cce5-3cc9-402d-8f77-ef8f1c0b5e62?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:36 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d903f23a-f1ae-4130-ae4b-66cc7bb11fd4?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "130" + "x-envoy-upstream-service-time": "211" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b087cce5-3cc9-402d-8f77-ef8f1c0b5e62?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d903f23a-f1ae-4130-ae4b-66cc7bb11fd4?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -60,19 +60,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5bc6e3b8-2e1e-4b48-992e-0c042c7a729e", + "apim-request-id": "0f0787fc-5584-4ca4-a5e1-9f1b0f15f503", "Content-Length": "682", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:39 GMT", + "Date": "Tue, 03 May 2022 00:11:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { - "jobId": "b087cce5-3cc9-402d-8f77-ef8f1c0b5e62", - "lastUpdateDateTime": "2022-04-25T23:12:35Z", - "createdDateTime": "2022-04-25T23:12:34Z", - "expirationDateTime": "2022-04-26T23:12:34Z", + "jobId": "d903f23a-f1ae-4130-ae4b-66cc7bb11fd4", + "lastUpdateDateTime": "2022-05-03T00:11:37Z", + "createdDateTime": "2022-05-03T00:11:36Z", + "expirationDateTime": "2022-05-04T00:11:36Z", "status": "succeeded", "errors": [], "tasks": { @@ -84,7 +84,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:12:35.2163951Z", + "lastUpdateDateTime": "2022-05-03T00:11:37.3154507Z", "status": "succeeded", "results": { "documents": [ @@ -100,7 +100,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_errors.json index 7ae579f624b3..3cda2969fb0a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,18 +43,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "504953dd-8795-4d5e-8b7d-ea966bf82d79", + "apim-request-id": "d6c0bbc9-34f8-4453-ae05-b52637ef1899", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:12:45 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1e5cd571-369b-403e-94d8-a2be831908eb?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:41 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2779b5d7-31e7-46b4-ae3f-983fd5dc4e37?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "203" + "x-envoy-upstream-service-time": "273" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1e5cd571-369b-403e-94d8-a2be831908eb?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2779b5d7-31e7-46b4-ae3f-983fd5dc4e37?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,19 +65,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5c63e1d-ae6e-45a4-84d7-49b12f9415ef", - "Content-Length": "1088", + "apim-request-id": "cb08c84b-bfbc-43b3-a298-e592c118eddd", + "Content-Length": "1092", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:51 GMT", + "Date": "Tue, 03 May 2022 00:11:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "68" }, "ResponseBody": { - "jobId": "1e5cd571-369b-403e-94d8-a2be831908eb", - "lastUpdateDateTime": "2022-04-25T23:12:48Z", - "createdDateTime": "2022-04-25T23:12:46Z", - "expirationDateTime": "2022-04-26T23:12:46Z", + "jobId": "2779b5d7-31e7-46b4-ae3f-983fd5dc4e37", + "lastUpdateDateTime": "2022-05-03T00:11:44Z", + "createdDateTime": "2022-05-03T00:11:42Z", + "expirationDateTime": "2022-05-04T00:11:42Z", "status": "succeeded", "errors": [], "tasks": { @@ -89,7 +89,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:12:48.3666381Z", + "lastUpdateDateTime": "2022-05-03T00:11:44.844374Z", "status": "succeeded", "results": { "documents": [ @@ -100,7 +100,7 @@ "warnings": [ { "code": "DocumentTruncated", - "message": "Document is greater than 5120 chars; relations across splits of 5120 chars may be skipped by the model" + "message": "Document is large and must be split to be processed; relations across splits may not be caught by the model" } ] } @@ -110,7 +110,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_duplicate_ids_error.json index 654ca1b776c5..169a6975958a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,18 +38,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "aed71aea-831c-4fa9-9b08-438394f37860", + "apim-request-id": "54eb214f-465d-4703-b834-1706a8370f5b", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:51 GMT", + "Date": "Tue, 03 May 2022 00:11:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_explicit_set_string_index_type.json index c28f0706bb52..c4dd054d3e80 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_explicit_set_string_index_type.json @@ -22,18 +22,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "47ee9b59-d452-4b98-9847-3865bf726ff1", - "Date": "Mon, 25 Apr 2022 23:13:08 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/4aab0591-f1aa-49fc-b536-d5b493fdc338", + "apim-request-id": "e8479f47-28f5-4b65-b0cc-5f816741ef61", + "Date": "Tue, 03 May 2022 00:11:59 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/a8bba8ed-a275-4a2d-a9f9-b26cdf056ee7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "91" + "x-envoy-upstream-service-time": "146" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/68b781b6-84dc-4b54-8616-eb8657409531?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0cc159a4-813d-45c8-b60b-6eb5314c8454?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -44,19 +44,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "05646e1b-0aed-4e20-b4c3-f39c4e882bfc", + "apim-request-id": "4b715f27-1d6c-4201-ba1e-6efdc9236dce", "Content-Length": "520", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:13 GMT", + "Date": "Tue, 03 May 2022 00:12:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": { - "jobId": "68b781b6-84dc-4b54-8616-eb8657409531", - "lastUpdateDateTime": "2022-04-25T23:13:09Z", - "createdDateTime": "2022-04-25T23:13:09Z", - "expirationDateTime": "2022-04-26T23:13:09Z", + "jobId": "0cc159a4-813d-45c8-b60b-6eb5314c8454", + "lastUpdateDateTime": "2022-05-03T00:12:00Z", + "createdDateTime": "2022-05-03T00:11:59Z", + "expirationDateTime": "2022-05-04T00:11:59Z", "status": "succeeded", "errors": [], "tasks": { @@ -68,7 +68,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:13:09.4068918Z", + "lastUpdateDateTime": "2022-05-03T00:12:00.4010765Z", "status": "succeeded", "results": { "documents": [ @@ -88,7 +88,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/4aab0591-f1aa-49fc-b536-d5b493fdc338", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/a8bba8ed-a275-4a2d-a9f9-b26cdf056ee7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -99,19 +99,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "590f19dd-62be-4c21-9649-86bc113e8940", + "apim-request-id": "710ccb81-1947-44c6-aad1-64744de0b880", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:13 GMT", + "Date": "Tue, 03 May 2022 00:12:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": { - "jobId": "4aab0591-f1aa-49fc-b536-d5b493fdc338", - "lastUpdateDateTime": "2022-04-25T23:13:10Z", - "createdDateTime": "2022-04-25T23:13:09Z", - "expirationDateTime": "2022-04-26T23:13:09Z", + "jobId": "a8bba8ed-a275-4a2d-a9f9-b26cdf056ee7", + "lastUpdateDateTime": "2022-05-03T00:12:00Z", + "createdDateTime": "2022-05-03T00:12:00Z", + "expirationDateTime": "2022-05-04T00:12:00Z", "status": "succeeded", "errors": [], "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_assertion.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_assertion.json index e9eb06dbf495..cc5e397d5082 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_assertion.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_assertion.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f46ca929-ef08-4a76-bb7f-16f977d7ac23", + "apim-request-id": "bd96cac1-3032-4409-afa5-c270f524e6df", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:13:26 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/74b9e38a-df1e-4580-b842-97dbdbe67eef?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:16 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c00f56d7-4123-4669-ac94-1575fa74a4d8?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "103" + "x-envoy-upstream-service-time": "119" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/74b9e38a-df1e-4580-b842-97dbdbe67eef?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c00f56d7-4123-4669-ac94-1575fa74a4d8?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03cd25a3-2a95-4263-9fd3-3eec308b1f18", + "apim-request-id": "ccea2cba-11d6-4754-82bb-846d2ea569bf", "Content-Length": "7516", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:30 GMT", + "Date": "Tue, 03 May 2022 00:12:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "52" }, "ResponseBody": { - "jobId": "74b9e38a-df1e-4580-b842-97dbdbe67eef", - "lastUpdateDateTime": "2022-04-25T23:13:26Z", - "createdDateTime": "2022-04-25T23:13:25Z", - "expirationDateTime": "2022-04-26T23:13:25Z", + "jobId": "c00f56d7-4123-4669-ac94-1575fa74a4d8", + "lastUpdateDateTime": "2022-05-03T00:12:17Z", + "createdDateTime": "2022-05-03T00:12:16Z", + "expirationDateTime": "2022-05-04T00:12:16Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:13:26.5657217Z", + "lastUpdateDateTime": "2022-05-03T00:12:17.6287984Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_continuation_token.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_continuation_token.json index 5ea2a09cae02..1e0d68a93556 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_continuation_token.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_healthcare_continuation_token.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,18 +48,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "feb3ba3c-58f8-4fec-b996-cf264144b247", + "apim-request-id": "b88c602b-dca8-4cbb-98f0-a5f2cfb6c2a1", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:13:36 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fb07b7dd-f819-4c0d-b3cc-65c9ecb957aa?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:27 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/25567917-963a-43d8-a197-a72880072dc1?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "171" + "x-envoy-upstream-service-time": "212" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fb07b7dd-f819-4c0d-b3cc-65c9ecb957aa?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/25567917-963a-43d8-a197-a72880072dc1?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -70,19 +70,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a3ed5d9-ebe3-4e45-b5af-641218bead1a", + "apim-request-id": "448f6682-78eb-4069-baee-a14960efe8b3", "Content-Length": "13583", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:42 GMT", + "Date": "Tue, 03 May 2022 00:12:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "120" }, "ResponseBody": { - "jobId": "fb07b7dd-f819-4c0d-b3cc-65c9ecb957aa", - "lastUpdateDateTime": "2022-04-25T23:13:37Z", - "createdDateTime": "2022-04-25T23:13:36Z", - "expirationDateTime": "2022-04-26T23:13:36Z", + "jobId": "25567917-963a-43d8-a197-a72880072dc1", + "lastUpdateDateTime": "2022-05-03T00:12:28Z", + "createdDateTime": "2022-05-03T00:12:27Z", + "expirationDateTime": "2022-05-04T00:12:27Z", "status": "succeeded", "errors": [], "tasks": { @@ -94,7 +94,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:13:37.5179602Z", + "lastUpdateDateTime": "2022-05-03T00:12:28.9845947Z", "status": "succeeded", "results": { "statistics": { @@ -1405,7 +1405,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -1421,7 +1421,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/fb07b7dd-f819-4c0d-b3cc-65c9ecb957aa?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/25567917-963a-43d8-a197-a72880072dc1?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1432,19 +1432,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "af372157-fa6d-42a4-88d8-8f4420141af9", + "apim-request-id": "218462c2-9929-4f21-acf6-0dd1634c82ad", "Content-Length": "13583", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:42 GMT", + "Date": "Tue, 03 May 2022 00:12:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "112" }, "ResponseBody": { - "jobId": "fb07b7dd-f819-4c0d-b3cc-65c9ecb957aa", - "lastUpdateDateTime": "2022-04-25T23:13:37Z", - "createdDateTime": "2022-04-25T23:13:36Z", - "expirationDateTime": "2022-04-26T23:13:36Z", + "jobId": "25567917-963a-43d8-a197-a72880072dc1", + "lastUpdateDateTime": "2022-05-03T00:12:28Z", + "createdDateTime": "2022-05-03T00:12:27Z", + "expirationDateTime": "2022-05-04T00:12:27Z", "status": "succeeded", "errors": [], "tasks": { @@ -1456,7 +1456,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:13:37.5179602Z", + "lastUpdateDateTime": "2022-05-03T00:12:28.9845947Z", "status": "succeeded", "results": { "statistics": { @@ -2767,7 +2767,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_input_with_some_errors.json index f148f6949074..88665164fa75 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,18 +43,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c48acec2-37cb-4201-8148-c01bb6b724c3", + "apim-request-id": "2f5f5467-d23a-45ee-aa9a-fdf71e9d40c1", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:11:48 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/33099507-8ad9-44d8-9732-65b8c1d29c61?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:10:47 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/17e91411-2384-4ca5-ac1f-1ff84d7e1e99?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "224" + "x-envoy-upstream-service-time": "146" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/33099507-8ad9-44d8-9732-65b8c1d29c61?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/17e91411-2384-4ca5-ac1f-1ff84d7e1e99?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,19 +65,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5db2340b-233a-4af0-b12e-493e9e4630af", + "apim-request-id": "cf3e5aaf-2a10-4f8f-bc1c-0c7c08beb4ab", "Content-Length": "2752", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:11:53 GMT", + "Date": "Tue, 03 May 2022 00:10:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "114" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": { - "jobId": "33099507-8ad9-44d8-9732-65b8c1d29c61", - "lastUpdateDateTime": "2022-04-25T23:11:49Z", - "createdDateTime": "2022-04-25T23:11:48Z", - "expirationDateTime": "2022-04-26T23:11:48Z", + "jobId": "17e91411-2384-4ca5-ac1f-1ff84d7e1e99", + "lastUpdateDateTime": "2022-05-03T00:10:48Z", + "createdDateTime": "2022-05-03T00:10:47Z", + "expirationDateTime": "2022-05-04T00:10:47Z", "status": "succeeded", "errors": [], "tasks": { @@ -89,7 +89,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:11:49.1280432Z", + "lastUpdateDateTime": "2022-05-03T00:10:48.6649999Z", "status": "succeeded", "results": { "documents": [ @@ -277,7 +277,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_docs.json index df37aa873f3d..f4c97e68c336 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1279cdc4-3fa4-41dd-8358-3a49792634ca", + "apim-request-id": "340f05bc-8622-4eb2-a2e6-6cd5627376d7", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:12:23 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/64718690-b433-49ea-aa54-1be455f921e0?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:25 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/3cc2bdb9-306a-474c-bf14-bf5e1dd8fbe4?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "92" + "x-envoy-upstream-service-time": "189" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/64718690-b433-49ea-aa54-1be455f921e0?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/3cc2bdb9-306a-474c-bf14-bf5e1dd8fbe4?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b10178d-76ba-4198-b7ec-3414564971f8", + "apim-request-id": "ada84164-9b7f-48f9-8c44-988c5fea26a4", "Content-Length": "729", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:28 GMT", + "Date": "Tue, 03 May 2022 00:11:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { - "jobId": "64718690-b433-49ea-aa54-1be455f921e0", - "lastUpdateDateTime": "2022-04-25T23:12:24Z", - "createdDateTime": "2022-04-25T23:12:23Z", - "expirationDateTime": "2022-04-26T23:12:23Z", + "jobId": "3cc2bdb9-306a-474c-bf14-bf5e1dd8fbe4", + "lastUpdateDateTime": "2022-05-03T00:11:26Z", + "createdDateTime": "2022-05-03T00:11:25Z", + "expirationDateTime": "2022-05-04T00:11:25Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:12:24.1521496Z", + "lastUpdateDateTime": "2022-05-03T00:11:26.0840598Z", "status": "succeeded", "results": { "documents": [], diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_method.json index 17afcc4e2ea8..e1cec9bd2f24 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "61cc3e3d-2da9-4fa5-95e9-1f4d36bd5747", + "apim-request-id": "6ed1e461-96b5-41d3-aa4b-42bcab02a8f9", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:12:17 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/edbe954b-d103-4b86-9ce6-1814bf91a33a?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:18 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6c57ec5d-334b-488a-b08a-ce44685f0f70?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "238" + "x-envoy-upstream-service-time": "407" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/edbe954b-d103-4b86-9ce6-1814bf91a33a?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6c57ec5d-334b-488a-b08a-ce44685f0f70?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dbc87a50-a0d7-4e7b-9309-cd4c8ece3808", + "apim-request-id": "93fcefb3-95b7-41ed-849a-98cf1ded6f39", "Content-Length": "729", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:22 GMT", + "Date": "Tue, 03 May 2022 00:11:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": { - "jobId": "edbe954b-d103-4b86-9ce6-1814bf91a33a", - "lastUpdateDateTime": "2022-04-25T23:12:18Z", - "createdDateTime": "2022-04-25T23:12:18Z", - "expirationDateTime": "2022-04-26T23:12:18Z", + "jobId": "6c57ec5d-334b-488a-b08a-ce44685f0f70", + "lastUpdateDateTime": "2022-05-03T00:11:20Z", + "createdDateTime": "2022-05-03T00:11:19Z", + "expirationDateTime": "2022-05-04T00:11:19Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:12:18.8212871Z", + "lastUpdateDateTime": "2022-05-03T00:11:20.1597149Z", "status": "succeeded", "results": { "documents": [], diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_normalized_text.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_normalized_text.json index b2b9598ef827..2d2bff607b7e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_normalized_text.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_normalized_text.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5c43c5c1-62cc-4085-9c05-3856257f6ec3", + "apim-request-id": "4c2d30c0-b4f2-4c09-8680-a9f0483537b5", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:13:19 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/27b502b6-99ff-4b1a-baec-549e8831aac0?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:10 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b96780a0-6719-4703-9741-ef87edf71e85?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "96" + "x-envoy-upstream-service-time": "227" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/27b502b6-99ff-4b1a-baec-549e8831aac0?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b96780a0-6719-4703-9741-ef87edf71e85?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "942266ef-2a3d-4f40-b3ad-8b818e164940", - "Content-Length": "2684", + "apim-request-id": "11ed4ec4-33fb-477d-830b-146da68cbc0d", + "Content-Length": "2685", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:25 GMT", + "Date": "Tue, 03 May 2022 00:12:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { - "jobId": "27b502b6-99ff-4b1a-baec-549e8831aac0", - "lastUpdateDateTime": "2022-04-25T23:13:20Z", - "createdDateTime": "2022-04-25T23:13:20Z", - "expirationDateTime": "2022-04-26T23:13:20Z", + "jobId": "b96780a0-6719-4703-9741-ef87edf71e85", + "lastUpdateDateTime": "2022-05-03T00:12:11Z", + "createdDateTime": "2022-05-03T00:12:11Z", + "expirationDateTime": "2022-05-04T00:12:11Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:13:20.934191Z", + "lastUpdateDateTime": "2022-05-03T00:12:11.6364747Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_out_of_order_ids.json index c8c4ba9ab72a..227801373627 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -53,18 +53,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0c6e764d-7849-4c67-bebf-b6494a18e050", + "apim-request-id": "67e192a2-2709-439b-84c9-3380852edc36", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:11:55 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/17d37bba-148c-4076-9291-d7906a21bba1?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:10:55 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0df48e8e-50a6-4b94-80fc-c14ccbd68fe4?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "366" + "x-envoy-upstream-service-time": "456" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/17d37bba-148c-4076-9291-d7906a21bba1?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0df48e8e-50a6-4b94-80fc-c14ccbd68fe4?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -75,19 +75,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "59d49805-add4-42a7-b096-b3d8fc04749c", + "apim-request-id": "d2e728e6-65c9-415a-9966-81d7df0bcdf1", "Content-Length": "847", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:00 GMT", + "Date": "Tue, 03 May 2022 00:11:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": { - "jobId": "17d37bba-148c-4076-9291-d7906a21bba1", - "lastUpdateDateTime": "2022-04-25T23:11:55Z", - "createdDateTime": "2022-04-25T23:11:55Z", - "expirationDateTime": "2022-04-26T23:11:55Z", + "jobId": "0df48e8e-50a6-4b94-80fc-c14ccbd68fe4", + "lastUpdateDateTime": "2022-05-03T00:10:55Z", + "createdDateTime": "2022-05-03T00:10:54Z", + "expirationDateTime": "2022-05-04T00:10:54Z", "status": "succeeded", "errors": [], "tasks": { @@ -99,7 +99,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:11:55.9369729Z", + "lastUpdateDateTime": "2022-05-03T00:10:55.9762104Z", "status": "succeeded", "results": { "documents": [ @@ -133,7 +133,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_pass_cls.json index b4ea1bfd449a..6c5dc480e930 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7a383d8e-9cd9-4bee-aa28-222d0d4f15f7", + "apim-request-id": "415e921b-8166-4f82-8839-60ae5f5442b2", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:12:51 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c32b4eb7-b232-451e-be59-84d8307029f4?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:48 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/092317e2-066f-423c-9d18-9d8f9816f4c7?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "211" + "x-envoy-upstream-service-time": "300" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/c32b4eb7-b232-451e-be59-84d8307029f4?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/092317e2-066f-423c-9d18-9d8f9816f4c7?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84ba9266-bba2-4027-852e-46947ca27722", + "apim-request-id": "8caecf4b-075b-4a7f-af4d-12c5be7b8d8e", "Content-Length": "1228", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:56 GMT", + "Date": "Tue, 03 May 2022 00:11:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { - "jobId": "c32b4eb7-b232-451e-be59-84d8307029f4", - "lastUpdateDateTime": "2022-04-25T23:12:52Z", - "createdDateTime": "2022-04-25T23:12:51Z", - "expirationDateTime": "2022-04-26T23:12:51Z", + "jobId": "092317e2-066f-423c-9d18-9d8f9816f4c7", + "lastUpdateDateTime": "2022-05-03T00:11:49Z", + "createdDateTime": "2022-05-03T00:11:48Z", + "expirationDateTime": "2022-05-04T00:11:48Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:12:52.2852903Z", + "lastUpdateDateTime": "2022-05-03T00:11:49.7202758Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string.json index 047d00cd29dd..a3b3db6229a2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,18 +43,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f38c3db5-a7f8-4771-b164-15603e7b4ad3", + "apim-request-id": "cea9f155-0c6d-42a1-ac60-6dfcc8efee75", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:11:42 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b173fddc-8f73-432c-bfc1-2f72da3ef4e5?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:10:34 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2e45035f-cba1-41d3-a11e-4569f13d08de?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "177" + "x-envoy-upstream-service-time": "610" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b173fddc-8f73-432c-bfc1-2f72da3ef4e5?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/2e45035f-cba1-41d3-a11e-4569f13d08de?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,19 +65,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "427caf0b-a5e7-4f61-9052-92bae16f3ed1", + "apim-request-id": "1d608284-44f7-466b-8056-db0b1966561a", "Content-Length": "4487", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:11:47 GMT", + "Date": "Tue, 03 May 2022 00:10:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "324" }, "ResponseBody": { - "jobId": "b173fddc-8f73-432c-bfc1-2f72da3ef4e5", - "lastUpdateDateTime": "2022-04-25T23:11:44Z", - "createdDateTime": "2022-04-25T23:11:42Z", - "expirationDateTime": "2022-04-26T23:11:42Z", + "jobId": "2e45035f-cba1-41d3-a11e-4569f13d08de", + "lastUpdateDateTime": "2022-05-03T00:10:35Z", + "createdDateTime": "2022-05-03T00:10:34Z", + "expirationDateTime": "2022-05-04T00:10:34Z", "status": "succeeded", "errors": [], "tasks": { @@ -89,7 +89,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:11:44.0721958Z", + "lastUpdateDateTime": "2022-05-03T00:10:35.8359907Z", "status": "succeeded", "results": { "documents": [ @@ -481,7 +481,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string_v3_1.json index a50d839ea9cc..081c2ad66840 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_passing_only_string_v3_1.json @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "27835852-6594-4173-963d-79020ea322cf", - "Date": "Tue, 26 Apr 2022 00:01:09 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/69bfd718-86f8-474f-90e8-2f849893988a", + "apim-request-id": "b4b5e733-477a-4eb4-bce7-3354987c946a", + "Date": "Tue, 03 May 2022 00:10:40 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/62ff3087-02e3-4ec2-a20c-b7d7138145e6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "161" + "x-envoy-upstream-service-time": "203" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/69bfd718-86f8-474f-90e8-2f849893988a", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/62ff3087-02e3-4ec2-a20c-b7d7138145e6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -54,19 +54,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ff024695-f831-468d-a1c8-21bfcef2c2f6", + "apim-request-id": "82f0d3ee-2264-42c6-86a5-14e4ae21f31f", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:01:15 GMT", + "Date": "Tue, 03 May 2022 00:10:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-envoy-upstream-service-time": "1631" }, "ResponseBody": { - "jobId": "69bfd718-86f8-474f-90e8-2f849893988a", - "lastUpdateDateTime": "2022-04-26T00:01:11Z", - "createdDateTime": "2022-04-26T00:01:10Z", - "expirationDateTime": "2022-04-27T00:01:10Z", + "jobId": "62ff3087-02e3-4ec2-a20c-b7d7138145e6", + "lastUpdateDateTime": "2022-05-03T00:10:41Z", + "createdDateTime": "2022-05-03T00:10:40Z", + "expirationDateTime": "2022-05-04T00:10:40Z", "status": "succeeded", "errors": [], "results": { @@ -459,7 +459,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_payload_too_large.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_payload_too_large.json index 8978f7a7c919..21c756f33ddc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_payload_too_large.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_payload_too_large.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -2528,18 +2528,18 @@ }, "StatusCode": 413, "ResponseHeaders": { - "apim-request-id": "83ce0192-c962-4215-93da-db027751a5ef", + "apim-request-id": "04ed1277-fed4-4cf8-90f1-c78f2b592666", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:11:54 GMT", + "Date": "Tue, 03 May 2022 00:10:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Request Payload sent is too large to be processed. Limit request size to: 125000" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_poller_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_poller_metadata.json index fe68ecb6bb0e..edb911b6b78a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_poller_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_poller_metadata.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -34,18 +34,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e3022af3-a2f3-4d23-9833-5c0e4d485e4f", + "apim-request-id": "40481f1b-9955-46d4-a467-e5ac23944cab", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:59:44 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/bf03fff2-bcf6-44f7-af65-3f54d7ff98ac?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:33 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ce06e674-d284-4bba-8849-6a09a65aea62?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "152" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/bf03fff2-bcf6-44f7-af65-3f54d7ff98ac?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ce06e674-d284-4bba-8849-6a09a65aea62?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -56,19 +56,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "884c2df2-b656-4a2e-b3bb-c24b8e632331", + "apim-request-id": "7aa63f84-72b4-4b2e-a265-9fbea238259d", "Content-Length": "543", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:59:49 GMT", + "Date": "Tue, 03 May 2022 00:12:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { - "jobId": "bf03fff2-bcf6-44f7-af65-3f54d7ff98ac", - "lastUpdateDateTime": "2022-04-25T23:59:45Z", - "createdDateTime": "2022-04-25T23:59:44Z", - "expirationDateTime": "2022-04-26T23:59:44Z", + "jobId": "ce06e674-d284-4bba-8849-6a09a65aea62", + "lastUpdateDateTime": "2022-05-03T00:12:34Z", + "createdDateTime": "2022-05-03T00:12:34Z", + "expirationDateTime": "2022-05-04T00:12:34Z", "status": "succeeded", "errors": [], "displayName": "hello", @@ -81,7 +81,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:59:45.6941457Z", + "lastUpdateDateTime": "2022-05-03T00:12:34.6924891Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_relations.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_relations.json index aba5ac1da649..af9990f3d17a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_relations.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_relations.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6b434449-80cb-4b99-be94-0983f64b5f3a", + "apim-request-id": "c64341b9-6b27-4939-9a32-8002092dbc9f", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:13:14 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7a7cbb72-34b3-4496-9163-250a2c940ffa?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:05 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d3c51386-6fac-45d6-bcf5-b75a16a37ed4?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "115" + "x-envoy-upstream-service-time": "120" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7a7cbb72-34b3-4496-9163-250a2c940ffa?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/d3c51386-6fac-45d6-bcf5-b75a16a37ed4?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd5a95c6-9dfd-4fcc-810a-94a8f9958ce1", + "apim-request-id": "f04a2528-ca2b-49aa-8601-20b17775c61c", "Content-Length": "3869", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:13:19 GMT", + "Date": "Tue, 03 May 2022 00:12:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "95" }, "ResponseBody": { - "jobId": "7a7cbb72-34b3-4496-9163-250a2c940ffa", - "lastUpdateDateTime": "2022-04-25T23:13:15Z", - "createdDateTime": "2022-04-25T23:13:15Z", - "expirationDateTime": "2022-04-26T23:13:15Z", + "jobId": "d3c51386-6fac-45d6-bcf5-b75a16a37ed4", + "lastUpdateDateTime": "2022-05-03T00:12:06Z", + "createdDateTime": "2022-05-03T00:12:05Z", + "expirationDateTime": "2022-05-04T00:12:05Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:13:15.4776086Z", + "lastUpdateDateTime": "2022-05-03T00:12:06.4762492Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version.json index f411bbd3db7a..145e0fe95cc6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -54,18 +54,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "37239a9b-f5d9-4460-affa-8bf99d2ee62d", + "apim-request-id": "48222cd6-36bc-4ab7-8e29-dbac54a2ce46", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:19:30 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90409c81-3b12-4fb3-9a33-fd4222b7e755?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:07 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6f18560e-ba31-4234-a211-ec750b19d911?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "241" + "x-envoy-upstream-service-time": "284" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90409c81-3b12-4fb3-9a33-fd4222b7e755?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6f18560e-ba31-4234-a211-ec750b19d911?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -76,19 +76,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e0657f6f-fe5b-43e9-8661-c17a8e83630e", + "apim-request-id": "49747107-b342-4cd1-a8b2-b3f6c789a29e", "Content-Length": "1183", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:19:35 GMT", + "Date": "Tue, 03 May 2022 00:11:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "98" }, "ResponseBody": { - "jobId": "90409c81-3b12-4fb3-9a33-fd4222b7e755", - "lastUpdateDateTime": "2022-04-25T23:19:32Z", - "createdDateTime": "2022-04-25T23:19:31Z", - "expirationDateTime": "2022-04-26T23:19:31Z", + "jobId": "6f18560e-ba31-4234-a211-ec750b19d911", + "lastUpdateDateTime": "2022-05-03T00:11:09Z", + "createdDateTime": "2022-05-03T00:11:07Z", + "expirationDateTime": "2022-05-04T00:11:07Z", "status": "succeeded", "errors": [], "tasks": { @@ -100,7 +100,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:19:32.3317731Z", + "lastUpdateDateTime": "2022-05-03T00:11:09.4793906Z", "status": "succeeded", "results": { "statistics": { @@ -156,7 +156,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version_v3_1.json index 765dcd68f95b..a6a7acca5734 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_show_stats_and_model_version_v3_1.json @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "138e33fe-b24b-46aa-a26d-eb8fa38b4082", - "Date": "Mon, 25 Apr 2022 23:12:00 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/f0f15de3-08e6-45cf-913d-971db8be8ce2", + "apim-request-id": "6d4c4423-fd76-4ad2-be1d-d8a9af199576", + "Date": "Tue, 03 May 2022 00:11:02 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/18a051bd-cd73-448e-9f12-e7d462cd4a7c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "263" + "x-envoy-upstream-service-time": "1544" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/f0f15de3-08e6-45cf-913d-971db8be8ce2?showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/18a051bd-cd73-448e-9f12-e7d462cd4a7c?showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -64,19 +64,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c148fb5-d66f-4ca0-ab78-e7495f8bb82b", + "apim-request-id": "f3532496-9a1d-4822-ada7-121ec0c2c491", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:05 GMT", + "Date": "Tue, 03 May 2022 00:11:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "138" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { - "jobId": "f0f15de3-08e6-45cf-913d-971db8be8ce2", - "lastUpdateDateTime": "2022-04-25T23:12:01Z", - "createdDateTime": "2022-04-25T23:12:00Z", - "expirationDateTime": "2022-04-26T23:12:00Z", + "jobId": "18a051bd-cd73-448e-9f12-e7d462cd4a7c", + "lastUpdateDateTime": "2022-05-03T00:11:03Z", + "createdDateTime": "2022-05-03T00:11:02Z", + "expirationDateTime": "2022-05-04T00:11:02Z", "status": "succeeded", "errors": [], "results": { @@ -133,7 +133,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_too_many_documents.json index 10b6423526d7..835478844006 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -158,9 +158,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "967beeb2-0c6b-4563-9239-e780c6d7cb2c", + "apim-request-id": "451757fd-a4d2-4651-b537-2a8288cdc859", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:11:53 GMT", + "Date": "Tue, 03 May 2022 00:10:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -169,7 +169,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 25 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_user_agent.json index dda82ee6e01d..9641d19605e9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "abc39eab-4924-49a8-9a7f-e0ee89272cb6", + "apim-request-id": "998ac6b8-890b-4944-a196-6ef2f715af0a", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:12:28 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/39816532-bf7a-44a1-996c-606ccf70c6f4?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:30 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f3798265-8aa7-4708-8554-d6016bce7f50?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "310" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/39816532-bf7a-44a1-996c-606ccf70c6f4?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f3798265-8aa7-4708-8554-d6016bce7f50?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -55,19 +55,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a91e765-c44b-422c-b3b2-14820846d67b", + "apim-request-id": "8e246452-4a37-44c2-9cb7-e2daa94f73e2", "Content-Length": "520", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:34 GMT", + "Date": "Tue, 03 May 2022 00:11:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "182" }, "ResponseBody": { - "jobId": "39816532-bf7a-44a1-996c-606ccf70c6f4", - "lastUpdateDateTime": "2022-04-25T23:12:29Z", - "createdDateTime": "2022-04-25T23:12:29Z", - "expirationDateTime": "2022-04-26T23:12:29Z", + "jobId": "f3798265-8aa7-4708-8554-d6016bce7f50", + "lastUpdateDateTime": "2022-05-03T00:11:31Z", + "createdDateTime": "2022-05-03T00:11:30Z", + "expirationDateTime": "2022-05-04T00:11:30Z", "status": "succeeded", "errors": [], "tasks": { @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:12:29.7922576Z", + "lastUpdateDateTime": "2022-05-03T00:11:31.4830869Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json index 0d517f890f59..f9796cf24545 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,18 +43,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0493456e-e5b4-40d6-9311-5bb1c2f93a15", + "apim-request-id": "f27649d2-3dca-4ea5-bc32-b7b5db36ef55", "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:12:12 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/3707d9d6-382d-4a28-b55d-231f223f7bff?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:11:13 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/933fb874-a227-4522-823c-60cc581a3754?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "148" + "x-envoy-upstream-service-time": "205" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/3707d9d6-382d-4a28-b55d-231f223f7bff?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/933fb874-a227-4522-823c-60cc581a3754?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -65,19 +65,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09fc4aa3-15b9-40e1-9b35-0a78c6d1c74f", - "Content-Length": "627", + "apim-request-id": "3f68628f-be46-4a71-9773-8c2ed8daccb5", + "Content-Length": "628", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:12:17 GMT", + "Date": "Tue, 03 May 2022 00:11:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "168" }, "ResponseBody": { - "jobId": "3707d9d6-382d-4a28-b55d-231f223f7bff", - "lastUpdateDateTime": "2022-04-25T23:12:13Z", - "createdDateTime": "2022-04-25T23:12:12Z", - "expirationDateTime": "2022-04-26T23:12:12Z", + "jobId": "933fb874-a227-4522-823c-60cc581a3754", + "lastUpdateDateTime": "2022-05-03T00:11:14Z", + "createdDateTime": "2022-05-03T00:11:13Z", + "expirationDateTime": "2022-05-04T00:11:13Z", "status": "succeeded", "errors": [], "tasks": { @@ -89,7 +89,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:12:13.237483Z", + "lastUpdateDateTime": "2022-05-03T00:11:14.2368259Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json index 5ecd3fbf6b54..14dfb834bdfd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_default_string_index_type_is_UnicodeCodePoint.json @@ -21,18 +21,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "50d6a6d8-94e2-4f1c-a109-7fd4fe8db870", - "Date": "Tue, 26 Apr 2022 00:32:16 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/960909ee-82d9-4f06-aa0c-38dbc5238585", + "apim-request-id": "308679ce-1456-400a-873d-22214ba283c5", + "Date": "Tue, 03 May 2022 00:13:50 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/fc14bfa1-604b-4131-b774-ebb2a390dd5f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "128" + "x-envoy-upstream-service-time": "216" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/960909ee-82d9-4f06-aa0c-38dbc5238585", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/fc14bfa1-604b-4131-b774-ebb2a390dd5f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -42,19 +42,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4be2aea2-64b6-4496-86fb-3066d5b8cd14", + "apim-request-id": "b25f2763-910e-4346-8de4-330b8e8df430", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:22 GMT", + "Date": "Tue, 03 May 2022 00:13:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "88" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { - "jobId": "960909ee-82d9-4f06-aa0c-38dbc5238585", - "lastUpdateDateTime": "2022-04-26T00:32:17Z", - "createdDateTime": "2022-04-26T00:32:17Z", - "expirationDateTime": "2022-04-27T00:32:17Z", + "jobId": "fc14bfa1-604b-4131-b774-ebb2a390dd5f", + "lastUpdateDateTime": "2022-05-03T00:13:51Z", + "createdDateTime": "2022-05-03T00:13:50Z", + "expirationDateTime": "2022-05-04T00:13:50Z", "status": "succeeded", "errors": [], "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_disable_service_logs.json index 603e4ae2c878..a88ffb7d515f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_disable_service_logs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6039fc65-8ef8-4569-95fb-9323211d3c28", + "apim-request-id": "f1724880-001f-434f-8874-245d2e7a8071", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:32:49 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0ec4cff5-9809-4a76-b5fe-65196888b849?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:14:18 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8022c629-5e3e-4185-a558-b2ba431f1776?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-envoy-upstream-service-time": "166" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0ec4cff5-9809-4a76-b5fe-65196888b849?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8022c629-5e3e-4185-a558-b2ba431f1776?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -54,19 +54,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e882a265-d92c-41aa-913d-ec83b99c8e92", + "apim-request-id": "c2d936e2-d746-4f7e-8c56-e65a0750ad8b", "Content-Length": "520", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:55 GMT", + "Date": "Tue, 03 May 2022 00:14:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "39" + "x-envoy-upstream-service-time": "156" }, "ResponseBody": { - "jobId": "0ec4cff5-9809-4a76-b5fe-65196888b849", - "lastUpdateDateTime": "2022-04-26T00:32:50Z", - "createdDateTime": "2022-04-26T00:32:50Z", - "expirationDateTime": "2022-04-27T00:32:50Z", + "jobId": "8022c629-5e3e-4185-a558-b2ba431f1776", + "lastUpdateDateTime": "2022-05-03T00:14:19Z", + "createdDateTime": "2022-05-03T00:14:18Z", + "expirationDateTime": "2022-05-04T00:14:18Z", "status": "succeeded", "errors": [], "tasks": { @@ -78,7 +78,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:50.9908817Z", + "lastUpdateDateTime": "2022-05-03T00:14:19.1573828Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_document_errors.json index c5dd43443837..c4c277c38c97 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f3897f74-9ea8-4f15-be8f-496f1fec29e8", + "apim-request-id": "07257fa6-4b27-43ff-b31d-8dea01670dce", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:32:05 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/375df1a2-38d8-466c-9b41-ff85d6174b27?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:13:39 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ad1cf677-acfe-45ac-9a97-3db82ac5859b?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "167" + "x-envoy-upstream-service-time": "187" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/375df1a2-38d8-466c-9b41-ff85d6174b27?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ad1cf677-acfe-45ac-9a97-3db82ac5859b?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -63,19 +63,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a9d01489-f272-4d63-85b2-0c9bb084c517", - "Content-Length": "1088", + "apim-request-id": "172e7cc6-6309-4acc-ae79-fa3f352920de", + "Content-Length": "1093", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:10 GMT", + "Date": "Tue, 03 May 2022 00:13:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { - "jobId": "375df1a2-38d8-466c-9b41-ff85d6174b27", - "lastUpdateDateTime": "2022-04-26T00:32:08Z", - "createdDateTime": "2022-04-26T00:32:05Z", - "expirationDateTime": "2022-04-27T00:32:05Z", + "jobId": "ad1cf677-acfe-45ac-9a97-3db82ac5859b", + "lastUpdateDateTime": "2022-05-03T00:13:41Z", + "createdDateTime": "2022-05-03T00:13:39Z", + "expirationDateTime": "2022-05-04T00:13:39Z", "status": "succeeded", "errors": [], "tasks": { @@ -87,7 +87,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:08.4579247Z", + "lastUpdateDateTime": "2022-05-03T00:13:41.7379672Z", "status": "succeeded", "results": { "documents": [ @@ -98,7 +98,7 @@ "warnings": [ { "code": "DocumentTruncated", - "message": "Document is greater than 5120 chars; relations across splits of 5120 chars may be skipped by the model" + "message": "Document is large and must be split to be processed; relations across splits may not be caught by the model" } ] } @@ -108,7 +108,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_duplicate_ids_error.json index c401054906b2..3a318561d610 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,18 +37,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "432f6ee8-bbcd-445f-9c7b-7da44d249fd3", + "apim-request-id": "dc19946a-4643-4fa6-8df4-424225ae09ef", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:10 GMT", + "Date": "Tue, 03 May 2022 00:13:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_explicit_set_string_index_type.json index e9c88890a3ce..fc64237e452c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_explicit_set_string_index_type.json @@ -21,18 +21,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d48348e9-a52d-4e02-8ccb-0d071974438d", - "Date": "Tue, 26 Apr 2022 00:32:28 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/73b99a7c-6e78-4286-ab22-2a14cf6a3ddb", + "apim-request-id": "2efe50cb-0a92-4211-8614-df6d83e63216", + "Date": "Tue, 03 May 2022 00:13:55 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/3282c614-0704-41a5-8022-23ee2133e38a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "122" + "x-envoy-upstream-service-time": "103" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/73b99a7c-6e78-4286-ab22-2a14cf6a3ddb", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/3282c614-0704-41a5-8022-23ee2133e38a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -42,19 +42,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6ff089ed-ce12-46b9-995e-96bc08150d04", + "apim-request-id": "188d962f-67f0-4b48-b7fc-93a13f5cc24c", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:33 GMT", + "Date": "Tue, 03 May 2022 00:14:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { - "jobId": "73b99a7c-6e78-4286-ab22-2a14cf6a3ddb", - "lastUpdateDateTime": "2022-04-26T00:32:29Z", - "createdDateTime": "2022-04-26T00:32:28Z", - "expirationDateTime": "2022-04-27T00:32:28Z", + "jobId": "3282c614-0704-41a5-8022-23ee2133e38a", + "lastUpdateDateTime": "2022-05-03T00:13:56Z", + "createdDateTime": "2022-05-03T00:13:56Z", + "expirationDateTime": "2022-05-04T00:13:56Z", "status": "succeeded", "errors": [], "results": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_assertion.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_assertion.json index 65c938195493..71882720bd4b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_assertion.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_assertion.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "85a2c974-851b-4f71-9539-9e96d4346e6b", + "apim-request-id": "32ccd084-d093-47ff-9b4a-826111beab3e", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:32:44 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/08ab7ee3-10ab-4175-8dd8-53600a30a3a5?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:14:12 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/125c660b-c03f-4422-9494-fe6cc6264560?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "134" + "x-envoy-upstream-service-time": "343" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/08ab7ee3-10ab-4175-8dd8-53600a30a3a5?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/125c660b-c03f-4422-9494-fe6cc6264560?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd1c175e-dc5a-4a32-9842-6bb5565e15a9", + "apim-request-id": "d4441d85-a055-48e2-aa8f-73baa9e113a5", "Content-Length": "7516", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:49 GMT", + "Date": "Tue, 03 May 2022 00:14:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { - "jobId": "08ab7ee3-10ab-4175-8dd8-53600a30a3a5", - "lastUpdateDateTime": "2022-04-26T00:32:45Z", - "createdDateTime": "2022-04-26T00:32:44Z", - "expirationDateTime": "2022-04-27T00:32:44Z", + "jobId": "125c660b-c03f-4422-9494-fe6cc6264560", + "lastUpdateDateTime": "2022-05-03T00:14:13Z", + "createdDateTime": "2022-05-03T00:14:12Z", + "expirationDateTime": "2022-05-04T00:14:12Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:45.1921689Z", + "lastUpdateDateTime": "2022-05-03T00:14:13.4906482Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_continuation_token.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_continuation_token.json index da26c4b06344..831221c81384 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_continuation_token.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_healthcare_continuation_token.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,18 +47,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "75644b00-e0ef-435d-be15-4f4c8442e099", + "apim-request-id": "3172f92b-27f6-4d50-b69e-784ab908a588", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:32:56 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9b42ecbd-caa9-46db-b2dc-214cc99c456a?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:14:24 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1a2d66fa-66a1-466c-9006-c14085220e71?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "228" + "x-envoy-upstream-service-time": "221" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9b42ecbd-caa9-46db-b2dc-214cc99c456a?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1a2d66fa-66a1-466c-9006-c14085220e71?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -68,19 +68,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "39845163-5521-4429-b547-b2ef2fa0f01b", - "Content-Length": "13583", + "apim-request-id": "958069e1-58c5-4b59-9c7e-d3d8763b29fd", + "Content-Length": "13582", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:33:01 GMT", + "Date": "Tue, 03 May 2022 00:14:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "90" }, "ResponseBody": { - "jobId": "9b42ecbd-caa9-46db-b2dc-214cc99c456a", - "lastUpdateDateTime": "2022-04-26T00:32:56Z", - "createdDateTime": "2022-04-26T00:32:55Z", - "expirationDateTime": "2022-04-27T00:32:55Z", + "jobId": "1a2d66fa-66a1-466c-9006-c14085220e71", + "lastUpdateDateTime": "2022-05-03T00:14:24Z", + "createdDateTime": "2022-05-03T00:14:24Z", + "expirationDateTime": "2022-05-04T00:14:24Z", "status": "succeeded", "errors": [], "tasks": { @@ -92,7 +92,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:56.7307995Z", + "lastUpdateDateTime": "2022-05-03T00:14:24.878797Z", "status": "succeeded", "results": { "statistics": { @@ -1403,7 +1403,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -1419,7 +1419,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/9b42ecbd-caa9-46db-b2dc-214cc99c456a?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/1a2d66fa-66a1-466c-9006-c14085220e71?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -1429,19 +1429,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "70ff0a14-d732-43ee-97b4-1c36476887e6", - "Content-Length": "13583", + "apim-request-id": "75ecb598-92b3-454d-9925-b66575c664a9", + "Content-Length": "13582", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:33:06 GMT", + "Date": "Tue, 03 May 2022 00:14:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "68" }, "ResponseBody": { - "jobId": "9b42ecbd-caa9-46db-b2dc-214cc99c456a", - "lastUpdateDateTime": "2022-04-26T00:32:56Z", - "createdDateTime": "2022-04-26T00:32:55Z", - "expirationDateTime": "2022-04-27T00:32:55Z", + "jobId": "1a2d66fa-66a1-466c-9006-c14085220e71", + "lastUpdateDateTime": "2022-05-03T00:14:24Z", + "createdDateTime": "2022-05-03T00:14:24Z", + "expirationDateTime": "2022-05-04T00:14:24Z", "status": "succeeded", "errors": [], "tasks": { @@ -1453,7 +1453,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:56.7307995Z", + "lastUpdateDateTime": "2022-05-03T00:14:24.878797Z", "status": "succeeded", "results": { "statistics": { @@ -2764,7 +2764,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_input_with_some_errors.json index 6cf4733e473d..d6776ba03b5d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "bad40de6-7a94-4749-b7e2-033701945059", + "apim-request-id": "2e271555-8269-42dc-8dd4-47640354ee22", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:14 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8b435d2d-0049-4310-b803-6869fe9ad6ad?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:52 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a3538064-a0ad-4b95-9944-9f0267900210?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "395" + "x-envoy-upstream-service-time": "197" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/8b435d2d-0049-4310-b803-6869fe9ad6ad?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a3538064-a0ad-4b95-9944-9f0267900210?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -63,19 +63,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d76b516e-214e-41ed-8966-4a71ea6aeeb0", + "apim-request-id": "148638ff-f029-4463-a8f6-58cd121543df", "Content-Length": "2752", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:20 GMT", + "Date": "Tue, 03 May 2022 00:12:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { - "jobId": "8b435d2d-0049-4310-b803-6869fe9ad6ad", - "lastUpdateDateTime": "2022-04-26T00:31:16Z", - "createdDateTime": "2022-04-26T00:31:14Z", - "expirationDateTime": "2022-04-27T00:31:14Z", + "jobId": "a3538064-a0ad-4b95-9944-9f0267900210", + "lastUpdateDateTime": "2022-05-03T00:12:52Z", + "createdDateTime": "2022-05-03T00:12:52Z", + "expirationDateTime": "2022-05-04T00:12:52Z", "status": "succeeded", "errors": [], "tasks": { @@ -87,7 +87,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:16.0257824Z", + "lastUpdateDateTime": "2022-05-03T00:12:52.9309371Z", "status": "succeeded", "results": { "documents": [ @@ -275,7 +275,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_docs.json index 5d13a951a08e..b28dc9863413 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "61f207ed-dd4a-4bb3-8e93-652b45aa6654", + "apim-request-id": "e4952f6c-5f91-4349-9d3b-46cc5a22bc21", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:49 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b69f09d6-d40f-439d-bc29-0a87b3963cb0?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:13:27 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ec26029a-430c-4ffa-8280-1ea014ac9adc?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "113" + "x-envoy-upstream-service-time": "198" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/b69f09d6-d40f-439d-bc29-0a87b3963cb0?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/ec26029a-430c-4ffa-8280-1ea014ac9adc?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7eb009af-cc2d-4dfa-83ae-86335f0caf6d", + "apim-request-id": "9a52c7ca-a63e-4b15-8809-b9a35c079958", "Content-Length": "729", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:54 GMT", + "Date": "Tue, 03 May 2022 00:13:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { - "jobId": "b69f09d6-d40f-439d-bc29-0a87b3963cb0", - "lastUpdateDateTime": "2022-04-26T00:31:49Z", - "createdDateTime": "2022-04-26T00:31:49Z", - "expirationDateTime": "2022-04-27T00:31:49Z", + "jobId": "ec26029a-430c-4ffa-8280-1ea014ac9adc", + "lastUpdateDateTime": "2022-05-03T00:13:29Z", + "createdDateTime": "2022-05-03T00:13:28Z", + "expirationDateTime": "2022-05-04T00:13:28Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:49.8158606Z", + "lastUpdateDateTime": "2022-05-03T00:13:29.2406429Z", "status": "succeeded", "results": { "documents": [], diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_method.json index a673e21841cf..e16a5824d182 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "565dfd7c-2af6-4fbe-b964-1ded10863681", + "apim-request-id": "2c2ff82a-975b-4d2e-b3be-1329d972242d", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:43 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/cce74ead-2b88-4386-8def-d6753010e0ff?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:13:22 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/74f9780c-79da-40b6-95e6-6e04e54becd5?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "145" + "x-envoy-upstream-service-time": "114" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/cce74ead-2b88-4386-8def-d6753010e0ff?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/74f9780c-79da-40b6-95e6-6e04e54becd5?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c43a9c78-59fb-4fab-b799-fed8591af312", - "Content-Length": "729", + "apim-request-id": "a1e3a26c-8783-46fc-9f4f-423255d33150", + "Content-Length": "728", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:48 GMT", + "Date": "Tue, 03 May 2022 00:13:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "183" }, "ResponseBody": { - "jobId": "cce74ead-2b88-4386-8def-d6753010e0ff", - "lastUpdateDateTime": "2022-04-26T00:31:44Z", - "createdDateTime": "2022-04-26T00:31:43Z", - "expirationDateTime": "2022-04-27T00:31:43Z", + "jobId": "74f9780c-79da-40b6-95e6-6e04e54becd5", + "lastUpdateDateTime": "2022-05-03T00:13:23Z", + "createdDateTime": "2022-05-03T00:13:22Z", + "expirationDateTime": "2022-05-04T00:13:22Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:44.5242786Z", + "lastUpdateDateTime": "2022-05-03T00:13:23.033648Z", "status": "succeeded", "results": { "documents": [], diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_normalized_text.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_normalized_text.json index 61165795eecc..ceee9a9b797c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_normalized_text.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_normalized_text.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d32b9e86-0c19-45a0-8b7e-99fad6db52a5", + "apim-request-id": "d99402cf-214b-49d7-83c3-d67a6792470b", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:32:39 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f2f1303a-71ad-423e-bef8-a88289d6a000?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:14:07 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/de2aad5e-351f-47b1-9d64-f185ded3aa95?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "153" + "x-envoy-upstream-service-time": "376" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f2f1303a-71ad-423e-bef8-a88289d6a000?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/de2aad5e-351f-47b1-9d64-f185ded3aa95?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c75f9dfb-512d-466d-96fb-081d0a2b954c", - "Content-Length": "2684", + "apim-request-id": "7190a6c4-f75c-4cda-bb0a-c4c242560652", + "Content-Length": "2685", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:43 GMT", + "Date": "Tue, 03 May 2022 00:14:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { - "jobId": "f2f1303a-71ad-423e-bef8-a88289d6a000", - "lastUpdateDateTime": "2022-04-26T00:32:39Z", - "createdDateTime": "2022-04-26T00:32:39Z", - "expirationDateTime": "2022-04-27T00:32:39Z", + "jobId": "de2aad5e-351f-47b1-9d64-f185ded3aa95", + "lastUpdateDateTime": "2022-05-03T00:14:07Z", + "createdDateTime": "2022-05-03T00:14:07Z", + "expirationDateTime": "2022-05-04T00:14:07Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:39.893975Z", + "lastUpdateDateTime": "2022-05-03T00:14:07.9099458Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_out_of_order_ids.json index ba7bb9597df8..237f022fdab5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -52,18 +52,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9be536b7-0299-40f8-9204-9931c1675777", + "apim-request-id": "459115e4-9a48-4b1e-ae80-63b6b2834b2d", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:21 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/31a90701-633d-4777-a1e7-10383ab8761e?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:59 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/bb4b0c01-2eb7-4104-b66b-0c2fd80aaa19?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "227" + "x-envoy-upstream-service-time": "256" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/31a90701-633d-4777-a1e7-10383ab8761e?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/bb4b0c01-2eb7-4104-b66b-0c2fd80aaa19?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -73,19 +73,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fefbdaba-febe-408c-904d-103bd92a1b40", - "Content-Length": "846", + "apim-request-id": "90826b3c-e97e-4eeb-b6a8-c6c6696fb188", + "Content-Length": "847", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:26 GMT", + "Date": "Tue, 03 May 2022 00:13:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": { - "jobId": "31a90701-633d-4777-a1e7-10383ab8761e", - "lastUpdateDateTime": "2022-04-26T00:31:22Z", - "createdDateTime": "2022-04-26T00:31:21Z", - "expirationDateTime": "2022-04-27T00:31:21Z", + "jobId": "bb4b0c01-2eb7-4104-b66b-0c2fd80aaa19", + "lastUpdateDateTime": "2022-05-03T00:13:00Z", + "createdDateTime": "2022-05-03T00:12:59Z", + "expirationDateTime": "2022-05-04T00:12:59Z", "status": "succeeded", "errors": [], "tasks": { @@ -97,7 +97,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:22.502508Z", + "lastUpdateDateTime": "2022-05-03T00:13:00.1741865Z", "status": "succeeded", "results": { "documents": [ @@ -131,7 +131,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_pass_cls.json index ba4bb9679ebc..c5f01e071839 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3c1f68cd-3862-481d-a335-a3e4b32b546a", + "apim-request-id": "da44de3a-638f-405b-808f-7ea9f1d6167a", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:32:11 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a49dffc3-7398-4ddd-9b12-7458cd12f444?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:13:44 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/65b2f7a4-4def-4332-a083-a34fb68dd644?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "153" + "x-envoy-upstream-service-time": "131" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a49dffc3-7398-4ddd-9b12-7458cd12f444?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/65b2f7a4-4def-4332-a083-a34fb68dd644?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e0abd1b0-f775-4852-b32f-f5e0c7319c79", + "apim-request-id": "5fb41571-6fdd-4c4a-affa-755374d8f0b8", "Content-Length": "1228", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:16 GMT", + "Date": "Tue, 03 May 2022 00:13:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { - "jobId": "a49dffc3-7398-4ddd-9b12-7458cd12f444", - "lastUpdateDateTime": "2022-04-26T00:32:11Z", - "createdDateTime": "2022-04-26T00:32:11Z", - "expirationDateTime": "2022-04-27T00:32:11Z", + "jobId": "65b2f7a4-4def-4332-a083-a34fb68dd644", + "lastUpdateDateTime": "2022-05-03T00:13:45Z", + "createdDateTime": "2022-05-03T00:13:45Z", + "expirationDateTime": "2022-05-04T00:13:45Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:11.9740948Z", + "lastUpdateDateTime": "2022-05-03T00:13:45.7151666Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string.json index e97b9bc64b9c..b57aad9905dd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "821e2fc3-72bd-4cb9-9d80-efb0ec417f70", + "apim-request-id": "6577ae3f-1fd0-46dc-82f3-3305e8fd407a", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:02 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/eaf1302c-9976-47e7-b7c4-2dff5157a655?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:12:39 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0966713a-cfd0-471d-8749-846df09c428e?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "155" + "x-envoy-upstream-service-time": "279" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/eaf1302c-9976-47e7-b7c4-2dff5157a655?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/0966713a-cfd0-471d-8749-846df09c428e?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -63,19 +63,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f5175c8-f0fd-447b-adeb-e87304f622a0", + "apim-request-id": "573fb548-eaeb-42bc-8b19-bc0db53b6e18", "Content-Length": "4487", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:07 GMT", + "Date": "Tue, 03 May 2022 00:12:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { - "jobId": "eaf1302c-9976-47e7-b7c4-2dff5157a655", - "lastUpdateDateTime": "2022-04-26T00:31:04Z", - "createdDateTime": "2022-04-26T00:31:03Z", - "expirationDateTime": "2022-04-27T00:31:03Z", + "jobId": "0966713a-cfd0-471d-8749-846df09c428e", + "lastUpdateDateTime": "2022-05-03T00:12:40Z", + "createdDateTime": "2022-05-03T00:12:39Z", + "expirationDateTime": "2022-05-04T00:12:39Z", "status": "succeeded", "errors": [], "tasks": { @@ -87,7 +87,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:04.4799902Z", + "lastUpdateDateTime": "2022-05-03T00:12:40.8799929Z", "status": "succeeded", "results": { "documents": [ @@ -479,7 +479,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string_v3_1.json index ef785e0d5cd9..6b76845e954f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_passing_only_string_v3_1.json @@ -31,18 +31,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e573074f-fb4e-46e8-b264-22a418f332af", - "Date": "Tue, 26 Apr 2022 00:31:08 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/e20f3a66-6bae-4dea-bc96-3913e2779961", + "apim-request-id": "d537f791-d45e-4c56-b4bb-82d1e56c2f13", + "Date": "Tue, 03 May 2022 00:12:45 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/25b607c3-fe0f-46f5-8ccf-cf4ca20633d3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "295" + "x-envoy-upstream-service-time": "197" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/e20f3a66-6bae-4dea-bc96-3913e2779961", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/25b607c3-fe0f-46f5-8ccf-cf4ca20633d3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -52,19 +52,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f28e1cb4-99ab-424b-8c5c-506d4a3565fb", + "apim-request-id": "8067912a-88c6-4064-9592-5e48c91cf22f", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:13 GMT", + "Date": "Tue, 03 May 2022 00:12:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "1235" }, "ResponseBody": { - "jobId": "e20f3a66-6bae-4dea-bc96-3913e2779961", - "lastUpdateDateTime": "2022-04-26T00:31:10Z", - "createdDateTime": "2022-04-26T00:31:09Z", - "expirationDateTime": "2022-04-27T00:31:09Z", + "jobId": "25b607c3-fe0f-46f5-8ccf-cf4ca20633d3", + "lastUpdateDateTime": "2022-05-03T00:12:45Z", + "createdDateTime": "2022-05-03T00:12:45Z", + "expirationDateTime": "2022-05-04T00:12:45Z", "status": "succeeded", "errors": [], "results": { @@ -457,7 +457,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_payload_too_large.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_payload_too_large.json index 842a6fd67001..c96519b43ffa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_payload_too_large.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_payload_too_large.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -2527,18 +2527,18 @@ }, "StatusCode": 413, "ResponseHeaders": { - "apim-request-id": "97b6c891-7c80-4a7a-8935-56d1664fc818", + "apim-request-id": "d720f4d6-6799-489d-ad3f-3d450b5f9bac", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:21 GMT", + "Date": "Tue, 03 May 2022 00:12:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Request Payload sent is too large to be processed. Limit request size to: 125000" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_poller_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_poller_metadata.json index ce37fe5b0782..e1ef6929c942 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_poller_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_poller_metadata.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4b325447-d804-430a-a916-736051e9e526", + "apim-request-id": "8a8a377a-aed5-4a0e-bf11-72c3a8ba65e1", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:33:06 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/27c42eca-08c4-4968-b186-225d588fb165?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:14:34 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/75db3b27-7d80-48a3-af7d-5bc31a15d98f?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "111" + "x-envoy-upstream-service-time": "184" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/27c42eca-08c4-4968-b186-225d588fb165?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/75db3b27-7d80-48a3-af7d-5bc31a15d98f?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -54,19 +54,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91e2465b-ad2b-47ec-bb77-22b5225332c9", + "apim-request-id": "c09c4a78-0127-47f0-b816-c53309bbfd14", "Content-Length": "543", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:33:11 GMT", + "Date": "Tue, 03 May 2022 00:14:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { - "jobId": "27c42eca-08c4-4968-b186-225d588fb165", - "lastUpdateDateTime": "2022-04-26T00:33:07Z", - "createdDateTime": "2022-04-26T00:33:06Z", - "expirationDateTime": "2022-04-27T00:33:06Z", + "jobId": "75db3b27-7d80-48a3-af7d-5bc31a15d98f", + "lastUpdateDateTime": "2022-05-03T00:14:35Z", + "createdDateTime": "2022-05-03T00:14:34Z", + "expirationDateTime": "2022-05-04T00:14:34Z", "status": "succeeded", "errors": [], "displayName": "hello", @@ -79,7 +79,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:33:07.0649662Z", + "lastUpdateDateTime": "2022-05-03T00:14:35.2329092Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_relations.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_relations.json index 7912ece7575f..83d4b08138ce 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_relations.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_relations.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f1d8156b-5cdb-424a-a105-3a89da15578c", + "apim-request-id": "c3fd02c0-eb51-44b9-b0f3-c1dce54143f4", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:32:33 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/bf5a6d3b-576a-4d79-b8d3-f745fcf73320?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:14:01 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7b5a5a0f-aa6f-4373-8f45-283174002b8a?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "155" + "x-envoy-upstream-service-time": "277" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/bf5a6d3b-576a-4d79-b8d3-f745fcf73320?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/7b5a5a0f-aa6f-4373-8f45-283174002b8a?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d0c131a-7297-4388-91d3-9b99ea781d36", - "Content-Length": "3868", + "apim-request-id": "e164beaa-2c12-49a4-9542-94f6d91bff31", + "Content-Length": "3869", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:32:38 GMT", + "Date": "Tue, 03 May 2022 00:14:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { - "jobId": "bf5a6d3b-576a-4d79-b8d3-f745fcf73320", - "lastUpdateDateTime": "2022-04-26T00:32:34Z", - "createdDateTime": "2022-04-26T00:32:33Z", - "expirationDateTime": "2022-04-27T00:32:33Z", + "jobId": "7b5a5a0f-aa6f-4373-8f45-283174002b8a", + "lastUpdateDateTime": "2022-05-03T00:14:02Z", + "createdDateTime": "2022-05-03T00:14:01Z", + "expirationDateTime": "2022-05-04T00:14:01Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:32:34.390523Z", + "lastUpdateDateTime": "2022-05-03T00:14:02.3471248Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version.json index e5b1a08d3aad..e4234b76daee 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -53,18 +53,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "59a75751-964e-427a-8d88-3342d584e53d", + "apim-request-id": "b8740c7a-29a1-4e8a-b0e4-398b7052c5a8", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:32 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f0d9e197-f115-4fb6-8685-a3e813346920?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:13:10 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/32a0d0f9-b02b-4755-b89f-3a17fa4f887e?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "245" + "x-envoy-upstream-service-time": "301" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f0d9e197-f115-4fb6-8685-a3e813346920?api-version=2022-03-01-preview\u0026showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/32a0d0f9-b02b-4755-b89f-3a17fa4f887e?api-version=2022-04-01-preview\u0026showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -74,19 +74,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5ebfc3c-5387-4294-a448-29a73c752029", - "Content-Length": "1183", + "apim-request-id": "0bc9db19-6355-4541-94c0-e64ae90b831a", + "Content-Length": "1182", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:37 GMT", + "Date": "Tue, 03 May 2022 00:13:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "123" }, "ResponseBody": { - "jobId": "f0d9e197-f115-4fb6-8685-a3e813346920", - "lastUpdateDateTime": "2022-04-26T00:31:33Z", - "createdDateTime": "2022-04-26T00:31:32Z", - "expirationDateTime": "2022-04-27T00:31:32Z", + "jobId": "32a0d0f9-b02b-4755-b89f-3a17fa4f887e", + "lastUpdateDateTime": "2022-05-03T00:13:11Z", + "createdDateTime": "2022-05-03T00:13:10Z", + "expirationDateTime": "2022-05-04T00:13:10Z", "status": "succeeded", "errors": [], "tasks": { @@ -98,7 +98,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:33.5778567Z", + "lastUpdateDateTime": "2022-05-03T00:13:11.496182Z", "status": "succeeded", "results": { "statistics": { @@ -154,7 +154,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version_v3_1.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version_v3_1.json index d3c622251b5f..633185bd219c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version_v3_1.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_show_stats_and_model_version_v3_1.json @@ -41,18 +41,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "509e0060-be4f-4a08-818e-7f26cbf48276", - "Date": "Tue, 26 Apr 2022 00:31:27 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/cb60be29-752b-407d-9803-ad3ee90a9c4b", + "apim-request-id": "bc701bf2-fb3f-4e8d-a2cf-83d9117ea717", + "Date": "Tue, 03 May 2022 00:13:04 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/1f8ee92a-2217-4d90-ba83-7affdb0573ef", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "249" + "x-envoy-upstream-service-time": "528" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/cb60be29-752b-407d-9803-ad3ee90a9c4b?showStats=True", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.1/entities/health/jobs/1f8ee92a-2217-4d90-ba83-7affdb0573ef?showStats=True", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -62,19 +62,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0987cd85-8022-473c-a16b-79f7ed925b5f", + "apim-request-id": "0755ed45-f8a3-464f-8ec9-492e5619823d", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:32 GMT", + "Date": "Tue, 03 May 2022 00:13:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "155" + "x-envoy-upstream-service-time": "118" }, "ResponseBody": { - "jobId": "cb60be29-752b-407d-9803-ad3ee90a9c4b", - "lastUpdateDateTime": "2022-04-26T00:31:27Z", - "createdDateTime": "2022-04-26T00:31:27Z", - "expirationDateTime": "2022-04-27T00:31:27Z", + "jobId": "1f8ee92a-2217-4d90-ba83-7affdb0573ef", + "lastUpdateDateTime": "2022-05-03T00:13:06Z", + "createdDateTime": "2022-05-03T00:13:04Z", + "expirationDateTime": "2022-05-04T00:13:04Z", "status": "succeeded", "errors": [], "results": { @@ -131,7 +131,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_too_many_documents.json index 17a0a7adb74b..12861ae7df4a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -157,18 +157,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "d8b56452-b2fb-40d2-be4f-e997c81c5da4", + "apim-request-id": "390060cc-c31e-410a-9e96-18ee5da3b53b", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:20 GMT", + "Date": "Tue, 03 May 2022 00:12:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 25 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_user_agent.json index f87618c574be..732f1b61b6f3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "bb9ff9a2-9079-4162-9275-7238cefbbeb0", + "apim-request-id": "57302fc2-2b88-4cf9-ad12-20039437e02d", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:54 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/385286e7-3168-4740-a02e-be8b00606201?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:13:33 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/006290e4-c42b-4dc0-aaf7-88bc1b34922a?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "104" + "x-envoy-upstream-service-time": "218" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/385286e7-3168-4740-a02e-be8b00606201?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/006290e4-c42b-4dc0-aaf7-88bc1b34922a?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -53,19 +53,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b434ee7-61ee-453a-a53f-4e7a679e3b3b", + "apim-request-id": "95e3c23c-4fcc-452c-90ca-c1792517a09f", "Content-Length": "520", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:59 GMT", + "Date": "Tue, 03 May 2022 00:13:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { - "jobId": "385286e7-3168-4740-a02e-be8b00606201", - "lastUpdateDateTime": "2022-04-26T00:31:55Z", - "createdDateTime": "2022-04-26T00:31:54Z", - "expirationDateTime": "2022-04-27T00:31:54Z", + "jobId": "006290e4-c42b-4dc0-aaf7-88bc1b34922a", + "lastUpdateDateTime": "2022-05-03T00:13:34Z", + "createdDateTime": "2022-05-03T00:13:33Z", + "expirationDateTime": "2022-05-04T00:13:33Z", "status": "succeeded", "errors": [], "tasks": { @@ -77,7 +77,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:55.6184947Z", + "lastUpdateDateTime": "2022-05-03T00:13:34.1155651Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json index b29f4b16d313..70c55c91d555 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_whole_batch_language_hint_and_dict_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,18 +42,18 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fe576a87-89d7-42fe-b889-99b38e44d7d0", + "apim-request-id": "8d93fee1-b2e7-4e8e-b6c9-433790ca43a8", "Content-Length": "0", - "Date": "Tue, 26 Apr 2022 00:31:38 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a1b2422f-86d9-4569-9c00-2e43ff22380a?api-version=2022-03-01-preview", + "Date": "Tue, 03 May 2022 00:13:16 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6d2f0ae7-3c63-4963-92ea-721c9e67e862?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "172" + "x-envoy-upstream-service-time": "179" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/a1b2422f-86d9-4569-9c00-2e43ff22380a?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/6d2f0ae7-3c63-4963-92ea-721c9e67e862?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -63,19 +63,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "af8d739b-d5ed-4e72-9d8e-a8a5922cb548", + "apim-request-id": "7dd76558-cbb1-47cc-9a90-1e6bca7ea164", "Content-Length": "628", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 26 Apr 2022 00:31:43 GMT", + "Date": "Tue, 03 May 2022 00:13:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "160" }, "ResponseBody": { - "jobId": "a1b2422f-86d9-4569-9c00-2e43ff22380a", - "lastUpdateDateTime": "2022-04-26T00:31:38Z", - "createdDateTime": "2022-04-26T00:31:38Z", - "expirationDateTime": "2022-04-27T00:31:38Z", + "jobId": "6d2f0ae7-3c63-4963-92ea-721c9e67e862", + "lastUpdateDateTime": "2022-05-03T00:13:17Z", + "createdDateTime": "2022-05-03T00:13:16Z", + "expirationDateTime": "2022-05-04T00:13:16Z", "status": "succeeded", "errors": [], "tasks": { @@ -87,7 +87,7 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-26T00:31:38.9159137Z", + "lastUpdateDateTime": "2022-05-03T00:13:17.1142101Z", "status": "succeeded", "results": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json index 824d370a0c54..79a9568e6de9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "22cc6628-3989-4039-9c7a-1a61718c454c", + "apim-request-id": "e50bcb35-3337-4da3-93ce-b85fc5e7b8f9", "Content-Length": "1571", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:32 GMT", + "Date": "Tue, 03 May 2022 00:14:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json index aba957c40d43..56a66774d4df 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5ace7662-3165-4ef6-8465-0687364a4c04", + "apim-request-id": "709096d4-2fc8-4588-9585-6b6557c2e47b", "Content-Length": "1289", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:33 GMT", + "Date": "Tue, 03 May 2022 00:14:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_credentials.json index b40b082a8e54..9b3073fa4cd4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "1991834c-d4e6-45c5-b9d1-08a617b8aac0", + "apim-request-id": "37288c1f-6903-4a58-b2c6-153654d495d9", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Tue, 12 Apr 2022 23:50:39 GMT" + "Date": "Tue, 03 May 2022 00:14:43 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_model_version_error.json index a0e76dd29b4f..fead191ede0b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,13 +29,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "8c3350ea-db98-4816-9289-fb91b9e13543", + "apim-request-id": "5ba74723-03ac-4f12-bd5b-0951573b9583", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:51 GMT", + "Date": "Tue, 03 May 2022 00:14:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit.json index 92973f723d2b..252e55976b34 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5273,18 +5273,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "2eace1c6-881d-4e32-a0b4-8e257743716c", + "apim-request-id": "8d7aa988-2bd5-48a7-b2b3-3741bfeb212b", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:42 GMT", + "Date": "Tue, 03 May 2022 00:14:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json index 460b5e863ab2..db4b7b072e77 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5028,18 +5028,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "cee0f477-11c7-4f32-9cee-e4b3085876e8", + "apim-request-id": "5c53a8f2-f002-4aa1-8c90-162c8d054abb", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:54 GMT", + "Date": "Tue, 03 May 2022 00:14:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json index b3dc8d07eb58..648e635ae88c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62c44745-f8de-454e-a446-78e1ea59d0f7", + "apim-request-id": "f98361da-ae43-4f1a-b205-ec385ab8db55", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:46 GMT", + "Date": "Tue, 03 May 2022 00:14:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -127,7 +127,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -164,14 +164,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e97ad47-40d4-41ea-97ef-b7a10e67745b", + "apim-request-id": "96bcf880-e161-4ac6-ba84-55b87f799937", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:46 GMT", + "Date": "Tue, 03 May 2022 00:14:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -253,7 +253,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -290,14 +290,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4eb634df-bcdb-48d0-922b-c6e4a1244391", + "apim-request-id": "04b1beb4-434f-4ba5-9552-e7c639f68d44", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:47 GMT", + "Date": "Tue, 03 May 2022 00:14:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json index 3dccd2a5e4d5..f566c45d41ab 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7df8ee4f-16a9-4efe-99c6-24efaa33d13f", + "apim-request-id": "06a30f57-bf47-4838-9794-4f6da37f0414", "Content-Length": "368", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:07 GMT", + "Date": "Tue, 03 May 2022 00:14:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json index 923d80830c39..ea4d0057e3ff 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e56551d-ba70-4c20-a024-8cb9cadd088a", + "apim-request-id": "75d3c980-455f-4887-9e06-717f7f9417c4", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:07 GMT", + "Date": "Tue, 03 May 2022 00:14:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs.json index 8bfd96ebf98f..0804551230f0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "190324a2-5725-4e78-b740-51924087dcea", + "apim-request-id": "7408e0bf-eb65-4eb3-b378-096501438ed7", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:51:04 GMT", + "Date": "Tue, 03 May 2022 00:14:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json index 31d4b3ad89ff..397547817156 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,11 +29,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40148317-459a-4871-93b3-4b7f4da2d559", + "apim-request-id": "eb23802b-0efc-4806-872e-0ac6e21bb1d8", "Content-Length": "379", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:51:04 GMT", + "Date": "Tue, 03 May 2022 00:14:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "18" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json index 61378f25582a..745b634eaf0b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e22e0d6-ee8c-446d-8dd8-7fa9fe2bb105", + "apim-request-id": "8223e799-63f6-44ce-a051-65ebe2b47d8e", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:50 GMT", + "Date": "Tue, 03 May 2022 00:14:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json index fcf86ba809f6..2b13dc4a0a8f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96ef592c-1ef2-455e-be6f-5c0a90ef687a", + "apim-request-id": "05dd9a76-bc84-4af4-8abe-d57ac2e44877", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:50 GMT", + "Date": "Tue, 03 May 2022 00:14:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_errors.json index ebafa31d6584..ac759e979d09 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,13 +38,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1625361-1acf-4689-872f-3862e6a25083", + "apim-request-id": "be0a05b8-d0a5-4eca-ab77-8816ecef336d", "Content-Length": "946", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:51 GMT", + "Date": "Tue, 03 May 2022 00:14:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -55,7 +55,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -77,7 +77,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_warnings.json index 1d86a54133ab..2c2e88f22583 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b287cf51-5248-468d-8b0c-fdceefcd70cb", + "apim-request-id": "8f36788b-8df9-45e5-b6bc-a87f59d4d01e", "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:50:36 GMT", + "Date": "Tue, 03 May 2022 00:14:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_duplicate_ids_error.json index cc8f7ffb405d..4ef88f7df63c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "c73134ac-a267-4114-813b-8bc6a79300ee", + "apim-request-id": "57fc2ccb-645f-4545-819e-ea5eefdee334", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:54 GMT", + "Date": "Tue, 03 May 2022 00:14:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_empty_credential_class.json index 17c84e62ea8e..bfa924bc52ea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "22012cfa-c462-40f9-b5c4-ff653fcbde29", + "apim-request-id": "91cbea11-c824-43f7-8a5e-c0dc4bfb1be5", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Tue, 12 Apr 2022 23:50:39 GMT" + "Date": "Tue, 03 May 2022 00:14:43 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json index 7d9523f9e96f..778594cd777c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e456c1fd-b1fd-49dc-9f33-466fed53a5be", + "apim-request-id": "259a12a7-a17f-4479-adc6-c0d1808b091a", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:08 GMT", + "Date": "Tue, 03 May 2022 00:14:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json index 3ecb2e533365..cef0949e7037 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bef69eaf-4a32-4fe2-aee3-e21fd669638e", + "apim-request-id": "118b699e-5937-45b8-a026-04f091cd119c", "Content-Length": "368", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:08 GMT", + "Date": "Tue, 03 May 2022 00:14:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_all_errors.json index fc65e7750b6a..5360a4f014f1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,13 +38,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7100066-cf50-4e20-af93-a51b4c91b591", + "apim-request-id": "37e2ccb8-fb09-48d1-90ac-16f8b39a05e9", "Content-Length": "772", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:35 GMT", + "Date": "Tue, 03 May 2022 00:14:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -55,7 +55,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -77,7 +77,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_some_errors.json index 7743a5b6969e..8da83b1f9b35 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f3c8498-5bbe-4ace-b0fd-395fc64f26fb", + "apim-request-id": "1d4b7477-f9ea-4877-b21d-b866b330af57", "Content-Length": "1049", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:50:35 GMT", + "Date": "Tue, 03 May 2022 00:14:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -91,7 +91,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json index 8bc3dc849c95..06037e982ee6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a50f3af4-cd7f-4bd2-b3bc-4808b94376cb", + "apim-request-id": "0e84a9e8-cc33-4046-a2f0-6f6831e54d26", "Content-Length": "446", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:48 GMT", + "Date": "Tue, 03 May 2022 00:14:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json index c3bb4ed62adf..9877e1788e87 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0b3679db-242d-4943-8bfe-e02ebd70dd43", + "apim-request-id": "40038c1e-acfc-4301-b4c7-bcbd5bb58b11", "Content-Length": "446", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:47 GMT", + "Date": "Tue, 03 May 2022 00:14:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json index bf7a649ef041..46e03ababc3c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "594ea274-c7ce-411e-b823-f48f0004d0c0", + "apim-request-id": "f4a00f2f-b165-4b18-aff3-a59831b6fa95", "Content-Length": "556", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:50:56 GMT", + "Date": "Tue, 03 May 2022 00:14:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json index 95b29f2bd4c1..5a5f22d06504 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24d5f151-465d-4b66-ab7c-3c8871136120", + "apim-request-id": "522c8d82-8b49-4db9-969a-28132a7ab8cb", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:51:00 GMT", + "Date": "Tue, 03 May 2022 00:14:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_offset.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_offset.json index c8baeb1c7501..d56ba8fb3d4c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_offset.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_offset.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51224aa1-c0bd-4847-a002-8cca18635c0e", + "apim-request-id": "c9fa61cf-f3f0-46d5-8169-46d673fdfb66", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:51:00 GMT", + "Date": "Tue, 03 May 2022 00:14:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining.json index 20387f5adc22..5b7ae9c95699 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fa5d2e0e-277d-4532-8fcb-15ccbd426720", + "apim-request-id": "cfa0d8c6-d0ec-41a6-a779-8d58ca68396c", "Content-Length": "1009", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:50:57 GMT", + "Date": "Tue, 03 May 2022 00:14:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json index c5c697624dd6..38f5d3d0cd76 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -59,14 +59,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35070c3e-5bc4-446d-94ca-faf81df31deb", + "apim-request-id": "3e359706-0c1b-4169-997b-e17cefc54956", "Content-Length": "7827", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=7,CognitiveServices.TextAnalytics.TextRecords=7", - "Date": "Tue, 12 Apr 2022 23:50:58 GMT", + "Date": "Tue, 03 May 2022 00:14:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json index 76beeadeb1fb..1ec3a33151d3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "22fb2674-a552-4662-98e4-95bdb43f0dcb", + "apim-request-id": "c4d89234-5f78-4328-a515-d89bd407c4ea", "Content-Length": "405", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:50:59 GMT", + "Date": "Tue, 03 May 2022 00:14:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json index ff5b233eae17..0da1dc497e9a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dfe75426-cdfd-4831-97d7-6bb58e9209c7", + "apim-request-id": "810bece0-cc99-4325-82b9-b2b1cd041ea4", "Content-Length": "957", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:50:58 GMT", + "Date": "Tue, 03 May 2022 00:14:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_out_of_order_ids.json index d4c1cca8208b..8f9f4c562e77 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "628c0aa7-6b19-4afb-899c-669fa85770b5", + "apim-request-id": "d6cd6fe1-5ea6-4f8b-93cf-5b5b34b8d312", "Content-Length": "1288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Tue, 12 Apr 2022 23:50:41 GMT", + "Date": "Tue, 03 May 2022 00:14:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -159,7 +159,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_output_same_order_as_input.json index 2e5af57fb603..a4298754aaea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d00f341-825d-459c-82b4-e21071df2e82", + "apim-request-id": "0329c59f-e06e-448f-beba-22e31f303d4d", "Content-Length": "1383", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Tue, 12 Apr 2022 23:50:38 GMT", + "Date": "Tue, 03 May 2022 00:14:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_pass_cls.json index 22b80752b868..275b4f78c7b1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "11fdb9d8-7ca0-465e-a6ca-dd455c255128", + "apim-request-id": "8336be30-0ee4-4750-a5ae-2c804a287264", "Content-Length": "383", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Tue, 12 Apr 2022 23:50:56 GMT", + "Date": "Tue, 03 May 2022 00:14:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_passing_only_string.json index 47a9435f60ff..a85026aef313 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,14 +43,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "784ca005-c0f4-478c-add3-a6a901a0f053", + "apim-request-id": "b58620fe-28e1-40e1-81ac-2943ee28843a", "Content-Length": "1451", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:34 GMT", + "Date": "Tue, 03 May 2022 00:14:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -153,7 +153,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json index a54f5db010c2..4b55fb3690fc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12f03b79-46e0-4304-9b1c-9e7492fce10a", + "apim-request-id": "8721757e-6f73-4c73-88a3-e304eafbb443", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:44 GMT", + "Date": "Tue, 03 May 2022 00:14:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_rotate_subscription_key.json index 1b631ffbcbda..9bb698aa5c25 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61a0ea73-d345-44b2-9c9b-9358f10f0ee4", + "apim-request-id": "e3caffef-d6ba-400a-afd0-ec123e5c4c4c", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:49 GMT", + "Date": "Tue, 03 May 2022 00:14:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -127,7 +127,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -164,10 +164,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "efbfdd37-d196-4dd6-946b-9ec3d3e24211", + "apim-request-id": "5123402e-3765-4e9c-917e-8e37dd702c2f", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Tue, 12 Apr 2022 23:50:49 GMT" + "Date": "Tue, 03 May 2022 00:14:49 GMT" }, "ResponseBody": { "error": { @@ -177,7 +177,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -214,14 +214,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d734603-0f34-4b23-8cab-7513e127ac39", + "apim-request-id": "102bfc79-b96a-4b8f-aacb-cfce381a9c55", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:49 GMT", + "Date": "Tue, 03 May 2022 00:14:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json index 91770c47c064..2fab42e4d447 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -49,14 +49,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb65f80c-455d-46a1-944b-cc980edf98f9", + "apim-request-id": "299341c3-24c3-4ea4-9583-e648b35ee34f", "Content-Length": "1624", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Tue, 12 Apr 2022 23:50:41 GMT", + "Date": "Tue, 03 May 2022 00:14:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -182,7 +182,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json index ee0b7e4fc3f7..fb2ff1cf3b01 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3fe7341e-1abd-43c9-9b2b-0bfae513d12d", + "apim-request-id": "1f02e064-eb75-47d1-91a7-bb33e77a2702", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:07 GMT", + "Date": "Tue, 03 May 2022 00:14:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_too_many_documents.json index 6e6f581f3c9c..28bf10901764 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -78,18 +78,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "722c7b9d-d6e0-48b3-8120-ca0a8ad21945", + "apim-request-id": "7d65689e-b8ce-4a21-a6be-979abbbecdac", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 12 Apr 2022 23:50:36 GMT", + "Date": "Tue, 03 May 2022 00:14:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_user_agent.json index dddc44084676..5ab203b298e0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a24ccb9c-90fc-4d95-9699-b2fe3b778e78", + "apim-request-id": "04fc19ef-e525-4d1a-acc7-9cec6ac61260", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:49 GMT", + "Date": "Tue, 03 May 2022 00:14:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json index 74648883e59d..5ea80032fd1c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8ce8e53c-e372-4e19-9814-bf708b9c9a61", + "apim-request-id": "e75dd8d8-65a9-495d-a5f7-76c20a3add4e", "Content-Length": "1124", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:44 GMT", + "Date": "Tue, 03 May 2022 00:14:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json index b8a9eefc9d1c..a2d0b50e0e45 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c96dd47b-0989-470a-80c1-9eaf1072a7a5", + "apim-request-id": "de3e707d-35e4-41ed-9574-dfab9679f38f", "Content-Length": "1124", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:42 GMT", + "Date": "Tue, 03 May 2022 00:14:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json index 9c52f49bf95c..4c3ae7390017 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf228e17-c0a9-4bb6-b525-031cc6599465", + "apim-request-id": "93c25202-5cc2-456f-aefc-b047aaf88fb1", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:45 GMT", + "Date": "Tue, 03 May 2022 00:14:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json index f749bf95e3cd..7a192729d8ea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d229c8ba-7150-4cbf-8c9d-d778199461c9", + "apim-request-id": "f54f80bf-f4fe-4504-838a-2e1f9d56b2ae", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:46 GMT", + "Date": "Tue, 03 May 2022 00:14:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json index e8fea4c67cbe..a97d3965f0c0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2836f691-6ff0-4536-a13f-e54fd95f96ee", + "apim-request-id": "44010024-019b-4bf8-b6aa-dc51cd2fc80e", "Content-Length": "955", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:44 GMT", + "Date": "Tue, 03 May 2022 00:14:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json index 7164037909e1..7f541471fbfa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b97fdce-c8f1-412b-93ba-98a5e36a2576", + "apim-request-id": "a9cfd220-b11f-4754-8e07-ae2fbe828144", "Content-Length": "955", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Tue, 12 Apr 2022 23:50:45 GMT", + "Date": "Tue, 03 May 2022 00:14:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json index 1ae3eddd64c2..08fdd033ae8f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cd067d5-19f5-4047-888d-cd574c376d17", + "apim-request-id": "08571e13-1bad-4ebc-a87e-44f6b3892fa0", "Content-Length": "1571", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:06 GMT", + "Date": "Tue, 03 May 2022 00:14:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json index 48821144ffe4..f367fdc1c361 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a24bfd78-9942-403c-b792-846969e3cd2e", + "apim-request-id": "91ed871f-c810-4086-aa04-e2609f051a1c", "Content-Length": "1289", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:08 GMT", + "Date": "Tue, 03 May 2022 00:14:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_credentials.json index f38ebb2d451d..49d3105279aa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "30260e0a-827b-4967-b5aa-d26d8689250f", + "apim-request-id": "f41c7c63-3e63-44cf-bae6-6e86addca050", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:05:25 GMT" + "Date": "Tue, 03 May 2022 00:14:58 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_model_version_error.json index 8fdf44ae42b5..9256fd857be0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b8f405a4-4132-46eb-a45e-60214a9f571e", + "apim-request-id": "e40f5676-8ff4-45f2-915c-7a21bb61f57e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:38 GMT", + "Date": "Tue, 03 May 2022 00:15:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit.json index 96796c6c46c3..edd3c2f32a2e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5272,18 +5272,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "d8fc22f1-0bff-4dbf-b554-1abd140f0389", + "apim-request-id": "bb7291ba-4826-4c15-9ab2-11a078cc82e2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:30 GMT", + "Date": "Tue, 03 May 2022 00:14:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json index 21ec33e40766..64b513ef7321 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5027,18 +5027,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "53f0a076-2e5a-4bc5-a747-ef36af950b0b", + "apim-request-id": "7a929601-5b07-4a2a-bbce-af7172f8a1a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:42 GMT", + "Date": "Tue, 03 May 2022 00:15:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json index b5aff4f8c424..3a04d4b34c41 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,11 +37,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4977f3ce-cc99-436d-b74c-941cbaa4c510", + "apim-request-id": "ec32f451-6575-4bc3-b43e-3137496e4d55", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:35 GMT", + "Date": "Tue, 03 May 2022 00:15:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "23" @@ -126,7 +126,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -162,11 +162,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4bb4dae-ef1d-4fad-8c44-13943757869f", + "apim-request-id": "3a1435e1-9c1e-4f66-8b7f-cbb2d9eab8de", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:35 GMT", + "Date": "Tue, 03 May 2022 00:15:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "18" @@ -251,7 +251,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -287,11 +287,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4014ba30-f1a5-47fd-b6ea-cd3d0586abf7", + "apim-request-id": "3ab12112-0e05-4f2d-8d18-4aff2da9289d", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:35 GMT", + "Date": "Tue, 03 May 2022 00:15:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "18" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json index 7133dc762e94..b7e1aa4c6057 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,11 +27,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a2c5dc4d-2290-4cea-908f-19658503b5b5", + "apim-request-id": "9f7d023e-4372-4f12-96d1-2ce1efc1eac5", "Content-Length": "368", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:09 GMT", + "Date": "Tue, 03 May 2022 00:15:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "16" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json index bdee0f460170..f90dc30aaf60 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_default_string_index_type_is_UnicodeCodePoint.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0c4e9d5c-11e0-4332-80d1-3f0cfdb479ac", + "apim-request-id": "ccd450f2-938b-4a85-9144-ecb2c8fe42c6", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:08 GMT", + "Date": "Tue, 03 May 2022 00:15:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs.json index 1ce0755d3204..fe8bc3c3928c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76b22ead-e7c1-4acc-8c35-dd449793f1d0", + "apim-request-id": "9a3d244f-8390-4533-adda-ceefad18f2cb", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:52 GMT", + "Date": "Tue, 03 May 2022 00:15:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json index 9aed2f471010..de4a8eee0cbd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a32d1105-b393-4151-85b8-2934394fd054", + "apim-request-id": "ffae4e75-cc07-4c9a-b705-98baba978175", "Content-Length": "379", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:52 GMT", + "Date": "Tue, 03 May 2022 00:15:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json index 6231a6de74ec..aef68d082679 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f41c7d2-f73d-4340-bb84-bfa8c4a17607", + "apim-request-id": "68a7a334-a537-4470-a7a4-9ce3925a9021", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:37 GMT", + "Date": "Tue, 03 May 2022 00:15:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json index dbd4286f088c..0250ecb09fec 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "712481f1-e02b-4cf3-b7d7-5bb96c339fae", + "apim-request-id": "bb14659f-679b-4be7-97fa-c2ffd813fb43", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:37 GMT", + "Date": "Tue, 03 May 2022 00:15:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_errors.json index 96e13a025876..07437a10bc48 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,13 +37,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b17459fb-d701-4445-b57d-b40d97665f16", + "apim-request-id": "ae797d1f-b6b3-4040-9377-3c9acdfb0da2", "Content-Length": "946", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:39 GMT", + "Date": "Tue, 03 May 2022 00:15:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -54,7 +54,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -76,7 +76,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_warnings.json index 212761c60c69..d1bc8ae86a25 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24b106c9-60fd-49a1-868e-83605ef41cab", + "apim-request-id": "424056e8-9247-4e43-aefc-c8cb9ba5ca46", "Content-Length": "397", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:39 GMT", + "Date": "Tue, 03 May 2022 00:15:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_duplicate_ids_error.json index 042cb9ed84c3..1bbe251a2107 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "27acf107-6b8c-49fc-a1a8-b2d8aeeaa62b", + "apim-request-id": "9b21f46b-6ff1-4e71-aab3-11f02e3efabb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:41 GMT", + "Date": "Tue, 03 May 2022 00:15:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_empty_credential_class.json index 27e69076b856..f4f27bd7ec66 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "663b4825-3a65-4b30-9156-eaa98164f71b", + "apim-request-id": "e8ca946f-dade-491a-883a-1fb4fd5b4d6e", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:05:24 GMT" + "Date": "Tue, 03 May 2022 00:14:58 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json index 46e152462d42..e0528c274d23 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16b6164b-d4c9-4f24-8534-9d0e626be51c", + "apim-request-id": "d43bd9fd-8ea9-4bea-b053-bb37390a9af3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:09 GMT", + "Date": "Tue, 03 May 2022 00:15:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json index 51657a0db5fa..a03c572c11ce 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab517726-ea0a-4dd9-9b50-b69808f034cf", + "apim-request-id": "99ae0aa6-cf33-4ced-936d-5c76484ba65b", "Content-Length": "368", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:09 GMT", + "Date": "Tue, 03 May 2022 00:15:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_all_errors.json index f5ccbf22a18a..983d49f0a131 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,13 +37,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81aa6aa1-a0c8-4f8f-b8b0-21fe381739f4", + "apim-request-id": "9d7cf862-3e7a-48a9-8dac-13b99d18fc7b", "Content-Length": "772", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:17 GMT", + "Date": "Tue, 03 May 2022 00:14:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -54,7 +54,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -76,7 +76,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_some_errors.json index 1ae76da298a6..6058bef58296 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb84a4c4-8fd6-4c1e-a4ca-c3f937890603", + "apim-request-id": "bf34c262-e8b5-4d30-9e77-7026d1a2ab05", "Content-Length": "1049", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:13 GMT", + "Date": "Tue, 03 May 2022 00:14:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -90,7 +90,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json index 63eb79b9f172..03b803fb5f8a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "acace73b-c6a7-4294-a709-23efc96a3785", + "apim-request-id": "ea5a9b6c-a7b4-4456-8166-9682a539d4a8", "Content-Length": "446", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:36 GMT", + "Date": "Tue, 03 May 2022 00:15:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json index 999aec30d263..595d9c725bcb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78d4245a-d94a-4a39-af65-164ce95c4946", + "apim-request-id": "d331ce5c-16d5-4371-bbd2-a569770630ff", "Content-Length": "446", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:35 GMT", + "Date": "Tue, 03 May 2022 00:15:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json index 7777d5547167..449556aa7f89 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eadcd6d8-63af-4396-aa8f-bc89afea791c", + "apim-request-id": "80b74810-e0a2-4c06-9543-f1c333c6b0a1", "Content-Length": "556", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:42 GMT", + "Date": "Tue, 03 May 2022 00:15:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json index 0e2a3638e559..e193c86d5e18 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_no_offset_v3_sentence_sentiment.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "58f35392-cf6d-43d1-889f-7a3e18f499f6", + "apim-request-id": "4989396b-9c1b-4dae-ab3b-373e8d075340", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:46 GMT", + "Date": "Tue, 03 May 2022 00:15:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_offset.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_offset.json index 3c10f88f7112..0d38fbe2166b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_offset.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_offset.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4313736b-d8c8-44da-8e6f-e238468031d9", + "apim-request-id": "50e20d3c-dc1b-44ad-8ed9-96bfc21d2fb2", "Content-Length": "522", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:46 GMT", + "Date": "Tue, 03 May 2022 00:15:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining.json index 48128b495b9f..97a6b9542ab8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "34ef2a3b-61ec-48b9-99de-d57ae955db08", + "apim-request-id": "afffeee0-c455-4031-842a-deb495ac6f66", "Content-Length": "1009", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:43 GMT", + "Date": "Tue, 03 May 2022 00:15:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json index cc43f5a68952..8f6efb2cdbd8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_more_than_5_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -58,14 +58,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "121de53d-7545-4496-8494-363ff08e87c5", + "apim-request-id": "26936efe-cad1-4a40-a252-f4e1fd57643d", "Content-Length": "7827", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=7,CognitiveServices.TextAnalytics.TextRecords=7", - "Date": "Wed, 13 Apr 2022 00:05:45 GMT", + "Date": "Tue, 03 May 2022 00:15:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json index 55095db61b59..93a55e41acbc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_no_mined_opinions.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,11 +28,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "906ba8dc-dd00-4cac-b0fc-70c1214cfcb3", + "apim-request-id": "c4cc6ed0-9ebb-4e68-a98c-3ea852a77fab", "Content-Length": "405", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:45 GMT", + "Date": "Tue, 03 May 2022 00:15:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "16" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json index f064c20273c2..aaf104a623b1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_opinion_mining_with_negated_opinion.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c8e0aa0-4f72-492a-bc98-601224b83137", + "apim-request-id": "e6aa188a-5aaa-49e1-a374-c238fc101710", "Content-Length": "957", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:44 GMT", + "Date": "Tue, 03 May 2022 00:15:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_out_of_order_ids.json index c49148ce4582..011fa494a839 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d107280f-4126-42cc-b021-e0717257a600", + "apim-request-id": "155d0202-5c12-4191-aa0e-cbe5fa056478", "Content-Length": "1288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:05:29 GMT", + "Date": "Tue, 03 May 2022 00:14:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -158,7 +158,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_output_same_order_as_input.json index efb8620c113b..8e89258a55c8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5cae7994-72aa-4141-99cf-ce71e936d1c5", + "apim-request-id": "68554dc8-bbba-4b1c-8791-b97c226ce3c0", "Content-Length": "1383", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:05:22 GMT", + "Date": "Tue, 03 May 2022 00:14:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "65" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_pass_cls.json index 40b08c2b9cb2..37237c4d5740 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4b058fea-988f-4f17-a1dc-352fc09b5833", + "apim-request-id": "67072ddc-2f88-4722-a979-7f5ef3df068d", "Content-Length": "383", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:05:43 GMT", + "Date": "Tue, 03 May 2022 00:15:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_passing_only_string.json index 864848c9bd8b..ae188483cef5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,11 +42,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ffb6d265-9773-46a6-9195-110315d55777", + "apim-request-id": "b2f62493-624e-43a6-9377-4e5470115edf", "Content-Length": "1451", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:11 GMT", + "Date": "Tue, 03 May 2022 00:14:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "19" @@ -152,7 +152,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json index df3cc0cc510f..ce065e74d288 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "80022704-bda0-412d-a312-18e0b451995c", + "apim-request-id": "b2585254-2238-45dd-9dd2-3d727ae2196b", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:32 GMT", + "Date": "Tue, 03 May 2022 00:15:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_rotate_subscription_key.json index 58d983aa33a5..f28dc2b840ae 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,11 +37,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23188df2-8334-4ba8-affd-d0a45b1bc349", + "apim-request-id": "eb96e841-1332-434d-9fea-07db2036bca3", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:36 GMT", + "Date": "Tue, 03 May 2022 00:15:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "21" @@ -126,7 +126,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -162,10 +162,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "c8e459ea-b597-4d2f-a8b7-b6e697e33abf", + "apim-request-id": "69e71a36-93ee-4b38-adc6-e2ca8c202c1e", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:05:36 GMT" + "Date": "Tue, 03 May 2022 00:15:08 GMT" }, "ResponseBody": { "error": { @@ -175,7 +175,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -211,14 +211,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1d7a8c9-7c15-4aeb-b005-2242339f959e", + "apim-request-id": "39422f34-89b2-4517-ae8f-e9e4e9e080c5", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:36 GMT", + "Date": "Tue, 03 May 2022 00:15:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json index 995914b93272..5b2e607d4c61 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "06f78069-48dd-499b-abd5-19ea765fbc9c", + "apim-request-id": "94178323-b5b5-43a3-b44b-7b6e442b5926", "Content-Length": "1624", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:05:29 GMT", + "Date": "Tue, 03 May 2022 00:14:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "SentimentAnalysisResults", @@ -181,7 +181,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json index fcfeae85046a..96fa4a226b97 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_string_index_type_not_fail_v3.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72ea722c-2125-4d20-8302-7f00bd230085", + "apim-request-id": "2a39d88a-af92-45fa-a3ba-e54280e0c3ea", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:08 GMT", + "Date": "Tue, 03 May 2022 00:15:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_too_many_documents.json index c0ed9f9a3bcd..89a28afa826f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -77,18 +77,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "d03f084c-4263-4897-837b-ea2200701808", + "apim-request-id": "d57e27e0-197e-4d10-b52f-8b34e671d852", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:05:20 GMT", + "Date": "Tue, 03 May 2022 00:14:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_user_agent.json index 8df11e7079cd..cb3f757ee28c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e2f90d4f-7a81-4a05-b5b2-375198de1cba", + "apim-request-id": "06464b69-bfb1-4272-b162-ce2f555a5234", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:37 GMT", + "Date": "Tue, 03 May 2022 00:15:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json index 279d63060fc0..684c6067223c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9bfab52a-8067-4fd9-a915-01f9866f082c", + "apim-request-id": "45971b94-8961-4317-9595-22dc47a528ff", "Content-Length": "1124", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:32 GMT", + "Date": "Tue, 03 May 2022 00:15:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json index 6254786b41aa..953e7afe7466 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e366fc2-4116-40a8-adec-87641214f7cc", + "apim-request-id": "a7509def-4e12-4b68-bedf-70962de60425", "Content-Length": "1124", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:30 GMT", + "Date": "Tue, 03 May 2022 00:15:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json index 492847179148..ac293181f6ac 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "36de89d7-1f13-4a42-bdb6-f77b22787df7", + "apim-request-id": "f67fbe1c-53a5-4e32-99d0-857620f86609", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:33 GMT", + "Date": "Tue, 03 May 2022 00:15:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json index 2140103c5bfa..5eb1cf42cdfc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "999e5ed1-ab45-4fc0-adcd-ee35ca91afea", + "apim-request-id": "1f308760-b0e0-4cc8-8ffa-dcc9236f364c", "Content-Length": "959", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:34 GMT", + "Date": "Tue, 03 May 2022 00:15:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json index 44c055302349..5d43e9610bd6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8cd47cd-bb5d-4ebb-bafd-f3a71e95eed1", + "apim-request-id": "c58e5720-8b61-4887-bde2-a9969cbc1b55", "Content-Length": "955", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:33 GMT", + "Date": "Tue, 03 May 2022 00:15:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json index a132ec00271c..3a86c124bca0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.pyTestAnalyzeSentimenttest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10db3684-f3cb-4e75-8202-99701774ff4d", + "apim-request-id": "b66d3e96-c230-4fb1-b93a-b143578a7723", "Content-Length": "955", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:05:34 GMT", + "Date": "Tue, 03 May 2022 00:15:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "kind": "SentimentAnalysisResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_dict.json index a161e5df6205..244fc237f6c9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -41,14 +41,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c3123522-3482-49dc-9414-19db60e81193", + "apim-request-id": "deba98a8-9d1b-42e4-83bb-1d3a80936ed6", "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:21 GMT", + "Date": "Tue, 03 May 2022 00:15:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -65,7 +65,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "statistics": { "charactersCount": 41, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json index 0a62fc419e29..1c907e9199ad 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -41,14 +41,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fdd01282-d60e-4ef6-987b-2efdcb050ce5", + "apim-request-id": "648e6f6d-dfca-4acf-a752-6f3b2b4d393b", "Content-Length": "519", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:21 GMT", + "Date": "Tue, 03 May 2022 00:15:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -59,7 +59,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_credentials.json index 3e6603286009..70e2553921a4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "79267f57-b5b8-4feb-adfd-d6f8a7620d53", + "apim-request-id": "5a38e257-aa69-4ec3-8667-77191d53a21e", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:12:23 GMT" + "Date": "Tue, 03 May 2022 00:15:20 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_model_version_error.json index 3a9dea40890c..abb038b46991 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "c7c6a406-87cc-4f53-9309-899d1314d3a3", + "apim-request-id": "9cd05b6b-b8b0-432f-aedd-8572f4a9c863", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:28 GMT", + "Date": "Tue, 03 May 2022 00:15:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit.json index 10e7d573e4e5..b498c49a3b7d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5271,18 +5271,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "493b4486-f536-4143-b36b-f30a960d39d3", + "apim-request-id": "70f2c2a4-ffb3-4190-8c04-b70427103f4a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:24 GMT", + "Date": "Tue, 03 May 2022 00:15:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 1000 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit_error.json index f8bb56f1b53c..14a90fb14ca7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5026,18 +5026,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "38ffbdc8-4fcb-4887-b6ab-0ca9140351db", + "apim-request-id": "48f8c78e-01e3-4260-ad8b-509fd34d948d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:31 GMT", + "Date": "Tue, 03 May 2022 00:15:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 1000 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_client_passed_default_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_client_passed_default_country_hint.json index 537cec13ab55..db1a34346109 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_client_passed_default_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_client_passed_default_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "86744c24-4a44-4995-8f04-d55fe4c08d12", + "apim-request-id": "dcf198ef-5eda-4323-9cea-14b5d2ec641c", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:26 GMT", + "Date": "Tue, 03 May 2022 00:15:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -118,14 +118,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a53e4ae4-39b3-4a43-9de6-859c21b05bdf", + "apim-request-id": "96bed2de-68c8-4638-a58e-42862e6d173e", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:27 GMT", + "Date": "Tue, 03 May 2022 00:15:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -136,7 +136,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, @@ -165,7 +165,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -200,11 +200,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab84a059-dba3-4ff2-a700-881f3bd3a744", + "apim-request-id": "6e093216-26e3-41cd-bec2-84a5cc88f526", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:27 GMT", + "Date": "Tue, 03 May 2022 00:15:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" @@ -218,7 +218,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_kwarg.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_kwarg.json index 762a9e8cdfef..f1611af1c359 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_kwarg.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_kwarg.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6bbbe134-e416-49a4-9006-d6287f2f1f25", + "apim-request-id": "b7b24104-e968-4e81-8263-534f77ec8b52", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:32 GMT", + "Date": "Tue, 03 May 2022 00:15:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_none.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_none.json index 0be238c3f77e..57fe50296f1b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_none.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_country_hint_none.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,14 +26,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "67bf285f-0086-4e1f-b068-67c4627957dd", + "apim-request-id": "b88e2ec0-b66e-47e8-bbc8-00aecd57cdc1", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:31 GMT", + "Date": "Tue, 03 May 2022 00:15:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -55,7 +55,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -80,14 +80,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0622284d-c9dd-4ead-9744-3c30b5456b03", + "apim-request-id": "de1e95a5-8aa8-4d1b-a271-714b4fe354a3", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:31 GMT", + "Date": "Tue, 03 May 2022 00:15:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -109,7 +109,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -134,14 +134,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc87fc35-cfd8-400c-9c50-c16a638d7dc5", + "apim-request-id": "a024a6de-5b4d-4b90-97ae-37fddb1abc82", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:32 GMT", + "Date": "Tue, 03 May 2022 00:15:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -163,7 +163,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -188,14 +188,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f4acae4-d374-445c-b7e6-e58319400433", + "apim-request-id": "4346a755-4626-4f39-9bf3-fb5a7b4ad91e", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:32 GMT", + "Date": "Tue, 03 May 2022 00:15:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs.json index 3be8a25ada66..d094d776f2a0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0cf8cbe3-5ad0-4695-bda5-2bc6722d0260", + "apim-request-id": "c9f23c4a-ed1f-4f84-8890-a341f89695b3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:33 GMT", + "Date": "Tue, 03 May 2022 00:15:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "documents": [ @@ -38,7 +38,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.88 + "confidenceScore": 0.85 }, "warnings": [] } diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs_body_param.json index ded4a10e9ff1..e623a25406d7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5c03048-2096-4d25-9594-f2dadcaae8cd", + "apim-request-id": "e5cdcc15-67a5-4237-83a0-a068b0d148eb", "Content-Length": "206", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:34 GMT", + "Date": "Tue, 03 May 2022 00:15:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -46,7 +46,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.88 + "confidenceScore": 0.85 }, "warnings": [] } diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json index 9604a5171a5e..8befd5c625f7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84cfe69b-e81c-4e2b-84cf-aed9978f59b8", + "apim-request-id": "90c17a49-68be-4a84-9992-1fce4b21908a", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:28 GMT", + "Date": "Tue, 03 May 2022 00:15:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "2" @@ -43,7 +43,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json index cce66755c83e..09e6b7a5b9e7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35ee25e3-ee89-426b-a94c-abeecf01c630", + "apim-request-id": "d310e854-1e34-41a8-afa3-d86dabb6fd8c", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:28 GMT", + "Date": "Tue, 03 May 2022 00:15:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -43,7 +43,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_errors.json index 1881ca67f40f..d5d78d89c57c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,13 +31,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e3357b98-a64e-49dd-810b-4a6fa897d15d", + "apim-request-id": "7cfabbae-671d-4b21-9ee7-26ddf9186798", "Content-Length": "601", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:28 GMT", + "Date": "Tue, 03 May 2022 00:15:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -48,7 +48,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -59,7 +59,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_warnings.json index 3adeee8935e9..79251eb63042 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,11 +26,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd0e1a35-fb71-4714-a740-d0c8b814b50f", + "apim-request-id": "6e995f3e-a5a6-4510-afb8-0635e93e50ef", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:30 GMT", + "Date": "Tue, 03 May 2022 00:15:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_duplicate_ids_error.json index 67eb6f0af07e..71bbad0b353a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,18 +31,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "4fc7e006-5238-416e-a56f-43ad7a9816ad", + "apim-request-id": "8b430b87-0627-443d-b28c-5c69c646e51e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:30 GMT", + "Date": "Tue, 03 May 2022 00:15:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_empty_credential_class.json index 1fc2672a01f0..dbf1e704ece0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "796d6f8f-d533-4d05-bf40-95e2624d61a9", + "apim-request-id": "d20b1528-caf4-4f4b-8d0c-2391b3227dd5", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:12:22 GMT" + "Date": "Tue, 03 May 2022 00:15:20 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_all_errors.json index 92c47d2f8cb8..47a797725454 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -41,13 +41,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8947f7d3-a6bc-426a-b136-f7007479220c", + "apim-request-id": "090d6419-1c64-4a07-868b-7e3f61a97d0e", "Content-Length": "927", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:22 GMT", + "Date": "Tue, 03 May 2022 00:15:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -58,7 +58,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -69,7 +69,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -80,7 +80,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -91,7 +91,7 @@ "id": "4", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_some_errors.json index 9baea769e876..21fe619524ca 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -41,14 +41,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a402bee-47f6-485a-b256-7908aeb112ef", + "apim-request-id": "8be9e6fb-0ef3-4807-8dad-4e44af202c38", "Content-Length": "695", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:12:22 GMT", + "Date": "Tue, 03 May 2022 00:15:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -89,7 +89,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_docs.json index e248dc3c5791..4fa8945c7c70 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,13 +26,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a5c0ffc-24e4-4b5d-a6de-9973f7da123e", + "apim-request-id": "e2fa1ad6-f5c8-4bc4-bc00-606fb19a4413", "Content-Length": "325", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:31 GMT", + "Date": "Tue, 03 May 2022 00:15:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_method.json index b51a3f784e61..e971b44371de 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_invalid_country_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,13 +26,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95a4e6f3-ed18-4589-a7c2-afd6f73a80d5", + "apim-request-id": "f8f047bf-ce28-4a2b-a820-c4247edcea7f", "Content-Length": "325", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:31 GMT", + "Date": "Tue, 03 May 2022 00:15:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_out_of_order_ids.json index 8527f9ac3ea4..423625b922c2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -46,14 +46,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "700deb3e-c301-4790-85bd-ea0ea4c40b64", + "apim-request-id": "e47a7fe7-e036-4a2a-bd46-0bc792b9ddd8", "Content-Length": "718", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:23 GMT", + "Date": "Tue, 03 May 2022 00:15:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -101,7 +101,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_output_same_order_as_input.json index 4e796b951f1f..db5438226564 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -46,14 +46,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7b43b641-f071-4fc3-a932-990ac4164c69", + "apim-request-id": "c20db95e-9bf0-4ece-b069-37b2797bbdf1", "Content-Length": "621", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:12:22 GMT", + "Date": "Tue, 03 May 2022 00:15:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_pass_cls.json index fc0fc989b998..1d3798424eab 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,14 +26,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6ec259da-fe7d-413f-bb24-193b7b13b7fa", + "apim-request-id": "67a4f931-0dbe-4b8f-959d-829993d2b581", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:33 GMT", + "Date": "Tue, 03 May 2022 00:15:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_passing_only_string.json index 3ab0136d4b68..68c38ae3c0ee 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -46,14 +46,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f2811fa0-5cc4-460e-8948-7f3b79ecd50e", + "apim-request-id": "0921cebc-225c-4321-a7cd-a56332f848c7", "Content-Length": "681", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:21 GMT", + "Date": "Tue, 03 May 2022 00:15:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -64,7 +64,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, @@ -101,7 +101,7 @@ "id": "4", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json index a916e59b7557..13bb0a2d81ab 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98af75a4-4d63-41b0-b887-b69b936a210b", + "apim-request-id": "471a5267-d46c-49a1-a3fd-e74c38ef318b", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:25 GMT", + "Date": "Tue, 03 May 2022 00:15:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_rotate_subscription_key.json index 847bddebc2ff..27cfa9dba535 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50202502-3861-42fa-a504-9ab9bc774258", + "apim-request-id": "3aa30648-5f1d-419d-a452-f4811ac45c3c", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:27 GMT", + "Date": "Tue, 03 May 2022 00:15:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, @@ -83,7 +83,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -118,10 +118,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "443bb4a2-a922-4025-9d48-c4dd8b697d2b", + "apim-request-id": "14b13118-3722-4896-845a-386980125dfa", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:12:27 GMT" + "Date": "Tue, 03 May 2022 00:15:25 GMT" }, "ResponseBody": { "error": { @@ -131,7 +131,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -166,14 +166,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4751081c-b95e-48a5-ab71-7fd5f7c715fd", + "apim-request-id": "3013db05-18a8-4fc8-a2f4-309406ac5df7", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:27 GMT", + "Date": "Tue, 03 May 2022 00:15:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -184,7 +184,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_show_stats_and_model_version.json index e827d90517e6..f9024f6b829a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "914790f8-c6df-4757-a275-b7232b389023", + "apim-request-id": "953bcc54-7c1e-4aa5-be38-6ad2c43d966f", "Content-Length": "1054", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Mon, 25 Apr 2022 21:41:56 GMT", + "Date": "Tue, 03 May 2022 00:15:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -125,7 +125,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json index f8f80b992cc7..731837622814 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03b3dbe7-69e9-4398-a434-3cf533096bcd", + "apim-request-id": "987d35b6-af36-49a1-8da9-1202ff6245b3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:10 GMT", + "Date": "Tue, 03 May 2022 00:15:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_user_agent.json index 8fe336e1ca64..7fec6113b942 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "59cd84de-4fed-4ffd-a3f6-75f61569e532", + "apim-request-id": "56fa60d2-b317-471d-a2b0-7ef1631c76be", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:27 GMT", + "Date": "Tue, 03 May 2022 00:15:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint.json index 39e52b7d4ab5..49aeb8325cbd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f5e1644-bb71-4795-8e84-ff2b53d0930f", + "apim-request-id": "4b0f8ade-e92a-4772-9480-e726ca62e3ae", "Content-Length": "414", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:25 GMT", + "Date": "Tue, 03 May 2022 00:15:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json index bf1614581174..87bfbdc5452b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae220c67-525e-4259-9a2c-afc3eb72101a", + "apim-request-id": "9860f874-2493-4ec0-84da-73e51c82485a", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:26 GMT", + "Date": "Tue, 03 May 2022 00:15:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json index 12fddc412049..2515c49639d7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8d4375f-892c-4c74-8a71-b2e5f29f6d09", + "apim-request-id": "415d796a-f101-4c7a-a0cc-6c1dc223816a", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:26 GMT", + "Date": "Tue, 03 May 2022 00:15:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json index a1df82cb5f6f..ab208eeec64c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12b563de-4bbe-4c5c-9a07-a9d04c320f02", + "apim-request-id": "940585e8-3ed5-4c9c-9211-31738244118a", "Content-Length": "416", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:25 GMT", + "Date": "Tue, 03 May 2022 00:15:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json index 32c229e79a4c..df29d0ea8c64 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b74dbd78-0d33-4642-88c4-92f3ac53a95e", + "apim-request-id": "7ced519d-ede6-4f8f-9363-aceccac2caa1", "Content-Length": "416", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:26 GMT", + "Date": "Tue, 03 May 2022 00:15:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json index 0bab376ee2d5..5b2a76656ebe 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26afd7eb-2f1b-4ba3-9026-168cfb0b60c6", + "apim-request-id": "ebec56dc-5367-44db-bd48-0b21084efb21", "Content-Length": "414", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:25 GMT", + "Date": "Tue, 03 May 2022 00:15:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_dict.json index 79bb76c56013..0aad4da194f0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -40,14 +40,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4d4f8784-e55a-408a-a2e0-8758c2db3a48", + "apim-request-id": "26c8d5f3-8ea8-4373-bc96-dfdaec4580cc", "Content-Length": "858", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:34 GMT", + "Date": "Tue, 03 May 2022 00:15:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -64,7 +64,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "statistics": { "charactersCount": 41, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json index 99c6291bf59f..978fe9d7298c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -40,11 +40,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ddec63d-a12d-4d00-80b3-474dd40801d7", + "apim-request-id": "5756795d-549c-4308-8098-33b936a2b6fe", "Content-Length": "519", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:34 GMT", + "Date": "Tue, 03 May 2022 00:15:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" @@ -58,7 +58,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_credentials.json index bb2e2831172b..9ee331e5cac9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "6bba2576-c379-4f67-bce6-0c5cd567e8fd", + "apim-request-id": "2036334f-cbbd-4b53-a7a0-3353ec7599b7", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:12:36 GMT" + "Date": "Tue, 03 May 2022 00:15:32 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_model_version_error.json index bb6823aea96a..81f93d8c0ccd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,9 +27,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "fb5cf8bd-baa3-4e4d-a088-660e09fd37c1", + "apim-request-id": "56fd5218-276b-433a-ab21-49ef1923791e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:42 GMT", + "Date": "Tue, 03 May 2022 00:15:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit.json index 63e7d13a5bdc..6f6d0c1c5770 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5270,18 +5270,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "5d953a5e-afff-4246-8c2a-370c23dadce6", + "apim-request-id": "12b9b457-92e8-4b2a-a819-3fecde7138e4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:37 GMT", + "Date": "Tue, 03 May 2022 00:15:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 1000 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit_error.json index 2df42f55dfbb..0d6484dfeda5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5025,18 +5025,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "77a71951-4029-407f-9594-e536d351a74f", + "apim-request-id": "6b60e48c-1c4f-4f59-ac92-e71f9c0d60fc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:43 GMT", + "Date": "Tue, 03 May 2022 00:15:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 1000 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_client_passed_default_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_client_passed_default_country_hint.json index d2b84b68fad7..e52366c72f25 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_client_passed_default_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_client_passed_default_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dff53e18-97ab-4830-9adb-e15fd4c0f051", + "apim-request-id": "df5d2ab2-0eed-4c94-82bd-cdf5691d7fb4", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:40 GMT", + "Date": "Tue, 03 May 2022 00:15:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, @@ -82,7 +82,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -116,14 +116,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a542384b-6d62-41da-b597-0fa1f4c0c3ee", + "apim-request-id": "56972811-a15e-45e4-9be7-7ed7457f4535", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:40 GMT", + "Date": "Tue, 03 May 2022 00:15:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -134,7 +134,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, @@ -163,7 +163,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -197,14 +197,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "97497ae3-2dcb-41d5-9c4f-b0179d543100", + "apim-request-id": "8d8dd16b-fe03-446b-9943-0a207a62e372", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:40 GMT", + "Date": "Tue, 03 May 2022 00:15:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -215,7 +215,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_kwarg.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_kwarg.json index 08ced039be67..d3ac35792514 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_kwarg.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_kwarg.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bbb37e62-785f-48bc-809b-80338454dc49", + "apim-request-id": "13cd9cf3-84b5-446b-aa99-b5cf24f40c49", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:45 GMT", + "Date": "Tue, 03 May 2022 00:15:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_none.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_none.json index 46b4c07d70f3..97347db6e83e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_none.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_country_hint_none.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,14 +25,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2bf97726-c2e2-4bc8-88b3-4eeef10f955a", + "apim-request-id": "3d39729a-4f3e-4874-83b8-5bd52829a42c", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:44 GMT", + "Date": "Tue, 03 May 2022 00:15:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -54,7 +54,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -78,14 +78,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2b5de850-f7e7-48d7-ab56-29f9a102428f", + "apim-request-id": "376189fc-830d-4cc3-8a13-9c300a30f41c", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:44 GMT", + "Date": "Tue, 03 May 2022 00:15:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -107,7 +107,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -131,11 +131,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6abea93a-ec6e-44fb-ad69-91abad79c8c0", + "apim-request-id": "d20ed5c2-2940-44ef-a261-a847f2a23f61", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:44 GMT", + "Date": "Tue, 03 May 2022 00:15:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "8" @@ -160,7 +160,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -184,14 +184,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e2ab4b92-b38d-4d85-820b-ababc655a92d", + "apim-request-id": "d80d96a9-baac-4c21-93aa-c677b6f034a5", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:44 GMT", + "Date": "Tue, 03 May 2022 00:15:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs.json index 0bbb4b5b8474..6f0340be7a7e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs.json @@ -21,10 +21,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "479efbae-aaa5-4fc6-bf4e-35292d7ccc15", + "apim-request-id": "6b332f8a-2b16-445f-9bfb-76e7ee770783", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:45 GMT", + "Date": "Tue, 03 May 2022 00:15:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -37,7 +37,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.88 + "confidenceScore": 0.85 }, "warnings": [] } diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs_body_param.json index d203f0ffc308..70a4ad15d24d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35709fc9-b983-4f84-a8c9-2e016b277aab", + "apim-request-id": "37e8beec-e3a0-4b33-9eff-d42802bdc1b7", "Content-Length": "206", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:46 GMT", + "Date": "Tue, 03 May 2022 00:15:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -45,7 +45,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.88 + "confidenceScore": 0.85 }, "warnings": [] } diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json index b49d75ca3bbf..9cc38a8f7a4b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d05cb451-281d-443f-b664-a800b3d24783", + "apim-request-id": "4e957f3f-75b2-4bbc-8bcc-9d85fb9a7fe8", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:41 GMT", + "Date": "Tue, 03 May 2022 00:15:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "2" @@ -42,7 +42,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json index cae3fbd49b9c..7aed76557fc5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,13 +25,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "566e7b66-7056-4e6a-a62e-cd3bbe606ceb", + "apim-request-id": "e14f01a7-b9a7-4b13-9963-26cc5785423e", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:41 GMT", + "Date": "Tue, 03 May 2022 00:15:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -42,7 +42,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_errors.json index b5be8991eeb2..bc651dcb7039 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,10 +30,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a58b7494-10f0-4832-b1e3-8545e585637d", + "apim-request-id": "7ace2ac1-f214-45a4-8721-89206dc24569", "Content-Length": "601", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:42 GMT", + "Date": "Tue, 03 May 2022 00:15:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -47,7 +47,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -58,7 +58,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_warnings.json index 8ee2ee19c39d..d3f957907a63 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,11 +25,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93e55175-c3a3-407e-9332-ea833ae8107a", + "apim-request-id": "8497f44b-891d-4a9c-91af-37c1fdfb1ddb", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:42 GMT", + "Date": "Tue, 03 May 2022 00:15:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "8" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_duplicate_ids_error.json index ae72ca9c5720..d9aaffc069d9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,18 +30,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "f9659ac0-09a1-42b9-97ea-05fd3a9d4d3c", + "apim-request-id": "00f50781-c1eb-4b6a-8161-9b4b52d631cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:43 GMT", + "Date": "Tue, 03 May 2022 00:15:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_empty_credential_class.json index 17383bf9a374..0c5407197cae 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "0596bad7-fbad-46d8-bb51-d9d58e1c91c7", + "apim-request-id": "430e7887-fc84-4556-89a3-042ece71f296", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:12:36 GMT" + "Date": "Tue, 03 May 2022 00:15:32 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_all_errors.json index 3adbcca3b357..39f064c86797 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -40,10 +40,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4877556-2f7c-4240-8bdd-92bfd96538da", + "apim-request-id": "eabe1e1e-cd4d-4c6c-b79c-68ffece8a368", "Content-Length": "927", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:35 GMT", + "Date": "Tue, 03 May 2022 00:15:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -57,7 +57,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -68,7 +68,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -79,7 +79,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -90,7 +90,7 @@ "id": "4", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_some_errors.json index 0c7cf723db23..bad9dba8e6c8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -40,14 +40,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a676d808-0c1e-4e51-9eb3-127808e81d18", + "apim-request-id": "23d32933-21df-485b-b4fc-b7d2ad5167ab", "Content-Length": "695", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:12:35 GMT", + "Date": "Tue, 03 May 2022 00:15:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -88,7 +88,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_docs.json index 3d4614441239..85f661fa5fa4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76a66486-b043-4ed8-9ace-9dabf64e046e", + "apim-request-id": "6ca4c49e-030b-49bc-bc04-0e30acea561a", "Content-Length": "325", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:44 GMT", + "Date": "Tue, 03 May 2022 00:15:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "2" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_method.json index 73d1f6e6df5b..a9e3087c1864 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_invalid_country_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,13 +25,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9552ccfa-5786-4dd7-955a-8b4d2e3e028b", + "apim-request-id": "1ab05d56-5668-4479-9f92-e8c602c59fa1", "Content-Length": "325", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:12:43 GMT", + "Date": "Tue, 03 May 2022 00:15:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_out_of_order_ids.json index 96681f2b5df9..d99bf0c7d967 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -45,14 +45,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7796b8fe-90ab-496e-8044-8335229fe72a", + "apim-request-id": "bd8cc2d0-076d-4da6-8a04-aaa739bc5ec1", "Content-Length": "718", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:36 GMT", + "Date": "Tue, 03 May 2022 00:15:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -100,7 +100,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_output_same_order_as_input.json index 288777d27c28..250d43e0d46b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -45,14 +45,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cce162e2-40cc-4a35-9867-3289a9863a4e", + "apim-request-id": "9696675b-c9fe-4255-8e49-061d606b5759", "Content-Length": "621", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:12:35 GMT", + "Date": "Tue, 03 May 2022 00:15:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_pass_cls.json index 37ec42c3ff20..a7132b51cb85 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,14 +25,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f1d37d2-cec2-4ad7-8815-02a2bf6cee93", + "apim-request-id": "55b02b35-b2b4-4bca-b93e-b7d348d9ada6", "Content-Length": "205", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:12:45 GMT", + "Date": "Tue, 03 May 2022 00:15:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_passing_only_string.json index 32c57c2ad14e..178c08a2b45d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -45,11 +45,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb73da08-52bb-4330-bbef-f44e1bc205c8", + "apim-request-id": "6c865b7b-27d6-43a1-a59d-c596c77bfc47", "Content-Length": "681", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:35 GMT", + "Date": "Tue, 03 May 2022 00:15:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" @@ -63,7 +63,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, @@ -100,7 +100,7 @@ "id": "4", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json index 72643e74465b..7fa852580e59 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_per_item_dont_use_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,11 +35,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "53b28da7-7094-4095-80af-d2ccb4764198", + "apim-request-id": "616b0b10-5b58-440b-89ac-b39be36fee1f", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:38 GMT", + "Date": "Tue, 03 May 2022 00:15:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_rotate_subscription_key.json index 0ec3e72370d4..f432bbd59d8d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a698c1b-8d6c-4cd5-9f63-afafff2c5f47", + "apim-request-id": "e5862463-fcf4-412a-a36c-59d0e0c32990", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:41 GMT", + "Date": "Tue, 03 May 2022 00:15:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, @@ -82,7 +82,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -116,10 +116,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "7e2632e7-bd62-4f95-b884-ac30aebcf028", + "apim-request-id": "03e87c42-0528-423e-ad74-754e0d129cf4", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:12:41 GMT" + "Date": "Tue, 03 May 2022 00:15:36 GMT" }, "ResponseBody": { "error": { @@ -129,7 +129,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -163,11 +163,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3739617-0020-442c-9802-2dd50b0e017b", + "apim-request-id": "837f5793-2f29-457c-a37b-524561f71aaf", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:41 GMT", + "Date": "Tue, 03 May 2022 00:15:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "9" @@ -181,7 +181,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_show_stats_and_model_version.json index afe6f3773dd3..0f34a81a2631 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e282815-4c78-4aca-9fe7-3ba7bd33ca8a", + "apim-request-id": "7911bec1-8284-47ff-af8f-fa6960c23c40", "Content-Length": "1054", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:12:37 GMT", + "Date": "Tue, 03 May 2022 00:15:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -124,7 +124,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json index 2f0ca03c4414..a862ff5ca28f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_string_index_type_not_fail_v3.json @@ -21,10 +21,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f4126ab-bc97-438c-9650-438f68b34dd0", + "apim-request-id": "ebeb96ba-eabf-43bb-87ef-a74d330670b2", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:10 GMT", + "Date": "Tue, 03 May 2022 00:15:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_user_agent.json index 307e6ad88f2b..719c0b65a9d3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9001b7b0-a6b2-45ee-93fe-193309dd70c4", + "apim-request-id": "ec599cc0-ce2d-40b9-b9aa-084e6c66dc96", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:41 GMT", + "Date": "Tue, 03 May 2022 00:15:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint.json index 348470e20f69..bc04eee14653 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6207cbf7-4112-4ed0-8af7-9afbe0f64f3a", + "apim-request-id": "093ae6e4-bfe6-4e2f-b7c8-1fa44e346dee", "Content-Length": "414", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:37 GMT", + "Date": "Tue, 03 May 2022 00:15:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json index b76536dc0456..5f9eab03b417 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "db3973ae-4499-447f-b816-ecc57c03b891", + "apim-request-id": "a030cb80-7c91-40a6-acb2-4a9f2f8ced7c", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:38 GMT", + "Date": "Tue, 03 May 2022 00:15:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json index 6e54371e24e2..a7d0d7990005 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "459f7aa8-ec06-4781-8347-a2b416ca1637", + "apim-request-id": "2e403405-8250-47b4-b7ad-6826e0a2571e", "Content-Length": "415", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:40 GMT", + "Date": "Tue, 03 May 2022 00:15:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.99 + "confidenceScore": 0.98 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json index ae696cfb84b3..8c1969766fa9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ccf8ff2e-681b-4b4c-9a0d-44b2f7b91d56", + "apim-request-id": "03f7684a-cc67-4e40-a53b-5de1a3d555e3", "Content-Length": "416", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:38 GMT", + "Date": "Tue, 03 May 2022 00:15:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json index 4767bfbae553..67080afe0102 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_country_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4b12bcd8-eff7-4f33-a453-f9bfc40f2748", + "apim-request-id": "61ee8040-7444-4d2c-ad87-3e35d62bf85c", "Content-Length": "416", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:40 GMT", + "Date": "Tue, 03 May 2022 00:15:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "LanguageDetectionResults", @@ -53,7 +53,7 @@ "detectedLanguage": { "name": "English", "iso6391Name": "en", - "confidenceScore": 0.97 + "confidenceScore": 0.96 }, "warnings": [] }, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json index 9fb9549e22cc..e2265772e9bf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.pyTestDetectLanguagetest_whole_batch_dont_use_country_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf6eff52-7142-4244-9226-f04c0d963039", + "apim-request-id": "9708ca98-1fd7-46be-a335-1428d538fa9a", "Content-Length": "414", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:12:38 GMT", + "Date": "Tue, 03 May 2022 00:15:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "LanguageDetectionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfc.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfc.json index a6586a19ac3d..5a8ce1562999 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfc.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfc.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6ac3bfaa-7d91-4d75-a9fd-35edad04b630", + "apim-request-id": "56a163d2-3861-4396-9ccb-269363a6679e", "Content-Length": "286", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:36 GMT", + "Date": "Tue, 03 May 2022 00:15:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfd.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfd.json index eca15296a330..4c5777dd489c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfd.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_diacritics_nfd.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96297af9-c146-47e4-a901-c300cbeb0d44", + "apim-request-id": "4894f5b5-8d12-450f-93cd-f0820aa06827", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:36 GMT", + "Date": "Tue, 03 May 2022 00:15:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji.json index bbc1add847e6..6cf939f43b67 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef869d49-c6f3-4843-88fc-db67c91661f4", + "apim-request-id": "a86fbcb3-10d6-444f-a4c2-00bbb906a514", "Content-Length": "286", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:34 GMT", + "Date": "Tue, 03 May 2022 00:15:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "264" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family.json index 86cb90c29503..4f8c2a2f7709 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72e1d91e-0e0b-4c0e-b7c0-4a1b3307ef40", + "apim-request-id": "b133bb7e-c32d-442d-a9b6-d04c5509985d", "Content-Length": "308", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:35 GMT", + "Date": "Tue, 03 May 2022 00:15:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "237" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json index bf17b07def98..5ebc016cd5cc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5167f552-eb9d-4548-8d99-b11eef269c33", + "apim-request-id": "f8390f21-15ab-41dc-886e-611f2ac025df", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:36 GMT", + "Date": "Tue, 03 May 2022 00:15:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "191" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_with_skin_tone_modifier.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_with_skin_tone_modifier.json index 6b6db5e1771d..9f2e236ed6e7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_with_skin_tone_modifier.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_emoji_with_skin_tone_modifier.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "25ceecaa-e620-4a92-927e-3fb5075e3d72", + "apim-request-id": "0dbddfb2-f043-45c1-a915-11f34e5c508b", "Content-Length": "290", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:35 GMT", + "Date": "Tue, 03 May 2022 00:15:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "252" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfc.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfc.json index 198067541ac6..8324fa6b8487 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfc.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfc.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1c735fc-6a52-47c2-9c7f-72374ec129a7", + "apim-request-id": "43ed3fe2-eee8-4afa-8378-65c695017b30", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:37 GMT", + "Date": "Tue, 03 May 2022 00:15:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfd.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfd.json index 864583d8e87a..4acef27a32be 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfd.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_korean_nfd.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0006c54-b65b-4300-90b4-b6eda719a823", + "apim-request-id": "7880b07c-9e6f-472b-add8-2111b62c6cf9", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:37 GMT", + "Date": "Tue, 03 May 2022 00:15:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "202" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_zalgo_text.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_zalgo_text.json index 466c03fbfbd9..7bcc005a9a9e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_zalgo_text.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.pyTestEncodingtest_zalgo_text.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "85ee9502-5cb9-4ce6-a84d-4833671e4df7", + "apim-request-id": "a58d52b3-cbe6-4bdf-a268-775165d2fda3", "Content-Length": "511", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:13:39 GMT", + "Date": "Tue, 03 May 2022 00:15:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "198" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfc.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfc.json index 09a41a1a87d5..f37e57589cbe 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfc.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfc.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,11 +27,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed982c98-44b0-4e6b-9905-2ff1dab3bdab", + "apim-request-id": "0c3bf6b1-5b11-4e3f-85dc-c935cc14aded", "Content-Length": "286", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:31 GMT", + "Date": "Tue, 03 May 2022 00:15:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "29" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfd.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfd.json index 855c7da373c2..d3c5e72d5dbe 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfd.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_diacritics_nfd.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3420b525-2824-4ff3-b450-a0898988cbae", + "apim-request-id": "9f7b1671-f49e-415f-89fb-073c9a36d8a8", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:31 GMT", + "Date": "Tue, 03 May 2022 00:15:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "39" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji.json index b339640f0646..a166ab7fd831 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ee45951e-912a-4094-b79f-1dc54dda0f5a", + "apim-request-id": "e454ea79-6dbc-4e76-ad54-b61fea3892f8", "Content-Length": "286", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:30 GMT", + "Date": "Tue, 03 May 2022 00:15:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family.json index 6a1b20ada50e..00c4bb3d07c2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "80ff5237-f2b4-4d8b-bdac-ec833ac2e388", + "apim-request-id": "c205afb6-54ea-4ee0-b119-01d8817e33f3", "Content-Length": "308", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:30 GMT", + "Date": "Tue, 03 May 2022 00:15:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "206" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json index bea06aa8666f..f1e4f24ed2f9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_family_with_skin_tone_modifier.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f63f1e9f-a647-48cf-bc77-4006928a7750", + "apim-request-id": "4e299d13-34e7-49c5-9c53-da85d0cc7095", "Content-Length": "324", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:31 GMT", + "Date": "Tue, 03 May 2022 00:15:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "202" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_with_skin_tone_modifier.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_with_skin_tone_modifier.json index 68ff8a969248..7c7dab2630d7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_with_skin_tone_modifier.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_emoji_with_skin_tone_modifier.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "af33bd50-38fe-4306-9b64-5d2b38f13935", + "apim-request-id": "6229b1f7-34aa-4950-b446-8a407efe0d96", "Content-Length": "290", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:30 GMT", + "Date": "Tue, 03 May 2022 00:15:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfc.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfc.json index fa3513e91a6f..cee6db605ac8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfc.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfc.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "36c10770-bf90-4481-ba41-f381c9b563a0", + "apim-request-id": "7487fbbb-bca9-4efb-ae83-df57043610c7", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:31 GMT", + "Date": "Tue, 03 May 2022 00:15:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfd.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfd.json index a9d58815faf2..1101bf803c00 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfd.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_korean_nfd.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01d975a5-5c6c-4c31-adb5-10e272c1d6c6", + "apim-request-id": "8952d2e0-841e-44e2-8390-dc07f7e1616b", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:32 GMT", + "Date": "Tue, 03 May 2022 00:15:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_zalgo_text.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_zalgo_text.json index 139cf98dd48b..c247b83ffefc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_zalgo_text.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.pyTestEncodingtest_zalgo_text.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10a1f344-4da9-4b08-ada7-759156b21724", + "apim-request-id": "9f409529-ddb3-4ffd-b927-d46af0f78c46", "Content-Length": "511", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:14:32 GMT", + "Date": "Tue, 03 May 2022 00:15:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "242" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json index 3a3b16ba2d49..45ec047feb6b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,14 +31,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d8c6a88-09e2-4f62-9dbf-533fe0135bda", + "apim-request-id": "aa05da74-64b6-4db7-858c-a23f1f57e00d", "Content-Length": "483", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:15:29 GMT", + "Date": "Tue, 03 May 2022 00:15:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json index 660f0030b632..a348f2fbf64a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,14 +31,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c8645b2c-f54b-4f82-97cb-cf6588f13890", + "apim-request-id": "2d540df6-eec8-4c2a-9da0-f4c94e976a9b", "Content-Length": "259", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:15:29 GMT", + "Date": "Tue, 03 May 2022 00:15:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_credentials.json index 8867a5502a32..f99c03580850 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "df79e5c8-e3ab-4160-8e8f-cc2e4cda2d69", + "apim-request-id": "3802066e-9843-4848-a0a8-57d8014a6cd8", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:15:31 GMT" + "Date": "Tue, 03 May 2022 00:15:50 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_model_version_error.json index 8680ce5756b2..6d43942316ca 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "25acd97f-d440-4708-96cb-373db66df3a5", + "apim-request-id": "7246f568-f818-46b6-beac-e643b2e151aa", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:38 GMT", + "Date": "Tue, 03 May 2022 00:15:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit.json index 65f5bc7fc34b..dbf7bf1a133d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5271,18 +5271,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "9bc4e290-cec5-4fe7-9635-e63f926883be", + "apim-request-id": "89a5f827-3776-4635-856a-0604c1780e1b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:33 GMT", + "Date": "Tue, 03 May 2022 00:15:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json index f4c8bebb9b8a..705880fdbec9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5026,18 +5026,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "99f95cdb-433f-41df-bdc5-641c0d64782a", + "apim-request-id": "9a1f4870-e942-475d-bc14-4ef367b4e169", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:40 GMT", + "Date": "Tue, 03 May 2022 00:15:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json index 6a6c99acb189..ca5024fc6da7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1a6c9ad-f0db-4baa-89f3-ce8eb7dd7893", + "apim-request-id": "ec85f89c-04d4-4d06-b223-f42bb8e6a2fd", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:36 GMT", + "Date": "Tue, 03 May 2022 00:15:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -78,7 +78,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -113,14 +113,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a2f7077-1c08-4bfb-b6bb-3c8db9c58b27", + "apim-request-id": "252f310d-6d08-47df-876b-736f8be10aec", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:36 GMT", + "Date": "Tue, 03 May 2022 00:15:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -155,7 +155,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -190,14 +190,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12e8cc3a-39b9-4979-87b5-c252c345efbd", + "apim-request-id": "5800fde2-59ce-4e79-b4b1-334314f4ecbf", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:36 GMT", + "Date": "Tue, 03 May 2022 00:15:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs.json index b084d2ba22be..d746c6f72145 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f733430a-79ad-40bb-a465-aa1ac49853f7", + "apim-request-id": "ecde0648-c954-4c6f-b4c4-6d7ef05f31cf", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:41 GMT", + "Date": "Tue, 03 May 2022 00:15:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json index 6d4e042f5c29..888a7428cf01 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,11 +28,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0f1c379-c666-45d2-a8e2-50c2ae10c451", + "apim-request-id": "87bb535d-2028-49ff-bf57-03894cd34f0e", "Content-Length": "160", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:41 GMT", + "Date": "Tue, 03 May 2022 00:15:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json index 781c787431fe..24310cf1332a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ec8108b6-06cd-4c9e-b220-ab24490e6494", + "apim-request-id": "c8ddc6ca-8f3b-4ed4-ba90-fa7f9c6c2b9e", "Content-Length": "266", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:38 GMT", + "Date": "Tue, 03 May 2022 00:15:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -43,7 +43,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json index ce743578e98d..bb6bcb860921 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,13 +26,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "665ae0d3-8b67-4a17-91c7-1146fc444dc0", + "apim-request-id": "7a3ba7e4-b958-4d8d-9c70-9f538973dfbd", "Content-Length": "266", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:38 GMT", + "Date": "Tue, 03 May 2022 00:15:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -43,7 +43,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_errors.json index 2e129ed707fe..33123089ba55 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,13 +36,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "090b51cd-62db-4f32-9100-c1c255fe537f", + "apim-request-id": "de360ed4-e62a-4e8a-9f86-ab9749370b83", "Content-Length": "991", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:39 GMT", + "Date": "Tue, 03 May 2022 00:15:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -53,7 +53,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -75,7 +75,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_duplicate_ids_error.json index 4d7c68eb8ead..70c8332885f1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,9 +31,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b05f7305-dea7-4aa0-aede-95a299fcd3f3", + "apim-request-id": "025934dd-c262-4870-aa3f-71f9aee00fe4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:40 GMT", + "Date": "Tue, 03 May 2022 00:15:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -42,7 +42,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_empty_credential_class.json index 82f00dcb5f92..4684ebca214e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "606eb340-ee32-46a9-86a0-c67fe18f3d26", + "apim-request-id": "3bc84d49-fda6-49fe-8a81-0d67590b3b51", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:15:31 GMT" + "Date": "Tue, 03 May 2022 00:15:50 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_all_errors.json index 07526f11546b..594ffb1db706 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,13 +31,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "60ba83aa-b594-4f02-801a-7eb5a890ab09", + "apim-request-id": "39900fd0-0e36-4b58-850a-20af03b1c963", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:30 GMT", + "Date": "Tue, 03 May 2022 00:15:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -59,7 +59,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_some_errors.json index a204e9d55ec2..8708d855eb4c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,14 +31,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc0efc95-deee-4c6d-bd3c-1d4ead5db9cb", + "apim-request-id": "7817712c-334d-4d1f-b29e-a2d052af4a4d", "Content-Length": "568", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:30 GMT", + "Date": "Tue, 03 May 2022 00:15:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json index 9ee1cc157a6e..5a33156cd86f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,13 +26,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c898af6-1d9a-4b6d-ae44-055629de7ee9", + "apim-request-id": "73d24699-8af5-4f58-b018-4121cd63ee0a", "Content-Length": "491", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:37 GMT", + "Date": "Tue, 03 May 2022 00:15:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json index 309c4a3ae2d9..0d27f1153e4f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,10 +26,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b7e5b43-7d79-4c21-91fa-2e9b92d0ba53", + "apim-request-id": "16f0bdf1-940f-4c42-817a-05ccbb7568d7", "Content-Length": "491", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:36 GMT", + "Date": "Tue, 03 May 2022 00:15:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "4" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json index 41e012f7d7ad..04bdf2a68a35 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,11 +28,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6d92055-7849-40a1-a6d6-bfeff9c5d17f", + "apim-request-id": "0e83e1f4-4005-49e5-96fc-fce4c8471ea4", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:40 GMT", + "Date": "Tue, 03 May 2022 00:15:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_out_of_order_ids.json index 3bb22fec22e9..742f2686a3fb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -46,14 +46,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e944907f-d7e8-43d9-9a95-505ed17501dc", + "apim-request-id": "e8f944d4-3987-4a63-b50f-b0b0e6fbc414", "Content-Length": "432", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:15:32 GMT", + "Date": "Tue, 03 May 2022 00:15:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -85,7 +85,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_output_same_order_as_input.json index 461a16dff8ba..88054d15da5a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -46,14 +46,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b38900b6-a500-4ae6-b20f-7f1499a88ae3", + "apim-request-id": "dff8bb98-03cd-4bae-bc8f-449e9e2fd782", "Content-Length": "308", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:15:31 GMT", + "Date": "Tue, 03 May 2022 00:15:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_pass_cls.json index 83ef4a4b6f8a..6281de4f8881 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -26,14 +26,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c9c606c-2496-46f1-a67d-8bc513fc3305", + "apim-request-id": "e3b687e4-6c7f-465d-8f76-9a59eca79bb8", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:41 GMT", + "Date": "Tue, 03 May 2022 00:15:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_passing_only_string.json index e0e113a75cf3..a0ba0ea23ded 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01ae4934-f269-4e27-a5a6-12a6d8024755", + "apim-request-id": "dbebaac2-da59-4ad9-b1bc-d203facd0786", "Content-Length": "421", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:15:30 GMT", + "Date": "Tue, 03 May 2022 00:15:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -73,7 +73,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json index e9a08ba9cdd9..8bcc39523bc7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,11 +36,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf203cfd-cbc6-4ec2-8ce9-76fceb078bce", + "apim-request-id": "1f167bbc-e50f-4589-8cfe-0d7da89890e5", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:35 GMT", + "Date": "Tue, 03 May 2022 00:15:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "13" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_rotate_subscription_key.json index df6b88f3f497..2f3e5f3758e5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7e3d04e-be5d-477c-9998-0cd90d33f77e", + "apim-request-id": "72cdeaa1-bd59-4840-87c6-2eba72ae51e7", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:37 GMT", + "Date": "Tue, 03 May 2022 00:15:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -78,7 +78,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -113,10 +113,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "ef78a85e-b317-463b-b53a-625c473d49cc", + "apim-request-id": "b37fce8a-fb21-496d-ae01-90f699a23473", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:15:37 GMT" + "Date": "Tue, 03 May 2022 00:15:54 GMT" }, "ResponseBody": { "error": { @@ -126,7 +126,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -161,11 +161,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64d7e5c3-a5a1-4da6-b448-b86a04abecb6", + "apim-request-id": "c9286c8d-a2cc-413b-850c-5092581805ed", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:37 GMT", + "Date": "Tue, 03 May 2022 00:15:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "16" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json index d5ec0b6deec3..0edd18a20bdd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b7b82fe-7686-47ff-b7c3-2470daa6f53f", + "apim-request-id": "1bc6234c-1e7c-40ff-a501-46d0d742b8e2", "Content-Length": "768", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:15:32 GMT", + "Date": "Tue, 03 May 2022 00:15:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -109,7 +109,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_too_many_documents.json index cd8c468f543f..7666564bcd4f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -76,18 +76,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "eabac650-c0d1-4f44-a4e5-7747e73a8851", + "apim-request-id": "9ae4c07b-e211-4045-b0c2-41552b7bbd4e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:31 GMT", + "Date": "Tue, 03 May 2022 00:15:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_user_agent.json index bfdc46d8105f..0ef554f5b9ed 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3fdc82ac-18a7-4ba7-b51d-eea122e74665", + "apim-request-id": "331d1fd7-999f-459d-9ac5-3d265b978dce", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:37 GMT", + "Date": "Tue, 03 May 2022 00:15:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json index 95d696d01284..7134947757aa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9569b3b4-7bd9-43b2-a124-a241154e329a", + "apim-request-id": "71268058-d8d6-42b2-b791-bcd18be43ee2", "Content-Length": "262", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:33 GMT", + "Date": "Tue, 03 May 2022 00:15:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json index 5a29fde69ecc..edbf76633d0c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49307d19-6ec2-4dc9-bd3a-95fe448590ce", + "apim-request-id": "6085f680-0210-4b92-ae89-8d250af8cb71", "Content-Length": "262", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:33 GMT", + "Date": "Tue, 03 May 2022 00:15:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json index 4c54f6d3f470..89e788e80b74 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d07e21e-ef25-4246-a5f8-24d2d203923a", + "apim-request-id": "0d747acf-fd68-4958-8913-287bcbaf7e4b", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:36 GMT", + "Date": "Tue, 03 May 2022 00:15:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json index a1dfd37a14e8..9ff1277474c4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b96a0141-2140-4162-94bf-aaf4ccf5eb9b", + "apim-request-id": "fdc387a1-129d-4e09-b433-47dd0aa2ef57", "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:35 GMT", + "Date": "Tue, 03 May 2022 00:15:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json index 39f83793480b..224e84b1445c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -36,14 +36,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "efd2fb31-0585-41c1-b008-0367b2682e4c", + "apim-request-id": "b43e3bf3-6e28-4223-92e1-345c9dba5d95", "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:35 GMT", + "Date": "Tue, 03 May 2022 00:15:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json index dc06ca418add..288b3bbdec0a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,14 +30,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "38cfe4f8-7647-49a4-81e6-c697e7f807b4", + "apim-request-id": "818d525c-70b5-42a1-b1cd-ce69314f8a82", "Content-Length": "483", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:15:42 GMT", + "Date": "Tue, 03 May 2022 00:15:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json index 8245919d1b55..c10e1a794190 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,14 +30,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c7b0d508-56aa-4224-944d-c3b742c5bef5", + "apim-request-id": "ac4abb5a-46dc-44e9-a0ba-4eecea6afc70", "Content-Length": "259", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:15:42 GMT", + "Date": "Tue, 03 May 2022 00:15:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_credentials.json index 41722257188d..775b34145e69 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "6a0999ed-edee-4f33-b439-dd21a399b697", + "apim-request-id": "259d7935-da0d-49e7-96c5-d49ae371e574", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:15:45 GMT" + "Date": "Tue, 03 May 2022 00:16:00 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_model_version_error.json index a80ead1c3197..7b2579d0a253 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,9 +27,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "f2cd0362-4c81-41d9-b8aa-879e199ea29c", + "apim-request-id": "21bd6c88-e83b-424e-bd2a-c90ead1ab824", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:51 GMT", + "Date": "Tue, 03 May 2022 00:16:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit.json index 88112dd66be8..a6162b043292 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5270,18 +5270,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "ae4d2072-7a90-4ba5-8d7d-09d561bcd2dd", + "apim-request-id": "2c74e91f-dade-4413-808e-9806cb7449d5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:46 GMT", + "Date": "Tue, 03 May 2022 00:16:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json index 281efac9ef05..bec0de0449f0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5025,18 +5025,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e73e0fa1-95a5-4c31-9dd0-27578be1539f", + "apim-request-id": "821b8958-a3e4-480e-a004-bd3641373f11", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:52 GMT", + "Date": "Tue, 03 May 2022 00:16:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json index 4568a03201db..fb65dbb88062 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71d3bb53-2e04-4c9b-ae16-515243f6dc74", + "apim-request-id": "1a3b3306-1354-4a08-9a17-4472cb0368dc", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:48 GMT", + "Date": "Tue, 03 May 2022 00:16:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -77,7 +77,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -111,14 +111,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3862da14-a19c-4777-b402-450ca78397fe", + "apim-request-id": "de39750a-ad50-4aad-9163-c4b89e2ca818", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:48 GMT", + "Date": "Tue, 03 May 2022 00:16:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -153,7 +153,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -187,11 +187,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc30e871-7e7d-4c13-b527-35fcd26ec1c6", + "apim-request-id": "58854c41-03d9-45a8-b767-951ab96ee86b", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:48 GMT", + "Date": "Tue, 03 May 2022 00:16:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs.json index c4432c6d3cc8..367f2b36843f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73934909-7156-4de9-943e-5806c3cae2ba", + "apim-request-id": "e0a8292b-e0fc-47db-9cd3-41002a220512", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:54 GMT", + "Date": "Tue, 03 May 2022 00:16:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json index d8881228d351..6db100216afc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "402825f1-adaa-4c33-bf38-b19d0db647bd", + "apim-request-id": "d3d7cc3c-9773-4aa3-84e3-8b3e8383b604", "Content-Length": "160", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:55 GMT", + "Date": "Tue, 03 May 2022 00:16:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json index f2b373e74f6b..cd0ef668e45a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,13 +25,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5307da8-da14-491b-9577-8165c3447d55", + "apim-request-id": "bcca1097-25a5-47ec-ae6e-469034595222", "Content-Length": "266", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:50 GMT", + "Date": "Tue, 03 May 2022 00:16:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -42,7 +42,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json index 2523fd09c34f..996f7e37b2f3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26969900-ab87-42a7-bfc7-e8f1fce0ed48", + "apim-request-id": "888a20bb-d68a-4d51-ac65-eda5d90db3ca", "Content-Length": "266", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:50 GMT", + "Date": "Tue, 03 May 2022 00:16:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -42,7 +42,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_errors.json index 2bc53a6b73d4..13b4e2183d76 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,13 +35,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73276027-bd17-4e58-9d71-c1aac6178b39", + "apim-request-id": "fc2f3a06-a253-4d26-a146-0324f3b386cc", "Content-Length": "991", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:51 GMT", + "Date": "Tue, 03 May 2022 00:16:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -52,7 +52,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -74,7 +74,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_duplicate_ids_error.json index 06f132bddc56..dbbcab7ee9e9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,18 +30,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "1e102807-4b6b-4ea2-ab4a-26b5793e427d", + "apim-request-id": "487bff36-cfd7-4a1c-a931-b4b6843094ce", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:52 GMT", + "Date": "Tue, 03 May 2022 00:16:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_empty_credential_class.json index 78569ce1b95b..ad0002e1daa4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "7d354cae-0972-4eaa-920e-5a5539d90683", + "apim-request-id": "0d0a8d97-f2d9-4997-a59f-8613029d29d8", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:15:45 GMT" + "Date": "Tue, 03 May 2022 00:16:00 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_all_errors.json index ad55fbcc8593..faa172c78750 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,13 +30,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b93fc6c2-b0c0-4e91-a08d-3c30c3b480fe", + "apim-request-id": "b46d73e0-ad59-4c37-b8e3-400bfbec5ca9", "Content-Length": "654", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:43 GMT", + "Date": "Tue, 03 May 2022 00:16:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -58,7 +58,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_some_errors.json index edea7a8cb83b..c7fdd49918b1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -30,14 +30,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2d7b0e9f-c0bb-46aa-81d1-9608b17d3257", + "apim-request-id": "ced0e669-aca1-4d46-bfa8-27d1de4b6e2a", "Content-Length": "568", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:43 GMT", + "Date": "Tue, 03 May 2022 00:15:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json index 9ff0b64c667f..f897923e56e8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0c623ad8-10a5-410d-b9f7-d29f4a00d105", + "apim-request-id": "f4b8d8d1-209c-42de-984b-1bc2abd95472", "Content-Length": "491", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:48 GMT", + "Date": "Tue, 03 May 2022 00:16:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json index 45c0489d89ca..eed8add12284 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,10 +25,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "97f45c9a-5021-43e8-b47d-747edfaf470a", + "apim-request-id": "8cf48b18-28b4-4f0f-bd76-55be9da76f2b", "Content-Length": "491", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:48 GMT", + "Date": "Tue, 03 May 2022 00:16:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json index fd145baea291..b9f350056dd6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,11 +27,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7dc2517b-9a26-4df5-9517-7f6118f8af85", + "apim-request-id": "33e84539-8429-4867-b8f4-8d8d0087eb42", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:54 GMT", + "Date": "Tue, 03 May 2022 00:16:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "13" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_out_of_order_ids.json index 57ac6dd2bb10..a413089b3cca 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -45,14 +45,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "00fbe094-3fa3-4de9-834b-3b9cb7fd1c93", + "apim-request-id": "46788e3f-dcf3-4d86-8664-9a67b70a58d2", "Content-Length": "432", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:15:45 GMT", + "Date": "Tue, 03 May 2022 00:16:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -84,7 +84,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_output_same_order_as_input.json index 0544338cf706..e2ba657f04a2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -45,14 +45,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a05ad39-2d2e-48a4-a166-835daa143938", + "apim-request-id": "8cfa5471-a651-45b3-b5f7-307ba15d0e03", "Content-Length": "308", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:15:43 GMT", + "Date": "Tue, 03 May 2022 00:16:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_pass_cls.json index 4d7b24f429ff..5e9331cb18df 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -25,14 +25,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "132dbfe7-8828-43fc-84c8-bfd027045328", + "apim-request-id": "5774f87d-a556-42e3-90d5-458342e9c03a", "Content-Length": "167", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:15:54 GMT", + "Date": "Tue, 03 May 2022 00:16:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_passing_only_string.json index 1f135f12958a..e27f35937851 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "566f932b-fbdc-448b-ba7b-6f113251e20a", + "apim-request-id": "7abf36bd-4fbd-4b1c-bcd7-482765501ee3", "Content-Length": "421", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:15:42 GMT", + "Date": "Tue, 03 May 2022 00:15:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -72,7 +72,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json index ac424bf810ad..d10c5f8b5f98 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7de70233-665e-46f7-a90f-551f13d78617", + "apim-request-id": "81186294-ffe3-4e8b-8234-005eb381fe48", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:47 GMT", + "Date": "Tue, 03 May 2022 00:16:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_rotate_subscription_key.json index 33a52db169f7..4f5bfd5aea19 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b344b209-b166-49ab-8fbc-51e473ae8518", + "apim-request-id": "96d05d29-6c17-4082-be2e-c4c8b2f6f5ce", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:49 GMT", + "Date": "Tue, 03 May 2022 00:16:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -77,7 +77,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -111,10 +111,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "5ddad001-941c-4d73-b834-0e1774650ae6", + "apim-request-id": "67f0e7ec-db5e-4b0a-b4cd-2f22e30776a8", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:15:49 GMT" + "Date": "Tue, 03 May 2022 00:16:04 GMT" }, "ResponseBody": { "error": { @@ -124,7 +124,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -158,11 +158,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4b72941-9e6a-4fc9-b581-d2c9868a1b5b", + "apim-request-id": "f74f89be-c52a-4097-bee3-712c4090b7dc", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:49 GMT", + "Date": "Tue, 03 May 2022 00:16:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json index 736740a9e4d8..395df8cf1179 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "394a4265-f202-425f-af9d-becc032ec973", + "apim-request-id": "80ae4f31-4335-4dec-91d9-c364093aa390", "Content-Length": "768", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:15:46 GMT", + "Date": "Tue, 03 May 2022 00:16:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", @@ -108,7 +108,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_too_many_documents.json index eff2202b7e21..e5cb524ad614 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -75,18 +75,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "bce19360-1e42-4d3c-92d3-c03a1c927caa", + "apim-request-id": "c3d1296e-574b-465a-950d-153bb1cffb51", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:15:43 GMT", + "Date": "Tue, 03 May 2022 00:16:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 10 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_user_agent.json index a886ed92691c..352bdd8a1643 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "77132733-9e61-4e05-9d47-c63b7ffacc66", + "apim-request-id": "9d35deaa-9564-401f-8318-0365c0905bf1", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:49 GMT", + "Date": "Tue, 03 May 2022 00:16:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json index 3d6dfdfa9ba6..168d0a46daf9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "327090fe-776e-45a9-bd0c-9e43a53dafc8", + "apim-request-id": "b0a7082c-4391-4557-b196-8ac080aa3f21", "Content-Length": "262", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:46 GMT", + "Date": "Tue, 03 May 2022 00:16:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json index d8ca99d9e789..b6138845ab5c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,11 +35,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d05dbe38-fa2c-42e0-a587-f25ce44a725b", + "apim-request-id": "b7b64813-f964-4d80-b6c9-e59d40acaea2", "Content-Length": "262", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:46 GMT", + "Date": "Tue, 03 May 2022 00:16:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "13" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json index ed14514962cd..919c5f7007af 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6be61ab0-c240-47d1-aaa1-f5a40c091a30", + "apim-request-id": "ad7bff34-dd86-405f-8862-208945734f52", "Content-Length": "263", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:47 GMT", + "Date": "Tue, 03 May 2022 00:16:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json index 25e91f857bba..101461183ab2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2399741f-72ad-4f86-b7f1-4e0aaf8f1fa1", + "apim-request-id": "c107825b-6c52-443a-9a59-8e7726f5c8b6", "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:47 GMT", + "Date": "Tue, 03 May 2022 00:16:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json index 95809ec80057..f3af6cdcff46 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.pyTestExtractKeyPhrasestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -35,14 +35,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8516c6a1-e710-42d6-9140-0de5eba480aa", + "apim-request-id": "8095a8fb-137c-491b-ad2e-d0c02d414c83", "Content-Length": "278", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:15:47 GMT", + "Date": "Tue, 03 May 2022 00:16:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "KeyPhraseExtractionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_dict.json index 358e349a86ee..8a3c32238004 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -39,14 +39,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81f8c372-a64d-47df-8be9-90bdd414b9b7", + "apim-request-id": "b3e52bb1-5c5b-4579-ba2b-82d86bb419c5", "Content-Length": "1113", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:37 GMT", + "Date": "Tue, 03 May 2022 00:16:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "648" + "x-envoy-upstream-service-time": "105" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json index 45f7a2c30c37..50644138ccd2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -39,14 +39,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95c503f3-9e6e-4c32-993a-7ea8b5862007", + "apim-request-id": "f68108c1-f979-4374-975b-5cf9a5c55868", "Content-Length": "831", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:37 GMT", + "Date": "Tue, 03 May 2022 00:16:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "252" + "x-envoy-upstream-service-time": "102" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_credentials.json index 04162afe0e86..7123cdf8addb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "17ce468c-8219-4f3f-b6dd-1d2d900331b2", + "apim-request-id": "118d56ec-8307-4709-966e-e6fd548f14da", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:22:40 GMT" + "Date": "Tue, 03 May 2022 00:16:12 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_model_version_error.json index 196ca10d5bbb..ce57077d2fa4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,9 +29,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "6867c792-24ee-4a78-ba9f-1cd95a21fc20", + "apim-request-id": "79965329-2ee8-4c97-a318-29d3b3137592", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:47 GMT", + "Date": "Tue, 03 May 2022 00:16:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit.json index a358e122b24e..d6105418186b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5273,18 +5273,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "2e4ac05b-3729-4a48-9012-458474a7e595", + "apim-request-id": "18e5c829-a1a2-48d0-8e8e-a1abe2398794", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:41 GMT", + "Date": "Tue, 03 May 2022 00:16:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json index b3fb1ea8329f..dc3d873aeaf4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5028,18 +5028,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "fdf28f9e-f3aa-4161-8b5e-4eb7b567620b", + "apim-request-id": "eb7a955d-c43c-4b58-b7ab-ef03f9fe5fd0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:49 GMT", + "Date": "Tue, 03 May 2022 00:16:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json index 0e040139908b..405646f52da4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6ed85e8-8e55-4e04-b1fb-8150f5c900d5", + "apim-request-id": "b52ac6e1-0775-4268-b058-3036bfb59ad5", "Content-Length": "474", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:44 GMT", + "Date": "Tue, 03 May 2022 00:16:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -134,14 +134,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ff1a82c6-bdc1-48f4-9e0a-16c8e4d3d653", + "apim-request-id": "ecbdb40e-e535-4751-bae8-d3b59f2e6c2b", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:44 GMT", + "Date": "Tue, 03 May 2022 00:16:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -194,7 +194,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -231,14 +231,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "defb568c-3993-4422-b4ae-e3ea0fc94362", + "apim-request-id": "13a75af0-b003-4086-92d2-afb72cfdee55", "Content-Length": "474", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:44 GMT", + "Date": "Tue, 03 May 2022 00:16:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json index cc4c2d092647..7fba7a48c45b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b168167-1aeb-4c22-856d-cec33336a4c5", + "apim-request-id": "c7054e61-32d6-4c73-b4bf-6396e4fe4b8a", "Content-Length": "140", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:11 GMT", + "Date": "Tue, 03 May 2022 00:16:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json index d5212de81fa5..2b36a2b8ba58 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d53e066-47fa-40e7-b732-28da7555fd2c", + "apim-request-id": "1bdc2320-7f9a-4fbb-8a1e-a09eb6176d3e", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:10 GMT", + "Date": "Tue, 03 May 2022 00:16:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs.json index d51dbec1a35f..8d228480a0de 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43ef5310-1ea8-4978-9b50-a33eecfcc0ee", + "apim-request-id": "ac3dd76d-ea37-402b-be0d-babdc4de14f9", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:54 GMT", + "Date": "Tue, 03 May 2022 00:16:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json index 030ef9502d30..a129bde03d00 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "578a74c7-e078-4157-941a-2085ed184e2c", + "apim-request-id": "bc093f26-c473-4eeb-9d37-9ff74876b5ee", "Content-Length": "302", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:54 GMT", + "Date": "Tue, 03 May 2022 00:16:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json index 17b097000935..8a6daf894eca 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "05d153f9-03d9-4b1a-8295-9d194244050c", + "apim-request-id": "a2a51b45-06bd-4367-b818-a214538c91bf", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:47 GMT", + "Date": "Tue, 03 May 2022 00:16:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json index b6c053c6b98b..40e6feb09fd4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e262405b-f9cf-4b1d-a184-beaf4e3bcea3", + "apim-request-id": "1e78638b-4e70-4c1f-8dd8-978080cc6c9d", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:47 GMT", + "Date": "Tue, 03 May 2022 00:16:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_errors.json index 1044aa351f19..ec9246030b40 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,13 +38,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "124a15d1-2240-41fd-b2aa-976f8c1902b8", + "apim-request-id": "2e35d7ec-ad70-40ee-b418-dfc278dd5e05", "Content-Length": "965", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:48 GMT", + "Date": "Tue, 03 May 2022 00:16:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -55,7 +55,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -77,7 +77,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_warnings.json index 475af89bff84..7f7e68941201 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ed0104c-c13c-443c-8837-bb8ccaad9f5e", + "apim-request-id": "3785b3c3-5c23-4a2e-8bd3-a82ee5a617b8", "Content-Length": "140", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:48 GMT", + "Date": "Tue, 03 May 2022 00:16:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_duplicate_ids_error.json index d90048abc589..2c231c12f433 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b9508dbd-e9f0-40b7-92aa-b3fab181e0f0", + "apim-request-id": "999f7fb9-b76c-4079-8984-c623175122aa", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:49 GMT", + "Date": "Tue, 03 May 2022 00:16:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_empty_credential_class.json index 7a34409d449e..0f085d63fa8e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "4ab29f18-a8bc-470e-935d-923ed3f47e0c", + "apim-request-id": "69491024-efb6-472c-9321-a912762337b0", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:22:39 GMT" + "Date": "Tue, 03 May 2022 00:16:12 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json index 9eeb5bc210e0..b88cb955f7ea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "66cee3a5-697a-43e9-bfd4-89f21cbcb2d3", + "apim-request-id": "af16ec0f-628c-4d4e-aa2e-e5cea8136c24", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:11 GMT", + "Date": "Tue, 03 May 2022 00:16:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json index 5a6f3c8ce056..0419f60afe34 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16a3e2e0-30e4-4244-8a16-ffe5072a7557", + "apim-request-id": "f6c7df4e-b108-4a36-b4b1-56e5ebeee850", "Content-Length": "140", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:11 GMT", + "Date": "Tue, 03 May 2022 00:16:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_all_errors.json index ae2f55995dc8..6fca600279bd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,13 +38,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b3393d63-f2b0-4894-95a3-fe746c74e023", + "apim-request-id": "347846b8-1c90-4d4a-8a60-609041fd083d", "Content-Length": "791", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:38 GMT", + "Date": "Tue, 03 May 2022 00:16:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -55,7 +55,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -77,7 +77,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_some_errors.json index de62b06f4f6c..87f9736b6da7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c19ea2b-1043-48bb-9e76-3ddcbcb79424", + "apim-request-id": "8cc1761a-794a-41c4-9a56-a26cba55a168", "Content-Length": "1046", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:38 GMT", + "Date": "Tue, 03 May 2022 00:16:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -103,7 +103,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json index 278b0189a369..c0abb44aead5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed63789b-a3a8-4cee-a048-f09e3924659a", + "apim-request-id": "308b029c-aa8b-439b-a950-f99dc10ca889", "Content-Length": "465", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:45 GMT", + "Date": "Tue, 03 May 2022 00:16:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_method.json index 9864061529f2..c893301726ca 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a9ee1250-4a2e-4ce3-82e0-fc5c1e553c9f", + "apim-request-id": "1d04443d-6535-4f95-a7f9-0d45c9a2a169", "Content-Length": "465", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:45 GMT", + "Date": "Tue, 03 May 2022 00:16:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_language_kwarg_spanish.json index cdb797d2e05d..0e7f9d93a2be 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b65ee0e9-e50a-41fd-b746-067744bd6103", + "apim-request-id": "76c8ad46-f7a7-4171-b38b-309f276da4de", "Content-Length": "570", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:49 GMT", + "Date": "Tue, 03 May 2022 00:16:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json index ce4f9cb926c2..a8c13cab146b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7fa8e56-e8f4-4d0b-9251-336e86a011ec", + "apim-request-id": "a687a71d-bc5a-46aa-ad63-37d6b63cdb8b", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:50 GMT", + "Date": "Tue, 03 May 2022 00:16:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_offset.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_offset.json index 93dfce110a2e..778b945c6248 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_offset.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_offset.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d0fd2d9-22d9-43e6-975b-854d01356af1", + "apim-request-id": "b6383798-448d-4c0f-ba75-498546ea5a9f", "Content-Length": "406", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:50 GMT", + "Date": "Tue, 03 May 2022 00:16:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_out_of_order_ids.json index 467488effb71..10a600c96e18 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3085445a-a4dc-48f0-9141-3f80d7312611", + "apim-request-id": "7b631c97-b8a6-454d-8151-f6e55e781b26", "Content-Length": "422", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:22:40 GMT", + "Date": "Tue, 03 May 2022 00:16:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -87,7 +87,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_output_same_order_as_input.json index 7499b2477dd1..69cac2e62860 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,11 +48,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8075669-4128-43e7-a049-eb0c3daa25ae", + "apim-request-id": "8c0bd1d7-25c1-49ba-abda-569d1a2b0e3e", "Content-Length": "815", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:22:39 GMT", + "Date": "Tue, 03 May 2022 00:16:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "39" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_pass_cls.json index 19d57ce244b1..64839e838348 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a972fe5b-7707-4e94-b31c-a408326251d9", + "apim-request-id": "73fe9f40-3007-4e21-8d50-45f1549647d9", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:50 GMT", + "Date": "Tue, 03 May 2022 00:16:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_passing_only_string.json index 9fd08e7a2a2f..5bf94ec27b7e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,14 +43,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad0d0a5d-0ee0-424f-9d2b-b01e92d0753f", + "apim-request-id": "295818d4-4917-4341-870a-986cb644ef80", "Content-Length": "1725", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:37 GMT", + "Date": "Tue, 03 May 2022 00:16:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -183,7 +183,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json index fc689c18fb2e..9ceb496bcec6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f1d1729-b1dd-41aa-a728-d576cf60b98f", + "apim-request-id": "920eb44a-da9f-47b3-a0d8-748f06522574", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:43 GMT", + "Date": "Tue, 03 May 2022 00:16:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_rotate_subscription_key.json index d873d6bd1b8e..74be79a764ff 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "593dbe6f-7595-4b7b-b03d-c49e58d7c951", + "apim-request-id": "ca1934c9-18ca-4b8c-ae2b-4e802c76b59d", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:45 GMT", + "Date": "Tue, 03 May 2022 00:16:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -98,7 +98,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -135,10 +135,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "3bd104b0-ab3c-43c9-b6fe-78ecfa8032f8", + "apim-request-id": "665f2cda-537b-4bd9-b78c-c54b9b201ae2", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:22:45 GMT" + "Date": "Tue, 03 May 2022 00:16:16 GMT" }, "ResponseBody": { "error": { @@ -148,7 +148,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -185,14 +185,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81978596-f136-49e0-ad7a-b8456909dce7", + "apim-request-id": "b936f9c7-ace5-437d-a5bf-b69a0a6c003f", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:45 GMT", + "Date": "Tue, 03 May 2022 00:16:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_show_stats_and_model_version.json index aa4ef6e3653f..eb0d676ec877 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -49,14 +49,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "47130de6-6788-4a21-b54a-e2826a621531", + "apim-request-id": "e3148ef8-49a8-42de-8a29-9d59b18eab55", "Content-Length": "758", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:22:41 GMT", + "Date": "Tue, 03 May 2022 00:16:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -110,7 +110,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json index 61fcf856071e..257901a92702 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d54d310-19aa-4feb-913d-42d6a209d8cd", + "apim-request-id": "1c98ccf5-4056-4fe0-bc6e-e3b072e9c1f8", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:10 GMT", + "Date": "Tue, 03 May 2022 00:16:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_too_many_documents.json index 912dc8b6bdbb..7db95148d4f7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -53,18 +53,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e95329ad-e9fd-470a-931d-267e2b2d4a68", + "apim-request-id": "1af62e7c-a41e-4424-b4d9-85d20c926162", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:38 GMT", + "Date": "Tue, 03 May 2022 00:16:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_user_agent.json index f0f749de3f0a..4c432aab8e31 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "75d16a5f-abf8-4cb3-9f24-c32f4056ae84", + "apim-request-id": "51038927-2809-48e5-adac-27d85b796725", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:47 GMT", + "Date": "Tue, 03 May 2022 00:16:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json index 323045d405f8..744d7cd9186a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae6500b7-5b0a-48bd-b28f-790d6bda7d00", + "apim-request-id": "1858a3bb-439f-4ed5-a615-79446e183b28", "Content-Length": "418", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:43 GMT", + "Date": "Tue, 03 May 2022 00:16:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint.json index 3d8c5fbc1308..c51903aa567b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d1572278-f58b-4efa-b1df-751cd64601b5", + "apim-request-id": "19fd5dcd-3132-494c-bcfe-0ab4f6eed6ca", "Content-Length": "391", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:41 GMT", + "Date": "Tue, 03 May 2022 00:16:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json index 57f7e38845fd..c83c500c60a9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37119235-1b5b-4667-bb8a-6d50bf673bf2", + "apim-request-id": "105e250c-be57-4c5a-8749-6910f3829d77", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:44 GMT", + "Date": "Tue, 03 May 2022 00:16:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json index 851ac5b69f99..3329d9368ec3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8c98aa6-f3de-448c-90e8-be3abd86bb56", + "apim-request-id": "239d2fab-711f-42f8-8727-852d18a56a87", "Content-Length": "395", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:43 GMT", + "Date": "Tue, 03 May 2022 00:16:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json index 3656fe329e0b..c083024850c7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2ab4b103-52e0-49f9-8526-652dbe51baf8", + "apim-request-id": "fc013913-88c2-4b75-aad9-8e96e885ee0c", "Content-Length": "498", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:44 GMT", + "Date": "Tue, 03 May 2022 00:16:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "215" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_dict.json index 9d08fd66693a..9c10247f37fd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d3ed06ff-6f3d-4758-8ec2-3c148c5d74f7", + "apim-request-id": "0e491093-ef56-46d2-aa30-4dad53a47539", "Content-Length": "1113", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:55 GMT", + "Date": "Tue, 03 May 2022 00:16:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "210" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json index c083f51f598b..3256260d6c66 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c8008083-1c72-459c-84cc-8a1949387563", + "apim-request-id": "2de1c313-316e-4efe-bc6b-aee68bcb7de0", "Content-Length": "831", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:55 GMT", + "Date": "Tue, 03 May 2022 00:16:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "238" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_credentials.json index 02aa918d79d5..d3c887344566 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "2bb757bf-88f8-4df1-b23e-a8d0b86423ed", + "apim-request-id": "3ec94045-6eb5-4c61-a825-76dc346c22a8", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:22:58 GMT" + "Date": "Tue, 03 May 2022 00:16:26 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_model_version_error.json index a0d7dca5af48..f1113ba0e6ee 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "66f6138a-3e2e-4d6b-a367-87af48610cd2", + "apim-request-id": "fb7c586c-0934-47ec-a369-88499255bfc0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:07 GMT", + "Date": "Tue, 03 May 2022 00:16:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit.json index 1eb8ecd4a944..129f9e5323f5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5272,9 +5272,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b0514dec-9a76-42b4-8292-4d8abcf2b9a6", + "apim-request-id": "3a25e105-569e-494c-9345-a73223d5f53b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:00 GMT", + "Date": "Tue, 03 May 2022 00:16:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -5283,7 +5283,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json index 9974028c5fa7..3e69a856838e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5027,9 +5027,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "1262763b-d59d-4197-9b1a-cf47b3d60fb0", + "apim-request-id": "673377fc-42fa-425d-b698-669d74eccaeb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:09 GMT", + "Date": "Tue, 03 May 2022 00:16:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -5038,7 +5038,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json index 02abcc2e0dac..671c4f8242aa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e03b0d2-4e85-4960-98d3-ca850d048ba5", + "apim-request-id": "be672bfa-7d3d-4b96-9c2c-f13e07c5d500", "Content-Length": "474", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:04 GMT", + "Date": "Tue, 03 May 2022 00:16:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -96,7 +96,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -132,14 +132,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d90790ac-19b5-4cca-8afc-b6b34d5e87c3", + "apim-request-id": "b55c7a68-ad15-4f4d-be4f-9a6c736d36e4", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:04 GMT", + "Date": "Tue, 03 May 2022 00:16:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -192,7 +192,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -228,14 +228,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a99792a-a71e-4e9a-9acf-cdc949949f00", + "apim-request-id": "02b3f264-50c2-4b8a-b553-99c0e6ea941b", "Content-Length": "474", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:04 GMT", + "Date": "Tue, 03 May 2022 00:16:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json index e3b41ff75b08..7cc340e42778 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4b65bde7-c56d-4874-9529-70240157334e", + "apim-request-id": "8b3c600b-383e-408c-a594-9ae78d5d06d8", "Content-Length": "140", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:12 GMT", + "Date": "Tue, 03 May 2022 00:16:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json index 875b7bc666da..962e04aca404 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_default_string_index_type_is_UnicodeCodePoint.json @@ -21,10 +21,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c0ba0fa0-80fb-4881-9440-dce2243f67cb", + "apim-request-id": "aaafb6bc-f8f6-4686-942e-ce965ca4f63d", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:12 GMT", + "Date": "Tue, 03 May 2022 00:16:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs.json index 8b4631ebce58..2e7499593179 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c4ac1d87-ebf8-4e3a-add6-6d122286d0cb", + "apim-request-id": "bb1dd361-6906-41bf-ab89-a8ec8b6e46ed", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:23:13 GMT", + "Date": "Tue, 03 May 2022 00:16:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json index 587326cc31f0..33f3dec32963 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b31374d-1cdb-4d37-8267-2efe71542ad5", + "apim-request-id": "5fcee91a-c504-4353-9c84-bbd38acc3e7b", "Content-Length": "302", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:23:13 GMT", + "Date": "Tue, 03 May 2022 00:16:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json index b70734f35ef7..5413372f36b6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "638f069b-87c1-4fe5-9871-73b8d9c088d6", + "apim-request-id": "8c28e25c-a8ba-4c28-b10c-8814e4eb8cd4", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:06 GMT", + "Date": "Tue, 03 May 2022 00:16:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json index eb8ff5d373e2..1e77d3c67158 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd0d4004-dd33-4207-9166-efaa7613f76f", + "apim-request-id": "4f8d0857-b31f-45bf-a017-2f828f7e3008", "Content-Length": "264", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:06 GMT", + "Date": "Tue, 03 May 2022 00:16:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "2" @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_errors.json index f848f0ef06c6..de78602594e4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,13 +37,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e480d6e5-2f46-42f6-bfa8-aeb5994cf6e8", + "apim-request-id": "c764bfb9-f89d-4636-95cc-f17e9061aa90", "Content-Length": "965", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:07 GMT", + "Date": "Tue, 03 May 2022 00:16:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -54,7 +54,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -76,7 +76,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_warnings.json index f91ddba36883..70390724c7d3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d7720cc-ccb9-406b-ba11-dd72ceba74f6", + "apim-request-id": "757cfadf-bca9-47bd-a5d1-6d518db1ec6f", "Content-Length": "140", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:23:08 GMT", + "Date": "Tue, 03 May 2022 00:16:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_duplicate_ids_error.json index 2eb0af7943ef..dc8ad3642143 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,9 +32,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "d5a5dacc-c865-4ba0-9b14-e43b9e43ac72", + "apim-request-id": "40dd3f9d-0a75-4bcd-ae63-4864c02b34c6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:09 GMT", + "Date": "Tue, 03 May 2022 00:16:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -43,7 +43,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_empty_credential_class.json index 3877eff1f40d..f0fd82240e13 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "3377aee0-b833-4ed5-88b9-ae84a7e35e95", + "apim-request-id": "2175e072-f6b8-4391-abc0-9c5353e3e1f5", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:22:57 GMT" + "Date": "Tue, 03 May 2022 00:16:26 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json index f5e1b4b68fb9..b3398caea0f4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1921fbd-f7c8-4840-93c9-b4668d7d16b6", + "apim-request-id": "7bf902cf-f976-48f8-9fef-1f9406c3c93a", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:13 GMT", + "Date": "Tue, 03 May 2022 00:16:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json index e347730f016b..dbb2dbaa5d3f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8864002e-66e4-4880-bf16-99350ce72d45", + "apim-request-id": "479c0993-d208-47a9-994a-d01a8f055c27", "Content-Length": "140", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:13 GMT", + "Date": "Tue, 03 May 2022 00:16:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_all_errors.json index e7eeb8d41303..27aa5b957588 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,13 +37,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c449bb8a-b41e-43b7-8698-662b5960afaa", + "apim-request-id": "9b1bbed8-c657-4aff-95da-dca881446d96", "Content-Length": "791", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:56 GMT", + "Date": "Tue, 03 May 2022 00:16:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -54,7 +54,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -76,7 +76,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_some_errors.json index d3ab4be6d285..200196894d02 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b41898ee-0a96-4ed0-822d-dc577bcf243d", + "apim-request-id": "ab58a46f-4aa8-4881-87c4-c9bb4b46bf7d", "Content-Length": "1046", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:22:56 GMT", + "Date": "Tue, 03 May 2022 00:16:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -102,7 +102,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json index fe7498055bf0..5cccca839f3e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "08f7b1ea-c126-4013-be50-7365e27ced73", + "apim-request-id": "09487925-eb22-43a4-8662-9607b6782d57", "Content-Length": "465", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:05 GMT", + "Date": "Tue, 03 May 2022 00:16:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_method.json index 40d1d073fc91..bdcfb71ef5a8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01551424-daca-431a-b59c-dbae77bf0f49", + "apim-request-id": "32f93977-1361-47a1-987e-3075eca96932", "Content-Length": "465", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:23:04 GMT", + "Date": "Tue, 03 May 2022 00:16:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_language_kwarg_spanish.json index 3d2b3e3ef7c4..57ac6dfbd879 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50595913-8634-4ba5-becd-51f532bf257e", + "apim-request-id": "c3ce511c-026a-4ba9-bc4e-9a5f525184dd", "Content-Length": "570", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:23:09 GMT", + "Date": "Tue, 03 May 2022 00:16:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json index ec00d5b0b103..4a4a930e75b3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_no_offset_v3_categorized_entities.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd31b52e-61ef-4457-8a42-087e1ddb09dd", + "apim-request-id": "3a68279b-a382-4c88-9a65-2b7dbab048a5", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:23:10 GMT", + "Date": "Tue, 03 May 2022 00:16:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_offset.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_offset.json index 495fd6579806..1772c5fec3a3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_offset.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_offset.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d572702b-6afa-4752-aa5e-97041664f3b8", + "apim-request-id": "391a57cf-515e-4feb-adcb-6ef033388276", "Content-Length": "406", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:23:10 GMT", + "Date": "Tue, 03 May 2022 00:16:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_out_of_order_ids.json index 3e62b4eaa319..8d90e835e0a6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b1fb409-0ff9-4da0-9c8f-a784db979eaa", + "apim-request-id": "6e5b6a97-c3e4-406f-9d7e-94efc3db1dfc", "Content-Length": "422", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:22:59 GMT", + "Date": "Tue, 03 May 2022 00:16:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -86,7 +86,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_output_same_order_as_input.json index b546458734a3..943887ab6985 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,11 +47,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7c5d215-7808-4cc0-8d9d-f4b490a83534", + "apim-request-id": "3dd3040c-23bd-43f6-9ad8-9450644ff180", "Content-Length": "815", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:22:57 GMT", + "Date": "Tue, 03 May 2022 00:16:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "26" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_pass_cls.json index bd746c5eb3c6..d0f32764f061 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "293b75a1-ee1d-4d01-8e9b-22aba2c7ec8f", + "apim-request-id": "045c074e-3d59-481e-8c15-18c86d29ae3e", "Content-Length": "299", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:23:10 GMT", + "Date": "Tue, 03 May 2022 00:16:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_passing_only_string.json index 0f3862effddf..b26db3bc0acf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,14 +42,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "39f65ad0-8139-4ce5-9d90-1e54842b1487", + "apim-request-id": "c9ba11a1-31fe-4723-b061-c763789d1c79", "Content-Length": "1725", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:22:55 GMT", + "Date": "Tue, 03 May 2022 00:16:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -182,7 +182,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json index 0f96f8b9b8f2..5497db046c9f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e208bd7d-8a3e-44e8-87f1-06a7dba81238", + "apim-request-id": "a7d1f135-7435-4caf-98d2-c7832c2bd040", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:01 GMT", + "Date": "Tue, 03 May 2022 00:16:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_rotate_subscription_key.json index 44c60191e3d1..85b733a4f907 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2982971b-adc8-49d5-8554-bea494fcf390", + "apim-request-id": "e8698b99-0681-4458-9109-532f29e48288", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:05 GMT", + "Date": "Tue, 03 May 2022 00:16:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -97,7 +97,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -133,10 +133,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "0674b5c5-c971-4dc3-b8ea-7b46685d9b0e", + "apim-request-id": "abf4b397-c95c-4c4c-8c5c-87ff023fb2f6", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:23:05 GMT" + "Date": "Tue, 03 May 2022 00:16:30 GMT" }, "ResponseBody": { "error": { @@ -146,7 +146,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -182,14 +182,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "05d2dd9c-80e3-49f3-9a6b-4c0dadda5d9b", + "apim-request-id": "cce5d58c-fba8-4133-8bf7-9b133c7a4981", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:05 GMT", + "Date": "Tue, 03 May 2022 00:16:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_show_stats_and_model_version.json index 041057167c0b..dd371b7f4c6f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d0d0427e-ddb1-44ff-825f-794fb0e6db09", + "apim-request-id": "66e879e3-fdf4-42a9-a628-bc9a10de0eb4", "Content-Length": "758", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:22:59 GMT", + "Date": "Tue, 03 May 2022 00:16:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "EntityRecognitionResults", @@ -109,7 +109,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json index 65b32ec910b7..43ab159090c7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_string_index_type_not_fail_v3.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cd55a7e-8001-49d1-9187-b114c9c1853a", + "apim-request-id": "19b27f77-2360-4d43-882d-04fc283588c3", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:11 GMT", + "Date": "Tue, 03 May 2022 00:16:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_too_many_documents.json index 8fcd5c94a546..2f358b149114 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -52,9 +52,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "8682584b-9e5a-43c1-bb78-a80cceddd428", + "apim-request-id": "39281657-7e37-4327-91af-7de5a82193a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:22:57 GMT", + "Date": "Tue, 03 May 2022 00:16:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -63,7 +63,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_user_agent.json index ee27d0cb13bb..ded590b013e0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb0ea42c-59ed-4f64-9b0e-7f67b46d6908", + "apim-request-id": "6316f125-df0f-492e-9e84-de5cfcdd337f", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:06 GMT", + "Date": "Tue, 03 May 2022 00:16:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json index 703e3651d70d..d6852f1c1e7e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f69766cc-9c0c-4777-b88c-4472eb21f8ec", + "apim-request-id": "a77c68f8-9a45-4cc9-b9fc-141942290a2e", "Content-Length": "418", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:00 GMT", + "Date": "Tue, 03 May 2022 00:16:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint.json index 712b6d1e9004..eb5ef89a4b3d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c14b5a37-2ab9-4c7b-b022-b4840f63e37e", + "apim-request-id": "4b434069-557b-406e-8dfe-d4cb011a8315", "Content-Length": "391", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:00 GMT", + "Date": "Tue, 03 May 2022 00:16:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json index 9f84641644a1..ebd82e66d13d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "347a3592-85b1-4fc2-be82-2a8690ca4678", + "apim-request-id": "a8121467-ea1f-4367-bcd0-c0623dd14ee1", "Content-Length": "501", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:03 GMT", + "Date": "Tue, 03 May 2022 00:16:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json index 0d4e0d5ff54b..ccabba1b38fe 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb935932-e321-4547-8443-4689a0792833", + "apim-request-id": "76af730b-39be-467e-92ba-960a2bf2e975", "Content-Length": "395", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:01 GMT", + "Date": "Tue, 03 May 2022 00:16:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json index 1bee0d12b05d..9fbafe940670 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.pyTestRecognizeEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8279d78-be18-490e-81f4-37ad040365e4", + "apim-request-id": "eb94d77b-d860-499b-bc4e-572cf62c552f", "Content-Length": "498", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:23:03 GMT", + "Date": "Tue, 03 May 2022 00:16:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "245" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "EntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json index 4bc5fa971cb9..8a1e12d3824f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,14 +33,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c7c6bd5-e824-4066-9c02-bf7e5166bec4", + "apim-request-id": "bd51a3f9-095d-44ba-84c1-a3224ff083a7", "Content-Length": "1938", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:24:15 GMT", + "Date": "Tue, 03 May 2022 00:16:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json index 087d445126a0..5abcb30dc329 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,14 +33,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d5eb616-e0be-4c2e-b9cd-636e266f611a", + "apim-request-id": "9ff0b894-2904-40cf-a7d6-46f3482da244", "Content-Length": "1715", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:24:15 GMT", + "Date": "Tue, 03 May 2022 00:16:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_credentials.json index e78b73fafa99..70e2c0e78c2e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "38c5642d-d9b5-4af8-890c-b572a8879b28", + "apim-request-id": "a535e3b3-52e5-4eed-a295-c5b4df1e0839", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:24:18 GMT" + "Date": "Tue, 03 May 2022 00:16:39 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json index 4e77e0d3117c..053e0452a9a6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,13 +29,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "27775228-a7e8-4426-8181-fcee45aac732", + "apim-request-id": "8ba66572-972e-4ca8-b1a9-035d83359ab8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:26 GMT", + "Date": "Tue, 03 May 2022 00:16:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json index cf0981a3f927..d5f52ecfa00e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5273,18 +5273,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "73539f68-5717-4e61-b966-66a832fe02b4", + "apim-request-id": "6a1587db-155e-4c16-aafd-ef0ca8f721e1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:20 GMT", + "Date": "Tue, 03 May 2022 00:16:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json index 09a218296c06..233b21520980 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5028,18 +5028,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "c21836e7-cceb-4345-b601-eae7756c363d", + "apim-request-id": "076b3af1-16af-42be-a9f9-278b0d985567", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:28 GMT", + "Date": "Tue, 03 May 2022 00:16:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bing_id.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bing_id.json index 9bdeb6d6b402..bdc4b9a3209a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bing_id.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_bing_id.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd5c4ada-68d0-4813-92c4-f59bd53b30a6", + "apim-request-id": "4ca74c8c-a84d-4980-8e69-9988f81730a3", "Content-Length": "906", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:29 GMT", + "Date": "Tue, 03 May 2022 00:16:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json index 72fa022fabc0..361494b10d11 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40166807-a6f1-4eb9-8297-4dc1b384278f", + "apim-request-id": "8438738e-c337-471f-8530-66c6c0d4d7f0", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:23 GMT", + "Date": "Tue, 03 May 2022 00:16:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "286" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -73,7 +73,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -110,14 +110,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b974e123-bc1d-4e8d-ae06-796844cfedb4", + "apim-request-id": "78dc96e8-1ce5-42dc-b54b-e2e043f54776", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:23 GMT", + "Date": "Tue, 03 May 2022 00:16:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -145,7 +145,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -182,14 +182,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f4c245e-bc8f-40e7-9f9b-b94468c31f24", + "apim-request-id": "8951f957-743e-4623-a7fa-8ee5bb4841ea", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:23 GMT", + "Date": "Tue, 03 May 2022 00:16:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "319" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json index 89021ae55a54..d5df1ebb0fa8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10220aaf-13c8-43c3-9379-21cccc194023", + "apim-request-id": "79fbf87f-4d66-4e74-b99c-e2a65bde5841", "Content-Length": "439", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:14 GMT", + "Date": "Tue, 03 May 2022 00:16:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "100" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json index 903bcc572520..e1a6b6892027 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9041a81-b86d-488f-903a-35dc46d7440e", + "apim-request-id": "fa63f9eb-f931-4b6d-9a75-7a441b75b971", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:14 GMT", + "Date": "Tue, 03 May 2022 00:16:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json index 24e4647b8669..400e05e1afbd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9be5580a-d6df-4867-85ce-5bdf458a5a79", + "apim-request-id": "4fe19929-218b-4e28-8b1a-fa9ae710a93d", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:31 GMT", + "Date": "Tue, 03 May 2022 00:16:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json index 5c463579f254..392e05f8d99b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a13866e2-247d-422c-8ee2-2a567b515359", + "apim-request-id": "40a65034-8ada-4ad9-b17e-effec691e2dc", "Content-Length": "407", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:31 GMT", + "Date": "Tue, 03 May 2022 00:16:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json index 7d8593bec897..a357bc3787a3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b7d7152-d98e-4068-9c9d-176583114d0a", + "apim-request-id": "775a9c2f-f7ce-45a0-83d9-ea85230c1730", "Content-Length": "260", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:26 GMT", + "Date": "Tue, 03 May 2022 00:16:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json index 77e416ded65a..c18cbafac2a4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "af3efa3a-c4ef-46ca-b519-dcf469d5276f", + "apim-request-id": "e6d26472-c0f8-49be-b647-83bc7f80cac5", "Content-Length": "260", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:26 GMT", + "Date": "Tue, 03 May 2022 00:16:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_errors.json index edbefe74f21b..15db80b06de6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,13 +38,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "efaac759-e0e5-48b5-8f4e-cdf881b6be50", + "apim-request-id": "4d97246c-7538-47e2-af11-f13af38594c2", "Content-Length": "893", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:26 GMT", + "Date": "Tue, 03 May 2022 00:16:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -55,7 +55,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -77,7 +77,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_warnings.json index 08757574ca40..b18836aab0ad 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7fb876ab-ff30-4b5d-8900-038faaaab202", + "apim-request-id": "35f0c84c-671f-41ad-a742-2681150f8496", "Content-Length": "136", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:27 GMT", + "Date": "Tue, 03 May 2022 00:16:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json index 8bb709b5e2bf..c714b90fcc5a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "6fcc8a4b-3e52-46ef-9a66-fe2ecf46206e", + "apim-request-id": "55ad81b7-11db-48fe-b142-48b1129d6631", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:27 GMT", + "Date": "Tue, 03 May 2022 00:16:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json index cdaba41eec83..b0c7d16d32ac 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "740b9706-602a-4ad2-9af5-3b57e9d99aec", + "apim-request-id": "5462a722-938d-422f-bbd3-861bddd88444", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:24:18 GMT" + "Date": "Tue, 03 May 2022 00:16:39 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json index 2008c68c137d..ac7d62d9111e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json @@ -22,10 +22,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dfc9b236-1323-4b34-a400-65ec76c971c3", + "apim-request-id": "1bb565e1-6499-47ff-b63c-ca47f258df30", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:14 GMT", + "Date": "Tue, 03 May 2022 00:16:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json index 36705b24d870..e7ef349d23cd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3916e102-7775-4484-9648-9fbb302c4e50", + "apim-request-id": "18f5134e-3139-4c08-a3df-8bc158fba53c", "Content-Length": "439", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:14 GMT", + "Date": "Tue, 03 May 2022 00:16:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json index 057e18c39e1c..cd2419234d70 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,13 +33,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bea74d32-2f1c-4f18-9baf-5ab177ecd78a", + "apim-request-id": "99b5c344-049e-41ce-b040-8e67757eeb72", "Content-Length": "556", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:16 GMT", + "Date": "Tue, 03 May 2022 00:16:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -50,7 +50,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json index f2e80d39530a..5b9abdd3bf4c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,14 +33,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9452341-e2e3-4feb-be5f-e5668a299797", + "apim-request-id": "1f4a2cc7-aa30-4f09-9a18-3c13987c8066", "Content-Length": "1067", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:16 GMT", + "Date": "Tue, 03 May 2022 00:16:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "668" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -106,7 +106,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json index 0aad5aea460a..06f1766c6140 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e181a52-2bb3-4976-85bf-fff44f2ce840", + "apim-request-id": "567e8c90-bf5c-41fb-a039-6a95c1c1c5d5", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:25 GMT", + "Date": "Tue, 03 May 2022 00:16:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "5" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json index b2ff58711b21..cb6d186a3e42 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "32f10cbf-1fda-4479-9352-c7fd55363c3e", + "apim-request-id": "cf7fd47a-3c69-4a78-a7d6-0f6db8c81cf2", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:23 GMT", + "Date": "Tue, 03 May 2022 00:16:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json index 994f6e633be8..19abe7406fdf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03e65762-47fc-45e4-952d-be24c4607791", + "apim-request-id": "94fe9499-38b9-43fc-a2b8-61cf9b813a1b", "Content-Length": "1087", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:28 GMT", + "Date": "Tue, 03 May 2022 00:16:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json index 79fa4a342e42..93750c3a9042 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4bb76797-7731-4d50-8ca6-34bdbda23407", + "apim-request-id": "79bc4f62-6f73-4777-8c5b-05740db8fc65", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:29 GMT", + "Date": "Tue, 03 May 2022 00:16:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_offset.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_offset.json index 8c35bc378827..1e0e4a8f1793 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_offset.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_offset.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e155641-b1e4-4bc9-a946-01f0062da819", + "apim-request-id": "347fb1b5-63b7-464d-9daf-0393d2827378", "Content-Length": "906", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:29 GMT", + "Date": "Tue, 03 May 2022 00:16:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json index 62e21e7ea2b5..bf8288d88a62 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,11 +48,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "faf6226f-df53-4372-92df-06828274a54b", + "apim-request-id": "3fa0a609-72b7-4729-8842-8ee0a30ffe80", "Content-Length": "418", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:24:19 GMT", + "Date": "Tue, 03 May 2022 00:16:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" @@ -87,7 +87,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json index 59e7328ce8b0..a23e0cd0681f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ecef6c3-c818-4822-a431-1da47d9a5220", + "apim-request-id": "79f882a6-e05c-4ed0-99c7-a54c38bbce5c", "Content-Length": "292", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:24:18 GMT", + "Date": "Tue, 03 May 2022 00:16:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_pass_cls.json index 749a5188a573..0faae02ed481 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5a3305b5-1de7-4124-87b8-c76f6dd1919d", + "apim-request-id": "626cb4d3-61dc-487b-889c-d817fe668c67", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:28 GMT", + "Date": "Tue, 03 May 2022 00:16:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_passing_only_string.json index edc968d1f203..4c354d6bb8e2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae40bb5d-2b91-4382-949c-b1ef8c002daa", + "apim-request-id": "5453fbe8-5bca-4756-b219-ff187bcd2ae3", "Content-Length": "1877", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:24:15 GMT", + "Date": "Tue, 03 May 2022 00:16:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -165,7 +165,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json index d85ea8ec1442..8487f4dc30dd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3ccc5f47-3373-4046-8b69-7c0b696e1b17", + "apim-request-id": "53aeb00f-50d7-4426-a40e-61bb8ffbbe16", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:21 GMT", + "Date": "Tue, 03 May 2022 00:16:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json index d0272ef0c3ac..37f8e75940d2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5507db59-675d-4937-8b11-948305f3511e", + "apim-request-id": "366b0d1a-b654-4e4b-814b-6cc89f4091bb", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:25 GMT", + "Date": "Tue, 03 May 2022 00:16:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -73,7 +73,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -110,10 +110,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "9ccdee12-a191-4d5e-89b0-2c17dd6fbe96", + "apim-request-id": "9400a776-726e-4ffd-abae-ff9c71d0b3a0", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:24:25 GMT" + "Date": "Tue, 03 May 2022 00:16:44 GMT" }, "ResponseBody": { "error": { @@ -123,7 +123,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -160,14 +160,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01843b61-4cd3-4529-90d8-3bf4d932e4ee", + "apim-request-id": "39e61818-f925-4ed9-90d5-4a79675d16d1", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:25 GMT", + "Date": "Tue, 03 May 2022 00:16:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json index 452c4064625d..5939a30fe46f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -49,14 +49,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "149cb15b-eb98-4e89-82ec-f8f9a9d544dd", + "apim-request-id": "c80c9e14-c514-4ef9-91d3-e3d244c86f5d", "Content-Length": "754", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:24:20 GMT", + "Date": "Tue, 03 May 2022 00:16:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -110,7 +110,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json index 61e8dcff9c4b..8e002abfc67c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da3b213d-d62a-438b-b005-cea39547207b", + "apim-request-id": "a8adb18f-b7fe-4b5e-95a8-8d2102868511", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:13 GMT", + "Date": "Tue, 03 May 2022 00:16:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_too_many_documents.json index d0b084ea717f..f9796becd535 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -53,18 +53,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b5dd4aa4-df21-43d9-aea8-cc42ef9dc988", + "apim-request-id": "4dcf668f-61fc-44e8-a27c-a0fe57bdaa02", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:18 GMT", + "Date": "Tue, 03 May 2022 00:16:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "8" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_user_agent.json index 2ef43bc8c3bf..7c46f91bb1c5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,11 +38,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d1d416e4-e033-4f62-b9e9-fc4455bcd8dd", + "apim-request-id": "99456a78-e0d8-48b8-9efd-ae756ddc8f21", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:25 GMT", + "Date": "Tue, 03 May 2022 00:16:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "16" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json index 66fa9c636bc7..4eab4886d32d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "383ab74a-8e1a-4d6c-ab5f-e8f9656046bc", + "apim-request-id": "711abe83-6556-457d-86b3-a41a6d910dd8", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:21 GMT", + "Date": "Tue, 03 May 2022 00:16:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json index 86148af1b9d2..1a0240cb0ade 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,10 +38,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c665bc9-f4b8-45d9-9fb1-4aa34a7e658d", + "apim-request-id": "a284f43e-85dd-4a20-a560-cc013ab83af3", "Content-Length": "985", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:21 GMT", + "Date": "Tue, 03 May 2022 00:16:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json index abd6d5fb7148..3013409c48a5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e14316b-24ff-48ea-a6a5-e99a4b6b2850", + "apim-request-id": "be378883-2d98-4dda-8f12-1809647de88f", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:22 GMT", + "Date": "Tue, 03 May 2022 00:16:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json index e0cf210207ce..a2db280945a0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,13 +38,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a20d57e-6a4d-4b55-b3ab-16bdedb62023", + "apim-request-id": "5e6527eb-1cae-433b-afee-d528eb0b59c3", "Content-Length": "985", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:22 GMT", + "Date": "Tue, 03 May 2022 00:16:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json index 5f674ecdfe2c..23fbbeb6d397 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "babb2936-53ff-476a-ab53-67478e96cc30", + "apim-request-id": "b05ee28b-89cf-46c4-b115-35967700987a", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:22 GMT", + "Date": "Tue, 03 May 2022 00:16:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "221" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json index 7522c574d195..bebcb1da74e4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,14 +32,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef2eb092-7842-4222-9209-f6d62a0d0f19", + "apim-request-id": "937c63d0-b4ab-45d9-bc15-8a848a342bb8", "Content-Length": "1938", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:24:33 GMT", + "Date": "Tue, 03 May 2022 00:16:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "137" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json index d0827133ff33..80496647cc2c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,14 +32,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1f94d84a-b18c-445d-a6da-55ef84de43e9", + "apim-request-id": "f251b8d8-0460-4e0d-949b-00a920f4e43f", "Content-Length": "1715", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:24:33 GMT", + "Date": "Tue, 03 May 2022 00:16:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_credentials.json index 0a772f20e70a..ff53ecff01de 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "b62e7055-2dea-4451-a48a-7f0ba75ac427", + "apim-request-id": "08d6c87d-ad50-456f-9b18-529852b48c5f", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:24:35 GMT" + "Date": "Tue, 03 May 2022 00:16:54 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json index ab08254823ab..17279167b06a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b0b4a069-fd35-4c85-b8b2-c82825767110", + "apim-request-id": "0f387e7b-0f25-4e17-b1fe-08af50280129", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:42 GMT", + "Date": "Tue, 03 May 2022 00:17:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json index 0fe683f8e71b..a6e29bb3db52 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5272,18 +5272,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "56a945fb-8b21-4cd9-87a2-d7f091046c4f", + "apim-request-id": "25a05cbd-47a1-48e4-96bf-3c338df8ce30", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:36 GMT", + "Date": "Tue, 03 May 2022 00:16:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json index b8cc6966c76c..7b60d304eadf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5027,9 +5027,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "f2fe2eea-84d7-477c-a74d-b4dde5a391ea", + "apim-request-id": "52929ce1-2836-417a-ba6b-dc141e188d6c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:43 GMT", + "Date": "Tue, 03 May 2022 00:17:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -5038,7 +5038,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bing_id.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bing_id.json index 83d4ec2ee88f..735b8843e329 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bing_id.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_bing_id.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "712ce3fb-ddc3-4dc8-90e6-df416d871ae1", + "apim-request-id": "522b9582-1847-4503-9298-b516eca46285", "Content-Length": "906", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:46 GMT", + "Date": "Tue, 03 May 2022 00:17:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json index c385b88849dc..d435b155d568 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ee5b08d6-7479-44fc-aa12-1550f615aba9", + "apim-request-id": "01d76dcf-3709-4217-b854-ff2b750e4dcd", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:38 GMT", + "Date": "Tue, 03 May 2022 00:16:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "140" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -72,7 +72,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -108,14 +108,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a53d47d8-a4c4-4b1c-bce7-d542bf63b87b", + "apim-request-id": "3c94ad62-eb8b-4f6b-9024-844bc840620b", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:38 GMT", + "Date": "Tue, 03 May 2022 00:16:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -143,7 +143,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -179,14 +179,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "235482da-d39d-457d-8e85-9281014b9f9b", + "apim-request-id": "bae15a4c-02bc-44fe-838d-343d62954774", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:39 GMT", + "Date": "Tue, 03 May 2022 00:16:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "275" + "x-envoy-upstream-service-time": "307" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json index 67bc2ab18540..1ff7f381b91f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "82310ba0-9e68-4e27-a616-1619b3e77119", + "apim-request-id": "1157f446-154d-4df4-979e-655df72d2ee7", "Content-Length": "439", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:15 GMT", + "Date": "Tue, 03 May 2022 00:17:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json index 47d5915e4a80..90d63149fc06 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_default_string_index_type_is_UnicodeCodePoint.json @@ -21,10 +21,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8cf8b05f-d5e2-4eaf-9f6a-f7c112b9ee39", + "apim-request-id": "64060710-2400-4596-8da0-86b65f7f7691", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:15 GMT", + "Date": "Tue, 03 May 2022 00:17:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json index ca7945a0b244..34cc51030d48 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ae4524d-780c-4a1b-8246-472d6aaf82ba", + "apim-request-id": "e061f694-7b5e-486b-a491-e96a4b75d2b4", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:47 GMT", + "Date": "Tue, 03 May 2022 00:17:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json index 9a7f6362bc23..e18e9faf2851 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "247df06e-7b77-4e12-af3d-39d0f4b80d7c", + "apim-request-id": "9b2f3d3d-0a4f-4ca2-9f81-e3d4ed1f46a9", "Content-Length": "407", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:48 GMT", + "Date": "Tue, 03 May 2022 00:17:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json index 948774d0dec3..918b1519473b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81068bad-a04e-4033-9b9e-112f8131019c", + "apim-request-id": "8af8347c-d855-4cb4-a11a-0081a0d741c4", "Content-Length": "260", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:40 GMT", + "Date": "Tue, 03 May 2022 00:17:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json index 02c037b4f70c..1292575e8b78 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f12c775-f553-4beb-bd7a-931cf93de82b", + "apim-request-id": "9fd956d6-dab4-42fd-ae8d-10ef596e859b", "Content-Length": "260", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:40 GMT", + "Date": "Tue, 03 May 2022 00:17:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "2" @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_errors.json index efbbe1a90ba6..d7c49d0e8487 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,13 +37,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "74e3d2fe-1ae1-4872-8605-9a081e21c9bb", + "apim-request-id": "cab3b1c8-b9f4-4693-abd2-47bc65f6b70f", "Content-Length": "893", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:42 GMT", + "Date": "Tue, 03 May 2022 00:17:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -54,7 +54,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -76,7 +76,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_warnings.json index e72a19ca3a3d..5355b6318f78 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90c78bec-7da5-491c-a88f-579e2dbee2c4", + "apim-request-id": "f4a32a24-3d52-4077-a689-b6b91fde7a91", "Content-Length": "136", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:42 GMT", + "Date": "Tue, 03 May 2022 00:17:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json index a5fcd1502552..06069f3ae512 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "eb9aa696-c0a9-41fe-907c-281525ec2b4b", + "apim-request-id": "260839ca-e6fe-44a2-8794-d026cc750531", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:43 GMT", + "Date": "Tue, 03 May 2022 00:17:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json index 0ec2b75d11b7..7422f932cd65 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "5a3d7f0e-a28f-4e49-8b5d-b343fb3ca765", + "apim-request-id": "953af547-c1cc-471a-82b2-7d56e7233dfe", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:24:35 GMT" + "Date": "Tue, 03 May 2022 00:16:54 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json index e7bbcf85eb1a..1eeb989d0850 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type.json @@ -21,10 +21,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13d62893-0f57-429f-a430-53b562414e5d", + "apim-request-id": "7c9102a8-b692-4463-b4b5-28369ec2e296", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:15 GMT", + "Date": "Tue, 03 May 2022 00:17:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json index e2532f364d61..f77d2f47c48b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "819f1949-e31d-4d8e-9dab-444054bbc835", + "apim-request-id": "cada2c9a-7144-4092-b3b7-36db80dafe4d", "Content-Length": "439", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:16 GMT", + "Date": "Tue, 03 May 2022 00:17:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json index 33e5cdf49879..30146a704fcb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,13 +32,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7598de4c-4837-40bc-90bc-e8d835706440", + "apim-request-id": "f4ff87b6-5511-4ded-a9ca-e0b035e30a05", "Content-Length": "556", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:34 GMT", + "Date": "Tue, 03 May 2022 00:16:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "4" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -49,7 +49,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json index e5b9c4c41bc0..9460c5703618 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,14 +32,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d438d68-3539-4fb2-84cc-70f9eecac56b", + "apim-request-id": "4e018d97-f349-4c17-bede-2a6730c3f8ac", "Content-Length": "1067", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:34 GMT", + "Date": "Tue, 03 May 2022 00:16:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -105,7 +105,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json index e516e8d33375..2554bf87c78f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2520e18f-c03c-46de-b005-736337ae6bb3", + "apim-request-id": "e4ef0cca-509e-43d6-ae9e-3e257409728b", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:39 GMT", + "Date": "Tue, 03 May 2022 00:17:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json index 14870eb29bc8..d645d5755e91 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f567192-e51b-4548-980a-e997ee8dfd99", + "apim-request-id": "56f35a70-104c-460f-89de-a9fe5880782c", "Content-Length": "393", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:39 GMT", + "Date": "Tue, 03 May 2022 00:16:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json index 692fcd39b11e..5c008f914c84 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_language_kwarg_spanish.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a56eea4-35a9-47cb-ac78-f837908cf2bd", + "apim-request-id": "895e9d89-ec11-4681-9e3b-7bacca03faf6", "Content-Length": "1087", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:44 GMT", + "Date": "Tue, 03 May 2022 00:17:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json index d136364cb03f..b8d83de689a6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_no_offset_v3_linked_entity_match.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b63dd48a-be56-48b2-b407-aa0ca754f53d", + "apim-request-id": "a02b230f-3bc5-4340-88a8-593fc6f4aa84", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:45 GMT", + "Date": "Tue, 03 May 2022 00:17:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_offset.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_offset.json index df5c1909319b..7a363993a2f2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_offset.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_offset.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,11 +27,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "df85777f-f501-4b48-9eff-e90f0502e22b", + "apim-request-id": "e30aa5a1-46a7-4a47-ae58-caa2deb5f1c8", "Content-Length": "906", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:45 GMT", + "Date": "Tue, 03 May 2022 00:17:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json index 120ec1615374..237702510590 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,11 +47,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5798ccc-b4f3-4db9-88f2-3f6246f4f796", + "apim-request-id": "a53f51c6-8ee1-4b09-9162-fa11c80d4dae", "Content-Length": "418", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:24:36 GMT", + "Date": "Tue, 03 May 2022 00:16:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" @@ -86,7 +86,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json index f9f42927132b..dfcf27228184 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24dc55c4-bb06-4dcd-898e-95286eec7fc5", + "apim-request-id": "18730e7c-9e8f-4d9e-bc92-a31879489016", "Content-Length": "292", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:24:34 GMT", + "Date": "Tue, 03 May 2022 00:16:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_pass_cls.json index 6c2307ddbadf..253877f89f43 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f455a652-ecd0-4cc6-bb65-44495b05156c", + "apim-request-id": "f3e26f4c-be64-442e-b97e-04b58c06b1d2", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:24:44 GMT", + "Date": "Tue, 03 May 2022 00:17:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_passing_only_string.json index 94304b7b6820..2caa1258503d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abf032d5-5752-4342-8e69-3760ff736650", + "apim-request-id": "a046fb58-0e5d-421e-9284-b36010e44ffb", "Content-Length": "1877", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=2,CognitiveServices.TextAnalytics.TextRecords=2", - "Date": "Wed, 13 Apr 2022 00:24:33 GMT", + "Date": "Tue, 03 May 2022 00:16:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -164,7 +164,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json index 9a5b260b7039..58c045312a00 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02c36fca-d317-4728-8a01-312117793fd9", + "apim-request-id": "796a3401-65d8-4a32-b706-467ec8905ea5", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:37 GMT", + "Date": "Tue, 03 May 2022 00:16:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json index 4783fb54c949..fb4474202092 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a8d134d-ed47-40ba-a84d-99d5ccb693d6", + "apim-request-id": "5239d6b0-d0e1-4283-a9c8-7b14c79bd9cc", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:39 GMT", + "Date": "Tue, 03 May 2022 00:17:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -72,7 +72,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -108,10 +108,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "c0844a74-ab00-4d4b-8127-b13657a0ca35", + "apim-request-id": "243de524-a529-4ae6-8008-94bee3e12589", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:24:39 GMT" + "Date": "Tue, 03 May 2022 00:17:00 GMT" }, "ResponseBody": { "error": { @@ -121,7 +121,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -157,14 +157,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b148cc2-6308-4e9b-9d0b-a68cb1ee38a4", + "apim-request-id": "a514b830-2e54-4636-8603-499267bf5a18", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:40 GMT", + "Date": "Tue, 03 May 2022 00:17:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json index 1d0f008bf63b..e44b2acbb104 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eaa9dc29-46f4-4596-b163-4c47f52c54e0", + "apim-request-id": "2a92863a-694b-4501-8d89-0f757dfaf67c", "Content-Length": "754", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:24:36 GMT", + "Date": "Tue, 03 May 2022 00:16:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "kind": "EntityLinkingResults", @@ -109,7 +109,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json index b83a04adb551..445bcea37187 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_string_index_type_not_fail_v3.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "36480427-40c5-4b4e-a218-51e013174f22", + "apim-request-id": "bae8444c-867d-4a28-89df-cfa8e0b8efaa", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:15 GMT", + "Date": "Tue, 03 May 2022 00:17:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_too_many_documents.json index 4792f8d30287..bd19c9540518 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -52,18 +52,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "d271367f-f795-47ee-8d5d-80d3b6285f43", + "apim-request-id": "13b1084f-1c28-459b-adab-620dd9326ffd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:34 GMT", + "Date": "Tue, 03 May 2022 00:16:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_user_agent.json index dc9e53975a85..98f220483736 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "34277fdc-d2ab-4405-bbde-c645e4db8817", + "apim-request-id": "cbda15a9-f4b2-4eba-a8f1-13733fc3d12d", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:40 GMT", + "Date": "Tue, 03 May 2022 00:17:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json index ff8e4fff8d64..2125cfe1c246 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "277f4d5d-e2b2-4d32-ba39-77cea4f04a0e", + "apim-request-id": "19d520f6-c210-4402-acb3-c966687d97bd", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:37 GMT", + "Date": "Tue, 03 May 2022 00:16:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json index fa562497e46d..db17bf4d2a20 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,10 +37,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5e358b79-ca3c-45c7-a0c4-b36c3f1313d1", + "apim-request-id": "4764d913-a576-463d-bf21-37baad67bc36", "Content-Length": "985", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:37 GMT", + "Date": "Tue, 03 May 2022 00:16:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "2" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json index c5d994981bd7..0feed450de7a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1427bdd1-78ce-400f-901b-f8d71d6b6b37", + "apim-request-id": "ed64dd7e-1edf-47c0-9bb0-a8b695b8d98b", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:38 GMT", + "Date": "Tue, 03 May 2022 00:16:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json index 582ed7d054d7..1d9864c55bd1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,13 +37,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "611f58d7-6a30-4381-8689-dac31973e71d", + "apim-request-id": "baf9d8a0-ee09-40fd-b5d8-11e5a1293e8c", "Content-Length": "985", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:24:37 GMT", + "Date": "Tue, 03 May 2022 00:16:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json index 76746b6e0080..354edfe17bde 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.pyTestRecognizeLinkedEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a2db3c5a-ccaf-46b1-bfff-44c35fc855f8", + "apim-request-id": "21f90b77-198a-4118-a58e-fc7b23fdbd30", "Content-Length": "214", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:24:38 GMT", + "Date": "Tue, 03 May 2022 00:16:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "EntityLinkingResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json index e8b57c02efe5..512d89301f75 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "434af0c6-aaa9-4dd9-8255-7e5eec90fa0a", + "apim-request-id": "b508ac26-c40a-41ea-b12a-31ae7c159315", "Content-Length": "1123", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:39 GMT", + "Date": "Tue, 03 May 2022 00:17:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "214" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json index 7d68d37b7ade..4bacbb973403 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2dea92e4-c4f7-4aba-8a08-7de73a35c36b", + "apim-request-id": "af94a9f1-673e-446f-aece-4aae03e6904c", "Content-Length": "1123", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:39 GMT", + "Date": "Tue, 03 May 2022 00:17:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "230" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_credentials.json index d7b8152c8673..aecb4053c4c4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "bce6e9c4-9fd3-4188-bfb0-b5e067879d11", + "apim-request-id": "15cb6990-0e59-4c4b-b44b-c60a09fd1372", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:25:44 GMT" + "Date": "Tue, 03 May 2022 00:17:10 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_model_version_error.json index 05be4055d6ad..058b616d7ba0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,13 +29,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "8a747b20-4256-44c8-b7d3-ba432ac2fecd", + "apim-request-id": "0f42570f-e2e8-40d2-9482-048f745091a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:56 GMT", + "Date": "Tue, 03 May 2022 00:17:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "6" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json index 66a07b7aee19..7d2f1fd5d7bd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5273,18 +5273,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e3a4dc8c-c9f2-4436-b496-23397b9bef96", + "apim-request-id": "252a8fd1-2751-4b30-abfa-f108cfc4fd68", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:46 GMT", + "Date": "Tue, 03 May 2022 00:17:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json index d3ef2526870a..40990d3705f6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5028,18 +5028,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "3c0b0c6d-69ab-487f-80dd-bc9660c22ad1", + "apim-request-id": "b7377d4e-113a-470c-a854-70ee905084eb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:00 GMT", + "Date": "Tue, 03 May 2022 00:17:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter.json index 3b8d0db18045..981c5a964b40 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3f5bb024-1a80-4945-80ef-9f6f4a0e4bd3", + "apim-request-id": "5d6eee9e-6b6d-4d55-802b-715c6c6f5a3f", "Content-Length": "528", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:06 GMT", + "Date": "Tue, 03 May 2022 00:17:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -76,7 +76,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -106,14 +106,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42f4a78d-2eed-46ef-8c2b-fe4ab1f9e71d", + "apim-request-id": "3d9705bb-171a-46b1-97ac-ba51b102bc31", "Content-Length": "346", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:06 GMT", + "Date": "Tue, 03 May 2022 00:17:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json index 55c4010b4137..330c67b93101 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,14 +32,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b16921d-f1b5-4093-b997-420dbb19b94b", + "apim-request-id": "719160fb-c1c5-4ce7-ac18-7c4cf4082a67", "Content-Length": "346", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:06 GMT", + "Date": "Tue, 03 May 2022 00:17:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json index 151826717ab5..d10d6f715517 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b7d204dc-ce16-4c89-8c5b-3523dd7e5506", + "apim-request-id": "a64b084c-e96f-4f71-9b9a-76c7553ba757", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:51 GMT", + "Date": "Tue, 03 May 2022 00:17:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -76,7 +76,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -113,14 +113,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0fbe95dc-c5c9-4acb-bcfa-af61c5b9f7fe", + "apim-request-id": "3b292aa9-215f-4cc3-abec-0f60117e5597", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:51 GMT", + "Date": "Tue, 03 May 2022 00:17:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -151,7 +151,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -188,14 +188,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "05b1b0e2-9a4d-46d2-84de-d8f38ca4b24c", + "apim-request-id": "f3eeab1a-e0fd-4cae-8b58-80a2d181678a", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:52 GMT", + "Date": "Tue, 03 May 2022 00:17:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json index 273d403e8f64..435ebd04e835 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ead9a5c4-9ac7-4294-a57c-3a8b574fc222", + "apim-request-id": "670bb543-7e56-4c72-8234-3fd2aa7f3dd6", "Content-Length": "172", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:16 GMT", + "Date": "Tue, 03 May 2022 00:17:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json index fc975023cf34..4dba0c0346a4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cecedca9-15f7-4483-8dc2-ca05865ce957", + "apim-request-id": "1af77aba-17e4-4817-a7d7-2b255ae9c0b0", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:16 GMT", + "Date": "Tue, 03 May 2022 00:17:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs.json index b835f5a3cbd0..0272026f55b9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "85b0274a-98ad-4e62-8026-8dbfd2d9fffc", + "apim-request-id": "e70b81bb-3a52-4e7c-b840-1472ed4c5a52", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:09 GMT", + "Date": "Tue, 03 May 2022 00:17:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json index 7257ecb7d334..98d01648d133 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b8dcb2d-5aca-4508-8efa-57319f98955f", + "apim-request-id": "e0d3be1e-c692-4b0c-aea3-c74301a5ad93", "Content-Length": "185", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:10 GMT", + "Date": "Tue, 03 May 2022 00:17:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json index 86265c9116ac..422c01299676 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "18fab74e-251b-4fcf-828a-c827c23423d4", + "apim-request-id": "cef6ebb7-ab38-4e47-9c3f-9463282239a5", "Content-Length": "267", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:55 GMT", + "Date": "Tue, 03 May 2022 00:17:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json index 9175097aa507..2cf8ed95d036 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7ec4176-1906-43c9-b00a-dc85baf282a3", + "apim-request-id": "6dc0c406-4365-459b-993a-d11ded85d48a", "Content-Length": "267", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:56 GMT", + "Date": "Tue, 03 May 2022 00:17:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -45,7 +45,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_errors.json index 2b4c8047b539..065427d0a82d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,13 +38,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ddf7242b-3fe3-4f58-956c-f29abd2679e0", + "apim-request-id": "a0cecfa2-66d9-435b-8b10-974808848d3c", "Content-Length": "935", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:57 GMT", + "Date": "Tue, 03 May 2022 00:17:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -55,7 +55,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -77,7 +77,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_warnings.json index b694d89e5133..e1f82136fe7d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a116bc8-3a24-4e78-8c53-def9c6279080", + "apim-request-id": "afcf97ee-9a19-43ba-bba2-3e8d3f7febe0", "Content-Length": "201", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:25:57 GMT", + "Date": "Tue, 03 May 2022 00:17:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json index 21cc1bd31240..a2cd4861854a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -33,18 +33,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "0296f74f-b6cb-4e31-a53d-93334591aed9", + "apim-request-id": "286c25da-0602-47b6-b89e-9513458af024", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:59 GMT", + "Date": "Tue, 03 May 2022 00:17:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_empty_credential_class.json index 4fd3f83823b0..5ae7d02619f5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "84ecda06-d24d-419e-a3c2-3fa0e51c4a67", + "apim-request-id": "d2d0d683-61fe-42e4-be07-b2c2b6b63a1f", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:25:44 GMT" + "Date": "Tue, 03 May 2022 00:17:10 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json index 17e8af6062cb..5bd2d129fcbe 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json @@ -22,14 +22,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ca04206-3925-480c-a5ac-c591cb5890a7", + "apim-request-id": "1b21a675-facb-4b00-95ad-20d36a3e7cc7", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:17 GMT", + "Date": "Tue, 03 May 2022 00:17:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json index 20ccdb50e238..6b7f3f81f720 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a8d38dce-a648-418d-a182-6a03d7a07650", + "apim-request-id": "61b39402-c01e-453b-88b5-14c14ce0b6d7", "Content-Length": "172", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:17 GMT", + "Date": "Tue, 03 May 2022 00:17:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_all_errors.json index 4dc0d85b59c7..b400a3c7b645 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,10 +38,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "515d6b66-ae56-44ed-8e27-c45a1d309051", + "apim-request-id": "bd0922c1-9bf3-45f0-87f7-575021006fbe", "Content-Length": "761", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:41 GMT", + "Date": "Tue, 03 May 2022 00:17:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -55,7 +55,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -77,7 +77,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_some_errors.json index 6f32a7ed1ccf..eed7c3100328 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8818bbe5-9d3f-4681-b18c-abccde7ad8d5", + "apim-request-id": "a5cc24eb-f185-4f44-b868-67e69cbf1e09", "Content-Length": "698", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:25:41 GMT", + "Date": "Tue, 03 May 2022 00:17:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -74,7 +74,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json index f08b52917fd2..e6eed70a4edc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf58240e-3947-49cf-bfad-27819b56ca7d", + "apim-request-id": "71d7ab2f-086c-4ed0-a84e-6d149a6ce8de", "Content-Length": "435", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:52 GMT", + "Date": "Tue, 03 May 2022 00:17:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "4" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json index 2491ec396b8e..8e91b6dd6c35 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,10 +28,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bed5e6a4-4797-4f37-8550-a03c862129c2", + "apim-request-id": "7319a363-a28a-43a3-a6e6-de26bf7f6242", "Content-Length": "435", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:52 GMT", + "Date": "Tue, 03 May 2022 00:17:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_language_kwarg_english.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_language_kwarg_english.json index 47333cbc25b0..59ffe152145a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_language_kwarg_english.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_language_kwarg_english.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ecfee1a9-a7d1-4d81-9bdd-38a5578992fe", + "apim-request-id": "7985cc85-cb3d-4adb-bd9d-4719cbb1f6ab", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:01 GMT", + "Date": "Tue, 03 May 2022 00:17:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_out_of_order_ids.json index f20cb1f14aba..f75a7e4eae7a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb410f90-a227-493c-a474-4a10845db941", + "apim-request-id": "69241ca5-8fce-4191-872f-9b4a591e0e88", "Content-Length": "505", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:25:45 GMT", + "Date": "Tue, 03 May 2022 00:17:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -91,7 +91,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json index 1bbe465420dc..f23631830f3c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "70916f84-96a1-4e92-8af5-ba035125bb66", + "apim-request-id": "ddba068d-3de3-4181-b893-b41f0a8e357e", "Content-Length": "408", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:25:43 GMT", + "Date": "Tue, 03 May 2022 00:17:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "255" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_pass_cls.json index e4d80d1cb028..2f6ebb500f5a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8f600d74-ae08-4925-abb7-fc9ba6bf8065", + "apim-request-id": "975c1f58-25b8-477b-8fdd-29dabea95297", "Content-Length": "189", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:01 GMT", + "Date": "Tue, 03 May 2022 00:17:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_passing_only_string.json index b0e75e75faaa..2482e0b87fc9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -43,14 +43,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ffd6bf3f-8fc5-4aff-ae86-c6322272e8c5", + "apim-request-id": "92f51302-c2c5-48fb-859d-7c915331b38b", "Content-Length": "1285", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:40 GMT", + "Date": "Tue, 03 May 2022 00:17:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "196" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -128,7 +128,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json index af8c973ada08..a8fb0f36dea9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ca1f9bf7-ff69-464c-8a8d-17632ab9bf0d", + "apim-request-id": "c333b5b1-60b0-4b25-9615-fc810bcdc46c", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:48 GMT", + "Date": "Tue, 03 May 2022 00:17:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_phi_domain_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_phi_domain_filter.json index a0c90fe501e0..675688f12e62 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_phi_domain_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_phi_domain_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -29,14 +29,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56bc01e4-5dad-41b3-bff2-5dc83804ac3f", + "apim-request-id": "4bfcdae2-3455-4834-82af-5848be0d61be", "Content-Length": "403", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:04 GMT", + "Date": "Tue, 03 May 2022 00:17:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_redacted_text.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_redacted_text.json index 3963e096478a..9399a74bd095 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_redacted_text.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_redacted_text.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "010c4284-517d-442c-a046-b36b26f43c3b", + "apim-request-id": "68fbaedc-6ee2-4093-9be0-aa15a60d28d2", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:03 GMT", + "Date": "Tue, 03 May 2022 00:17:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json index da365e545c49..f8800058872f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "419ab820-7baf-405e-ba0c-9ff18739c42d", + "apim-request-id": "2770b7a7-e997-49dc-b0bd-bfc86a19007e", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:54 GMT", + "Date": "Tue, 03 May 2022 00:17:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -76,7 +76,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -113,10 +113,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "3d6f2e7e-a06e-407d-ac07-c94a30822d6e", + "apim-request-id": "2b3309e2-e71d-48c3-ab8a-2de10fce811d", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:25:54 GMT" + "Date": "Tue, 03 May 2022 00:17:15 GMT" }, "ResponseBody": { "error": { @@ -126,7 +126,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -163,14 +163,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afb4f6bb-d951-4ea3-9d28-cd4d3d3eb8e7", + "apim-request-id": "570f0cc5-f5cd-4b19-a76a-bed14d39b575", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:54 GMT", + "Date": "Tue, 03 May 2022 00:17:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json index c92a0cb81f52..478ff6e8fb51 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -49,14 +49,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abcc4848-5bb0-474b-956f-4590919a8fe1", + "apim-request-id": "160d04e4-f042-43bf-8fbc-fa40a3b11e43", "Content-Length": "841", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:25:46 GMT", + "Date": "Tue, 03 May 2022 00:17:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -114,7 +114,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_too_many_documents.json index 7b7f258867ec..a5e62664ac02 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -53,18 +53,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "34b026a3-efc1-4688-8cb5-a8df6dcb69f9", + "apim-request-id": "92109e67-e461-4d54-afce-2c46003db8d8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:25:43 GMT", + "Date": "Tue, 03 May 2022 00:17:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "7" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_user_agent.json index be30e0c6f68f..654ed209a140 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1bd71728-92bb-4532-bd2e-5b47f4d71ce0", + "apim-request-id": "d26ea549-3870-457a-a018-e4529006325c", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:55 GMT", + "Date": "Tue, 03 May 2022 00:17:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json index 509e5de69846..ca38bbec81b3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96d35bd8-c091-465d-9a03-574b66658b74", + "apim-request-id": "f661caa7-f583-4789-b174-7fd901cb18bc", "Content-Length": "410", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:47 GMT", + "Date": "Tue, 03 May 2022 00:17:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "97" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json index 6a3911e90d22..2648a2d66b32 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93f97a11-0efd-4af6-8d61-6ba0f5f80d8b", + "apim-request-id": "31b72877-4254-4945-8838-4fc5905f3c99", "Content-Length": "410", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:47 GMT", + "Date": "Tue, 03 May 2022 00:17:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json index 7ebfa4984af2..76f575aae65e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "32ddf6d0-c1d1-4435-a2ff-66c4eaa7140e", + "apim-request-id": "74c792d6-e68e-4af4-9baa-d1469561b66f", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:50 GMT", + "Date": "Tue, 03 May 2022 00:17:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json index 32d12e17ef77..7823368cb3e5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3b3e4b2-4530-4f53-bb65-b12352af0ebd", + "apim-request-id": "a720bbcb-1db5-4e29-bec2-d96208886388", "Content-Length": "462", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:48 GMT", + "Date": "Tue, 03 May 2022 00:17:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json index d9ad9a7fa7af..f71c17a08818 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -38,14 +38,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e635f307-9cae-4c2c-8a87-f96799d54eae", + "apim-request-id": "a5a64e3b-2b7b-45d4-bc18-f749c8116dae", "Content-Length": "462", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:25:50 GMT", + "Date": "Tue, 03 May 2022 00:17:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "228" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json index f21bf6f60db4..4f3e74034775 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_dict.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b7e27741-fb72-4d61-ad2f-a26990f5ffa8", + "apim-request-id": "6a5beef9-7736-4301-89e9-3f8e95409c4b", "Content-Length": "1123", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:11 GMT", + "Date": "Tue, 03 May 2022 00:17:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "102" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json index 3b28480347cc..6ca7cf12d4b9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_all_successful_passing_text_document_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7126d691-bc43-40a2-a9bc-98674c554606", + "apim-request-id": "b2c49955-363f-4e24-94e6-6d2262a6a792", "Content-Length": "1123", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:12 GMT", + "Date": "Tue, 03 May 2022 00:17:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "185" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_credentials.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_credentials.json index d494b9bcf0df..43af49c2b307 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_credentials.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_credentials.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "9efd8bc5-71a9-4abe-a211-5d03656ca878", + "apim-request-id": "a030b3eb-a58d-42e6-8110-7ada7c4c0df4", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:26:20 GMT" + "Date": "Tue, 03 May 2022 00:17:27 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_model_version_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_model_version_error.json index f276cad76a81..a25927319d4c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_model_version_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_bad_model_version_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,13 +28,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "355562ff-177a-4a5b-9a3a-fb79a7026cb5", + "apim-request-id": "bf23535c-5912-4f54-ba4f-2bfded9092c0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:31 GMT", + "Date": "Tue, 03 May 2022 00:17:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json index 7249bf54fedc..06a2aed846c9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5272,18 +5272,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "98a0efad-e9bb-4d72-9b0e-b9a2ab5dd756", + "apim-request-id": "dd0a9cdc-2701-4873-8b81-f5f3f012aaaf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:24 GMT", + "Date": "Tue, 03 May 2022 00:17:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json index db1f415aa6b8..20e393a9feee 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_batch_size_over_limit_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -5027,18 +5027,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "57c578bb-df13-4a50-9ee9-02b9e7c0f3f2", + "apim-request-id": "17f51f13-530d-48ef-821d-ea92f8b58a2b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:32 GMT", + "Date": "Tue, 03 May 2022 00:17:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter.json index 3e0c082ca9eb..e2c22e3848be 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d62d8e4-6919-479f-931e-acbf892ac5cd", + "apim-request-id": "05bce082-72ff-4386-8ad6-932ad23a2b33", "Content-Length": "528", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:35 GMT", + "Date": "Tue, 03 May 2022 00:17:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -75,7 +75,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -104,14 +104,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9de2a331-c391-4cfa-9270-8ca5f7194818", + "apim-request-id": "5b4fb424-7785-4ac2-929c-f85581362aa2", "Content-Length": "346", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:35 GMT", + "Date": "Tue, 03 May 2022 00:17:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "191" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json index ece61cdfe2eb..b5120076f0ce 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_categories_filter_with_domain_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -31,14 +31,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "52d51238-7a5c-4d5b-aace-34ab6ab4c1c4", + "apim-request-id": "ae9fb80a-2464-4a46-990b-6d870f1837e2", "Content-Length": "346", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:35 GMT", + "Date": "Tue, 03 May 2022 00:17:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json index 9eb422ba9e88..c33ee8c2df46 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_client_passed_default_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9499b6ed-1d44-49a2-a4c3-cf9bea71f15a", + "apim-request-id": "fd95c4ae-7408-4422-b691-d0d718cec56f", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:28 GMT", + "Date": "Tue, 03 May 2022 00:17:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -75,7 +75,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -111,14 +111,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab914a43-351c-48c1-91fc-38af798f1428", + "apim-request-id": "c960c08b-6672-4c43-a17b-5ddf26caa2c8", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:28 GMT", + "Date": "Tue, 03 May 2022 00:17:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -149,7 +149,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -185,14 +185,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "75d15759-707f-4983-b10a-e057e1f747e6", + "apim-request-id": "e3632e77-3b8e-446e-bc20-5b6b9576467f", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:28 GMT", + "Date": "Tue, 03 May 2022 00:17:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json index 398e0a0f2d55..991f81a6b0dc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_UnicodeCodePoint_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8e1efe7-8998-40ab-bed8-bb49bb9644ab", + "apim-request-id": "151ed606-6405-4714-8bd4-b94109bc521d", "Content-Length": "172", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:18 GMT", + "Date": "Tue, 03 May 2022 00:17:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json index 1e0d32dd0834..6e06395d61b5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_default_string_index_type_is_UnicodeCodePoint.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37fe0c80-9476-4054-a353-1d20d1a57501", + "apim-request-id": "03736059-c193-405e-909b-863f38372c3d", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:17 GMT", + "Date": "Tue, 03 May 2022 00:17:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs.json index 74e2f5cdaa5d..5d31ac6e578c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6ba8e240-6351-4ef6-85f4-f2d5a100c765", + "apim-request-id": "4b8844ad-69c4-473f-87ac-098a3aa606ec", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:37 GMT", + "Date": "Tue, 03 May 2022 00:17:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json index 2947be279086..2b3e5c7db1fd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_disable_service_logs_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ca68f837-7a5b-4eb5-961b-6c43023f508c", + "apim-request-id": "64f1addc-5f6d-4c22-ab6a-b8088232e914", "Content-Length": "185", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:37 GMT", + "Date": "Tue, 03 May 2022 00:17:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json index 7693a687c275..f9b595c625a1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_no_result_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "916baa66-edf0-4b75-b927-fa1e5c76bb35", + "apim-request-id": "eae96e09-7ff1-43d7-940a-d70d7de94752", "Content-Length": "267", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:30 GMT", + "Date": "Tue, 03 May 2022 00:17:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json index 91aec6d3ed71..084c22588df2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_attribute_error_nonexistent_attribute.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c604fa0-60a6-4ce9-8ee8-0b746a7afb3f", + "apim-request-id": "d0d1edba-c8bd-4789-8d96-660dd4b657e1", "Content-Length": "267", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:30 GMT", + "Date": "Tue, 03 May 2022 00:17:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "2" @@ -44,7 +44,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_errors.json index 5da7a84f9952..5ea00fc50516 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,13 +37,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "809f6132-097d-421f-9489-7bd77cbceee2", + "apim-request-id": "503fb069-0a3f-42ac-b2f8-f8994ec28e1a", "Content-Length": "935", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:31 GMT", + "Date": "Tue, 03 May 2022 00:17:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -54,7 +54,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -76,7 +76,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_warnings.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_warnings.json index 04f5263f2b3f..9a738cafdf21 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_warnings.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_document_warnings.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a713eed5-af4b-416e-b3be-8a5268f73ad5", + "apim-request-id": "dc4595d0-77dc-4ab6-9733-bc12233fa8d2", "Content-Length": "201", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:31 GMT", + "Date": "Tue, 03 May 2022 00:17:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json index 63bfeff4dd96..814355447467 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_duplicate_ids_error.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -32,18 +32,18 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "30dab25f-6f43-49ff-a406-a35e6da3e18a", + "apim-request-id": "5fa45002-03a1-422a-beb2-b5db21ce57d3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:32 GMT", + "Date": "Tue, 03 May 2022 00:17:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "7" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Request contains duplicated Ids. Make sure each document has a unique Id." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_empty_credential_class.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_empty_credential_class.json index aac3974f69a5..80a79a57e267 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_empty_credential_class.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_empty_credential_class.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "7752423c-0882-4b50-8f37-3dceec60d030", + "apim-request-id": "dfa200ca-53d2-4a71-905c-301aab019677", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:26:18 GMT" + "Date": "Tue, 03 May 2022 00:17:26 GMT" }, "ResponseBody": { "error": { diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json index 7b59d6858221..93a23598a2d7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type.json @@ -21,14 +21,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "744c74d7-6fba-4822-868b-3997e2dab38a", + "apim-request-id": "b745556a-8c59-43df-b51e-ee9e8181f33a", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:18 GMT", + "Date": "Tue, 03 May 2022 00:17:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "documents": [ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json index 30bf358b1984..dc3d193288fc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_explicit_set_string_index_type_body_param.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8415233c-fd5a-40f8-b298-b0107ba8ba5a", + "apim-request-id": "60365ca6-cca8-4959-8c38-379a568c25da", "Content-Length": "172", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Mon, 25 Apr 2022 22:49:18 GMT", + "Date": "Tue, 03 May 2022 00:17:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_all_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_all_errors.json index f64824664d22..dd0aebe783af 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_all_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_all_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,10 +37,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "57d36f47-76cb-4168-ab67-4733e64226f3", + "apim-request-id": "895d9738-12e2-4168-b4c0-142edbdd19c5", "Content-Length": "761", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:15 GMT", + "Date": "Tue, 03 May 2022 00:17:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -54,7 +54,7 @@ "id": "1", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." @@ -76,7 +76,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_some_errors.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_some_errors.json index 937ced20d902..133924f44bb5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_some_errors.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_input_with_some_errors.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1a814a5c-8fd7-4bbd-b307-48fd13a78088", + "apim-request-id": "0e2781cc-792b-4e77-b679-d79344b77bfe", "Content-Length": "698", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:14 GMT", + "Date": "Tue, 03 May 2022 00:17:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -73,7 +73,7 @@ "id": "2", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json index 49a029efabca..b6b27f4b0bde 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_docs.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,10 +27,10 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "188e7c6b-6822-429b-9143-8b329797b32e", + "apim-request-id": "fdf191df-7129-4135-8939-43b60f2f5286", "Content-Length": "435", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:29 GMT", + "Date": "Tue, 03 May 2022 00:17:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json index 56cb8b580a46..d7851610711a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_invalid_language_hint_method.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,13 +27,13 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5cef67e-19bd-478a-8e04-3050598c633d", + "apim-request-id": "23a3b411-002d-4105-8103-2e9b8eb51464", "Content-Length": "435", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:29 GMT", + "Date": "Tue, 03 May 2022 00:17:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "2" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_language_kwarg_english.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_language_kwarg_english.json index da1ed5cea5e8..8d644b1c26fe 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_language_kwarg_english.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_language_kwarg_english.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f025a96-ca04-457b-9932-7808ee7ff027", + "apim-request-id": "73cf9037-c3f2-4745-80b3-0ac454bd79c4", "Content-Length": "626", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:33 GMT", + "Date": "Tue, 03 May 2022 00:17:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_out_of_order_ids.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_out_of_order_ids.json index 17ac7cc62d42..72ae42d30d3f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_out_of_order_ids.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_out_of_order_ids.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "744a3294-6226-42d6-956c-8222283dc99a", + "apim-request-id": "e0558b7f-2cde-4ae5-bdde-def2bd2736e7", "Content-Length": "505", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:26:21 GMT", + "Date": "Tue, 03 May 2022 00:17:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -90,7 +90,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json index 9ee98b0037d3..5b0c7f32f676 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_output_same_order_as_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -47,14 +47,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e2dbc508-25b9-4140-9d1e-1e9910b2fbdf", + "apim-request-id": "1cd35460-89c8-4b26-89ae-6a00daa3db9c", "Content-Length": "408", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=5,CognitiveServices.TextAnalytics.TextRecords=5", - "Date": "Wed, 13 Apr 2022 00:26:17 GMT", + "Date": "Tue, 03 May 2022 00:17:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "236" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_pass_cls.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_pass_cls.json index b0b095943bb5..f32dd557303e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_pass_cls.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_pass_cls.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93fe15b6-b01d-4e56-a9fd-99969f7bf96b", + "apim-request-id": "40f2afbb-ad46-419c-b309-8ab589c320f1", "Content-Length": "189", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:33 GMT", + "Date": "Tue, 03 May 2022 00:17:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_passing_only_string.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_passing_only_string.json index a6b2129fcff2..7fbbd7cb0578 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_passing_only_string.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_passing_only_string.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -42,14 +42,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a21c77e9-a014-4ff8-95a6-2445903f3aa8", + "apim-request-id": "e7014d6e-cc6f-4767-8f94-928cd87669e9", "Content-Length": "1285", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:14 GMT", + "Date": "Tue, 03 May 2022 00:17:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "107" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -127,7 +127,7 @@ "id": "3", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json index 8470f1d90715..7f820e09d9a8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_per_item_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ec981696-d82d-45b4-af8a-4ac1174386b2", + "apim-request-id": "772d4bcb-543f-4c99-bf61-975df8cc511c", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:26 GMT", + "Date": "Tue, 03 May 2022 00:17:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_phi_domain_filter.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_phi_domain_filter.json index 226a3e7dcb62..a53111516e9d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_phi_domain_filter.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_phi_domain_filter.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -28,14 +28,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cadeb067-e94b-4122-b9ed-4e5628a0b696", + "apim-request-id": "b144cff1-05c9-4dc1-a1bc-666e9434511c", "Content-Length": "403", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:35 GMT", + "Date": "Tue, 03 May 2022 00:17:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_redacted_text.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_redacted_text.json index b17a9130f9c3..5d236b51d14d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_redacted_text.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_redacted_text.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -27,14 +27,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "04b7894b-f63a-4d02-a010-c3c4b53a1afa", + "apim-request-id": "10e0df19-bba0-487d-9393-6cdb7d21d148", "Content-Length": "288", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=1,CognitiveServices.TextAnalytics.TextRecords=1", - "Date": "Wed, 13 Apr 2022 00:26:33 GMT", + "Date": "Tue, 03 May 2022 00:17:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json index fea685be054c..efe152da9c07 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_rotate_subscription_key.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,11 +37,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8f365f45-8d31-45bf-b48f-105bef836c34", + "apim-request-id": "7695ebc9-7a09-41b8-8205-e84de57d81a0", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:29 GMT", + "Date": "Tue, 03 May 2022 00:17:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "32" @@ -75,7 +75,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -111,10 +111,10 @@ }, "StatusCode": 401, "ResponseHeaders": { - "apim-request-id": "92a52ede-b621-4d47-940b-6f1fee1598cf", + "apim-request-id": "51a50073-d2a5-4a2b-8199-d6012b77ac71", "Content-Length": "224", "Content-Type": "application/json", - "Date": "Wed, 13 Apr 2022 00:26:29 GMT" + "Date": "Tue, 03 May 2022 00:17:32 GMT" }, "ResponseBody": { "error": { @@ -124,7 +124,7 @@ } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -160,14 +160,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c7dba738-553d-42a3-95f3-e117098c44df", + "apim-request-id": "c18664c6-07f0-4af6-bee7-cb5c36a7322e", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:29 GMT", + "Date": "Tue, 03 May 2022 00:17:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json index c6caa6eb0e67..08eaba1acd8b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_show_stats_and_model_version.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview\u0026showStats=true", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview\u0026showStats=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -48,14 +48,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "595333bd-b52b-4221-972b-e3c36d1775bf", + "apim-request-id": "460576b9-684c-4aba-95cc-16b046bd08e8", "Content-Length": "841", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=4,CognitiveServices.TextAnalytics.TextRecords=4", - "Date": "Wed, 13 Apr 2022 00:26:23 GMT", + "Date": "Tue, 03 May 2022 00:17:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", @@ -113,7 +113,7 @@ "id": "22", "error": { "code": "InvalidArgument", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocument", "message": "Document text is empty." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_too_many_documents.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_too_many_documents.json index 1830171b6adc..72c00c35198b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_too_many_documents.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_too_many_documents.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -52,9 +52,9 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "c03b44c7-29ca-4a1f-9e17-5af0dd4cdd0d", + "apim-request-id": "c0f38219-8d16-4182-a0e6-9e55c3e1d3fe", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 13 Apr 2022 00:26:17 GMT", + "Date": "Tue, 03 May 2022 00:17:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -63,7 +63,7 @@ "ResponseBody": { "error": { "code": "InvalidRequest", - "message": "Invalid document in request.", + "message": "Invalid Document in request.", "innererror": { "code": "InvalidDocumentBatch", "message": "Batch request contains too many records. Max 5 records are permitted." diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_user_agent.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_user_agent.json index 64aa7233d9f1..f1fd459be5c6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_user_agent.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_user_agent.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c74fa376-8319-4ffa-8b94-5597a5676a2e", + "apim-request-id": "6aa072a7-af03-4d89-a572-9d1810748785", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:30 GMT", + "Date": "Tue, 03 May 2022 00:17:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json index d8ccf0f6b1de..35269c32f3e7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_dont_use_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,11 +37,11 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "89651f2f-2f95-44ce-b0c3-4398473b7d8a", + "apim-request-id": "08be9af6-ffec-45da-a050-83c3fa8e03c7", "Content-Length": "410", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:25 GMT", + "Date": "Tue, 03 May 2022 00:17:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "24" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json index 9f57c2079f85..58611c386792 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "589763e6-80dc-4551-9086-443522285814", + "apim-request-id": "ffad6a39-2182-4309-841a-30e0d741c3f9", "Content-Length": "410", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:25 GMT", + "Date": "Tue, 03 May 2022 00:17:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json index 08ff78f1a124..21d9fc9c8cd9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_dict_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6fe9c577-13eb-4493-b8cb-b1737c486cc2", + "apim-request-id": "949fa572-4153-468b-ae40-f4fb82f9caa3", "Content-Length": "371", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:28 GMT", + "Date": "Tue, 03 May 2022 00:17:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json index ee64dbe56488..f86f9a70689e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_input.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d66898dc-8c9a-4613-aa65-ee135a357c50", + "apim-request-id": "54fbb8bd-add0-4e63-a60f-8d19b5973f16", "Content-Length": "462", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:26 GMT", + "Date": "Tue, 03 May 2022 00:17:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json index 69983237a28e..a80be1c99af2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.pyTestRecognizePIIEntitiestest_whole_batch_language_hint_and_obj_per_item_hints.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/:analyze-text?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -37,14 +37,14 @@ }, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98cd0aa6-84aa-4afe-a3fa-b528bb6dbb8d", + "apim-request-id": "48307b71-9fbf-41d0-be35-24958afa19b0", "Content-Length": "462", "Content-Type": "application/json; charset=utf-8", "csp-billing-usage": "CognitiveServices.TextAnalytics.BatchScoring=3,CognitiveServices.TextAnalytics.TextRecords=3", - "Date": "Wed, 13 Apr 2022 00:26:27 GMT", + "Date": "Tue, 03 May 2022 00:17:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "230" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "kind": "PiiEntityRecognitionResults", diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index 095917d87627..9710adcf1f59 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -701,6 +701,7 @@ def test_too_many_documents(self, client): ) assert excinfo.value.status_code == 400 + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy @@ -1064,6 +1065,7 @@ def test_extract_summary_partial_results(self, client): assert not document_results[1][0].is_error assert isinstance(document_results[1][0], ExtractSummaryResult) + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy @@ -1104,6 +1106,7 @@ def test_single_category_classify( assert result.classification.category assert result.classification.confidence_score + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy @@ -1145,6 +1148,7 @@ def test_multi_category_classify( assert classification.category assert classification.confidence_score + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy @@ -1189,6 +1193,7 @@ def test_recognize_custom_entities( assert entity.length is not None assert entity.confidence_score is not None + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index 0c35cee52f80..4eaa2f72b92a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -759,6 +759,7 @@ async def test_too_many_documents(self, client): )).result() assert excinfo.value.status_code == 400 + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy_async @@ -1136,6 +1137,7 @@ async def test_extract_summary_partial_results(self, client): assert not document_results[1][0].is_error assert isinstance(document_results[1][0], ExtractSummaryResult) + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy_async @@ -1179,6 +1181,7 @@ async def test_single_category_classify( assert result.classification.category assert result.classification.confidence_score + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy_async @@ -1224,6 +1227,7 @@ async def test_multi_category_classify( assert classification.category assert classification.confidence_score + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy_async @@ -1272,6 +1276,7 @@ async def test_recognize_custom_entities( assert entity.length is not None assert entity.confidence_score is not None + @pytest.mark.skip("service expects projectName/deploymentName in kebab-case: https://dev.azure.com/msazure/Cognitive%20Services/_workitems/edit/14137925") @pytest.mark.skipif(not is_public_cloud(), reason='Usgov and China Cloud are not supported') @TextAnalyticsCustomPreparer() @recorded_by_proxy_async diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment.py index ed05dab043c1..61ff5ded4c83 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment.py @@ -789,7 +789,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -814,7 +814,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -839,7 +839,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment_async.py index d164ca5ee3d2..2076159964ff 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_sentiment_async.py @@ -792,7 +792,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -817,7 +817,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -842,7 +842,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth.py index 91470f3b1193..585909669349 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth.py @@ -12,7 +12,6 @@ class TestAuth(TextAnalyticsTest): - @pytest.mark.skip("AAD not deployed/configured for api version 2022-03-01-preview yet") @pytest.mark.live_test_only @TextAnalyticsPreparer() def test_active_directory_auth(self, **kwargs): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth_async.py index 50d040d707cf..a3e4e18cad90 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_auth_async.py @@ -13,7 +13,6 @@ class TestAuth(TextAnalyticsTest): - @pytest.mark.skip("AAD not deployed/configured for api version 2022-03-01-preview yet") @pytest.mark.live_test_only @TextAnalyticsPreparer() async def test_active_directory_auth(self, **kwargs): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language.py index ece4c47a1b8d..c479c10d4ebd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language.py @@ -646,7 +646,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language_async.py index eab966ccaf66..fee9c6508d07 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language_async.py @@ -647,7 +647,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases.py index b9fad233841a..6a372d8076b5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases.py @@ -561,7 +561,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases_async.py index 439ab2cdaf4d..3c762dd62b35 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_extract_key_phrases_async.py @@ -563,7 +563,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities.py index c957292bb72a..7965436fa6d1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities.py @@ -627,7 +627,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -652,7 +652,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -677,7 +677,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities_async.py index be420908a2e3..d0811698baeb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_entities_async.py @@ -634,7 +634,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -659,7 +659,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -684,7 +684,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities.py index 0ef0ca2c89a6..08412de945f3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities.py @@ -643,7 +643,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -668,7 +668,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -693,7 +693,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities_async.py index 929795429684..0d7568d37c20 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_linked_entities_async.py @@ -667,7 +667,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -692,7 +692,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -718,7 +718,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities.py index a3778ef33628..f856ab3f19fa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities.py @@ -688,7 +688,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -713,7 +713,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -738,7 +738,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy def test_disable_service_logs_body_param(self, client): def callback(resp): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities_async.py index 62127cbb1ec3..aad22fec5aba 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_recognize_pii_entities_async.py @@ -689,7 +689,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_default_string_index_type_UnicodeCodePoint_body_param(self, client): def callback(response): @@ -714,7 +714,7 @@ def callback(response): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_explicit_set_string_index_type_body_param(self, client): def callback(response): @@ -739,7 +739,7 @@ def callback(resp): ) @TextAnalyticsPreparer() - @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_03_01_PREVIEW}) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V2022_04_01_PREVIEW}) @recorded_by_proxy_async async def test_disable_service_logs_body_param(self, client): def callback(resp): From 68dc70feaa93ca53c712a05f06d49b225b1e9ae0 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Mon, 2 May 2022 17:32:45 -0700 Subject: [PATCH 04/10] fix --- .../textanalytics/_generated/v2022_04_01_preview/aio/_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_patch.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_patch.py index 1303fda6faf1..6ff9526281bf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_patch.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v2022_04_01_preview/aio/_patch.py @@ -40,7 +40,7 @@ from azure.core.rest import HttpRequest from azure.core.tracing.decorator_async import distributed_trace_async -from ... import models as _models +from .. import models as _models from .._vendor import _convert_request from ..operations._text_analytics_client_operations import build_analyze_text_cancel_job_request_initial, build_analyze_text_job_status_request, build_analyze_text_request, build_analyze_text_submit_job_request_initial T = TypeVar('T') From 216882d9c60c574b8a60caa334da7d85289c0604 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Tue, 3 May 2022 10:52:48 -0700 Subject: [PATCH 05/10] add fhir to cspell --- .vscode/cspell.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 09ccc4e822e2..3b44fde1ba2d 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -366,7 +366,9 @@ "italiano", "skrivet", "verfasst", - "engelska" + "engelska", + "fhir", + "FHIR" ] }, { From 1885bf74dd7b7b7ae2f2dca81377b4447dffadba Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Tue, 3 May 2022 10:56:48 -0700 Subject: [PATCH 06/10] skip samples due to service bug --- scripts/devops_tasks/test_run_samples.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/devops_tasks/test_run_samples.py b/scripts/devops_tasks/test_run_samples.py index 42877742de35..83fc380f9148 100644 --- a/scripts/devops_tasks/test_run_samples.py +++ b/scripts/devops_tasks/test_run_samples.py @@ -139,6 +139,12 @@ "azure-ai-textanalytics": [ "sample_analyze_healthcare_entities_with_cancellation.py", "sample_analyze_healthcare_entities_with_cancellation_async.py", + "sample_single_category_classify.py", + "sample_multi_category_classify.py", + "sample_recognize_custom_entities.py", + "sample_multi_category_classify_async.py", + "sample_recognize_custom_entities_async.py", + "sample_single_category_classify_async.py", ] } From 7447fc9bec3dcfb95c3611dff940553aeb4860db Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Tue, 3 May 2022 14:21:26 -0700 Subject: [PATCH 07/10] fixes and recordings for healthcare cancel with april api version --- .../azure/ai/textanalytics/_lro.py | 2 +- .../azure/ai/textanalytics/aio/_lro_async.py | 4 +- ...lthcare.pyTestHealthtest_cancellation.json | 308477 ++++++++++++++- ...e_async.pyTestHealthtest_cancellation.json | 322 +- .../tests/test_analyze_healthcare.py | 20 +- .../tests/test_analyze_healthcare_async.py | 17 +- 6 files changed, 308677 insertions(+), 165 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py index f6838a9707fd..4b28f5a581a7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py @@ -265,7 +265,7 @@ def cancel(self, **kwargs: Any) -> LROPoller[None]: # type: ignore try: # Join the thread so we no longer have to wait for a result from it. - getattr(self, "_thread").join() + getattr(self, "_thread").join(timeout=0) # Get a final status update. getattr(self._polling_method, "update_status")() diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py index 23bafb804a61..63b26b1829f2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_lro_async.py @@ -243,11 +243,11 @@ async def cancel(self, **kwargs) -> "AsyncLROPoller[None]": # type: ignore self._polling_method, "_text_analytics_client" ) try: - return client.begin_cancel_health_job( + return await client.begin_cancel_health_job( self.id, polling=TextAnalyticsAsyncLROPollingMethod(timeout=polling_interval) ) except ValueError: # language API compat - return client.begin_analyze_text_cancel_job( + return await client.begin_analyze_text_cancel_job( self.id, polling=TextAnalyticsAsyncLROPollingMethod(timeout=polling_interval) ) except HttpResponseError as error: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_cancellation.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_cancellation.json index 52faa9ce4228..abcae65c2267 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_cancellation.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.pyTestHealthtest_cancellation.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", - "Content-Length": "681", + "Content-Length": "101281", "Content-Type": "application/json", "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" }, @@ -16,52 +16,127 @@ "documents": [ { "id": "0", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "1", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "2", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "3", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "4", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "5", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "6", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "7", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "8", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" }, { "id": "9", - "text": "hello world", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "10", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "11", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "12", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "13", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "14", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "15", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "16", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "17", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "18", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "19", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "20", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "21", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "22", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "23", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "24", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", "language": "en" } ] @@ -76,20 +151,799 @@ } ] }, - "StatusCode": 202, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "97878cb7-1706-4c12-a6a8-d8ee80c712a3", + "Content-Length": "0", + "Date": "Tue, 03 May 2022 21:00:58 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "723" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "55f36a66-5ec1-4292-9e7b-537a4e5bcbf2", + "Content-Length": "282", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:00:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "39" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:00:59Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "notStarted", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca:cancel?api-version=2022-04-01-preview", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "Content-Length": "0", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "62158de6-0be9-4c63-8cde-b9f5c58638f6", + "Content-Length": "0", + "Date": "Tue, 03 May 2022 21:00:58 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": null + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ab6c5221-2f38-48f5-ab2d-db04747f7cb9", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "53" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:04Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "78a94e47-a0e6-4426-8df3-45442769db14", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:04Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1ee772cd-bdec-43c7-a174-723084d09204", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:08Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ff857b1a-8675-4f3a-b636-fb2e2412f11f", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:08Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7c71fbb3-580c-4fda-bad0-d368ecb29859", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:13Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1d0fee53-cd03-4e67-b47b-8d3fafb0b401", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "57" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:13Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "78f73b13-f4bc-4bb0-92fe-81434859d8f4", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:18Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4b21dcfa-d470-4175-96f7-1121d5dad379", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:18Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1140b60e-0680-44f4-a4a4-26a665b5e1d4", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:23Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c2292ab3-975c-4a29-815c-8dadec3a87c1", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:23Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4ceb2b46-3b35-4160-bf3d-65cc4215b9c6", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:27Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0895b5c3-4070-4f72-bdc9-3fe87294f0b7", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:27Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3e9a5bff-b2b1-4e87-bce6-64f4c5a39906", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:32Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1e52ffbe-c06d-4221-b437-5ed4390dcb50", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:32Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b6e21c8-5043-4155-bacd-55d949596ff2", - "Content-Length": "0", - "Date": "Mon, 25 Apr 2022 23:35:19 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/df8227eb-5100-42f3-b547-119bcdb4b043?api-version=2022-03-01-preview", + "apim-request-id": "a36e756f-4f43-4dea-8c8e-faca0c324cba", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "354" + "x-envoy-upstream-service-time": "8" }, - "ResponseBody": null + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:36Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "98f59ad6-b109-4a3d-92b0-9d6b925e5efe", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:36Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d65da8f1-ab63-4de5-8cb3-0e7c40b2ab40", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:41Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c4889e57-9800-4663-9636-09df38b97409", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:41Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "52cc8f3a-9c1d-4bea-b6f2-feac77bd26c3", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "7" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:46Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d038a50d-1602-48e7-b055-45523ce89081", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:46Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/df8227eb-5100-42f3-b547-119bcdb4b043?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -100,19 +954,91 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5aeb9834-d744-4619-aae1-bf870cb3f487", - "Content-Length": "1006", + "apim-request-id": "4f332e89-6aec-4bc1-bcdb-5646f5a012b3", + "Content-Length": "279", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:35:24 GMT", + "Date": "Tue, 03 May 2022 21:01:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "117" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { - "jobId": "df8227eb-5100-42f3-b547-119bcdb4b043", - "lastUpdateDateTime": "2022-04-25T23:35:20Z", - "createdDateTime": "2022-04-25T23:35:19Z", - "expirationDateTime": "2022-04-26T23:35:19Z", + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:51Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "717d2761-e3d6-4151-a070-3937d0bb3eb3", + "Content-Length": "279", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:01:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "83" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:51Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", + "status": "running", + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5d329a72-ef7e-4990-89fe-4a69e960628c", + "Content-Length": "1641803", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:02:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "367" + }, + "ResponseBody": { + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:58Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", "status": "succeeded", "errors": [], "tasks": { @@ -124,68 +1050,153748 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:35:20.9431221Z", + "lastUpdateDateTime": "2022-05-03T21:01:58.0254775Z", "status": "succeeded", "results": { "documents": [ { "id": "0", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/0/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/0/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/0/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/0/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/0/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/0/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/0/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/0/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/0/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "1", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/1/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/1/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/1/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/1/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/1/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/1/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/1/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/1/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/1/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "2", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/2/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/2/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/2/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/2/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/2/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/2/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/2/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/2/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/2/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "3", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/3/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/3/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/3/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/3/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/3/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/3/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/3/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/3/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/3/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "4", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/4/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/4/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/4/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/4/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/4/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/4/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/4/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/4/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/4/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "5", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/5/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/5/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/5/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/5/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/5/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/5/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/5/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/5/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/5/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "6", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/6/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/6/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/6/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/6/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/6/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/6/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/6/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/6/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/6/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "7", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/7/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/7/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/7/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/7/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/7/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/7/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/7/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/7/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/7/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "8", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/8/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/8/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/8/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/8/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/8/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/8/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/8/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/8/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/8/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "9", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/9/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/9/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/9/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/9/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/9/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/9/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/9/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/9/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/9/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "10", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/10/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/10/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/10/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/10/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/10/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/10/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/10/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/10/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/10/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "11", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/11/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/11/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/11/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/11/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/11/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/11/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/11/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/11/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/11/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "12", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/12/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/12/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/12/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/12/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/12/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/12/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/12/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/12/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/12/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "13", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/13/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/13/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/13/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/13/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/13/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/13/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/13/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/13/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/13/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "14", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/14/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/14/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/14/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/14/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/14/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/14/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/14/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/14/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/14/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "15", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/15/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/15/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/15/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/15/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/15/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/15/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/15/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/15/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/15/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "16", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/16/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/16/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/16/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/16/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/16/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/16/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/16/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/16/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/16/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "17", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/17/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/17/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/17/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/17/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/17/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/17/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/17/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/17/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/17/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "18", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/18/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/18/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/18/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/18/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/18/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/18/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/18/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/18/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/18/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "19", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/19/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/19/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/19/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/19/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/19/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/19/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/19/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/19/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/19/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] } ], @@ -194,11 +154800,12 @@ } } ] - } + }, + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?showStats=False\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/df8227eb-5100-42f3-b547-119bcdb4b043?api-version=2022-03-01-preview", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", @@ -209,19 +154816,19 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9bda405-5800-4eec-ac73-e9a88f53549b", - "Content-Length": "1006", + "apim-request-id": "8f1bda82-dadc-499f-a75d-7f05e6c08074", + "Content-Length": "1641803", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 25 Apr 2022 23:35:24 GMT", + "Date": "Tue, 03 May 2022 21:02:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "142" + "x-envoy-upstream-service-time": "445" }, "ResponseBody": { - "jobId": "df8227eb-5100-42f3-b547-119bcdb4b043", - "lastUpdateDateTime": "2022-04-25T23:35:20Z", - "createdDateTime": "2022-04-25T23:35:19Z", - "expirationDateTime": "2022-04-26T23:35:19Z", + "jobId": "f7ab142d-1473-4ce9-8430-28b575fa6aca", + "lastUpdateDateTime": "2022-05-03T21:01:58Z", + "createdDateTime": "2022-05-03T21:00:58Z", + "expirationDateTime": "2022-05-04T21:00:58Z", "status": "succeeded", "errors": [], "tasks": { @@ -233,68 +154840,153748 @@ { "kind": "HealthcareLROResults", "taskName": "0", - "lastUpdateDateTime": "2022-04-25T23:35:20.9431221Z", + "lastUpdateDateTime": "2022-05-03T21:01:58.0254775Z", "status": "succeeded", "results": { "documents": [ { "id": "0", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/0/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/0/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/0/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/0/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/0/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/0/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/0/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/0/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/0/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/0/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/0/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/0/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/0/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/0/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/0/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/0/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/0/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "1", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/1/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/1/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/1/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/1/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/1/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/1/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/1/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/1/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/1/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/1/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/1/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/1/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/1/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/1/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/1/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/1/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/1/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "2", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/2/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/2/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/2/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/2/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/2/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/2/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/2/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/2/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/2/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/2/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/2/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/2/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/2/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/2/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/2/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/2/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/2/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "3", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/3/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/3/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/3/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/3/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/3/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/3/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/3/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/3/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/3/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/3/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/3/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/3/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/3/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/3/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/3/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/3/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/3/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "4", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/4/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/4/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/4/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/4/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/4/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/4/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/4/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/4/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/4/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/4/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/4/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/4/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/4/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/4/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/4/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/4/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/4/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "5", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/5/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/5/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/5/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/5/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/5/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/5/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/5/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/5/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/5/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/5/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/5/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/5/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/5/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/5/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/5/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/5/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/5/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "6", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/6/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/6/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/6/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/6/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/6/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/6/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/6/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/6/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/6/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/6/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/6/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/6/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/6/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/6/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/6/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/6/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/6/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "7", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/7/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/7/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/7/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/7/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/7/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/7/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/7/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/7/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/7/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/7/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/7/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/7/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/7/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/7/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/7/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/7/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/7/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "8", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/8/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/8/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/8/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/8/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/8/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/8/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/8/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/8/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/8/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/8/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/8/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/8/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/8/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/8/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/8/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/8/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/8/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] }, { "id": "9", - "entities": [], - "relations": [], + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/9/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/9/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/9/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/9/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/9/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/9/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/9/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/9/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/9/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/9/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/9/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/9/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/9/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/9/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/9/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/9/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/9/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "10", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/10/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/10/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/10/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/10/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/10/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/10/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/10/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/10/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/10/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/10/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/10/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/10/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/10/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/10/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/10/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/10/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/10/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "11", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/11/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/11/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/11/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/11/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/11/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/11/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/11/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/11/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/11/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/11/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/11/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/11/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/11/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/11/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/11/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/11/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/11/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "12", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/12/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/12/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/12/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/12/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/12/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/12/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/12/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/12/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/12/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/12/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/12/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/12/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/12/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/12/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/12/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/12/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/12/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "13", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/13/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/13/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/13/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/13/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/13/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/13/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/13/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/13/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/13/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/13/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/13/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/13/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/13/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/13/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/13/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/13/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/13/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "14", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/14/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/14/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/14/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/14/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/14/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/14/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/14/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/14/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/14/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/14/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/14/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/14/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/14/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/14/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/14/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/14/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/14/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "15", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/15/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/15/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/15/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/15/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/15/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/15/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/15/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/15/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/15/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/15/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/15/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/15/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/15/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/15/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/15/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/15/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/15/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "16", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/16/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/16/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/16/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/16/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/16/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/16/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/16/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/16/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/16/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/16/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/16/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/16/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/16/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/16/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/16/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/16/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/16/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "17", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/17/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/17/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/17/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/17/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/17/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/17/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/17/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/17/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/17/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/17/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/17/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/17/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/17/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/17/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/17/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/17/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/17/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "18", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/18/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/18/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/18/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/18/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/18/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/18/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/18/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/18/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/18/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/18/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/18/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/18/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/18/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/18/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/18/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/18/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/18/entities/145", + "role": "Treatment" + } + ] + } + ], + "warnings": [] + }, + { + "id": "19", + "entities": [ + { + "offset": 53, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 63, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 89, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 130, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 146, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 190, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 206, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 216, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 249, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 331, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 343, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 371, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 383, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 399, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 450, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 477, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 505, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 511, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 528, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 548, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 550, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 552, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 562, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 586, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 604, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 635, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 643, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 675, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 685, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 719, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 746, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 809, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 839, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 869, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 946, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 981, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 998, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 1006, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 1080, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 1092, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 1109, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 1162, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 1172, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 1185, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1212, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 1241, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 1259, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1292, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 1315, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 1387, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1397, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 1423, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1464, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1480, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1524, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 1540, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 1550, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 1583, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1665, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 1677, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 1705, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 1717, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 1733, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 1784, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 1811, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 1839, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 1845, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 1862, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 1882, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 1884, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 1886, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 1896, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 1920, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 1938, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 1969, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 1977, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 2009, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 2019, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 2053, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 2080, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 2143, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 2173, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 2203, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 2280, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 2315, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 2332, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 2340, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 2414, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 2426, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 2443, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 2496, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 2506, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 2519, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.93, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 2546, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 2575, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.69 + }, + { + "offset": 2593, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 2626, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 2649, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + }, + { + "offset": 2721, + "length": 9, + "text": "2/14/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2731, + "length": 11, + "text": "12:00:00 AM", + "category": "Time", + "confidenceScore": 1.0 + }, + { + "offset": 2757, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2798, + "length": 9, + "text": "Admission", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2814, + "length": 9, + "text": "5/22/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2858, + "length": 9, + "text": "Discharge", + "category": "AdministrativeEvent", + "confidenceScore": 0.99 + }, + { + "offset": 2874, + "length": 9, + "text": "4/24/2001", + "category": "Date", + "confidenceScore": 1.0 + }, + { + "offset": 2884, + "length": 9, + "text": "ADMISSION", + "category": "AdministrativeEvent", + "confidenceScore": 1.0 + }, + { + "offset": 2917, + "length": 23, + "text": "CORONARY ARTERY DISEASE", + "category": "Diagnosis", + "confidenceScore": 1.0, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 2999, + "length": 11, + "text": "54-year-old", + "category": "Age", + "confidenceScore": 1.0 + }, + { + "offset": 3011, + "length": 9, + "text": "gentleman", + "category": "Gender", + "confidenceScore": 1.0, + "name": "Male population group", + "links": [ + { + "dataSource": "UMLS", + "id": "C0025266" + }, + { + "dataSource": "AOD", + "id": "0000026918" + }, + { + "dataSource": "CHV", + "id": "0000007919" + }, + { + "dataSource": "LCH", + "id": "U002897" + }, + { + "dataSource": "LCH_NW", + "id": "sh85083510" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "24" + }, + { + "dataSource": "MSH", + "id": "D008571" + }, + { + "dataSource": "NCI", + "id": "C14366" + }, + { + "dataSource": "PSY", + "id": "30625" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "339947000" + } + ] + }, + { + "offset": 3039, + "length": 11, + "text": "progressive", + "category": "Course", + "confidenceScore": 0.92 + }, + { + "offset": 3051, + "length": 6, + "text": "angina", + "category": "SymptomOrSign", + "confidenceScore": 0.61, + "name": "Angina Pectoris", + "links": [ + { + "dataSource": "UMLS", + "id": "C0002962" + }, + { + "dataSource": "AOD", + "id": "0000005330" + }, + { + "dataSource": "BI", + "id": "BI00047" + }, + { + "dataSource": "CCPSS", + "id": "1017852" + }, + { + "dataSource": "CCS", + "id": "7.2.4.1" + }, + { + "dataSource": "CHV", + "id": "0000001165" + }, + { + "dataSource": "COSTAR", + "id": "054" + }, + { + "dataSource": "CSP", + "id": "1393-3407" + }, + { + "dataSource": "CST", + "id": "ANGINA PECTORIS" + }, + { + "dataSource": "DXP", + "id": "U000113" + }, + { + "dataSource": "HPO", + "id": "HP:0001681" + }, + { + "dataSource": "ICD10", + "id": "I20.9" + }, + { + "dataSource": "ICD10AM", + "id": "I20.9" + }, + { + "dataSource": "ICD10CM", + "id": "I20.9" + }, + { + "dataSource": "ICD9CM", + "id": "413" + }, + { + "dataSource": "ICPC", + "id": "K74" + }, + { + "dataSource": "ICPC2EENG", + "id": "K74" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU006338" + }, + { + "dataSource": "ICPC2P", + "id": "K74001" + }, + { + "dataSource": "LCH", + "id": "U000244" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005022" + }, + { + "dataSource": "LNC", + "id": "LA14275-4" + }, + { + "dataSource": "MDR", + "id": "10002383" + }, + { + "dataSource": "MEDCIN", + "id": "33215" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "142" + }, + { + "dataSource": "MSH", + "id": "D000787" + }, + { + "dataSource": "MTH", + "id": "053" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + }, + { + "dataSource": "MTHICPC2EAE", + "id": "K74" + }, + { + "dataSource": "NCI", + "id": "C51221" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10110" + }, + { + "dataSource": "NCI_FDA", + "id": "1710" + }, + { + "dataSource": "NCI_NICHD", + "id": "C51221" + }, + { + "dataSource": "NOC", + "id": "040504" + }, + { + "dataSource": "OMIM", + "id": "MTHU009903" + }, + { + "dataSource": "OMS", + "id": "29.13" + }, + { + "dataSource": "PCDS", + "id": "PRB_02040.07" + }, + { + "dataSource": "PSY", + "id": "02530" + }, + { + "dataSource": "QMR", + "id": "Q0300326" + }, + { + "dataSource": "RCD", + "id": "G33.." + }, + { + "dataSource": "RCDAE", + "id": "Ua1eH" + }, + { + "dataSource": "SNM", + "id": "F-71500" + }, + { + "dataSource": "SNMI", + "id": "D3-12000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "194828000" + }, + { + "dataSource": "WHO", + "id": "0422" + } + ] + }, + { + "offset": 3067, + "length": 19, + "text": "past several months", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3118, + "length": 23, + "text": "cardiac catheterization", + "category": "ExaminationName", + "confidenceScore": 0.99, + "name": "Cardiac Catheterization Procedures", + "links": [ + { + "dataSource": "UMLS", + "id": "C0018795" + }, + { + "dataSource": "CCPSS", + "id": "1002003" + }, + { + "dataSource": "CCS", + "id": "7.5.2" + }, + { + "dataSource": "CHV", + "id": "0000005872" + }, + { + "dataSource": "COSTAR", + "id": "154" + }, + { + "dataSource": "CPT", + "id": "1013071" + }, + { + "dataSource": "CSP", + "id": "1393-7244" + }, + { + "dataSource": "ICD10AM", + "id": "667" + }, + { + "dataSource": "ICD10AMAE", + "id": "667" + }, + { + "dataSource": "LCH", + "id": "U005615" + }, + { + "dataSource": "LCH_NW", + "id": "sh85020181" + }, + { + "dataSource": "LNC", + "id": "LP6170-7" + }, + { + "dataSource": "MDR", + "id": "10007815" + }, + { + "dataSource": "MEDCIN", + "id": "22704" + }, + { + "dataSource": "MSH", + "id": "D006328" + }, + { + "dataSource": "MTH", + "id": "U001971" + }, + { + "dataSource": "MTHICD9", + "id": "37.21" + }, + { + "dataSource": "NCI", + "id": "C38044" + }, + { + "dataSource": "NCI_CDISC", + "id": "C38044" + }, + { + "dataSource": "RCD", + "id": "7939." + }, + { + "dataSource": "RCDAE", + "id": "7939." + }, + { + "dataSource": "SNM", + "id": "P-7200" + }, + { + "dataSource": "SNMI", + "id": "P1-31600" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "41976001" + } + ] + }, + { + "offset": 3145, + "length": 17, + "text": "July of this year", + "category": "Time", + "confidenceScore": 0.98 + }, + { + "offset": 3173, + "length": 5, + "text": "total", + "category": "ConditionQualifier", + "confidenceScore": 0.98 + }, + { + "offset": 3179, + "length": 9, + "text": "occlusion", + "category": "SymptomOrSign", + "confidenceScore": 0.99, + "name": "Obstruction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0028778" + }, + { + "dataSource": "AOD", + "id": "0000004470" + }, + { + "dataSource": "CCPSS", + "id": "1002744" + }, + { + "dataSource": "CHV", + "id": "0000008870" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU053672" + }, + { + "dataSource": "LCH", + "id": "U006537" + }, + { + "dataSource": "LNC", + "id": "LP222112-7" + }, + { + "dataSource": "MDR", + "id": "10061876" + }, + { + "dataSource": "MTH", + "id": "U003467" + }, + { + "dataSource": "NCI", + "id": "C3284" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3284" + }, + { + "dataSource": "NCI_FDA", + "id": "2422" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000044954" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3284" + }, + { + "dataSource": "RCD", + "id": "X79q0" + }, + { + "dataSource": "SNM", + "id": "M-34000" + }, + { + "dataSource": "SNMI", + "id": "M-34000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "26036001" + } + ] + }, + { + "offset": 3196, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.99, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3216, + "length": 2, + "text": "50", + "category": "MeasurementValue", + "confidenceScore": 1.0 + }, + { + "offset": 3218, + "length": 1, + "text": "%", + "category": "MeasurementUnit", + "confidenceScore": 1.0 + }, + { + "offset": 3220, + "length": 9, + "text": "left main", + "category": "BodyStructure", + "confidenceScore": 0.89, + "name": "Left coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261082" + }, + { + "dataSource": "CHV", + "id": "0000056387" + }, + { + "dataSource": "CPT", + "id": "LM" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50040" + }, + { + "dataSource": "HCPCS", + "id": "LM" + }, + { + "dataSource": "LNC", + "id": "LP199529-1" + }, + { + "dataSource": "NCI", + "id": "C12872" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12872" + }, + { + "dataSource": "RCD", + "id": "X74eC" + }, + { + "dataSource": "SNM", + "id": "T-43100" + }, + { + "dataSource": "SNMI", + "id": "T-43100" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "50018008" + }, + { + "dataSource": "UWDA", + "id": "50040" + } + ] + }, + { + "offset": 3230, + "length": 7, + "text": "disease", + "category": "Diagnosis", + "confidenceScore": 0.79, + "name": "Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C0012634" + }, + { + "dataSource": "CCPSS", + "id": "0007490" + }, + { + "dataSource": "CHV", + "id": "0000004014" + }, + { + "dataSource": "CSP", + "id": "0944-4756" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU000256" + }, + { + "dataSource": "ICPC2P", + "id": "A99001" + }, + { + "dataSource": "LCH", + "id": "U001423" + }, + { + "dataSource": "LCH_NW", + "id": "sh85038411" + }, + { + "dataSource": "LNC", + "id": "LP21006-9" + }, + { + "dataSource": "MEDCIN", + "id": "39448" + }, + { + "dataSource": "MSH", + "id": "D004194" + }, + { + "dataSource": "NCI", + "id": "C2991" + }, + { + "dataSource": "NCI_CDISC-GLOSS", + "id": "C2991" + }, + { + "dataSource": "NCI_CTDC", + "id": "C2991" + }, + { + "dataSource": "NCI_CTRP", + "id": "C2991" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000651193" + }, + { + "dataSource": "NCI_NICHD", + "id": "C2991" + }, + { + "dataSource": "NCI_caDSR", + "id": "C2991" + }, + { + "dataSource": "PSY", + "id": "14520" + }, + { + "dataSource": "RCD", + "id": "X0003" + }, + { + "dataSource": "SNM", + "id": "D-Y000" + }, + { + "dataSource": "SNMI", + "id": "DF-00000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "64572001" + } + ] + }, + { + "offset": 3254, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.98, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3272, + "length": 23, + "text": "coronary artery disease", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1956346" + }, + { + "dataSource": "AOD", + "id": "0000005327" + }, + { + "dataSource": "BI", + "id": "BI00010" + }, + { + "dataSource": "CCPSS", + "id": "0037465" + }, + { + "dataSource": "CSP", + "id": "1393-3397" + }, + { + "dataSource": "CST", + "id": "CORONARY ART DIS" + }, + { + "dataSource": "DXP", + "id": "U000871" + }, + { + "dataSource": "HPO", + "id": "HP:0001677" + }, + { + "dataSource": "ICD10CM", + "id": "I25.1" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU019520" + }, + { + "dataSource": "ICPC2P", + "id": "K76003" + }, + { + "dataSource": "LNC", + "id": "LP90122-0" + }, + { + "dataSource": "MDR", + "id": "10011078" + }, + { + "dataSource": "MEDCIN", + "id": "35988" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "1276" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "NCI", + "id": "C26732" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C26732" + }, + { + "dataSource": "NCI_GDC", + "id": "C26732" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000439400" + }, + { + "dataSource": "OMIM", + "id": "MTHU002067" + }, + { + "dataSource": "RCD", + "id": "XE2uV" + }, + { + "dataSource": "SNMI", + "id": "D3-13000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "414024009" + }, + { + "dataSource": "WHO", + "id": "0426" + } + ] + }, + { + "offset": 3303, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3311, + "length": 5, + "text": "dying", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Dying Process", + "links": [ + { + "dataSource": "UMLS", + "id": "C0184532" + }, + { + "dataSource": "CCC", + "id": "E10.0" + }, + { + "dataSource": "CHV", + "id": "0000019055" + }, + { + "dataSource": "CPM", + "id": "65246" + }, + { + "dataSource": "LNC", + "id": "MTHU013352" + }, + { + "dataSource": "MEDCIN", + "id": "314356" + }, + { + "dataSource": "PSY", + "id": "15550" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "399069006" + } + ] + }, + { + "offset": 3343, + "length": 2, + "text": "52", + "category": "Age", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + } + }, + { + "offset": 3353, + "length": 21, + "text": "myocardial infarction", + "category": "Diagnosis", + "confidenceScore": 1.0, + "assertion": { + "association": "other" + }, + "name": "Myocardial Infarction", + "links": [ + { + "dataSource": "UMLS", + "id": "C0027051" + }, + { + "dataSource": "AIR", + "id": "MYCNF" + }, + { + "dataSource": "AOD", + "id": "0000005332" + }, + { + "dataSource": "BI", + "id": "BI00102" + }, + { + "dataSource": "CCPSS", + "id": "1018028" + }, + { + "dataSource": "CHV", + "id": "0000008423" + }, + { + "dataSource": "COSTAR", + "id": "505" + }, + { + "dataSource": "CSP", + "id": "1393-3417" + }, + { + "dataSource": "CST", + "id": "INFARCT MYOCARD" + }, + { + "dataSource": "HPO", + "id": "HP:0001658" + }, + { + "dataSource": "ICD10CM", + "id": "I21" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU037952" + }, + { + "dataSource": "ICPC2P", + "id": "K75013" + }, + { + "dataSource": "LCH_NW", + "id": "sh85059683" + }, + { + "dataSource": "LNC", + "id": "LP98884-7" + }, + { + "dataSource": "MDR", + "id": "10028596" + }, + { + "dataSource": "MEDCIN", + "id": "353001" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5" + }, + { + "dataSource": "MSH", + "id": "D009203" + }, + { + "dataSource": "MTHICD9", + "id": "410.9" + }, + { + "dataSource": "NANDA-I", + "id": "01329" + }, + { + "dataSource": "NCI", + "id": "C27996" + }, + { + "dataSource": "NCI_CELLOSAURUS", + "id": "C27996" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E10152" + }, + { + "dataSource": "NCI_FDA", + "id": "1969" + }, + { + "dataSource": "NCI_GDC", + "id": "C27996" + }, + { + "dataSource": "NCI_NICHD", + "id": "C27996" + }, + { + "dataSource": "NCI_caDSR", + "id": "C27996" + }, + { + "dataSource": "OMIM", + "id": "MTHU008101" + }, + { + "dataSource": "PSY", + "id": "32820" + }, + { + "dataSource": "RCD", + "id": "X200E" + }, + { + "dataSource": "SNM", + "id": "M-54700" + }, + { + "dataSource": "SNMI", + "id": "D3-15000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "22298006" + }, + { + "dataSource": "WHO", + "id": "0428" + } + ] + }, + { + "offset": 3387, + "length": 7, + "text": "brother", + "category": "FamilyRelation", + "confidenceScore": 1.0, + "name": "Brothers", + "links": [ + { + "dataSource": "UMLS", + "id": "C0337527" + }, + { + "dataSource": "CHV", + "id": "0000030335" + }, + { + "dataSource": "CSP", + "id": "1124-5700" + }, + { + "dataSource": "HL7V3.0", + "id": "BRO" + }, + { + "dataSource": "LNC", + "id": "LP29863-5" + }, + { + "dataSource": "MSH", + "id": "D035781" + }, + { + "dataSource": "NCI", + "id": "C25289" + }, + { + "dataSource": "NCI_GDC", + "id": "C25289" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25289" + }, + { + "dataSource": "PSY", + "id": "07020" + }, + { + "dataSource": "SNMI", + "id": "S-10160" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "70924004" + } + ] + }, + { + "offset": 3414, + "length": 31, + "text": "coronary artery bypass grafting", + "category": "TreatmentName", + "confidenceScore": 0.99, + "name": "Coronary Artery Bypass Surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0010055" + }, + { + "dataSource": "AOD", + "id": "0000008214" + }, + { + "dataSource": "BI", + "id": "BI00768" + }, + { + "dataSource": "CCPSS", + "id": "0000669" + }, + { + "dataSource": "CCS", + "id": "7.2" + }, + { + "dataSource": "CCSR_ICD10PCS", + "id": "CAR003" + }, + { + "dataSource": "CCS_10", + "id": "44" + }, + { + "dataSource": "CHV", + "id": "0000003366" + }, + { + "dataSource": "COSTAR", + "id": "208" + }, + { + "dataSource": "CSP", + "id": "1396-8456" + }, + { + "dataSource": "ICD9CM", + "id": "36.10" + }, + { + "dataSource": "ICPC2P", + "id": "K54007" + }, + { + "dataSource": "LCH_NW", + "id": "sh85005874" + }, + { + "dataSource": "LNC", + "id": "LA14276-2" + }, + { + "dataSource": "MDR", + "id": "10011077" + }, + { + "dataSource": "MEDCIN", + "id": "342508" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "202" + }, + { + "dataSource": "MSH", + "id": "D001026" + }, + { + "dataSource": "NCI", + "id": "C51998" + }, + { + "dataSource": "NCI_CDISC", + "id": "C51998" + }, + { + "dataSource": "NCI_CPTAC", + "id": "C51998" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000513055" + }, + { + "dataSource": "RCD", + "id": "X00tE" + }, + { + "dataSource": "SNM", + "id": "P-1436" + }, + { + "dataSource": "SNMI", + "id": "P1-33840" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "232717009" + } + ] + }, + { + "offset": 3477, + "length": 21, + "text": "stress echocardiogram", + "category": "ExaminationName", + "confidenceScore": 1.0, + "name": "Echocardiography, Stress", + "links": [ + { + "dataSource": "UMLS", + "id": "C0920208" + }, + { + "dataSource": "CHV", + "id": "0000052531" + }, + { + "dataSource": "LCH_NW", + "id": "sh91004821" + }, + { + "dataSource": "LNC", + "id": "LA28649-4" + }, + { + "dataSource": "MDR", + "id": "10050241" + }, + { + "dataSource": "MSH", + "id": "D025401" + }, + { + "dataSource": "NCI", + "id": "C80407" + }, + { + "dataSource": "NCI_CDISC", + "id": "C80407" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "816996009" + } + ] + }, + { + "offset": 3507, + "length": 11, + "text": "July , 2001", + "category": "Time", + "confidenceScore": 0.99 + }, + { + "offset": 3537, + "length": 25, + "text": "wall motion abnormalities", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "assertion": { + "certainty": "negative" + } + }, + { + "offset": 3614, + "length": 4, + "text": "body", + "category": "SymptomOrSign", + "confidenceScore": 0.59, + "name": "Structure of body of caudate nucleus", + "links": [ + { + "dataSource": "UMLS", + "id": "C0152338" + }, + { + "dataSource": "FMA", + "id": "61853" + }, + { + "dataSource": "NEU", + "id": "228" + }, + { + "dataSource": "SNM", + "id": "T-X3221" + }, + { + "dataSource": "SNMI", + "id": "T-A3221" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "31476009" + } + ] + }, + { + "offset": 3649, + "length": 11, + "text": "six minutes", + "category": "Time", + "confidenceScore": 0.94 + }, + { + "offset": 3666, + "length": 7, + "text": "minimal", + "category": "ConditionQualifier", + "confidenceScore": 0.99 + }, + { + "offset": 3674, + "length": 56, + "text": "ST depressions in the anterior lateral leads", + "category": "SymptomOrSign", + "confidenceScore": 0.97 + }, + { + "offset": 3748, + "length": 7, + "text": "fatigue", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Fatigue", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015672" + }, + { + "dataSource": "AIR", + "id": "FATIG" + }, + { + "dataSource": "AOD", + "id": "0000001768" + }, + { + "dataSource": "BI", + "id": "BI00028" + }, + { + "dataSource": "CCC", + "id": "A01.4" + }, + { + "dataSource": "CCPSS", + "id": "1014729" + }, + { + "dataSource": "CHV", + "id": "0000004914" + }, + { + "dataSource": "COSTAR", + "id": "298" + }, + { + "dataSource": "CPM", + "id": "65221" + }, + { + "dataSource": "CSP", + "id": "1385-2059" + }, + { + "dataSource": "CST", + "id": "ASTHENIA" + }, + { + "dataSource": "DXP", + "id": "U001451" + }, + { + "dataSource": "HPO", + "id": "HP:0012378" + }, + { + "dataSource": "ICD10CM", + "id": "R53.83" + }, + { + "dataSource": "ICNP", + "id": "10000695" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU080142" + }, + { + "dataSource": "ICPC2P", + "id": "A04004" + }, + { + "dataSource": "LCH", + "id": "U001739" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047465" + }, + { + "dataSource": "LNC", + "id": "MTHU013358" + }, + { + "dataSource": "MDR", + "id": "10016256" + }, + { + "dataSource": "MEDCIN", + "id": "273174" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "5324" + }, + { + "dataSource": "MSH", + "id": "D005221" + }, + { + "dataSource": "MTHICD9", + "id": "780.79" + }, + { + "dataSource": "NANDA-I", + "id": "00742" + }, + { + "dataSource": "NCI", + "id": "C3036" + }, + { + "dataSource": "NCI_CDISC", + "id": "C3036" + }, + { + "dataSource": "NCI_CTCAE", + "id": "E11098" + }, + { + "dataSource": "NCI_CTRP", + "id": "C3036" + }, + { + "dataSource": "NCI_FDA", + "id": "1849" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000321374" + }, + { + "dataSource": "NCI_NICHD", + "id": "C3036" + }, + { + "dataSource": "NCI_caDSR", + "id": "C3036" + }, + { + "dataSource": "NOC", + "id": "121028" + }, + { + "dataSource": "OMIM", + "id": "MTHU010062" + }, + { + "dataSource": "PCDS", + "id": "PRB_00010.03" + }, + { + "dataSource": "PDQ", + "id": "CDR0000041390" + }, + { + "dataSource": "PSY", + "id": "19400" + }, + { + "dataSource": "RCD", + "id": "1682." + }, + { + "dataSource": "SNM", + "id": "F-01610" + }, + { + "dataSource": "SNMI", + "id": "F-01360" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "84229001" + }, + { + "dataSource": "WHO", + "id": "0724" + } + ] + }, + { + "offset": 3760, + "length": 10, + "text": "wrist pain", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Pain in wrist", + "links": [ + { + "dataSource": "UMLS", + "id": "C0221785" + }, + { + "dataSource": "BI", + "id": "BI00504" + }, + { + "dataSource": "CCPSS", + "id": "1016217" + }, + { + "dataSource": "CHV", + "id": "0000021489" + }, + { + "dataSource": "COSTAR", + "id": "U000624" + }, + { + "dataSource": "DXP", + "id": "U004491" + }, + { + "dataSource": "HPO", + "id": "HP:0030836" + }, + { + "dataSource": "ICD10CM", + "id": "M25.53" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU060847" + }, + { + "dataSource": "ICPC2P", + "id": "L11002" + }, + { + "dataSource": "MDR", + "id": "10048692" + }, + { + "dataSource": "MEDCIN", + "id": "939" + }, + { + "dataSource": "OMIM", + "id": "MTHU016462" + }, + { + "dataSource": "RCD", + "id": "N094F" + }, + { + "dataSource": "SNMI", + "id": "F-176A0" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "56608008" + } + ] + }, + { + "offset": 3777, + "length": 18, + "text": "anginal equivalent", + "category": "SymptomOrSign", + "confidenceScore": 0.98, + "name": "Anginal equivalent", + "links": [ + { + "dataSource": "UMLS", + "id": "C0741034" + }, + { + "dataSource": "CCPSS", + "id": "1017783" + }, + { + "dataSource": "CHV", + "id": "0000047213" + }, + { + "dataSource": "ICD10CM", + "id": "I20.8" + }, + { + "dataSource": "MDR", + "id": "10076419" + }, + { + "dataSource": "MTHICD9", + "id": "413.9" + } + ] + }, + { + "offset": 3830, + "length": 9, + "text": "increased", + "category": "Course", + "confidenceScore": 0.97 + }, + { + "offset": 3840, + "length": 8, + "text": "symptoms", + "category": "SymptomOrSign", + "confidenceScore": 1.0, + "name": "Symptoms", + "links": [ + { + "dataSource": "UMLS", + "id": "C1457887" + }, + { + "dataSource": "AOD", + "id": "0000004363" + }, + { + "dataSource": "CCPSS", + "id": "0009963" + }, + { + "dataSource": "CST", + "id": "GENSYMPTOMS" + }, + { + "dataSource": "ICD9CM", + "id": "780-789.99" + }, + { + "dataSource": "ICPC2ICD10ENG", + "id": "MTHU072482" + }, + { + "dataSource": "LCH_NW", + "id": "sh85131555" + }, + { + "dataSource": "LNC", + "id": "MTHU021540" + }, + { + "dataSource": "MEDCIN", + "id": "2952" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "31" + }, + { + "dataSource": "NCI", + "id": "C4876" + }, + { + "dataSource": "NCI_CDISC", + "id": "SDTM-SCTESTCD" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000045022" + }, + { + "dataSource": "NCI_caDSR", + "id": "C4876" + }, + { + "dataSource": "PSY", + "id": "51140" + }, + { + "dataSource": "SNMI", + "id": "F-01250" + } + ] + }, + { + "offset": 3853, + "length": 6, + "text": "family", + "category": "FamilyRelation", + "confidenceScore": 0.97, + "name": "Family", + "links": [ + { + "dataSource": "UMLS", + "id": "C0015576" + }, + { + "dataSource": "AOD", + "id": "0000006914" + }, + { + "dataSource": "CCPSS", + "id": "0030810" + }, + { + "dataSource": "CHV", + "id": "0000004879" + }, + { + "dataSource": "CSP", + "id": "1123-4254" + }, + { + "dataSource": "LCH", + "id": "U001730" + }, + { + "dataSource": "LCH_NW", + "id": "sh85047009" + }, + { + "dataSource": "LNC", + "id": "LP76012-1" + }, + { + "dataSource": "MSH", + "id": "D005190" + }, + { + "dataSource": "NCI", + "id": "C25173" + }, + { + "dataSource": "NCI_NCI-GLOSS", + "id": "CDR0000460148" + }, + { + "dataSource": "NCI_caDSR", + "id": "C25173" + }, + { + "dataSource": "OMS", + "id": "MTHU000002" + }, + { + "dataSource": "PSY", + "id": "19300" + }, + { + "dataSource": "SNMI", + "id": "S-10000" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "35359004" + } + ] + }, + { + "offset": 3880, + "length": 17, + "text": "left main disease", + "category": "Diagnosis", + "confidenceScore": 0.98, + "assertion": { + "association": "other" + }, + "name": "Left Main Coronary Artery Disease", + "links": [ + { + "dataSource": "UMLS", + "id": "C1299433" + }, + { + "dataSource": "MEDCIN", + "id": "339763" + }, + { + "dataSource": "MSH", + "id": "D003324" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "371804009" + } + ] + }, + { + "offset": 3909, + "length": 10, + "text": "occasional", + "category": "Course", + "confidenceScore": 0.9 + }, + { + "offset": 3927, + "length": 3, + "text": "RCA", + "category": "BodyStructure", + "confidenceScore": 0.98, + "name": "Right coronary artery structure", + "links": [ + { + "dataSource": "UMLS", + "id": "C1261316" + }, + { + "dataSource": "CHV", + "id": "0000056439" + }, + { + "dataSource": "CPT", + "id": "RC" + }, + { + "dataSource": "CSP", + "id": "1398-9631" + }, + { + "dataSource": "FMA", + "id": "50039" + }, + { + "dataSource": "HCPCS", + "id": "RC" + }, + { + "dataSource": "NCI", + "id": "C12875" + }, + { + "dataSource": "NCI_CDISC", + "id": "C12875" + }, + { + "dataSource": "SNM", + "id": "T-43200" + }, + { + "dataSource": "SNMI", + "id": "T-43200" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "13647002" + }, + { + "dataSource": "UWDA", + "id": "50039" + } + ] + }, + { + "offset": 3960, + "length": 17, + "text": "revascularization", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Revascularization - action", + "links": [ + { + "dataSource": "UMLS", + "id": "C0581603" + }, + { + "dataSource": "AOD", + "id": "0000008211" + }, + { + "dataSource": "CHV", + "id": "0000040599" + }, + { + "dataSource": "CSP", + "id": "0579-1046" + }, + { + "dataSource": "RCD", + "id": "Xa6ZQ" + }, + { + "dataSource": "RCDAE", + "id": "Xa6ZQ" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "297183000" + } + ] + }, + { + "offset": 3983, + "length": 18, + "text": "open heart surgery", + "category": "TreatmentName", + "confidenceScore": 1.0, + "name": "Open heart surgery", + "links": [ + { + "dataSource": "UMLS", + "id": "C0189745" + }, + { + "dataSource": "CHV", + "id": "0000019333" + }, + { + "dataSource": "MDR", + "id": "10048935" + }, + { + "dataSource": "MEDLINEPLUS", + "id": "4119" + }, + { + "dataSource": "SNMI", + "id": "P1-31004" + }, + { + "dataSource": "SNOMEDCT_US", + "id": "2598006" + } + ] + } + ], + "relations": [ + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/3", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/4", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/11", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/12", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/12", + "role": "Condition" + }, + { + "ref": "#/results/documents/19/entities/13", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/15", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/14", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/16", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/17", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/18", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/19", + "role": "Value" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/20", + "role": "Unit" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/21", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/22", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/32", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/31", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/33", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/35", + "role": "Time" + }, + { + "ref": "#/results/documents/19/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/36", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/37", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/41", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/42", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/19/entities/46", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/47", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/52", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/53", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/54", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/55", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/60", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/61", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/61", + "role": "Condition" + }, + { + "ref": "#/results/documents/19/entities/62", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/64", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/63", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/65", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/66", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/67", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/68", + "role": "Value" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/69", + "role": "Unit" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/70", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/71", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/81", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/80", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/82", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/84", + "role": "Time" + }, + { + "ref": "#/results/documents/19/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/85", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/86", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/90", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/91", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/19/entities/95", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/96", + "role": "Treatment" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/101", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/102", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfEvent", + "entities": [ + { + "ref": "#/results/documents/19/entities/103", + "role": "Event" + }, + { + "ref": "#/results/documents/19/entities/104", + "role": "Time" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/109", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/110", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/110", + "role": "Condition" + }, + { + "ref": "#/results/documents/19/entities/111", + "role": "Time" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/113", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/112", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/114", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/115", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/116", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "ValueOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/117", + "role": "Value" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "UnitOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/118", + "role": "Unit" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/119", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/120", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfExamination", + "entities": [ + { + "ref": "#/results/documents/19/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/130", + "role": "Time" + } + ] + }, + { + "relationType": "ExaminationFindsCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/129", + "role": "Examination" + }, + { + "ref": "#/results/documents/19/entities/131", + "role": "Condition" + } + ] + }, + { + "relationType": "TimeOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/133", + "role": "Time" + }, + { + "ref": "#/results/documents/19/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "QualifierOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/134", + "role": "Qualifier" + }, + { + "ref": "#/results/documents/19/entities/135", + "role": "Condition" + } + ] + }, + { + "relationType": "CourseOfCondition", + "entities": [ + { + "ref": "#/results/documents/19/entities/139", + "role": "Course" + }, + { + "ref": "#/results/documents/19/entities/140", + "role": "Condition" + } + ] + }, + { + "relationType": "BodySiteOfTreatment", + "entities": [ + { + "ref": "#/results/documents/19/entities/144", + "role": "BodyStructure" + }, + { + "ref": "#/results/documents/19/entities/145", + "role": "Treatment" + } + ] + } + ], "warnings": [] } ], @@ -303,34 +308590,8 @@ } } ] - } - } - }, - { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/df8227eb-5100-42f3-b547-119bcdb4b043:cancel", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Accept-Encoding": "gzip, deflate", - "Connection": "keep-alive", - "Content-Length": "0", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "apim-request-id": "6783966e-92ff-4a3d-be3e-a7889e088ef2", - "Content-Length": "56", - "Content-Type": "application/json", - "Date": "Mon, 25 Apr 2022 23:35:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff" - }, - "ResponseBody": { - "error": { - "code": "404", - "message": "Resource not found" - } + }, + "nextLink": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/f7ab142d-1473-4ce9-8430-28b575fa6aca?showStats=False\u0026top=5\u0026skip=20\u0026api-version=2022-04-01-preview" } } ], diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_cancellation.json b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_cancellation.json index 8380c56dfdd8..89e7f638710f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_cancellation.json +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.pyTestHealthtest_cancellation.json @@ -1,108 +1,338 @@ { "Entries": [ { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.2-preview.2/entities/health/jobs?stringIndexType=UnicodeCodePoint", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-04-01-preview", "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", - "Content-Length": "555", + "Content-Length": "101281", "Content-Type": "application/json", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b3 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "8180eb07-5d10-11ec-a8d4-b831b58100e8" + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": { + "analysisInput": { + "documents": [ + { + "id": "0", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "1", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "2", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "3", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "4", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "5", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "6", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "7", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "8", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "9", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "10", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "11", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "12", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "13", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "14", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "15", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "16", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "17", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "18", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "19", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "20", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "21", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "22", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "23", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + }, + { + "id": "24", + "text": "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and 50% left main disease , with a strong family history of coronary artery disease with a brother dying at the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities , but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient\u0027s increased symptoms and family history and history left main disease with total occasional of his RCA was referred for revascularization with open heart surgery.", + "language": "en" + } + ] + }, + "tasks": [ + { + "taskName": "0", + "kind": "Healthcare", + "parameters": { + "stringIndexType": "UnicodeCodePoint" + } + } + ] }, - "RequestBody": "{\u0022documents\u0022: [{\u0022id\u0022: \u00220\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00221\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00222\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00223\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00224\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00225\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00226\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00227\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00228\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}, {\u0022id\u0022: \u00229\u0022, \u0022text\u0022: \u0022hello world\u0022, \u0022language\u0022: \u0022en\u0022}]}", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d3ccdf6f-4a61-4dbb-8c25-1b7b36ce8209", - "Date": "Tue, 14 Dec 2021 19:03:20 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.2-preview.2/entities/health/jobs/e98ef967-8f5f-460a-ad9e-944f6ea885ef", + "apim-request-id": "eb6d22b9-89fa-4b44-bae6-a3b8515eb99a", + "Content-Length": "0", + "Date": "Tue, 03 May 2022 21:06:47 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "312" + "x-envoy-upstream-service-time": "984" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.2-preview.2/entities/health/jobs/e98ef967-8f5f-460a-ad9e-944f6ea885ef", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b3 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "8180eb07-5d10-11ec-a8d4-b831b58100e8" + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e09ae84-d47c-406a-a96a-1aae7d7e821c", + "apim-request-id": "ed6e2cc1-a7a4-43c4-8a12-43bd8ff6caf2", + "Content-Length": "282", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 14 Dec 2021 19:03:21 GMT", + "Date": "Tue, 03 May 2022 21:06:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { - "jobId": "e98ef967-8f5f-460a-ad9e-944f6ea885ef", - "lastUpdateDateTime": "2021-12-14T19:03:21Z", - "createdDateTime": "2021-12-14T19:03:21Z", - "expirationDateTime": "2021-12-15T19:03:21Z", + "jobId": "90adc145-598f-4689-a958-36aca77fa7db", + "lastUpdateDateTime": "2022-05-03T21:06:48Z", + "createdDateTime": "2022-05-03T21:06:47Z", + "expirationDateTime": "2022-05-04T21:06:47Z", "status": "notStarted", - "errors": [] + "errors": [], + "tasks": { + "completed": 0, + "failed": 0, + "inProgress": 1, + "total": 1, + "items": [] + } } }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.2-preview.2/entities/health/jobs/e98ef967-8f5f-460a-ad9e-944f6ea885ef", - "RequestMethod": "DELETE", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db:cancel?api-version=2022-04-01-preview", + "RequestMethod": "POST", "RequestHeaders": { - "Accept": "application/json, text/json", + "Accept": "application/json", "Accept-Encoding": "gzip, deflate", "Content-Length": "0", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b3 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "81c33f49-5d10-11ec-b08d-b831b58100e8" + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6288d2bc-032e-4915-ad10-b68b1468ad52", - "Date": "Tue, 14 Dec 2021 19:03:21 GMT", - "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.2-preview.2/entities/health/jobs/e98ef967-8f5f-460a-ad9e-944f6ea885ef", + "apim-request-id": "2e39e6b6-2a49-4ed6-91be-55dfda80b398", + "Content-Length": "0", + "Date": "Tue, 03 May 2022 21:06:47 GMT", + "operation-location": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db?api-version=2022-04-01-preview", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": null }, { - "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/text/analytics/v3.2-preview.2/entities/health/jobs/e98ef967-8f5f-460a-ad9e-944f6ea885ef", + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db?api-version=2022-04-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", - "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b3 Python/3.10.0 (Windows-10-10.0.22000-SP0)", - "x-ms-client-request-id": "81c33f49-5d10-11ec-b08d-b831b58100e8" + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 500, + "ResponseHeaders": { + "apim-request-id": "c75dff11-41ef-4f19-be99-da5df851fbda", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:06:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "error": { + "code": "InternalServerError", + "innerError": { + "requestId": "c75dff11-41ef-4f19-be99-da5df851fbda" + }, + "message": "Internal server error" + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 500, + "ResponseHeaders": { + "apim-request-id": "f867da0c-23df-4dce-a098-cc52f2107f6d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:06:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "29" + }, + "ResponseBody": { + "error": { + "code": "InternalServerError", + "innerError": { + "requestId": "f867da0c-23df-4dce-a098-cc52f2107f6d" + }, + "message": "Internal server error" + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 500, + "ResponseHeaders": { + "apim-request-id": "7355dc58-b95f-44a6-95ab-29e0bd55c363", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 03 May 2022 21:06:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "error": { + "code": "InternalServerError", + "innerError": { + "requestId": "7355dc58-b95f-44a6-95ab-29e0bd55c363" + }, + "message": "Internal server error" + } + } + }, + { + "RequestUri": "https://fakeendpoint.cognitiveservices.azure.com/language/analyze-text/jobs/90adc145-598f-4689-a958-36aca77fa7db?api-version=2022-04-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "*/*", + "Accept-Encoding": "gzip, deflate", + "User-Agent": "azsdk-python-ai-textanalytics/5.2.0b4 Python/3.10.0 (Windows-10-10.0.22000-SP0)" + }, + "RequestBody": null, + "StatusCode": 500, "ResponseHeaders": { - "apim-request-id": "4dc0b5ac-39e9-4476-8245-6eda3980d8f3", + "apim-request-id": "60e8405c-3381-45fc-a7e4-7b271a36a487", "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 14 Dec 2021 19:03:26 GMT", + "Date": "Tue, 03 May 2022 21:06:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { - "jobId": "e98ef967-8f5f-460a-ad9e-944f6ea885ef", - "lastUpdateDateTime": "2021-12-14T19:03:22Z", - "createdDateTime": "2021-12-14T19:03:21Z", - "expirationDateTime": "2021-12-15T19:03:21Z", - "status": "cancelled", - "errors": [] + "error": { + "code": "InternalServerError", + "innerError": { + "requestId": "60e8405c-3381-45fc-a7e4-7b271a36a487" + }, + "message": "Internal server error" + } } } ], diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py index a6db68bf7f3e..f95ec8d101ce 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -357,20 +357,30 @@ def callback(pipeline_response, deserialized, _): ).result() assert res == "cls result" - @pytest.mark.skip("cancel is returning 404") @TextAnalyticsPreparer() @TextAnalyticsClientPreparer() @recorded_by_proxy def test_cancellation(self, client): - single_doc = "hello world" - docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + docs = [{"id": str(idx), "text": large_doc*3} for (idx, val) in enumerate(list(itertools.repeat(large_doc, 25)))] poller = client.begin_analyze_healthcare_entities(docs, polling_interval=self._interval()) try: cancellation_poller = poller.cancel() - cancellation_poller.wait() - + cancellation_poller.result() except HttpResponseError: pass # expected if the operation was already in a terminal state. diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py index 4f6fb17d8566..5e68928aaee9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -390,13 +390,24 @@ def callback(pipeline_response, deserialized, _): )).result() assert res == "cls result" - @pytest.mark.skip("cancel is returning 404") @TextAnalyticsPreparer() @TextAnalyticsClientPreparer() @recorded_by_proxy_async async def test_cancellation(self, client): - single_doc = "hello world" - docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + docs = [{"id": str(idx), "text": large_doc*3} for (idx, val) in enumerate(list(itertools.repeat(large_doc, 25)))] async with client: poller = await client.begin_analyze_healthcare_entities(docs, polling_interval=self._interval()) From db546393c296c51c3fd8e9de715d34d4a1b5d39b Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Tue, 3 May 2022 19:56:01 -0700 Subject: [PATCH 08/10] fix tests --- sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py | 2 +- .../azure-ai-textanalytics/tests/test_analyze_async.py | 2 +- .../azure-ai-textanalytics/tests/test_analyze_healthcare.py | 2 +- .../tests/test_analyze_healthcare_async.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index e059183e7e2d..2330e60fb8f3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -1775,7 +1775,7 @@ def test_analyze_multiapi_validate_v3_1(self, **kwargs): {"id": "0", "text": ":("}, {"id": "19", "text": ":P"}, {"id": "1", "text": ":D"}] - version_supported = "2022-03-01-preview" + version_supported = "2022-04-01-preview" with pytest.raises(ValueError) as e: response = client.begin_analyze_actions( docs, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index 57e46da4ac54..a38cf56c9c18 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -1890,7 +1890,7 @@ async def test_analyze_multiapi_validate_v3_1(self, **kwargs): {"id": "0", "text": ":("}, {"id": "19", "text": ":P"}, {"id": "1", "text": ":D"}] - version_supported = "2022-03-01-preview" + version_supported = "2022-04-01-preview" with pytest.raises(ValueError) as e: response = await (await client.begin_analyze_actions( docs, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py index 3f3b8a4f0988..7bf9871ecba4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -597,4 +597,4 @@ def test_healthcare_multiapi_validate_v3_1(self, **kwargs): show_stats=True, polling_interval=self._interval(), ) - assert str(e.value) == "'display_name' is only available for API version 2022-03-01-preview and up.\n" + assert str(e.value) == "'display_name' is only available for API version 2022-04-01-preview and up.\n" diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py index a4f9c98a9630..ca7c9cce5220 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -627,4 +627,4 @@ async def test_healthcare_multiapi_validate_v3_1(self, **kwargs): show_stats=True, polling_interval=self._interval(), ) - assert str(e.value) == "'display_name' is only available for API version 2022-03-01-preview and up.\n" + assert str(e.value) == "'display_name' is only available for API version 2022-04-01-preview and up.\n" From f8738672c47fcbc65eb53077596868f20a4fc452 Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Wed, 4 May 2022 09:02:36 -0700 Subject: [PATCH 09/10] actually fix tests --- .../azure/ai/textanalytics/_text_analytics_client.py | 5 ++++- .../azure/ai/textanalytics/_validate.py | 2 +- .../azure/ai/textanalytics/_version.py | 2 +- .../ai/textanalytics/aio/_text_analytics_client_async.py | 5 ++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py index f5f46c1c5c73..be77946403ea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py @@ -853,7 +853,10 @@ def extract_key_phrases( @distributed_trace @validate_multiapi_args( version_method_added="v3.0", - args_mapping={"v3.1": ["show_opinion_mining", "disable_service_logs", "string_index_type"]} + args_mapping={ + "v3.1": ["show_opinion_mining", "disable_service_logs", "string_index_type"], + "2022-04-01-preview": ["display_name"] + } ) def analyze_sentiment( self, diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_validate.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_validate.py index f72c8ecfbd32..74dd6bf1c1ba 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_validate.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_validate.py @@ -22,7 +22,7 @@ def check_for_unsupported_actions_types(*args, **kwargs): return actions_version_mapping = { - "2022-03-01-preview": + "2022-04-01-preview": [ "ExtractSummaryAction", "RecognizeCustomEntitiesAction", diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py index 55467b534990..66e88dd1936a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_version.py @@ -5,4 +5,4 @@ VERSION = "5.2.0b4" DEFAULT_API_VERSION = "2022-04-01-preview" -VERSIONS_SUPPORTED = ("v3.0", "v3.1", "2022-04-01-preview") +VERSIONS_SUPPORTED = ["v3.0", "v3.1", "2022-04-01-preview"] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py index 4f96315aa11d..765ae4adfa91 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py @@ -782,7 +782,10 @@ def _healthcare_result_callback( @distributed_trace_async @validate_multiapi_args( version_method_added="v3.1", - args_mapping={"2022-03-01-preview": ["display_name"]} + args_mapping={ + "v3.1": ["show_opinion_mining", "disable_service_logs", "string_index_type"], + "2022-04-01-preview": ["display_name"] + } ) async def begin_analyze_healthcare_entities( self, From 7385a9035a6b4317f8861921296319697741482f Mon Sep 17 00:00:00 2001 From: Krista Pratico Date: Wed, 4 May 2022 09:22:42 -0700 Subject: [PATCH 10/10] oops --- .../azure/ai/textanalytics/_text_analytics_client.py | 7 ++----- .../ai/textanalytics/aio/_text_analytics_client_async.py | 5 +---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py index be77946403ea..b34239e3293a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py @@ -577,7 +577,7 @@ def _healthcare_result_callback( @distributed_trace @validate_multiapi_args( version_method_added="v3.1", - args_mapping={"2022-03-01-preview": ["display_name"]} + args_mapping={"2022-04-01-preview": ["display_name"]} ) def begin_analyze_healthcare_entities( self, @@ -853,10 +853,7 @@ def extract_key_phrases( @distributed_trace @validate_multiapi_args( version_method_added="v3.0", - args_mapping={ - "v3.1": ["show_opinion_mining", "disable_service_logs", "string_index_type"], - "2022-04-01-preview": ["display_name"] - } + args_mapping={"v3.1": ["show_opinion_mining", "disable_service_logs", "string_index_type"]} ) def analyze_sentiment( self, diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py index 765ae4adfa91..e09bc57b2ce9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py @@ -782,10 +782,7 @@ def _healthcare_result_callback( @distributed_trace_async @validate_multiapi_args( version_method_added="v3.1", - args_mapping={ - "v3.1": ["show_opinion_mining", "disable_service_logs", "string_index_type"], - "2022-04-01-preview": ["display_name"] - } + args_mapping={"2022-04-01-preview": ["display_name"]} ) async def begin_analyze_healthcare_entities( self,