From 69e4bfa5333acc11c0bf40496c06b05bdd916089 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Tue, 10 Dec 2024 18:20:17 -0400 Subject: [PATCH] feat: Add support to more FHIR resources and improve the organization of the modules (#20) --- .pre-commit-config.yaml | 11 +- pyproject.toml | 6 + src/anamnesisai/__init__.py | 7 -- src/anamnesisai/config.py | 54 +++++++++ src/anamnesisai/core.py | 96 --------------- src/anamnesisai/openai.py | 94 +++++++++++++++ src/anamnesisai/supported_fhir.py | 41 +++++++ src/anamnesisai/utils.py | 22 ++++ tests/data/transcripts/CAR0001.txt | 66 +++++------ tests/data/transcripts/CAR0002.txt | 40 +++---- tests/data/transcripts/CAR0003.txt | 66 +++++------ tests/data/transcripts/CAR0004.txt | 24 ++-- tests/data/transcripts/CAR0005.txt | 24 ++-- tests/data/transcripts/DER0001.txt | 26 ++-- tests/data/transcripts/GAS0001.txt | 18 +-- tests/data/transcripts/GAS0002.txt | 20 ++-- tests/data/transcripts/GAS0003.txt | 48 ++++---- tests/data/transcripts/GAS0004.txt | 18 +-- tests/data/transcripts/GAS0005.txt | 22 ++-- tests/data/transcripts/GAS0007.txt | 8 +- tests/data/transcripts/GEN0001.txt | 18 +-- tests/data/transcripts/MSK0001.txt | 52 ++++---- tests/data/transcripts/MSK0003.txt | 10 +- tests/data/transcripts/MSK0004.txt | 12 +- tests/data/transcripts/MSK0005.txt | 32 ++--- tests/data/transcripts/MSK0006.txt | 36 +++--- tests/data/transcripts/MSK0007.txt | 74 ++++++------ tests/data/transcripts/MSK0008.txt | 70 +++++------ tests/data/transcripts/MSK0009.txt | 36 +++--- tests/data/transcripts/MSK0010.txt | 16 +-- tests/data/transcripts/MSK0011.txt | 20 ++-- tests/data/transcripts/MSK0012.txt | 32 ++--- tests/data/transcripts/MSK0013.txt | 42 +++---- tests/data/transcripts/MSK0014.txt | 26 ++-- tests/data/transcripts/MSK0015.txt | 26 ++-- tests/data/transcripts/MSK0016.txt | 28 ++--- tests/data/transcripts/MSK0017.txt | 52 ++++---- tests/data/transcripts/MSK0018.txt | 14 +-- tests/data/transcripts/MSK0019.txt | 24 ++-- tests/data/transcripts/MSK0020.txt | 20 ++-- tests/data/transcripts/MSK0021.txt | 22 ++-- tests/data/transcripts/MSK0022.txt | 28 ++--- tests/data/transcripts/MSK0023.txt | 16 +-- tests/data/transcripts/MSK0024.txt | 22 ++-- tests/data/transcripts/MSK0025.txt | 36 +++--- tests/data/transcripts/MSK0026.txt | 46 +++---- tests/data/transcripts/MSK0027.txt | 34 +++--- tests/data/transcripts/MSK0028.txt | 30 ++--- tests/data/transcripts/MSK0029.txt | 82 ++++++------- tests/data/transcripts/MSK0031.txt | 24 ++-- tests/data/transcripts/MSK0032.txt | 24 ++-- tests/data/transcripts/MSK0033.txt | 26 ++-- tests/data/transcripts/MSK0034.txt | 36 +++--- tests/data/transcripts/MSK0035.txt | 42 +++---- tests/data/transcripts/MSK0036.txt | 40 +++---- tests/data/transcripts/MSK0037.txt | 20 ++-- tests/data/transcripts/MSK0038.txt | 28 ++--- tests/data/transcripts/MSK0039.txt | 28 ++--- tests/data/transcripts/MSK0040.txt | 28 ++--- tests/data/transcripts/MSK0041.txt | 34 +++--- tests/data/transcripts/MSK0042.txt | 28 ++--- tests/data/transcripts/MSK0043.txt | 40 +++---- tests/data/transcripts/MSK0044.txt | 22 ++-- tests/data/transcripts/MSK0045.txt | 28 ++--- tests/data/transcripts/MSK0046.txt | 40 +++---- tests/data/transcripts/MSK0049.txt | 32 ++--- tests/data/transcripts/MSK0050.txt | 44 +++---- tests/data/transcripts/RES0001.txt | 66 +++++------ tests/data/transcripts/RES0003.txt | 80 ++++++------- tests/data/transcripts/RES0004.txt | 112 +++++++++--------- tests/data/transcripts/RES0005.txt | 62 +++++----- tests/data/transcripts/RES0006.txt | 50 ++++---- tests/data/transcripts/RES0007.txt | 22 ++-- tests/data/transcripts/RES0008.txt | 18 +-- tests/data/transcripts/RES0009.txt | 16 +-- tests/data/transcripts/RES0010.txt | 20 ++-- tests/data/transcripts/RES0011.txt | 22 ++-- tests/data/transcripts/RES0012.txt | 50 ++++---- tests/data/transcripts/RES0013.txt | 24 ++-- tests/data/transcripts/RES0014.txt | 70 +++++------ tests/data/transcripts/RES0015.txt | 72 +++++------ tests/data/transcripts/RES0016.txt | 66 +++++------ tests/data/transcripts/RES0017.txt | 80 ++++++------- tests/data/transcripts/RES0018.txt | 82 ++++++------- tests/data/transcripts/RES0019.txt | 42 +++---- tests/data/transcripts/RES0020.txt | 52 ++++---- tests/data/transcripts/RES0021.txt | 56 ++++----- tests/data/transcripts/RES0022.txt | 60 +++++----- tests/data/transcripts/RES0023.txt | 26 ++-- tests/data/transcripts/RES0024.txt | 32 ++--- tests/data/transcripts/RES0025.txt | 30 ++--- tests/data/transcripts/RES0026.txt | 60 +++++----- tests/data/transcripts/RES0027.txt | 32 ++--- tests/data/transcripts/RES0028.txt | 38 +++--- tests/data/transcripts/RES0029.txt | 16 +-- tests/data/transcripts/RES0030.txt | 38 +++--- tests/data/transcripts/RES0031.txt | 48 ++++---- tests/data/transcripts/RES0032.txt | 26 ++-- tests/data/transcripts/RES0033.txt | 38 +++--- tests/data/transcripts/RES0034.txt | 34 +++--- tests/data/transcripts/RES0035.txt | 46 +++---- tests/data/transcripts/RES0036.txt | 94 +++++++-------- tests/data/transcripts/RES0037.txt | 32 ++--- tests/data/transcripts/RES0038.txt | 30 ++--- tests/data/transcripts/RES0039.txt | 30 ++--- tests/data/transcripts/RES0042.txt | 48 ++++---- tests/data/transcripts/RES0043.txt | 38 +++--- tests/data/transcripts/RES0044.txt | 38 +++--- tests/data/transcripts/RES0045.txt | 46 +++---- tests/data/transcripts/RES0046.txt | 68 +++++------ tests/data/transcripts/RES0047.txt | 62 +++++----- tests/data/transcripts/RES0048.txt | 32 ++--- tests/data/transcripts/RES0049.txt | 24 ++-- tests/data/transcripts/RES0050.txt | 40 +++---- tests/data/transcripts/RES0051.txt | 44 +++---- tests/data/transcripts/RES0052.txt | 62 +++++----- tests/data/transcripts/RES0053.txt | 52 ++++---- tests/data/transcripts/RES0055.txt | 46 +++---- tests/data/transcripts/RES0056.txt | 40 +++---- tests/data/transcripts/RES0057.txt | 28 ++--- tests/data/transcripts/RES0058.txt | 68 +++++------ tests/data/transcripts/RES0059.txt | 76 ++++++------ tests/data/transcripts/RES0060.txt | 58 ++++----- tests/data/transcripts/RES0061.txt | 68 +++++------ tests/data/transcripts/RES0062.txt | 50 ++++---- tests/data/transcripts/RES0063.txt | 16 +-- tests/data/transcripts/RES0064.txt | 24 ++-- tests/data/transcripts/RES0065.txt | 52 ++++---- tests/data/transcripts/RES0066.txt | 42 +++---- tests/data/transcripts/RES0067.txt | 8 +- tests/data/transcripts/RES0068.txt | 50 ++++---- tests/data/transcripts/RES0069.txt | 30 ++--- tests/data/transcripts/RES0070.txt | 40 +++---- tests/data/transcripts/RES0071.txt | 50 ++++---- tests/data/transcripts/RES0072.txt | 38 +++--- tests/data/transcripts/RES0073.txt | 30 ++--- tests/data/transcripts/RES0074.txt | 36 +++--- tests/data/transcripts/RES0075.txt | 28 ++--- tests/data/transcripts/RES0076.txt | 36 +++--- tests/data/transcripts/RES0077.txt | 26 ++-- tests/data/transcripts/RES0078.txt | 32 ++--- tests/data/transcripts/RES0079.txt | 44 +++---- tests/data/transcripts/RES0080.txt | 42 +++---- tests/data/transcripts/RES0081.txt | 38 +++--- tests/data/transcripts/RES0082.txt | 20 ++-- tests/data/transcripts/RES0083.txt | 32 ++--- tests/data/transcripts/RES0084.txt | 44 +++---- tests/data/transcripts/RES0085.txt | 24 ++-- tests/data/transcripts/RES0086.txt | 18 +-- tests/data/transcripts/RES0087.txt | 20 ++-- tests/data/transcripts/RES0088.txt | 50 ++++---- tests/data/transcripts/RES0089.txt | 38 +++--- tests/data/transcripts/RES0090.txt | 22 ++-- tests/data/transcripts/RES0091.txt | 26 ++-- tests/data/transcripts/RES0092.txt | 16 +-- tests/data/transcripts/RES0093.txt | 14 +-- tests/data/transcripts/RES0094.txt | 16 +-- tests/data/transcripts/RES0095.txt | 36 +++--- tests/data/transcripts/RES0096.txt | 44 +++---- tests/data/transcripts/RES0097.txt | 32 ++--- tests/data/transcripts/RES0098.txt | 20 ++-- tests/data/transcripts/RES0099.txt | 30 ++--- tests/data/transcripts/RES0100.txt | 44 +++---- tests/data/transcripts/RES0101.txt | 32 ++--- tests/data/transcripts/RES0102.txt | 20 ++-- tests/data/transcripts/RES0103.txt | 16 +-- tests/data/transcripts/RES0104.txt | 28 ++--- tests/data/transcripts/RES0105.txt | 24 ++-- tests/data/transcripts/RES0106.txt | 20 ++-- tests/data/transcripts/RES0107.txt | 62 +++++----- tests/data/transcripts/RES0108.txt | 64 +++++----- tests/data/transcripts/RES0109.txt | 34 +++--- tests/data/transcripts/RES0110.txt | 34 +++--- tests/data/transcripts/RES0111.txt | 44 +++---- tests/data/transcripts/RES0112.txt | 12 +- tests/data/transcripts/RES0113.txt | 36 +++--- tests/data/transcripts/RES0114.txt | 52 ++++---- tests/data/transcripts/RES0116.txt | 20 ++-- tests/data/transcripts/RES0117.txt | 48 ++++---- tests/data/transcripts/RES0118.txt | 40 +++---- tests/data/transcripts/RES0119.txt | 26 ++-- tests/data/transcripts/RES0120.txt | 58 ++++----- tests/data/transcripts/RES0121.txt | 36 +++--- tests/data/transcripts/RES0122.txt | 26 ++-- tests/data/transcripts/RES0123.txt | 38 +++--- tests/data/transcripts/RES0124.txt | 48 ++++---- tests/data/transcripts/RES0125.txt | 48 ++++---- tests/data/transcripts/RES0126.txt | 94 +++++++-------- tests/data/transcripts/RES0127.txt | 54 ++++----- tests/data/transcripts/RES0128.txt | 50 ++++---- tests/data/transcripts/RES0129.txt | 54 ++++----- tests/data/transcripts/RES0130.txt | 22 ++-- tests/data/transcripts/RES0131.txt | 34 +++--- tests/data/transcripts/RES0132.txt | 46 +++---- tests/data/transcripts/RES0133.txt | 30 ++--- tests/data/transcripts/RES0134.txt | 34 +++--- tests/data/transcripts/RES0135.txt | 28 ++--- tests/data/transcripts/RES0136.txt | 52 ++++---- tests/data/transcripts/RES0137.txt | 26 ++-- tests/data/transcripts/RES0138.txt | 60 +++++----- tests/data/transcripts/RES0139.txt | 42 +++---- tests/data/transcripts/RES0140.txt | 12 +- tests/data/transcripts/RES0141.txt | 26 ++-- tests/data/transcripts/RES0142.txt | 12 +- tests/data/transcripts/RES0143.txt | 16 +-- tests/data/transcripts/RES0144.txt | 14 +-- tests/data/transcripts/RES0145.txt | 32 ++--- tests/data/transcripts/RES0146.txt | 28 ++--- tests/data/transcripts/RES0147.txt | 28 ++--- tests/data/transcripts/RES0148.txt | 34 +++--- tests/data/transcripts/RES0149.txt | 48 ++++---- tests/data/transcripts/RES0150.txt | 54 ++++----- tests/data/transcripts/RES0151.txt | 26 ++-- tests/data/transcripts/RES0152.txt | 18 +-- tests/data/transcripts/RES0153.txt | 32 ++--- tests/data/transcripts/RES0154.txt | 30 ++--- tests/data/transcripts/RES0155.txt | 22 ++-- tests/data/transcripts/RES0156.txt | 24 ++-- tests/data/transcripts/RES0158.txt | 16 +-- tests/data/transcripts/RES0159.txt | 32 ++--- tests/data/transcripts/RES0160.txt | 34 +++--- tests/data/transcripts/RES0161.txt | 18 +-- tests/data/transcripts/RES0162.txt | 30 ++--- tests/data/transcripts/RES0163.txt | 34 +++--- tests/data/transcripts/RES0164.txt | 58 ++++----- tests/data/transcripts/RES0165.txt | 58 ++++----- tests/data/transcripts/RES0166.txt | 74 ++++++------ tests/data/transcripts/RES0167.txt | 34 +++--- tests/data/transcripts/RES0168.txt | 36 +++--- tests/data/transcripts/RES0169.txt | 40 +++---- tests/data/transcripts/RES0170.txt | 30 ++--- tests/data/transcripts/RES0171.txt | 34 +++--- tests/data/transcripts/RES0172.txt | 24 ++-- tests/data/transcripts/RES0173.txt | 56 ++++----- tests/data/transcripts/RES0174.txt | 84 ++++++------- tests/data/transcripts/RES0175.txt | 40 +++---- tests/data/transcripts/RES0176.txt | 60 +++++----- tests/data/transcripts/RES0177.txt | 26 ++-- tests/data/transcripts/RES0178.txt | 26 ++-- tests/data/transcripts/RES0179.txt | 36 +++--- tests/data/transcripts/RES0180.txt | 20 ++-- tests/data/transcripts/RES0181.txt | 46 +++---- tests/data/transcripts/RES0182.txt | 52 ++++---- tests/data/transcripts/RES0183.txt | 64 +++++----- tests/data/transcripts/RES0184.txt | 38 +++--- tests/data/transcripts/RES0185.txt | 26 ++-- tests/data/transcripts/RES0186.txt | 22 ++-- tests/data/transcripts/RES0187.txt | 26 ++-- tests/data/transcripts/RES0188.txt | 28 ++--- tests/data/transcripts/RES0189.txt | 34 +++--- tests/data/transcripts/RES0190.txt | 42 +++---- tests/data/transcripts/RES0191.txt | 56 ++++----- tests/data/transcripts/RES0192.txt | 88 +++++++------- tests/data/transcripts/RES0193.txt | 52 ++++---- tests/data/transcripts/RES0194.txt | 44 +++---- tests/data/transcripts/RES0195.txt | 72 +++++------ tests/data/transcripts/RES0196.txt | 48 ++++---- tests/data/transcripts/RES0197.txt | 50 ++++---- tests/data/transcripts/RES0198.txt | 52 ++++---- tests/data/transcripts/RES0199.txt | 58 ++++----- tests/data/transcripts/RES0200.txt | 54 ++++----- tests/data/transcripts/RES0201.txt | 48 ++++---- tests/data/transcripts/RES0202.txt | 58 ++++----- tests/data/transcripts/RES0203.txt | 44 +++---- tests/data/transcripts/RES0204.txt | 50 ++++---- tests/data/transcripts/RES0205.txt | 48 ++++---- tests/data/transcripts/RES0206.txt | 42 +++---- tests/data/transcripts/RES0207.txt | 58 ++++----- tests/data/transcripts/RES0208.txt | 44 +++---- tests/data/transcripts/RES0209.txt | 62 +++++----- tests/data/transcripts/RES0210.txt | 44 +++---- tests/data/transcripts/RES0211.txt | 70 +++++------ tests/data/transcripts/RES0212.txt | 26 ++-- tests/data/transcripts/RES0213.txt | 16 +-- tests/data/transcripts/RES0214.txt | 36 +++--- tests/data/transcripts/RES0215.txt | 26 ++-- tests/data/transcripts/RES0216.txt | 12 +- tests/data/transcripts/RES0217.txt | 12 +- ...ct_fhir.py => test_extract_fhir_openai.py} | 4 +- 279 files changed, 5411 insertions(+), 5288 deletions(-) create mode 100644 src/anamnesisai/config.py delete mode 100644 src/anamnesisai/core.py create mode 100644 src/anamnesisai/openai.py create mode 100644 src/anamnesisai/supported_fhir.py create mode 100644 src/anamnesisai/utils.py rename tests/{test_extract_fhir.py => test_extract_fhir_openai.py} (88%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d69cdb4..14308a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,9 +2,18 @@ default_stages: - pre-commit repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.6.0 hooks: + - id: trailing-whitespace - id: end-of-file-fixer + - id: check-json + - id: check-toml + - id: check-xml + - id: debug-statements + - id: check-builtin-literals + - id: check-case-conflict + - id: check-docstring-first + - id: detect-private-key - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.2" diff --git a/pyproject.toml b/pyproject.toml index 50e9f6b..642ba93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,9 +108,15 @@ warn_redundant_casts = true warn_unused_configs = true show_error_codes = true exclude = ["scripts/"] +plugins = ["pydantic.mypy"] [[tool.mypy.overrides]] module = [ "langchain_experimental.sql", ] ignore_missing_imports = true + +[tool.pydantic-mypy] +init_forbid_extra = true +init_typed = true +warn_required_dynamic_aliases = true diff --git a/src/anamnesisai/__init__.py b/src/anamnesisai/__init__.py index 41e1f6b..73acc80 100644 --- a/src/anamnesisai/__init__.py +++ b/src/anamnesisai/__init__.py @@ -2,8 +2,6 @@ from importlib import metadata as importlib_metadata -from anamnesisai.core import extract_fhir_openai - def get_version() -> str: """Return the program version.""" @@ -18,8 +16,3 @@ def get_version() -> str: __version__ = version __author__ = "Satarupa Deb, Ivan Ogasawara" __email__ = "satarupa2212@gmail.com, ivan.ogasawara@gmail.com" - - -__all__ = [ - "extract_fhir_openai", -] diff --git a/src/anamnesisai/config.py b/src/anamnesisai/config.py new file mode 100644 index 0000000..a86d823 --- /dev/null +++ b/src/anamnesisai/config.py @@ -0,0 +1,54 @@ +"""Set of functions and variables used for configuration.""" + +from __future__ import annotations + +# prompt template for getting the given FHIR resource from the given +# conversation between m.d. and patient. +PROMPT_TEMPLATE = """ +You are a FHIR Resource generating expert. Given a conversion +between doctor and patient, first create a syntactically correct +FHIR resource in pure JSON Format as specified by the user then look at +the results and return the FHIR resource to the input conversation. +Never create random values for values that are not present in the +conversation. You must return only the columns if the value is present +in the conversation. Extract and generate only the following FHIR +resources from the conversations and exams: + +{resource_detail} + +Use clear and concise language for each resource. Maintain patient +confidentiality and adhere to HIPAA regulations. Strive for accuracy +and consistency in your FHIR structures. + +In the conversation, `D:` means it is from the Doctor, and `P:` means +it is from the Patience. + +Conversation: + +``` +{context} +``` +""".strip() + +# prompt template for checking possible FHIR resources present in the given +# conversation +PROMPT_TEMPLATE_POSSIBLE_RESOURCES = """ +please read the conversation between patient and md doctor in the given +context: + +``` +{context} +``` + +In the conversation, `D:` means it is from the Doctor, and `P:` means +it is from the Patience. + +Question: what fhir resource/types could be extract from this conversation? +note: I don't need the data just the name of the types/resources +""" + + +__all__ = [ + "PROMPT_TEMPLATE", + "PROMPT_TEMPLATE_POSSIBLE_RESOURCES", +] diff --git a/src/anamnesisai/core.py b/src/anamnesisai/core.py deleted file mode 100644 index 895cb27..0000000 --- a/src/anamnesisai/core.py +++ /dev/null @@ -1,96 +0,0 @@ -"""Anamnesis AI core functions.""" - -from __future__ import annotations - -import warnings - -from typing import Type, cast - -from fhir.resources.encounter import Encounter -from fhir.resources.observation import Observation -from fhir.resources.patient import Patient -from fhir.resources.practitioner import Practitioner -from fhir.resources.resource import Resource -from pydantic import BaseModel -from rago.generation import OpenAIGen -from typeguard import typechecked - -PROMPT_TEMPLATE = """ -You are a FHIR Resource generating expert. Given a conversion -between doctor and patient, first create a syntactically correct -FHIR resource in pure JSON Format as specified by the user then look at -the results and return the FHIR resource to the input conversation. -Never create random values for values that are not present in the -conversation. You must return only the columns if the value is present -in the conversation. Extract and generate only the following FHIR -resources from the conversations and exams: - -- {resource_detail} - -Use clear and concise language for each resource. Maintain patient -confidentiality and adhere to HIPAA regulations. Strive for accuracy -and consistency in your FHIR structures. - -In the conversation, `D:` means it is from the Doctor, and `P:` means -it is from the Patience. - -Conversation: -``` -{query} -``` -""" - -RESOURCES_CLASSES = { - "patient": Patient, - "practitioner": Practitioner, - "encounter": Encounter, - "observation": Observation, -} - -RESOURCES_DETAILS = { - "patient": ( - "capture the patient's demographics and medical history details." - ), - "practitioner": "identify the doctor involved in the encounter.", - "encounter": ( - "describe the patient-doctor interaction, including the reason for " - "the visit." - ), - "observation": ( - "record the patient's reported symptoms and the physical " - "exam findings." - ), -} - - -@typechecked -def extract_fhir_openai(text: str, api_key: str) -> dict[str, Resource]: - """Extract FHIR from the given text.""" - results: dict[str, Resource] = {} - for resource_name, resource_detail in RESOURCES_DETAILS.items(): - fhir_class: Type[BaseModel] = RESOURCES_CLASSES[resource_name] - - resource_prompt = ( - f"```Resource name: {resource_name}```\n" - f"```Resource explanation: {resource_detail}```\n" - ) - prompt_template = PROMPT_TEMPLATE.replace( - "{resource_detail}", - resource_prompt, - ) - try: - gen = OpenAIGen( - prompt_template=prompt_template, - model_name="gpt-4o-mini", - api_key=api_key, - output_max_length=10384, - structured_output=fhir_class, - ) - result = gen.generate(query=text, context=[]) - except Exception as e: - warnings.warn(str(e)) - continue - - fhir_obj = cast(Resource, result) - results[resource_name] = fhir_obj - return results diff --git a/src/anamnesisai/openai.py b/src/anamnesisai/openai.py new file mode 100644 index 0000000..a773e8d --- /dev/null +++ b/src/anamnesisai/openai.py @@ -0,0 +1,94 @@ +"""Anamnesis AI core functions.""" + +from __future__ import annotations + +import logging + +from typing import cast + +from fhir.resources.resource import Resource +from rago.generation import OpenAIGen +from typeguard import typechecked + +from anamnesisai.config import ( + PROMPT_TEMPLATE, + PROMPT_TEMPLATE_POSSIBLE_RESOURCES, +) +from anamnesisai.supported_fhir import ( + RESOURCES_CLASSES, + FHIRResourceFoundModel, +) +from anamnesisai.utils import get_resource_detail + +# this should be move to another module +# maybe it would be good to get the logging level from an environment variable +logging.basicConfig( + level=logging.DEBUG, # Set the logging level to DEBUG + format="%(asctime)s - %(levelname)s - %(message)s", # Log format +) + + +@typechecked +def check_possible_fhir_resources( + text: str, api_key: str +) -> FHIRResourceFoundModel: + """Check possible FHIR resources from the given text.""" + try: + gen = OpenAIGen( + prompt_template=PROMPT_TEMPLATE_POSSIBLE_RESOURCES, + model_name="gpt-4o-mini", + api_key=api_key, + output_max_length=10384, # note: calc this number + structured_output=FHIRResourceFoundModel, + ) + # the query is already present in the prompt template + result = gen.generate(query="", context=[text]) + except Exception as e: + logging.debug(str(e)) + return FHIRResourceFoundModel() + + return cast(FHIRResourceFoundModel, result) + + +@typechecked +def extract_fhir(text: str, api_key: str) -> dict[str, Resource]: + """Extract FHIR from the given text.""" + possible_fhir = check_possible_fhir_resources(text, api_key) + + results: dict[str, Resource] = {} + for fhir_class in RESOURCES_CLASSES: + resource_name = fhir_class.__name__ + + if not getattr(possible_fhir, resource_name, False): + logging.debug( + f"{resource_name} resource not found in the conversation." + ) + continue + + resource_detail = get_resource_detail(fhir_class) + + resource_prompt = ( + f"```Resource name: {resource_name}```\n" + f"```Resource explanation: {resource_detail}```\n" + ) + prompt_template = PROMPT_TEMPLATE.replace( + "{resource_detail}", + resource_prompt, + ) + try: + gen = OpenAIGen( + prompt_template=prompt_template, + model_name="gpt-4o-mini", + api_key=api_key, + output_max_length=10384, # note: calc this number + structured_output=fhir_class, + ) + # the query is already present in the prompt template + result = gen.generate(query="", context=[text]) + except Exception as e: + logging.warning(str(e)) + continue + + fhir_obj = cast(Resource, result) + results[resource_name] = fhir_obj + return results diff --git a/src/anamnesisai/supported_fhir.py b/src/anamnesisai/supported_fhir.py new file mode 100644 index 0000000..99c2b3f --- /dev/null +++ b/src/anamnesisai/supported_fhir.py @@ -0,0 +1,41 @@ +"""Gather all FHIR resources that is supported by Anamnesis.ai.""" + +from __future__ import annotations + +from fhir.resources.allergyintolerance import AllergyIntolerance +from fhir.resources.condition import Condition +from fhir.resources.diagnosticreport import DiagnosticReport +from fhir.resources.encounter import Encounter +from fhir.resources.familymemberhistory import FamilyMemberHistory +from fhir.resources.immunization import Immunization +from fhir.resources.medicationstatement import MedicationStatement +from fhir.resources.observation import Observation +from fhir.resources.patient import Patient +from fhir.resources.practitioner import Practitioner +from fhir.resources.procedure import Procedure +from pydantic import create_model + +RESOURCES_CLASSES = ( + Patient, + Condition, + Practitioner, + Encounter, + Observation, + FamilyMemberHistory, + AllergyIntolerance, + Immunization, + MedicationStatement, + Procedure, + DiagnosticReport, +) + +fields = {cls.__name__: (bool, ...) for cls in RESOURCES_CLASSES} +FHIRResourceFoundModel = create_model( # type: ignore[call-overload] + "FHIRResourceFoundModel", + **fields, +) + +__all__ = [ + "RESOURCES_CLASSES", + "FHIRResourceFoundModel", +] diff --git a/src/anamnesisai/utils.py b/src/anamnesisai/utils.py new file mode 100644 index 0000000..7690743 --- /dev/null +++ b/src/anamnesisai/utils.py @@ -0,0 +1,22 @@ +"""Set of generic functions that supports other modules.""" + +from __future__ import annotations + +from typing import Type + +from fhir.resources.resource import Resource +from typeguard import typechecked + + +@typechecked +def get_resource_detail(resource_class: Type[Resource]) -> str: + """Get the resource detail from the resource class.""" + # note: remove the first part because it is a just disclaimer about the + # python object. + idx = 0 + docstring = resource_class.__doc__ or "" + try: + idx = docstring.index("\n\n") + except ValueError: + pass + return " ".join(docstring[idx:].replace("\n", " ").strip().split()) diff --git a/tests/data/transcripts/CAR0001.txt b/tests/data/transcripts/CAR0001.txt index e8969b3..fd90fcd 100644 --- a/tests/data/transcripts/CAR0001.txt +++ b/tests/data/transcripts/CAR0001.txt @@ -2,7 +2,7 @@ D: What brought you in today? P: Sure, I'm I'm just having a lot of chest pain and and so I thought I should get it checked out. -D: OK, before we start, could you remind me of your gender and age? +D: OK, before we start, could you remind me of your gender and age? P: Sure 39, I'm a male. @@ -10,7 +10,7 @@ D: OK, and so when did this chest pain start? P: It started last night, but it's becoming sharper. -D: OK, and where is this pain located? +D: OK, and where is this pain located? P: It's located on the left side of my chest. @@ -18,11 +18,11 @@ D: OK, and, so how long has it been going on for then if it started last night? P: So I guess it would be a couple of hours now, maybe like 8. -D: OK. Has it been constant throughout that time, or uh, or changing? +D: OK. Has it been constant throughout that time, or uh, or changing? P: I would say it's been pretty constant, yeah. -D: OK, and how would you describe the pain? People will use words sometimes like sharp, burning, achy. +D: OK, and how would you describe the pain? People will use words sometimes like sharp, burning, achy. P: I'd say it's pretty sharp, yeah. @@ -38,7 +38,7 @@ D: OK, do you find that the pain is radiating anywhere? P: No. -D: OK, and is there anything else that makes the pain worse besides laying down? +D: OK, and is there anything else that makes the pain worse besides laying down? P: Not that I've noticed, no. @@ -66,7 +66,7 @@ D: OK. Have you had any loss of consciousness? P: No. -D: OK. Uh, have you been experiencing any like racing of the heart? +D: OK. Uh, have you been experiencing any like racing of the heart? P: Um, a little bit, yeah. @@ -74,25 +74,25 @@ D: OK. And have you been sweaty at all? P: Just from the from having issues breathing. -D: OK, have you been having issues breathing since the pain started? +D: OK, have you been having issues breathing since the pain started? P: Yes. D: OK. Um recently have you had any periods of time where you like have been immobilized or or, you haven't been like able to move around a lot? -P: No no. +P: No no. -D: OK. And have you been feeling sick at all? Any infectious symptoms? +D: OK. And have you been feeling sick at all? Any infectious symptoms? -P: No. +P: No. -D: OK, have you had any nausea or vomiting? +D: OK, have you had any nausea or vomiting? -P: No. +P: No. D: Any fevers or chills? -P: No. +P: No. D: OK, how about any abdominal pain? @@ -112,7 +112,7 @@ P: No. D: OK. You haven't brought up any blood? -P: No. +P: No. D: OK, have you had a wheeze with your difficulty breathing? @@ -124,21 +124,21 @@ P: No. Well, I guess if when I'm really having trouble breathing, yeah. D: OK. Has anything like this ever happened to you before? -P: No. +P: No. D: No, OK. And have you had any night sweats? -P: No. +P: No. D: Alright, and then how about any rashes or skin changes? -P: No rashes, but I guess like my neck seems to be a little swollen. +P: No rashes, but I guess like my neck seems to be a little swollen. -D: OK, do you have any neck pain? +D: OK, do you have any neck pain? -P: No. +P: No. -D: OK, have you had any like accidents like a car accident or anything where you really jerked your neck? +D: OK, have you had any like accidents like a car accident or anything where you really jerked your neck? P: No. @@ -146,13 +146,13 @@ D: OK. Um any any trauma at all to the chest or or back? P: No. -D: OK, so just in regards to past medical history, do you have any prior medical conditions? +D: OK, so just in regards to past medical history, do you have any prior medical conditions? P: No. D: OK, any recent hospitalizations? -P: No. +P: No. D: OK, any prior surgeries? @@ -160,17 +160,17 @@ P: No. D: OK, do you take any medications regularly? Are they prescribed or over the counter? -P: No. +P: No. -D: Alright, how about any allergies to medications? +D: Alright, how about any allergies to medications? P: None. -D: Alright, any immunizations or are they up to date? +D: Alright, any immunizations or are they up to date? P: They are all up to date. -D: Excellent. Alright, and could you tell me a little bit about your living situation currently? +D: Excellent. Alright, and could you tell me a little bit about your living situation currently? P: Sure, I live in an apartment by myself. I, uh, yep, that's about it. @@ -178,7 +178,7 @@ D: OK, and how do you support yourself financially? P: I'm an accountant. -D: OK, sounds like a pretty stressful job or that it can be. Do you smoke cigarettes? +D: OK, sounds like a pretty stressful job or that it can be. Do you smoke cigarettes? P: I do. @@ -192,9 +192,9 @@ P: For the past 10 to 15 years. D: OK, and do you smoke cannabis? -P: Uh sometimes. +P: Uh sometimes. -D: Uh, how much marijuana would you smoke per per week? +D: Uh, how much marijuana would you smoke per per week? P: Per week, maybe about 5 milligrams. Not that much. @@ -204,7 +204,7 @@ P: No. D: OK. Have you used IV drugs before? -P: No. +P: No. D: OK. And do you drink alcohol? @@ -212,7 +212,7 @@ P: I do. D: OK. How much alcohol do you drink each week? -P: Uhm about I would say I have like one or two drinks a day, so about 10 drinks a week. +P: Uhm about I would say I have like one or two drinks a day, so about 10 drinks a week. D: OK, uh, yeah and um alright, and then briefly, could you tell me a little bit about your like diet and exercise? @@ -220,7 +220,7 @@ P: Sure, I try to eat healthy for dinner at least, but most of my lunches are, u D; OK, well that's great that you've been working on the the activity and the diet as well. So has anything like this happened in your family before? -P: No. +P: No. D: OK, has anybody in the family had a heart attack before? @@ -238,6 +238,6 @@ D: OK, and then any cancers in the family? P: No. -D: OK, and is there anything else that you wanted to tell me about today that that I on on history? +D: OK, and is there anything else that you wanted to tell me about today that that I on on history? P: No, I don't think so. I think you asked me everything. diff --git a/tests/data/transcripts/CAR0002.txt b/tests/data/transcripts/CAR0002.txt index e4807c1..d57375f 100644 --- a/tests/data/transcripts/CAR0002.txt +++ b/tests/data/transcripts/CAR0002.txt @@ -2,7 +2,7 @@ D: What brings you in here today? P: Yeah, I have this pain in my chest. -D: OK, and where is the pain exactly? +D: OK, and where is the pain exactly? P: It's just right over on the on the left side. @@ -16,11 +16,11 @@ P: I was just shovelling the driveway and it came on. D: OK, and has that pain been getting worse at all over the last half an hour? -P: No, it just came on suddenly and it's uh, uh, I'm sorry. Yeah the pain has been there this whole time and it's gotten worse ever since it started. +P: No, it just came on suddenly and it's uh, uh, I'm sorry. Yeah the pain has been there this whole time and it's gotten worse ever since it started. -D: OK, and how would you describe the pain? Is it kind of like an aching pain or is it a sharp or tight tightness kind of pain? How would you describe it? +D: OK, and how would you describe the pain? Is it kind of like an aching pain or is it a sharp or tight tightness kind of pain? How would you describe it? -P: It feels dull. I feel like there's a lot of pressure on my chest. +P: It feels dull. I feel like there's a lot of pressure on my chest. D: And how do you rate the pain right now on a scale of zero to 10, zero being the least amount of pain you felt in your life, 10 being the worst? @@ -28,7 +28,7 @@ P: Uh, seven. D: Seven, OK. Have you had ny similar episodes before? -P: No, I've never had any chest pain before. +P: No, I've never had any chest pain before. D: OK, and is the pain just staying in the region of the left chest area that you mentioned or is it traveling to any other part of your body? @@ -40,7 +40,7 @@ P: Uh. I think it's a bit bit worse if I'm moving around or when I was walking i D: OK, and does it change at all from you changing positions like if you're standing up versus sitting down or laying down? -P: I think it's a little bit worse when I when I'm laying down. +P: I think it's a little bit worse when I when I'm laying down. D: OK, and other than the pain that you've been having, have you been having any other symptoms like a cough or difficulty breathing or any pain when you're breathing in or out? @@ -60,7 +60,7 @@ P: No, been at home. D: OK, has anyone around you been sick at all? -P: No. +P: No. D: OK, have you been having any symptoms like nausea or vomiting or any fevers or chills? @@ -68,7 +68,7 @@ P: No nausea or vomiting, but I do feel a little bit hot today. D: OK, but have you measured your temperature at all? -P: Uh I did and it was 38 degrees. +P: Uh I did and it was 38 degrees. D: OK, and have you been having any kind of swelling in your legs or feet? @@ -80,11 +80,11 @@ P: No, my energy has been good. D; Have you been having any kind of thumping or palpitations or feel like your heart has been racing at all? -P: It uhh it does feel like it's beating faster right now. It usually only feels like this when I'm playing sports. +P: It uhh it does feel like it's beating faster right now. It usually only feels like this when I'm playing sports. D: OK. And have you noticed any changes in your skin at all? Any rashes? -P: No rashes. +P: No rashes. D: OK, have you had any cough or runny nose or sore throat? Any kind of those symptoms and in the past month? @@ -92,7 +92,7 @@ P: Uh few weeks ago I was a little runny, but that went away on its own. I haven D: OK, and have you been feeling dizzy at all or have you fainted? -P: No dizziness and uh no I haven't fainted at all. +P: No dizziness and uh no I haven't fainted at all. D: OK. Just a few more questions. Have you had any diagnosis made by any physician or any anything like diabetes or high blood pressure? @@ -102,29 +102,29 @@ D: OK, and do you take any medications for the these things? P: Um, I do take medications for both blood pressure and cholesterol, Rosuvastatin and um Lisinopril and I take a multi vitamin. -D: OK, and do you have any allergies to any medications at all? +D: OK, and do you have any allergies to any medications at all? P: No allergies. D: OK, have you at all in the past been hospitalized for any reason? -P: No hospitalizations. +P: No hospitalizations. -D: Any previous surgeries? +D: Any previous surgeries? P: No. D: OK, and within your family, has anyone passed away from a heart attack or any cancers that run in the family? -P: No. +P: No. -D: OK, and currently right now, do you live alone? Do you live with someone? And where do you live, like an apartment or house? +D: OK, and currently right now, do you live alone? Do you live with someone? And where do you live, like an apartment or house? P: I I live in a house with um, my parents. D: OK, and do you currently work? -P: Yeah, I I drive a bus for the city. +P: Yeah, I I drive a bus for the city. D: OK. And in your daily routine, would you say you get enough exercise throughout the week? @@ -134,17 +134,17 @@ D: OK, and how about your diet? Well, how's your diet like, just regularly? P: Uhh, usually I feel like it's fairly balanced overall, I might I eat out a little bit too often, but try to eat as many vegetables as I can. -D: OK. And do you smoke cigarettes at all? +D: OK. And do you smoke cigarettes at all? P: I do yes. Been smoking for the last 20 years roughly. D: OK, how much do you smoke on an average day? -P: About a half a pack to a pack a day. +P: About a half a pack to a pack a day. D: OK. And do you drink? -P: No alcohol. +P: No alcohol. D: OK, and any recreational drugs like marijuana? diff --git a/tests/data/transcripts/CAR0003.txt b/tests/data/transcripts/CAR0003.txt index 1bdce4a..2256e43 100644 --- a/tests/data/transcripts/CAR0003.txt +++ b/tests/data/transcripts/CAR0003.txt @@ -22,7 +22,7 @@ D: OK. And do you have any other symptoms like cough or chest pain? P: I have a cough sometimes, yeah. -D: OK, but nothing like constant? +D: OK, but nothing like constant? P: No. @@ -48,9 +48,9 @@ P: No. D: No, OK. And when do you feel the breathlessness the most? Is it more so during the day or at night? -P: I guess it's worse at night because I'm laying down. +P: I guess it's worse at night because I'm laying down. -D: OK. Great and, in terms of how many flights of stairs you can climb before you start feeling breathless, do you have a number? +D: OK. Great and, in terms of how many flights of stairs you can climb before you start feeling breathless, do you have a number? P: I would say like 3/4. @@ -60,15 +60,15 @@ P: No, nothing like that. D: OK, and prior to two months, have you ever had any similar experiences? -P: Prior to 2 months? No. +P: Prior to 2 months? No. D: OK. And, does anything make it better? Like any positional changes makes the breathlessness go away? -P: I guess when I I'm not laying down or when I'm laying down, I try to add pillows, stack pillows so that it gets better. +P: I guess when I I'm not laying down or when I'm laying down, I try to add pillows, stack pillows so that it gets better. -D: OK, and are you having any other symptoms like sore throat, runny nose, chest pain, dizziness, anything like that? +D: OK, and are you having any other symptoms like sore throat, runny nose, chest pain, dizziness, anything like that? -P: No. +P: No. D: OK. Have you recently traveled outside of the country? @@ -78,17 +78,17 @@ D: Have you recently had any surgeries? P: No recent surgeries, no. -D: OK, any headache nausea or vomiting? +D: OK, any headache nausea or vomiting? P: Um, no. D: OK, any fevers or chills or night sweats. -P: No. +P: No. D: OK. Do you feel increasingly fatigued throughout the day? -P: Uh, I would say so, yeah. +P: Uh, I would say so, yeah. D: OK. And any changes in your bowel movements at all? @@ -96,7 +96,7 @@ P: No. D: OK, and any chest pain at all within the last two months? -P: No, no chest pain. +P: No, no chest pain. D: OK. Any swelling in your in your legs, ankles, or in your hands and arms? @@ -110,41 +110,41 @@ D: OK, and how when did you first notice this? P: Around the same time actually two months ago. -D: OK. Have you noticed any kind of fevers at all? +D: OK. Have you noticed any kind of fevers at all? P: No. D: OK. Have you been in contact with anyone that has been ill recently? -P: No no. +P: No no. D: OK, and have you been coughing up any blood at all? -P: No. +P: No. -D: OK, any weight loss? +D: OK, any weight loss? P: No. D: Any night sweats or chills? -P: No. +P: No. D: OK, apart from the breathlessness when laying down, any other issues with your sleep? -P: No. +P: No. D: Any changes in your appetite? -P: Nope. +P: Nope. -D: OK, have you had any recent infections like a cold at all? +D: OK, have you had any recent infections like a cold at all? -P: No. +P: No. D: OK, any exposure to tuberculosis in the past? -P: Not that I know of. +P: Not that I know of. D: OK, any exposure to fumes or dust within your home or work environment? @@ -156,7 +156,7 @@ P: No, no. D: OK, and in terms of your past medical history, has anyone told you that you have anything like COPD or any cardiovascular issues like high blood pressure, cholesterol? -P: Um so, yeah, so I have high blood pressure, diabetes and high cholesterol. +P: Um so, yeah, so I have high blood pressure, diabetes and high cholesterol. D: OK, and do you take any medications for this? @@ -172,7 +172,7 @@ P: Something like a stent or something. D: OK, and since then you've been on these medications? -P: Yes. +P: Yes. D: OK, and after they managed your heart attack, have you ever had similar symptoms to when you had your heart attack? @@ -188,7 +188,7 @@ P: No. D: OK, and have you previously had any surgeries in the past? -P: Um, I guess the stenting. +P: Um, I guess the stenting. D: Just the stenting? And apart from that, have you had any other previous hospitalizations? @@ -196,7 +196,7 @@ P: No. D: OK, and any family history of any cancers or heart attacks? -P: Um, my father died of a heart attack when he was 60. +P: Um, my father died of a heart attack when he was 60. D: OK. And currently do you work at all? @@ -204,31 +204,31 @@ P: I do, um, I work as a cashier. D: OK. And has the shortness of breath been affecting your daily routine at home or at work at all? -P: Yeah, I would say so. It's been hard to make it to work and then standing around all day or if I have to go help out with something and exert myself too much, I get short of breath. +P: Yeah, I would say so. It's been hard to make it to work and then standing around all day or if I have to go help out with something and exert myself too much, I get short of breath. D: OK. And at home, do you currently live with anyone or do you live by yourself? -P: I live by myself. +P: I live by myself. D: OK, and do you live in an apartment or house? P: I live in an apartment. -D: OK, and are there any exposures like dust or mold or asbestos in your home environment? +D: OK, and are there any exposures like dust or mold or asbestos in your home environment? P: No. D: OK. And currently do you smoke? -P: Not right now. I used to smoke. I used to smoke 10 a day for like 40 years. +P: Not right now. I used to smoke. I used to smoke 10 a day for like 40 years. -D: OK, and do you use any recreational drugs like marijuana? +D: OK, and do you use any recreational drugs like marijuana? P: No. D: OK. Any alcohol? -P: No. +P: No. D: OK. And in terms of your daily routine, do you feel that you get 3 meals a day, a well balanced diet? @@ -236,10 +236,10 @@ P: I wouldn't say well balanced. I'm trying to eat healthier but doesn't always D: OK, and how about exercise? Do you find that your exercise levels or activity levels have gone down in the last two months? -P: Yes. +P: Yes. D: OK. Alright, is there any other questions or concerns that you have or something I may have missed to ask you today? -P: No, I don't think so. +P: No, I don't think so. D: OK, so based on what we talked about from your swelling as well as breathlessness while laying down and your past history of a heart attack and high cholesterol, it may be likely with the medications you are on as well as your history, that you might be having what's called congestive heart failure. So we will need to do further investigations to determine if that is what it is and if we need to get you on something like lasix or a diuretic to get rid of some of the fluid that's building up in your body, which may be caused by heart failure. So we'll do some investigations and then go from there. diff --git a/tests/data/transcripts/CAR0004.txt b/tests/data/transcripts/CAR0004.txt index c2a18f5..e780e0a 100644 --- a/tests/data/transcripts/CAR0004.txt +++ b/tests/data/transcripts/CAR0004.txt @@ -8,7 +8,7 @@ P: So about 3 days ago. D: Three days ago, OK, and where exactly in your chest do you feel it? -P: It's kind of right here, right over my heart I think, that's where it's the worst. +P: It's kind of right here, right over my heart I think, that's where it's the worst. D: OK, and is it, what kind of pain is it? Is it more like a dull pressure pain, or is it a sharp pain? How would you describe it? @@ -20,7 +20,7 @@ P: It just lasts for a few seconds and then it goes away. D: OK, does the pain come on when you're doing any activities or When does the pain usually come on? -P: Oh, it's usually worse when I'm coughing or laying down. Yeah, yeah. +P: Oh, it's usually worse when I'm coughing or laying down. Yeah, yeah. D: OK, and um, does it improve with any positional changes at all, or anything that you do that does it help? @@ -30,7 +30,7 @@ D: OK, and has this ever happened to you before? P: No, no it hasn't. -D: OK and on a scale of 1 to 10, one being the least amount of pain felt and 10 being the worst, how much would you rate it? +D: OK and on a scale of 1 to 10, one being the least amount of pain felt and 10 being the worst, how much would you rate it? P: I would say a 6 out of 10. @@ -38,7 +38,7 @@ D: OK, and does the pain move anywhere in your chest or does it stay in the same P: Yeah, I think it kind of goes to my neck sometimes. -D: OK, and do you have any other symptoms, like do you have any shortness of breath, dizziness, anything like that? +D: OK, and do you have any other symptoms, like do you have any shortness of breath, dizziness, anything like that? P: No, I don't. @@ -64,7 +64,7 @@ P: No, no I haven't. D: Any headaches, nausea or vomiting, fevers, or chills? Any of those symptoms? -P: No. +P: No. D: OK, any cough, runny nose, any viral symptoms? @@ -88,7 +88,7 @@ P: I sometimes take Tylenol. D: OK, and any allergies at all? -P: No. +P: No. D: OK, and any previous surgeries? @@ -96,13 +96,13 @@ P: No no, no surgeries. D: Do you have any family history of any heart conditions or any cancers or anything like that? -P: Yeah, my father, he he had a heart attack two weeks ago and he and he passed away. And I'm worried I am having a heart attack too. +P: Yeah, my father, he he had a heart attack two weeks ago and he and he passed away. And I'm worried I am having a heart attack too. D: It was just two weeks ago? P: Yeah. -D: I'm so sorry to hear that. Yeah, it must be really difficult time for you right now. OK, so you're worried you might be having a heart attack as well? +D: I'm so sorry to hear that. Yeah, it must be really difficult time for you right now. OK, so you're worried you might be having a heart attack as well? P: Yeah. @@ -112,19 +112,19 @@ P: No, I'm a student. I, well as a part time job, I do work as a post man. D: OK, and where are you a student? What do you do? -P: I'm studying engineering at Western. +P: I'm studying engineering at Western. D: Alright, and currently where do you live? Do you live in student housing, an apartment or a house? P: I live with my parents, well my mom now, in a house. -D: Right, and you drink at all any alcohol? +D: Right, and you drink at all any alcohol? P: I drink occasionally, maybe one or two drinks on the weekends. D: OK, and any recreational drug use like marijuana or cocaine? -P: No. +P: No. D: And do you smoke? @@ -132,6 +132,6 @@ P: No. D: Alright, so those are all the questions we had for you today. And yeah, it must be really difficult and scary for you right now, but we'll make sure to get to the bottom of this to see what's going on. So what we can do is get you an ECG to see how your heart is functioning and then see getting the blood work if we need it for the future. But yeah, right now I would say try not to worry too much about it right now and see um what some of those tests come back. -P: Thank you. +P: Thank you. D: So yeah, you're welcome. diff --git a/tests/data/transcripts/CAR0005.txt b/tests/data/transcripts/CAR0005.txt index f414140..2267738 100644 --- a/tests/data/transcripts/CAR0005.txt +++ b/tests/data/transcripts/CAR0005.txt @@ -2,19 +2,19 @@ D: It sounds like that you're experiencing some chest pain. P: Yeah, so this chest pain has just been coming on for the last couple of weeks now. -D: OK, uhm. So 2 weeks, and can you tell me kind of where you're feeling that pain? +D: OK, uhm. So 2 weeks, and can you tell me kind of where you're feeling that pain? P: Um yeah, I'm I'm just feeling this chest discomfort, sort of over on the left side. D: The left side, OK. Does does it stay just in one spot or does it kind of spread anywhere else? -P: No, I don't really feel it anywhere else. Yeah, I just feel it in that one spot on the left side. +P: No, I don't really feel it anywhere else. Yeah, I just feel it in that one spot on the left side. D: OK, does it feel dull and achy, or does it feel more sharp? -P: It feels pretty sharp. +P: It feels pretty sharp. -D: OK, and is it constant like on all the time, or do you feel like it kind of comes and goes? +D: OK, and is it constant like on all the time, or do you feel like it kind of comes and goes? P: It comes and goes. I would say I it might last for um 20-30 minutes at a time and then it goes away. @@ -28,7 +28,7 @@ P: No, it's happened about two or three times during the 2 weeks. D: And if you were to rate it on a scale of zero to 10, zero being no pain and 10 being like the worst pain you've ever felt, where would it fall? -P: I would say a 4 out of 10. +P: I would say a 4 out of 10. D: OK. Uh, can you think of anything that that you've done differently recently that could have brought it on or is there any kind of common factor between the times that you had the pain? @@ -44,7 +44,7 @@ P: Uhm, I've tried some Advil, some Tylenol and actually some Tums as well, and D: OK, do you think it's worse when you're moving around, if you're if you're kind of doing more exercise, or is it kind of just the same no matter what you're doing when you get the episodes? -P: Oh, it actually I I feel like it happens most of the time when I'm either at work or or driving. +P: Oh, it actually I I feel like it happens most of the time when I'm either at work or or driving. D: OK. OK, and before this two week period, have you ever had anything like this before? @@ -56,11 +56,11 @@ P: No, previously healthy. D: And just jumping back to these pain episodes when you have them, do you experience anything else? Do you get any nausea or vomiting? -P: No. +P: No. D: OK, do you get any, do you have any difficulty breathing during these times? -P: No, I haven't. +P: No, I haven't. D: OK, and have you noticed any fevers? @@ -94,7 +94,7 @@ D: Congratulations, that's a really tough thing to do so, good for you. That's t P: Um, I do, but, uh, I'll have maybe one or two glasses of wine on the weekend. -D: Do you use any other substances? +D: Do you use any other substances? P: Uh no. @@ -110,15 +110,15 @@ D: OK, and do you exercise regularly? P: Yeah, actually, I'll either do some running or cycling, probably three or four days per week and I haven't had any chest pain or or problems exercising. -D: OK, that's good to hear. And have you ever had problems with heartburn? +D: OK, that's good to hear. And have you ever had problems with heartburn? P: Uh. I don't think so, no. -D: OK. OK, so just to kind of summarize what we've talked about, over the last two weeks, you started having these 20 to 30 minute episodes of chest pain that's on the left side, it feels more sharp, is that correct? +D: OK. OK, so just to kind of summarize what we've talked about, over the last two weeks, you started having these 20 to 30 minute episodes of chest pain that's on the left side, it feels more sharp, is that correct? P: Yeah. -D: And it's kind of constant when it comes on, there's nothing really that makes it better or worse, it just kind of goes away on its own after half an hour or so, it has kind of stayed the same over over the last two weeks, hasn't really gotten worse or better, it hasn't gone away either? +D: And it's kind of constant when it comes on, there's nothing really that makes it better or worse, it just kind of goes away on its own after half an hour or so, it has kind of stayed the same over over the last two weeks, hasn't really gotten worse or better, it hasn't gone away either? P: Right, yeah exactly. diff --git a/tests/data/transcripts/DER0001.txt b/tests/data/transcripts/DER0001.txt index 517dba6..524e488 100644 --- a/tests/data/transcripts/DER0001.txt +++ b/tests/data/transcripts/DER0001.txt @@ -14,7 +14,7 @@ P: Swollen, it looks bigger than it did before, and meaner, if that makes sense. D: Swollen OK, is it red? -P: Yeah, it's red, it's turning more red, kind of in the area around it. I've got these I got these scabs. I've got diabetes and I'm not exactly the best with it and scratching at it, and normally it's not that bad, but this is just strange looking and there's no other word for it. +P: Yeah, it's red, it's turning more red, kind of in the area around it. I've got these I got these scabs. I've got diabetes and I'm not exactly the best with it and scratching at it, and normally it's not that bad, but this is just strange looking and there's no other word for it. D: OK, have you ever had anything like this before? I guess you kinda just said that you didn't, but I'll just double check. @@ -28,7 +28,7 @@ D: OK, and what leg are you having this problem with? P: Right now it's on my right, so my ankle. -D: OK, how have your sugars been controlled recently? +D: OK, how have your sugars been controlled recently? P: I stopped measuring them. Yeah, last time I measured it was pretty bad. I think my A1C last time was like 9 something. I'm trying, I'm trying better to be with it. It's hard with work you know? @@ -50,7 +50,7 @@ P: No, I don't have a thermometer at home. D: Have you had any difficulty breathing? -P: No no. +P: No no. D: Any chest pain? @@ -66,11 +66,11 @@ P: Aside from just feeling overall crummy last couple weeks, no don't really, le D: OK yeah, you did the right thing. I'm glad that you're in today. Is the pain on your legs worse when you touch it? -P: Yeah, maybe not so much when I touch it. When I walk with it and I start flexing it it, it doesn't like that. +P: Yeah, maybe not so much when I touch it. When I walk with it and I start flexing it it, it doesn't like that. -D: OK, uhm. +D: OK, uhm. -P: Just resting it right now, it feels fine. +P: Just resting it right now, it feels fine. D: It's OK, OK. OK, well I'm going to if I think of any more questions specifically about your leg I will, I'll go back to it, but I'm going to just move on and ask you questions about your overall health. You've already shared with me that you you are diabetic. Do you have any other chronic conditions that you live with? @@ -88,7 +88,7 @@ D: OK, are you on insulin right now? P: No. -D: Are you on any or any of these medications new to you, recently? +D: Are you on any or any of these medications new to you, recently? P: No no, but had them for about a year now. @@ -100,11 +100,11 @@ D: And what happens when you take penicillin? P: It's been a while, as a kid apparently like my face got bloated and I was having a hard time breathing so... -D: Well, we will make sure that we don't give you that. Can you tell me if you've had any previous surgery? +D: Well, we will make sure that we don't give you that. Can you tell me if you've had any previous surgery? -P: Oh yeah, uh, what was it? I had my sinuses, had some pretty bad sinusitis when I was in my teens and they went in and kind of carved a little space out. +P: Oh yeah, uh, what was it? I had my sinuses, had some pretty bad sinusitis when I was in my teens and they went in and kind of carved a little space out. -D: OK, OK. Is that the only surgery that you had? +D: OK, OK. Is that the only surgery that you had? P: Yeah. @@ -114,7 +114,7 @@ P: Yep, mom's side of the family, very much everyone has diabetes, high blood pr D: And then just ask you a few questions about your lifestyle. So you said that you have children. -P: Yeah, I do. +P: Yeah, I do. D: Do you live in town? Do you live with your kids? @@ -130,7 +130,7 @@ P: When I am working, I'm an accountant. D: OK well, and do you smoke? -P: Yeah once in a while, yeah, when I'm stressed. +P: Yeah once in a while, yeah, when I'm stressed. D: How much do you smoke on average? @@ -146,7 +146,7 @@ P: Average week, maybe a 2 4. D: So maybe like 3 per day or something like that if you were to average it out? -P: Yeah, if you average out I mainly go through the two four in a weekend to be honest. +P: Yeah, if you average out I mainly go through the two four in a weekend to be honest. D: Oh, I see. OK, more so on the weekend, so maybe a little bit more than three per day on those days? diff --git a/tests/data/transcripts/GAS0001.txt b/tests/data/transcripts/GAS0001.txt index d0465ba..092953a 100644 --- a/tests/data/transcripts/GAS0001.txt +++ b/tests/data/transcripts/GAS0001.txt @@ -28,9 +28,9 @@ P: Oh, like, I feel like every couple hours right now. D: OK, so say every two hours, every hour, every five hours? -P: Probably every probably every like 2, maybe, maybe every hour I get certain times in a day. +P: Probably every probably every like 2, maybe, maybe every hour I get certain times in a day. -D: Do you wake up at night to pee? +D: Do you wake up at night to pee? P: Oh, like it doesn't wake me up but it's like I wake up because I hear something. Then I'll be like, oh I think I should probably go to the bathroom. @@ -56,16 +56,16 @@ P: Ah no, I don't think so, well my stomach has been like it feels like a little D: When did you last have your period? -P: Oh well, let me think. Um, like six weeks ago. I guess that would be, I don't know. I don't really like keep track. +P: Oh well, let me think. Um, like six weeks ago. I guess that would be, I don't know. I don't really like keep track. D: OK, OK. Do you know if you get your periods regularly or are your periods irregular? P: I think they're I think they're usually pretty regular, but I don't I don't like I don't -calculate it like to the day. +calculate it like to the day. D: True yeah, is it is it normal for you to go six weeks without a period? -P: Oh, come to think of it, I don't, I don't think so. +P: Oh, come to think of it, I don't, I don't think so. D: Alright. Um, OK. Uh, have you, I'll just ask you a couple more questions about your symptoms. So I know that you've been nauseous and have vomited a couple of times in the past two weeks. And, you have had some cramps in your belly. Have you had any flu like symptoms? @@ -81,7 +81,7 @@ P: Uh no. D: Any fevers? -P: No. +P: No. D: Muscle aches? @@ -89,7 +89,7 @@ P: Uh no. D: OK, um, have you, have you had a cough at all? -P: Oh no. +P: Oh no. D: OK, and have you noticed any blood in your stools? @@ -117,7 +117,7 @@ P: Um, like I I just I live with one roommate. D: Um and, do you currently smoke? -P: No. +P: No. D: Alright, you don't smoke, OK. Have you, do you consume alcohol? @@ -142,7 +142,7 @@ feel like like kind of sick so I don't use that anymore. D: Mhm, I see, OK. Uh and um, let's see. Family history. Do you do you have any medical conditions that run in your family? -P: Uh, like I don't, I don't think so. I guess my dad my dad has like high blood pressure, yeah, I don't think there's anything else. +P: Uh, like I don't, I don't think so. I guess my dad my dad has like high blood pressure, yeah, I don't think there's anything else. D: Alright, alright, well, thank you so much for spending time with me today. I think I have gathered all the information that I would have liked. I will go talk to my attending, we'll come back and maybe ask a couple more questions and then share the plan with you. diff --git a/tests/data/transcripts/GAS0002.txt b/tests/data/transcripts/GAS0002.txt index a24423a..6b1130b 100644 --- a/tests/data/transcripts/GAS0002.txt +++ b/tests/data/transcripts/GAS0002.txt @@ -36,9 +36,9 @@ P: I would rate it as, right now I would rate it as an 8. D: OK, and has anything like this happened to you before? -P: I think it happened to me a few years back, where I had this pain and then it just kind of went away on its own. I didn't go to the Emergency Department then though. +P: I think it happened to me a few years back, where I had this pain and then it just kind of went away on its own. I didn't go to the Emergency Department then though. -D: OK, and has there been anything that you've tried to make this pain any better? +D: OK, and has there been anything that you've tried to make this pain any better? P: I tried taking just like Advil and Tylenol, but it didn't really seem to help the pain too much. @@ -52,7 +52,7 @@ P: Uh, yeah. D: OK, and have you traveled anywhere recently? -P: Uh no like we haven't traveled anywhere recently. +P: Uh no like we haven't traveled anywhere recently. D: OK, and, how has your energy levels been? @@ -68,7 +68,7 @@ P: No no, no changes. D: OK, and have you had any changes to bowel patterns such as diarrhea or changes in color of your stool? -P: No, I don't think so. No changes that I've noticed. +P: No, I don't think so. No changes that I've noticed. D: OK, so notice any blood in the stool? @@ -78,13 +78,13 @@ D: OK, and how has your appetite been? P: It's it was around the same before the pain actually started getting worse, so today I didn't really feel like eating. I did have nausea over the past few days, but my appetite I would say is the worst today. -D: OK, and have you noticed any changes to your weight recently? +D: OK, and have you noticed any changes to your weight recently? -P: No, no, I don't think so. +P: No, no, I don't think so. D: OK, and have you had any recent infections? -P: No, not not that I know of. +P: No, not not that I know of. D: OK, so next just to ask some questions about your past medical history, have you been diagnosed with any medical conditions in the past? @@ -100,11 +100,11 @@ P: Uh not prescribed, sometimes I take like some antacids when I get heartburn. D: OK, and, uh, any, um, hospitalizations? -P: Just for just when I had my children, at the time of their birth, but that's it. +P: Just for just when I had my children, at the time of their birth, but that's it. D: OK, and have you been around anybody who's been sick? -P: No. +P: No. D: OK, and have you had any prior surgeries? @@ -134,7 +134,7 @@ D: OK, have you felt guilty about your drinking? P: Uh no, so should I be? -D: Uhm no, at the at this time, just wanting to gauge a sense of how you feel about your drinking levels at this time and the follow up question to that would be, have you ever felt the need to have a drink early in the morning? +D: Uhm no, at the at this time, just wanting to gauge a sense of how you feel about your drinking levels at this time and the follow up question to that would be, have you ever felt the need to have a drink early in the morning? P: Uh no, no I've never drank, I don't drink in the morning. diff --git a/tests/data/transcripts/GAS0003.txt b/tests/data/transcripts/GAS0003.txt index 6da553a..2b8271e 100644 --- a/tests/data/transcripts/GAS0003.txt +++ b/tests/data/transcripts/GAS0003.txt @@ -1,4 +1,4 @@ -D: What brings you in here today? +D: What brings you in here today? P: Yeah hi, I'm I I have a pain in my belly. It started a couple hours ago. @@ -6,13 +6,13 @@ D: OK, and where exactly in your belly do you have this pain? P: It's mostly up here on the right side. -D: The right side, OK and can you describe what kind of pain is it? Is it like a dull pain or sharp pain, an aching pain? +D: The right side, OK and can you describe what kind of pain is it? Is it like a dull pain or sharp pain, an aching pain? P: Oh I guess it's a, it's an aching pain I'd say. It kind of just, um, it would initially just come and go, but now it's just it's staying. It's not going away. D: OK, and so it's in the right area and does it travel anywhere elsewhere besides on from the right side? -P: No. +P: No. D: OK. And on a scale of 1 to 10, one being the least amount of pain you felt in your life, and 10 being the worst, how much would you rate it right now? @@ -28,7 +28,7 @@ P: I was just about to go to sleep. I wasn't doing anything in particular at the D: OK. And has it been getting worse since it first started? -P: Oh yeah, definitely it would come and go, but now for the past I'd say five to six hours, it's been constant, just there all the time. +P: Oh yeah, definitely it would come and go, but now for the past I'd say five to six hours, it's been constant, just there all the time. D: OK. And have you had any similar pain like this in the past? @@ -56,27 +56,27 @@ P: No, I don't think so. D: OK, any changes in your bowel movements like constipation, diarrhea? -P: No. +P: No. D: OK. Have you traveled anywhere recently? -P: No, I haven't. +P: No, I haven't. D: Have you been feeling at all, very tired, not your usual self, fatigued? P: Well the pain is making it difficult for me to do things, um, but I I guess I'm not, uh a little fatigued maybe. -D: OK. Um, have you been having any changes in your urinary patterns? +D: OK. Um, have you been having any changes in your urinary patterns? P: No. D: No? Any changes in your skin and you rashes, any yellowing of your skin? -P: Nothing that I've noticed, no, I don't think so. +P: Nothing that I've noticed, no, I don't think so. D: OK. Any changes in your urine color? -P: No. +P: No. D: OK, have you noticed blood in your stools at all? @@ -92,7 +92,7 @@ P: I don't think so. D: OK, any recent infections recently at all? -P: No. +P: No. D: Um, and otherwise are you, do you have any other medical conditions like diabetes, high blood pressure or anything else? @@ -102,33 +102,33 @@ D: And you take anything for your diabetes? P: I take metformin. -D: OK, um do you take any other medications at all? +D: OK, um do you take any other medications at all? -P: No, I don't, sorry, no. +P: No, I don't, sorry, no. D: No worries. Do you have any allergies to any medications, any environmental allergies? -P: No no, no, I don't. +P: No no, no, I don't. D: OK. And have you been hospitalized in the past? -P: No, no I haven't ever. I've been very uh healthy. No hospitalizations. +P: No, no I haven't ever. I've been very uh healthy. No hospitalizations. D: Any past surgeries? -P: I got my wisdom teeth removed when I was a teenager. +P: I got my wisdom teeth removed when I was a teenager. D: OK. Have you been in contact with anyone who has been ill recently? -P: No, I don't think so. +P: No, I don't think so. D: OK. Hmm, and in terms of your family history, has anyone had any cancers or um any err um IBD like Crohn's disease or ulcerative colitis? -P: No, not that I know of. +P: No, not that I know of. D: OK. And anything that runs in the family at all? -P: My dad had a heart attack when he was in his 60s. But that's it. +P: My dad had a heart attack when he was in his 60s. But that's it. D: OK. And um, currently right now do you work? @@ -144,9 +144,9 @@ P: I I I live in an apartment, I live alone. D: Um, and in terms of your daily routine, do you feel that you get enough exercise? Do you go outside for walks or runs or anything like that? -P: I usually go out for a run, especially when it's a little bit warmer, which it now is. +P: I usually go out for a run, especially when it's a little bit warmer, which it now is. -D: And do you do you drink alcohol? +D: And do you do you drink alcohol? P: Uh, sometimes. @@ -156,18 +156,18 @@ P: One to two drinks a day. D: OK, and what do you usually drink? -P: I'll just drink a glass of wine at night, just helps me relax. +P: I'll just drink a glass of wine at night, just helps me relax. D: OK. And do you smoke cigarettes? -P: I don't, no. +P: I don't, no. D: OK. And do you use any recreational drugs like marijuana? -P: No, I don't. +P: No, I don't. D: OK. Alright, so um, that's all the questions I have and just to clarify, does your pain come and go, or is it constant? -P: Yes, so initially it would come and go, but now, so for the first 2 hours it would come and go. And when I would have this pain when I was eating, it would come and go. But over the past six hours it's just been constant. +P: Yes, so initially it would come and go, but now, so for the first 2 hours it would come and go. And when I would have this pain when I was eating, it would come and go. But over the past six hours it's just been constant. D: OK. Alright. diff --git a/tests/data/transcripts/GAS0004.txt b/tests/data/transcripts/GAS0004.txt index edf3bf8..09bfe0d 100644 --- a/tests/data/transcripts/GAS0004.txt +++ b/tests/data/transcripts/GAS0004.txt @@ -2,7 +2,7 @@ D: I understand that you've been having some diarrhea. Can you tell me a little P: Yeah, sure I had, I've been having diarrhea for the past three to four days, and it's been pretty bad. I couldn't go, uh I couldn't go to my classes, had to skip because it was just it was just embarrassing. -D: OK, I'm sorry to hear that. Uh, have you ever experienced something like this before? +D: OK, I'm sorry to hear that. Uh, have you ever experienced something like this before? P: Um, have I experienced something like this before? Uhm no, I don't think so. @@ -50,7 +50,7 @@ D: OK, have you noticed any blood in the vomit? P: No, it's just watery. -D: And are you nauseated all the time, or is it kind of on and off? +D: And are you nauseated all the time, or is it kind of on and off? P: It's on and off. @@ -58,7 +58,7 @@ D: OK, have you taken any any over the counter medicine or anything to help? P: Uh, not really. I was just trying to drink a lot of water, 'cause I I know that I can get dehydrated so just drinking lots of water. -D: OK, well that's good to hear. Have you have you been eating normally or have you not been eating as much as you regularly do? +D: OK, well that's good to hear. Have you have you been eating normally or have you not been eating as much as you regularly do? P: I have been eating less specially since yesterday when I had my these abdominal cramps started. I just don't feel like eating. @@ -70,7 +70,7 @@ D: Just in general, like is there anything that you're finding makes your nausea P: Not really, I don't think so. -D: Do you notice any changes to your urine or any discomfort when going to the bathroom? +D: Do you notice any changes to your urine or any discomfort when going to the bathroom? P: No. @@ -82,7 +82,7 @@ D: OK, and have you noticed any fever or chills in the last few days? P: Um, I've just been feeling really tired and and, I don't know, maybe I haven't checked my checked my temperature. -D: OK. Have you noticed any rashes or changes in your skin? +D: OK. Have you noticed any rashes or changes in your skin? P: No. @@ -126,7 +126,7 @@ D: OK. What is your living situation right now? You said you're a student? P: I am. -D: OK, and do you live, do you live on your own, with family, with roommates? +D: OK, and do you live, do you live on your own, with family, with roommates? P: I live with two roommates. @@ -134,7 +134,7 @@ D: Do you drink alcohol? P: Um, sometimes. -D: OK, how how many drinks per week would you say? +D: OK, how how many drinks per week would you say? P: I might have like a glass or two on the weekends. @@ -142,7 +142,7 @@ D: OK, do you smoke? P: No. -D: OK, do you use any other substances? +D: OK, do you use any other substances? P: No. @@ -154,4 +154,4 @@ D: OK. Well, and I just wanted to jump over to ask you about your family history P: My brother had appendicitis when he was young. Um, my mom has had a hysterectomy if that counts. Yeah, nothing else. -D: OK. OK, thank you for sharing that with me. So I think that's everything that I wanted to ask you for today. +D: OK. OK, thank you for sharing that with me. So I think that's everything that I wanted to ask you for today. diff --git a/tests/data/transcripts/GAS0005.txt b/tests/data/transcripts/GAS0005.txt index e08d344..3e75250 100644 --- a/tests/data/transcripts/GAS0005.txt +++ b/tests/data/transcripts/GAS0005.txt @@ -1,6 +1,6 @@ D: Would you mind by starting with what brought you in today? -P: Yeah, so I'm just coming in with my son. He's six years old and yeah, just over the last few days he's not been himself and he's been having this stomach ache. Uh, so it started around like I would say 3 days ago and then he's also having vomiting for the last two days, he's vomited in total six times over the last two days and then yesterday he also developed a fever as well. I managed to measure it and it was 38.3 degrees Celsius. +P: Yeah, so I'm just coming in with my son. He's six years old and yeah, just over the last few days he's not been himself and he's been having this stomach ache. Uh, so it started around like I would say 3 days ago and then he's also having vomiting for the last two days, he's vomited in total six times over the last two days and then yesterday he also developed a fever as well. I managed to measure it and it was 38.3 degrees Celsius. D: OK, I see. So I just so that I understand the timeline, so he started to have abdominal pain about 3 days ago, started with having vomiting and diarrhea two days ago and you checked his temperature, he had a fever as of yesterday? @@ -22,7 +22,7 @@ D: OK, have you noticed any bile or blood in the vomit? P: Uh no I didn't notice any blood and I didn't notice any green material. It was mainly just like like normal vomit, like yellowish color. -D: OK, I see and, has the what was the vomiting triggered by anything that you're aware of, like eating or drinking? +D: OK, I see and, has the what was the vomiting triggered by anything that you're aware of, like eating or drinking? P: Uhm? Yeah, two days ago it was it was after after lunch when he first vomited. But after that it's just been kind of random. @@ -36,7 +36,7 @@ P: So in total I can count 6 times. D: OK, and, has he been complaining of any headaches at all? -P: No, not that I know. +P: No, not that I know. D: No. OK, and how about any ear pain or or eye pain? @@ -62,7 +62,7 @@ D: OK, and has he had a cough? P: Uh, no, not really. -D: OK, and how about any shortness of breath or wheezing? +D: OK, and how about any shortness of breath or wheezing? P: No. @@ -80,11 +80,11 @@ P: No, that's been OK. D: Have you noticed any rashes or skin changes? -P: Uh, no, not not really, no. +P: Uh, no, not not really, no. D: OK. And has he had any muscle aches or uh, or joint pains that that he's mentioned? -P: No, no he hasn't mentioned anything like that. +P: No, no he hasn't mentioned anything like that. D: OK, and he's had a fever, has he had the chills? @@ -120,7 +120,7 @@ P: No, so it was a normal vaginal delivery, uh no issues, uh he was born at 39 w D: OK, oh, that's that's great. Do you remember the Apgar score or his birth weight? -P: Uhm, I don't exactly remember his Apgar scores, I think they were like just just they they were normal like there was nothing concerning about them, and birth weight I think he was probably around 3 kilograms. +P: Uhm, I don't exactly remember his Apgar scores, I think they were like just just they they were normal like there was nothing concerning about them, and birth weight I think he was probably around 3 kilograms. D: OK, great so, yeah healthy birth weight at term it sounds like. And so, healthy, does he take any medications regularly? @@ -144,7 +144,7 @@ P: No, we've been, we've been at home. D: OK, uh, and then you know recent changes to anything in the diet you've mentioned? -P: No, that's been fine. +P: No, that's been fine. D: OK, and any concerns for safety in the home, whether physical or or verbal abuse? @@ -152,7 +152,7 @@ P: No, no concerns like that. D: OK, yeah a question that we have to ask everybody and is there any smoking in the home? -P: No, no, we don't smoke. +P: No, no, we don't smoke. D: OK, great then, are there any pets? @@ -160,7 +160,7 @@ P: Nope, no pets. D: Alright, and uh and in the family, has there been anybody who's had any heart problems or any lung problems? -P: Uh, we are getting the 10 year old tested for just uh, asthma. +P: Uh, we are getting the 10 year old tested for just uh, asthma. D: OK. @@ -172,7 +172,7 @@ P: No, not that I know of. D: OK, uh, anybody in the family have celiac disease or Crohn's disease? -P: No, no, uh no history of any kind of bowel diseases. +P: No, no, uh no history of any kind of bowel diseases. D: OK, so I think that's, uh, everything I want I wanted to ask about today. Uh, was there anything that maybe I I forgot to ask or or that I missed that you wanted to tell me? diff --git a/tests/data/transcripts/GAS0007.txt b/tests/data/transcripts/GAS0007.txt index 8af6f06..1aad0a7 100644 --- a/tests/data/transcripts/GAS0007.txt +++ b/tests/data/transcripts/GAS0007.txt @@ -22,7 +22,7 @@ D: Is there anything that you can think of this made it feel better? P: Honestly, just resting flat makes it feel a little bit better, but nothing much, no. -D: OK, is there anything that makes it worse? +D: OK, is there anything that makes it worse? P: Touching it. Also I puked the the other day and that made it definitely feel worse, just that whole contraction in my body was nasty. @@ -34,7 +34,7 @@ D: OK, you had the nausea associated with the pain? P: Mhm, mhm. -D: Um, did the pain stay in that same spot or does it move anywhere else? +D: Um, did the pain stay in that same spot or does it move anywhere else? P: It has pretty much stayed in that one spot, yeah. @@ -102,7 +102,7 @@ D: OK, you're a big boss. P: It took awhile to get here. -D: I'm sure it was very hard work. In general, do you drink alcohol? +D: I'm sure it was very hard work. In general, do you drink alcohol? P: Oh yeah, like, well, plan on drinking on the two four but not regular, special occasions mainly. Hot days, sometimes I'll have a beer or two. @@ -116,7 +116,7 @@ P: No. D: Do you cannabis? -P: No. +P: No. D: Any other substances? diff --git a/tests/data/transcripts/GEN0001.txt b/tests/data/transcripts/GEN0001.txt index ee21146..01d7f95 100644 --- a/tests/data/transcripts/GEN0001.txt +++ b/tests/data/transcripts/GEN0001.txt @@ -2,7 +2,7 @@ D: Hi, what brings you to clinic today? P: Hi, so I feel like I might have a bladder infection. I see a urologist because I've had some issues with like an overactive bladder for awhile. I've had a few bladder infections in the past and this is usually how how they feel. I feel like a little bit of burning when I go to the bathroom and I have to go like a lot right now. But then also sometimes it means that like it gets like this when I have my period and I don't have my period right now, but I you know I I could be getting it, but I also just don't wanna let it go keep going if I do have an infection. I just like rather get it like treated if I do. -D: OK understood. When was your last period? +D: OK understood. When was your last period? P: Um, like 2 weeks ago. @@ -14,7 +14,7 @@ D: Sorry, just clarify again, you're 30 years old? P: Yeah I'm 30. -D: Ok are you on any contraception right now? +D: Ok are you on any contraception right now? P: Uh, no, I'm not. @@ -24,7 +24,7 @@ P: No. D: No? Ok. So just in terms of your urinary tract infections, when was your last one? -P: I had one like 3 months ago maybe. +P: I had one like 3 months ago maybe. D: 3 months ago ok, and they prescribed you antibiotics and it went away fairly quickly? @@ -42,11 +42,11 @@ D: Ok, has it been getting progressively worse at all? P: Um, maybe a little bit I I feel like now I can recognize it pretty early when it's not too bad to kind of get ahead of it. -D: OK understood. And do you have any pain kind of behind your ribs at all? On your back? +D: OK understood. And do you have any pain kind of behind your ribs at all? On your back? P: Sorry, can you repeat that? -D: You haven't had any pain on your back, middle back kind of close to your ribs, have you? +D: You haven't had any pain on your back, middle back kind of close to your ribs, have you? P: Not that I can think of. @@ -56,7 +56,7 @@ P: It maybe looked like a little cloudy. But nothing, nothing else out of the or D: Understood. Have you noticed any visual changes in the area near the vagina? -P: No, not that I can think of. +P: No, not that I can think of. D: Like any lesions, anything like that? Anything concerned for an STI that you're worried about? @@ -118,15 +118,15 @@ D: Ok got it. And then just in terms of you yourself, do you live in London? P: Yeah yeah I do. -D: Ok. What do you do for work? +D: Ok. What do you do for work? P: I work at a bank. -D: Ok, do you have any children? +D: Ok, do you have any children? P: No. -D: Ok, and in regards to anything so any sick contacts? +D: Ok, and in regards to anything so any sick contacts? P: Uh no. diff --git a/tests/data/transcripts/MSK0001.txt b/tests/data/transcripts/MSK0001.txt index 28d3431..10b436e 100644 --- a/tests/data/transcripts/MSK0001.txt +++ b/tests/data/transcripts/MSK0001.txt @@ -1,4 +1,4 @@ -D: And what brings you to the emergency department today? +D: And what brings you to the emergency department today? P: Low back pain. @@ -38,9 +38,9 @@ D: OK. And does it, does the pain go anywhere or does it just stay in the lower P: I also feel the pain uh into my right leg. -D: OK, and is it the same kind of aching or like stabbing pain that goes into your right leg? Or is it uh just like an aching pain? +D: OK, and is it the same kind of aching or like stabbing pain that goes into your right leg? Or is it uh just like an aching pain? -P: Uh it's it's a, uh, an aching pain. +P: Uh it's it's a, uh, an aching pain. D: OK. And do you have any other symptoms besides the pain? Like are you experiencing any kind of weakness or any kind of, any other changes in your health? @@ -52,17 +52,17 @@ P: No, I can't remember any injuries like that in the past. D: OK, any uh fevers or chills or night sweats? -P: Um no fever, uh no chills, no night sweats. +P: Um no fever, uh no chills, no night sweats. D: OK, any uh symptoms of feeling very tired, fatigued, anything like that? -P: Uh no, I've been OK recently. +P: Uh no, I've been OK recently. D: OK. Any changes to your skin at all? Uh I mean, any rashes? -P: No. +P: No. -D: OK, any pain in your joints at all? +D: OK, any pain in your joints at all? P: Uh just the back pain. @@ -82,13 +82,13 @@ D: OK, and how has your appetite been? P: Uh appetite's been normal. -D: Any significant weight loss or weight gain recently? +D: Any significant weight loss or weight gain recently? P: No, the weight's been about the same. D: OK, any recent infections that you know of? -P: No, I've been feeling well otherwise. +P: No, I've been feeling well otherwise. D: OK. Any uh tingling sensation or numbness uh in your back or lower limbs, in your legs? @@ -98,13 +98,13 @@ D: OK. Any muscle weakness at all? P: Uh no muscle weakness. -D: OK, have you been uh having any uh kind of erectile dysfunction? +D: OK, have you been uh having any uh kind of erectile dysfunction? -P: Uh no concerns with uh erectile dysfunction. +P: Uh no concerns with uh erectile dysfunction. D: OK, and any issues with uh incontinence, like uh having accidents at all, at night or during the day? -P: Uh no, I haven't had any problems with bowel or bladder incontinence. +P: Uh no, I haven't had any problems with bowel or bladder incontinence. D: OK, alright, and in terms of your past medical history, have you have you been diagnosed with any conditions like high blood pressure, diabetes? @@ -118,9 +118,9 @@ D: OK, and any other medications at all? P: Uh just been taking Tylenol for the the back pain. -D: And has that worked for you at all? Or has it not made a difference? +D: And has that worked for you at all? Or has it not made a difference? -P: Uh maybe it's taking the edge off a little bit, but it hasn't done too much uh to help the pain. +P: Uh maybe it's taking the edge off a little bit, but it hasn't done too much uh to help the pain. D: OK, any allergies? @@ -128,7 +128,7 @@ P: Uh nope. D: OK. Any previous surgeries? -P: Uh I had hemorrhoids removed three years ago. +P: Uh I had hemorrhoids removed three years ago. D: OK. Um any hospitalizations before? @@ -138,13 +138,13 @@ D: OK, any family history of any um conditions uh or like any cancers? P: Uh my father had prostate cancer. -D: OK. And currently right now, uh do you work? +D: OK. And currently right now, uh do you work? -P: Uh I'm a retired school teacher. +P: Uh I'm a retired school teacher. -D: OK, and where do you live? +D: OK, and where do you live? -P: I live alone um in a in a house uh not too far from here, actually. +P: I live alone um in a in a house uh not too far from here, actually. D: OK. And do you do you drink at all? @@ -152,13 +152,13 @@ P: Um occasionally uh maybe I'll have a glass of red wine on the weekend or some D: OK, and do you smoke? -P: Uh, I've smoked um yeah, I smoke a pack of cigarettes uh per day. +P: Uh, I've smoked um yeah, I smoke a pack of cigarettes uh per day. D: OK, and for how long have you smoked uh cigarettes for? P: Uh about 40 years. -D: 40 years, OK. And, uh, do you use any kind of recreational drugs? +D: 40 years, OK. And, uh, do you use any kind of recreational drugs? P: Uh never. @@ -166,21 +166,21 @@ D: OK, and how is your diet like on like a regular basis? P: I feel like it's uh pretty normal, mostly home cooked meals with some variety, vegetable, vegetables, other meats, and fish. I would say it's pretty balanced. -D: OK, alright, I just have a few more questions for you. Um are you currently sexually active? +D: OK, alright, I just have a few more questions for you. Um are you currently sexually active? P: Yes, I am. D: OK and who are you sexually active with, any new partners at all? -P: Uh no new partners, um just my girlfriend, uh. +P: Uh no new partners, um just my girlfriend, uh. D: And, uh, how many, I'm sorry, go ahead. -P: Um just my my girlfriend recently. +P: Um just my my girlfriend recently. -D: OK, and have you been sexually active with more than one partner in the past, past year? +D: OK, and have you been sexually active with more than one partner in the past, past year? -P: Uh yes, I have, um um two women over the past year. +P: Uh yes, I have, um um two women over the past year. D: OK, and um do you use any kind of protection? diff --git a/tests/data/transcripts/MSK0003.txt b/tests/data/transcripts/MSK0003.txt index 0a76b4d..8775046 100644 --- a/tests/data/transcripts/MSK0003.txt +++ b/tests/data/transcripts/MSK0003.txt @@ -116,7 +116,7 @@ D: Ok, and other than that, currently are you sexually active? P: Yes I am uh I I have a girlfriend then we've, uh, we started dating about about, uh, six months ago. -D: Ok and do either of you have any history of any STI's at all? +D: Ok and do either of you have any history of any STI's at all? P: Uh, no history of STIs. @@ -130,7 +130,7 @@ P: Uhm, yeah, I'm I'm generally alright. I do have asthma actually and just, I h D: Ok. -P: But yeah, so asthma and that's it. +P: But yeah, so asthma and that's it. D: Ok, and do you use any medications for your asthma? @@ -158,7 +158,7 @@ P: I do, yeah I work uh, at a bank. D: Ok, and your mother, so she had psoriasis. Did she ever have any joint pains alongside the psoriasis? -P: I don't believe so. I think she had just more issues with her with her skin. +P: I don't believe so. I think she had just more issues with her with her skin. D: Ok, and so you work and then what's your living situation like? @@ -178,7 +178,7 @@ P: Sometimes, yeah, I'll have a beer or two on weekends or or a cocktail with fr D: Ok, alright, so those were just some of the questions I had. Now I'm just going to quickly uh, ask some specific questions. So have you noticed any kind of swelling in the areas that you are having pain or redness or anything like that? -P: Uhm no, I haven't noticed really any any uh redness or or swelling +P: Uhm no, I haven't noticed really any any uh redness or or swelling D: OK and no so, are you able to bend down and stand up straight or extend backwards so without pain or are you in any pain? @@ -190,7 +190,7 @@ P: Uhm, yeah, I was just wondering, yeah, like like what what this could be poss D: Yeah, so definitely what so this this seems like it started off like 3 months or six months ago, and it's been going on and it's happening in the morning. And how old did you say you were? -P: Uhm I'm 26. +P: Uhm I'm 26. D: OK, yeah, so uh, it seems progressive and you're getting some pain in your other joints as well and it's mainly from your middle to lower back. It can be multiple things that we would have to rule out. So you first you have a family history of psoriasis so it can be psoriatic arthritis. You don't have any other skins, changes or any other symptoms. It can also be since you have had a you were sick for months ago with a what might be gastroenteritis. It can be sometimes a few months afterwards you can get something called reactive arthritis - where you get this progressive pain in your joints and stiffness. And otherwise it can also be something called ankylosing spondylitis, which can present in men your age and it's kind of like a progressive, dull back pain and that has some morning stiffness as well. So yeah, there's definitely multiple things that it can be. So first we would need to do a full physical examination and book an appointment or for that in person. And we will get some lab work done as well, as well as a X Ray of the of the spine and your sacroiliac joints. And we'll also get some blood work with CBC, CRP and ESR. So those are just inflammatory markers as well as the rheumatoid factor antinuclear antibodies. Those are just some things that will test for different kind of rheumatological issues and to see if you have any arthritis. So yeah those are and then will also get an X Ray of your hands and knees since you're having pain there as well. So yeah, those are some steps that we'll take. Do you have any questions or concerns? diff --git a/tests/data/transcripts/MSK0004.txt b/tests/data/transcripts/MSK0004.txt index d21f7e0..734fd99 100644 --- a/tests/data/transcripts/MSK0004.txt +++ b/tests/data/transcripts/MSK0004.txt @@ -12,7 +12,7 @@ P: Yeah it was just just yesterday that it happened. D: OK, and do you remember if you twisted it so you twisted your ankle, like did did it twist inwards or outwards? -P: Inwards yeah, I feel like I inverted my ankle. +P: Inwards yeah, I feel like I inverted my ankle. D: OK. And, so since then, were you able to stand up and or were you not able to bear any weight? @@ -36,11 +36,11 @@ P: I'm I, I feel like I've maybe I I've done something like this when I was youn D: OK, and does this pain just stay, where's the pain exactly on the right side of your ankle or on your left, like interior side? -P: It's on the right kind of outside of the ankle. +P: It's on the right kind of outside of the ankle. -D: OK, and which ankle is this just to clarify? +D: OK, and which ankle is this just to clarify? -P: On the right ankle. +P: On the right ankle. D: OK so so it hurts on the right side of the right ankle. @@ -60,7 +60,7 @@ P: Alright, just if I rest and avoid moving it. D: OK, have you notice any fevers or chills? -P: No. +P: No. D: OK, any pain in any other joints besides your ankle? @@ -84,7 +84,7 @@ P: I I take a Vitamin D and some other vitamins too. Vitamin A as well I guess t D: OK, any allergies to medications or any environmental issues? -P: No allergies, no. +P: No allergies, no. D: OK, any hospitalizations or previous surgeries? diff --git a/tests/data/transcripts/MSK0005.txt b/tests/data/transcripts/MSK0005.txt index 8d08789..33fc979 100644 --- a/tests/data/transcripts/MSK0005.txt +++ b/tests/data/transcripts/MSK0005.txt @@ -8,15 +8,15 @@ P: No, there wasn't any any trauma or any triggers that that I noticed, I was ju D: OK, does uh anything make it better or worse, the pain? -P: Um yeah, if I, really if I'm just resting the elbow um it makes it better, and I've tried uh things like ibuprofen um which has helped with the pain, I'll I'll do that for um hoping I can get through work sometimes if the pain is bad enough. +P: Um yeah, if I, really if I'm just resting the elbow um it makes it better, and I've tried uh things like ibuprofen um which has helped with the pain, I'll I'll do that for um hoping I can get through work sometimes if the pain is bad enough. D: Right, OK. Um and if you were to describe the quality of the pain, is it sharp, throbby, achy? P: Uh it's um kind of uh, well, it's achy and then sometimes depending on the movement it can get, it can be sharp as well. -D: It can be sharp, OK. OK, um and what sorts of movements make it worse? +D: It can be sharp, OK. OK, um and what sorts of movements make it worse? -P: Um, so like, really it's mostly the movements at my wrist, if I'm bending my wrist down, uh I can I can feel it, or um if I'm having to pick things up or hold heavy objects at work, I do a lot of repetitive uh things at at work, I work on a line. +P: Um, so like, really it's mostly the movements at my wrist, if I'm bending my wrist down, uh I can I can feel it, or um if I'm having to pick things up or hold heavy objects at work, I do a lot of repetitive uh things at at work, I work on a line. D: OK, OK. And 1 to 10, 10 being the worst pain you've ever felt, how bad is this pain? @@ -26,7 +26,7 @@ D: About a four, OK. And have you ever experienced this type of pain before? P: Uh, no I haven't. -D: No, OK, and do you feel like your pain is getting worse over the past several months, or is it the same, getting better? +D: No, OK, and do you feel like your pain is getting worse over the past several months, or is it the same, getting better? P: Uh it's been getting worse. @@ -76,11 +76,11 @@ P: No, my energy's been good. D: OK. How about um rashes? -P: Uh no rashes. +P: Uh no rashes. D: OK. Changes to your senses like vision, hearing, smell, smell or taste? -P: No changes there. +P: No changes there. D: OK any coughing, shortness of breath, or wheezing? @@ -90,7 +90,7 @@ D: OK. Chest pain, any heart palpitations, or uh dizziness? P: Nothing like that. -D: OK, changes to your bowel movements? +D: OK, changes to your bowel movements? P: No. @@ -128,7 +128,7 @@ P: No pain. D: No pain, OK, and how about when you palpate your um forearm and your biceps? -P: Uh no no pain. +P: Uh no no pain. D: OK, alright and then do you feel like it's hot, that area? @@ -156,9 +156,9 @@ P: No, nothing there, that feels fine. D: OK, and then flexing your uh, or sorry abducting your shoulder? -P: That feels normal. +P: That feels normal. -D: OK, alright, and then how about when you pronate and supinate your forearms? +D: OK, alright, and then how about when you pronate and supinate your forearms? P: Uh, pronation um? @@ -178,7 +178,7 @@ D: OK. OK, and um how long ago was that? P: That was about uh 17 years ago. -D: OK. And was that an emergency C-section? +D: OK. And was that an emergency C-section? P: Uh no, it was not. @@ -186,13 +186,13 @@ D: OK um and then are you on any medications? P: Um no, I've just been taking uh Tylenol and Advil um for the pain. -D: OK, alright um immunizations wise, are you up to date? +D: OK, alright um immunizations wise, are you up to date? P: Uh I I am, yes. D: OK. Do you have any allergies? -P: Uh no allergies. +P: Uh no allergies. D: OK, family history of any uh skeletal or muscular um issues? @@ -212,13 +212,13 @@ P: Uh no, I haven't smoked before. D: OK, uh do you do um marijuana. -P: No, I I don't use that. +P: No, I I don't use that. D: OK. Um Alcohol? P: Um uh yeah, I'll have a glass of wine every once in awhile, but maybe just one, one a week. -D: OK, and have you been around sick contacts recently? +D: OK, and have you been around sick contacts recently? P: Um no, I haven't been around anybody who's been sick. @@ -228,7 +228,7 @@ P: Uh nope, I've been at home. D: OK. Um I think those are all the questions that I had for you, um did you have any questions of your own for myself? -P: Uh no, I was just wondering what this pain could be on my, in my elbow. +P: Uh no, I was just wondering what this pain could be on my, in my elbow. D: Yeah, so right now it seems like you may have a case of something called um lateral epicondylitis. So, it's also known as uh tennis elbow, um and there are a lot of things that could kind of predispose you to this, um so it could be like the repetitive strain at work, um and like continuous contraction of your wrist extensor muscle group there. Um so for this we basically recommend um a couple of things to manage the pain. Uh but first, like in terms of imaging, I don't think it is necessary because it doesn't seem like there was any trauma and I'm not too worried about any fractures. Um so to help you treat this, um we recommend some activity modifications, so um at work not doing things that are too repetitive, especially if it's using those um extensor forearm muscles. Um and then you can use some, use a compression sleeve as well, continue taking Tylenol or NSAIDs for the pain and uh really important is physical therapy um to increase mobility and strength in that arm. Uh and as well you can apply things like ice um to it for like the pain and swelling if you see any. Uh, yeah, so it should resolve in about six months to two years at most, uh but normally it does um go away in a couple of months with some physical therapy and the compression and splints if you choose to do that. How does that sound? diff --git a/tests/data/transcripts/MSK0006.txt b/tests/data/transcripts/MSK0006.txt index a0555b6..07ffd56 100644 --- a/tests/data/transcripts/MSK0006.txt +++ b/tests/data/transcripts/MSK0006.txt @@ -6,9 +6,9 @@ D: OK, and sorry when did you say it started? P: So um it's been going on uh for, well, it's it's gotten really intense in the last uh like 2 days. -D: OK, and before that, did you have any pain at all or was it just like sudden? +D: OK, and before that, did you have any pain at all or was it just like sudden? -P: Yeah, I do have a bit of pain uh down in my uh in in my buttock area. Um but um it's just gotten really uh, it's gotten more painful over these last couple of days. +P: Yeah, I do have a bit of pain uh down in my uh in in my buttock area. Um but um it's just gotten really uh, it's gotten more painful over these last couple of days. D: OK. Um and is it a persistent kind of pain? Or does it come and go? @@ -24,15 +24,15 @@ P: Uh yeah, I'm just taking some pain medic medications over the counter for the D: OK, um and does, is it helping? -P: It does, I mean, uh not really, it hasn't really helped much. +P: It does, I mean, uh not really, it hasn't really helped much. D: OK. Um alright, and if you were to describe the quality of the pain, would you say it's sharp, dull, achy, throbby? -P: Uh it um, kind of like a sharp pain in the in the buttock and um it it um it's kind of like burning uh down the leg. +P: Uh it um, kind of like a sharp pain in the in the buttock and um it it um it's kind of like burning uh down the leg. -D: OK, OK, so a radicular kind of pain then. Um OK, and if you were to rate the severity of your pain 1 to 10, 10 being the worst pain you've ever felt, what would you rate it? +D: OK, OK, so a radicular kind of pain then. Um OK, and if you were to rate the severity of your pain 1 to 10, 10 being the worst pain you've ever felt, what would you rate it? -P: 8. +P: 8. D: OK. And does this pain radiate elsewhere, I know you said it starts on your buttocks, kind of goes down your legs, does it go up your back or down into the other leg at all? @@ -96,7 +96,7 @@ P: No. D: Um are you coughing, having shortness of breath, or wheezing? -P: No, I haven't been any, having any symptoms like that. +P: No, I haven't been any, having any symptoms like that. D: OK, any chest pain, palpitations, uh or dizziness or fainting spells? @@ -128,7 +128,7 @@ P: Just a multivitamin. D: OK, and are you up to date with all your immunizations? -P: I am, yes. +P: I am, yes. D: OK, any allergies? @@ -156,7 +156,7 @@ P: Uh for uh yeah, about 40 years. D: 40 years, OK, have you ever thought of quitting? -P: I have, yeah, I've cut down over the years, um I used to smoke more, it's just the culture with uh, I don't know everybody's driving a truck and smoking. +P: I have, yeah, I've cut down over the years, um I used to smoke more, it's just the culture with uh, I don't know everybody's driving a truck and smoking. D: OK, yeah, that's hard. If you ever need any resources, we have some that we can refer you to. @@ -180,7 +180,7 @@ P: No, I haven't been around anybody who's been sick. D: OK, um any travel recently? -P: Uh just for the drop offs that I that I make um driving, I do have to make some pretty um long hauls uh back and forth um, the, yeah. +P: Uh just for the drop offs that I that I make um driving, I do have to make some pretty um long hauls uh back and forth um, the, yeah. D: OK. Um and where do you currently live? @@ -208,13 +208,13 @@ P: Um yeah, I feel like I've been limping a little bit, uh yeah. D: Are you putting more um pressure on the left foot then? -P: I am, yeah, yeah, I guess there's like an antalgic gait. +P: I am, yeah, yeah, I guess there's like an antalgic gait. -D: OK, alright, and then um if you press down on your hipbone, do you feel any pain there? On your right hip bone. +D: OK, alright, and then um if you press down on your hipbone, do you feel any pain there? On your right hip bone. P: No, I don't. -D: OK, how about when you press down on your buttocks itself? +D: OK, how about when you press down on your buttocks itself? P: Um yeah, there is uh a little bit of tenderness um over the buttock area. @@ -240,11 +240,11 @@ P: It uh yeah, that that that causes pain. D: OK, so that causes, so um hip hip extension uh that causes some pain, um and as well as knee extension, so would you mind um kicking your right leg up in front of you all the way up as far as you can go? -P: Mhmm, oh yeah. +P: Mhmm, oh yeah. D: Does that hurt? -P: It does, yeah. +P: It does, yeah. D: OK so right hip flexion um also causes pain, and then would you mind uh folding your knees backwards um and just sort of flexing it? Does that hurt? @@ -252,7 +252,7 @@ P: Uh no. D: OK, so no pain at knee flexion. And how about when you point your feet um and toes up towards the ceiling? -P: Uhm yeah I I do get some pain with my um, yeah when that's all straightened out, yeah. +P: Uhm yeah I I do get some pain with my um, yeah when that's all straightened out, yeah. D: OK, so some pain on um planter flexion of the right foot. And how about if you um point your feet and toes towards the ground? @@ -268,10 +268,10 @@ P: No. D: OK and no pain on hip adduction. OK, well those are all the questions that I have for you. Do you have any questions for myself? -P: Uh just wondering about possibly like what it could be. +P: Uh just wondering about possibly like what it could be. D: Yeah, um so it sounds um right now like you may have some sort of uh sacral nerve radiculopathy um or or like a lower lumbar, lumbar um radiculopathy, um basically uh that's known as sciatica, uh where your nerve roots can be compressed, causing some of these symptoms. Um and to diagnose these things, usually it's just done by history and physical exam um but if after we try out some management things, it doesn't go away or you're having some red flags, including um numbness in the groin area, bowel or bladder incontinence, then we can look at some um imaging for the for the spine, including MRI. Um and so in terms of management of this, um we can try a couple couple of like conservative approaches first, so that includes taking NSAIDs uh for the pain um and then like activity modification. So if you're sitting down um all the time, um perhaps like taking little breaks, uh stretching out your legs, doing some physio as well um during those breaks can help um, and as well, I'm going to give you a referral for physical therapy and they'll do some exercises with you and um slowly increase those exercises. Um and if those still don't work, we can try um steroids, steroid injections, um as well, we talked about the imaging if it doesn't go away in about 6 to 8 weeks. Does that sound OK? -P: Yeah, that sounds good. Thank you. +P: Yeah, that sounds good. Thank you. D: OK, yeah no problem. diff --git a/tests/data/transcripts/MSK0007.txt b/tests/data/transcripts/MSK0007.txt index 6ee5aa7..8df8e3e 100644 --- a/tests/data/transcripts/MSK0007.txt +++ b/tests/data/transcripts/MSK0007.txt @@ -1,14 +1,14 @@ D: How may I help you? -P: Hi, yes I've had this pain in my left elbow for a couple of weeks now and it's not getting any better so. I'm just here to kind of figure out what it is. +P: Hi, yes I've had this pain in my left elbow for a couple of weeks now and it's not getting any better so. I'm just here to kind of figure out what it is. D: OK alright are you feeling this pain on the lateral side of the elbow, on the or on the medial side of the elbow? -P: It's on the medial side. +P: It's on the medial side. D: OK and sorry, when did this pain exactly start? -P: So it's been on going for like the past three months. But it's gotten worse over the last, I'd say three weeks. +P: So it's been on going for like the past three months. But it's gotten worse over the last, I'd say three weeks. D: OK, and. Has the pain been getting worse, any better? @@ -30,15 +30,15 @@ D: OK. Does the pain radiate anywhere? P: No, it's pretty. It's pretty much in that one area. -D: OK, just on the medial side of the left elbow? +D: OK, just on the medial side of the left elbow? P: Yeah. -D: OK, and is there anything that you've done to help make the pain go away, or any alleviating factors? +D: OK, and is there anything that you've done to help make the pain go away, or any alleviating factors? P: I am taking some NSAIDs that helps with the pain temporarily. -D: OK. And uh. Are there any factors that make the pain worse? +D: OK. And uh. Are there any factors that make the pain worse? P: Um when I. I. I guess when I like extend my elbow out it gets worse. @@ -48,7 +48,7 @@ P: Yeah. D: OK, I mean, what is the severity of the pain on a scale of 1 to 10, with 10 being the worst pain you've ever felt. -P: I'd say about 5. +P: I'd say about 5. D: OK. And um. So did you have any other symptoms associated with the elbow pain? @@ -56,11 +56,11 @@ P: Um no, um not really I. I'm otherwise pretty healthy. D: OK, so have you had any fevers or chills? -P: No. +P: No. -D: Have you had any night sweats +D: Have you had any night sweats -P: No +P: No D: Or any any weight loss? @@ -68,13 +68,13 @@ P: No. D: OK, have you had any any headaches? -P: No. +P: No. D: Any sensory changes like changes to your vision or or hearing or even your smell or taste? P: No. -D: OK, have you had any eye redness or eye discharge or your ear pain? +D: OK, have you had any eye redness or eye discharge or your ear pain? P: No. @@ -82,7 +82,7 @@ D: OK. Have you had a runny nose or sore throat? P: No. -D: Have you had a cough or shortness of breath? +D: Have you had a cough or shortness of breath? P: No. @@ -104,13 +104,13 @@ P: No. D: OK, and have you had any nausea or vomiting? -P: No. +P: No. D: Have you had any abdominal pain? P: No. -D: Any diarrhea or constipation. +D: Any diarrhea or constipation. P: No. @@ -118,15 +118,15 @@ D: Have you had any urinary problems? P: No. -D: OK. Have you had any skin rashes? +D: OK. Have you had any skin rashes? -P: No, no. +P: No, no. -D: OK, have you had any numbness or tingling? +D: OK, have you had any numbness or tingling? P: No. -D: And how about any muscle weakness? +D: And how about any muscle weakness? P: No. @@ -142,9 +142,9 @@ D: OK, and have you had any fatigue? P: No. -D: OK and, have you had any changes to your appetite? +D: OK and, have you had any changes to your appetite? -P: No. +P: No. D: OK. Are an have you been diagnosed with any medical conditions in the past? @@ -154,7 +154,7 @@ D: OK, so do you take any medications, either prescribed or over the counter? P: Um no, I just take some multivitamins. -D: OK, and do you have any allergies to medications? +D: OK, and do you have any allergies to medications? P: Um no. @@ -162,7 +162,7 @@ D: OK, and have you had any hospitalizations or prior surgeries? P: I I had a fracture when I was younger. It was in my humerus bone on the right side. -D: OK, so it's the to the fracture was on the other arm? +D: OK, so it's the to the fracture was on the other arm? P: Yes. @@ -176,9 +176,9 @@ P: I live with my partner of five years. We live in an apartment together. D: OK, and are you working currently? -P: I am. +P: I am. -D: And what do you do? +D: And what do you do? P: I work on the assembly line for Chrysler. @@ -192,13 +192,13 @@ P: Yes, definitely. D: OK, and what types of hobbies do you have, like do you play golf or tennis or or any kind of like, sports I guess? -P: Yeah, I used to play golf before this pain in my arm and my elbow, so I haven't played it in the past like six months. +P: Yeah, I used to play golf before this pain in my arm and my elbow, so I haven't played it in the past like six months. D: OK, um OK and um do you smoke cigarettes? P: I don't. -D: And do you drink alcohol? +D: And do you drink alcohol? P: Um I'll have a glass of wine every other day. @@ -208,15 +208,15 @@ P: I'll smoke a joint once a week. D: OK, alright and. Is there any family history of any heart or lung problems? -P: No. +P: No. D: Any musculoskeletal or neurological diseases? P: Um no. -D: OK, I got any autoimmune diseases like thyroid disease or diabetes? +D: OK, I got any autoimmune diseases like thyroid disease or diabetes? -P: No. +P: No. D: OK, um and so next I wanted to walk through a physical exam, so when you look at the elbow yourself, do you see any swelling or redness? @@ -236,13 +236,13 @@ P: No. D: OK, and when you press on the medial part of the the elbow, do you feel pain? -P: I do. +P: I do. -D: How about over the olecranon or the, yea any pain over the olecranon? +D: How about over the olecranon or the, yea any pain over the olecranon? P: Um a little bit. -D: OK, and is there any pain over the lateral part of the elbow? +D: OK, and is there any pain over the lateral part of the elbow? P: No. @@ -256,7 +256,7 @@ P: No. D: OK, and any pain with shoulder or elbow movements? -P: No. +P: No. D: OK. @@ -270,7 +270,7 @@ D: OK. And how about pain with pronation and supination? P: With pronation it hurts. -D: OK, at the medial side? +D: OK, at the medial side? P: Yes. @@ -280,11 +280,11 @@ P: Wrist flexion yeah. That hurts too. D: OK, and then how about if you passively extend your your wrist as far down as as you can go? -P: Down uh yes. That hurts too. +P: Down uh yes. That hurts too. D: OK. And is there any numbness or tingling anywhere? -P: No, no, no numbness or tingling. +P: No, no, no numbness or tingling. D: OK. OK, so that was everything that I wanted to ask about today. Was there anything else that you wanted to mention? diff --git a/tests/data/transcripts/MSK0008.txt b/tests/data/transcripts/MSK0008.txt index dba2846..d7a03d1 100644 --- a/tests/data/transcripts/MSK0008.txt +++ b/tests/data/transcripts/MSK0008.txt @@ -8,45 +8,45 @@ P: Yes. D: OK, and how many days ago was this? -P: This was two days ago. +P: This was two days ago. D: OK, since then, has the pain begin getting any better or worse or staying the same? -P: No, it's staying the same or a little bit worse. +P: No, it's staying the same or a little bit worse. D: OK. Could you describe the pain? Is it sharp, achy? -P: I'd say it's pretty sharp. +P: I'd say it's pretty sharp. D: OK. Uhm and do you feel the pain radiate anywhere like down the leg or or up into the thigh? -P: Um no. +P: Um no. D: OK, any pain in the posterior aspect of the knee or the lateral aspect? -P: No. +P: No. D: OK. Um and is there anything that makes the pain worse? P: I guess if I press on that area or I try to. And. I don't know, flex or extend my knee too much. -D: OK. An anything that you've tried to make the pain better? +D: OK. An anything that you've tried to make the pain better? P: Um some ice helps. -D: OK, uh. And have you noticed swelling over the area? +D: OK, uh. And have you noticed swelling over the area? P: Just a little bit. D: OK, and redness as well? -P: Yes. +P: Yes. D: OK. Uhm and what would you say the severity of the pain is a 10 being the worst pain that you've ever felt and 1 being low intensity pain. P: Um I'd give it about a 5. -D: OK, and have you had any injuries or any knee pain before? +D: OK, and have you had any injuries or any knee pain before? P: No. @@ -58,11 +58,11 @@ D: OK, and how about any difficulties walking or having any knee instability? P: Um a little bit only when I like try to extend or flex my knee too much. -D: OK. Um. And. Uh, um alright. So have you been experiencing any other symptoms? +D: OK. Um. And. Uh, um alright. So have you been experiencing any other symptoms? -P: No. +P: No. -D: Alright, so just to be comprehensive so I'll run through a review. So have you been, having any any headaches? +D: Alright, so just to be comprehensive so I'll run through a review. So have you been, having any any headaches? P: No. @@ -70,7 +70,7 @@ D: Any sensory changes like changes to vision, hearing, smell or taste? P: No. -D: OK, any eye symptoms or your symptoms? +D: OK, any eye symptoms or your symptoms? P: No. @@ -86,23 +86,23 @@ D: Any shortness of breath? P: No. -D: Have you had any wheezing? +D: Have you had any wheezing? P: No. -D: Have you had any chest pain? +D: Have you had any chest pain? P: No. -D: Any heart palpitations or heart racing? +D: Any heart palpitations or heart racing? P: No. D: OK. Have you had any fainting or dizziness? -P: Um no. +P: Um no. -D: Alright, have you had any nausea or vomiting? +D: Alright, have you had any nausea or vomiting? P: No. @@ -110,7 +110,7 @@ D: Have you had any changes to your appetite like loss of appetite? P: No. -D: Have you had any weight loss unexpectedly. +D: Have you had any weight loss unexpectedly. P: No. @@ -128,7 +128,7 @@ P: No. D: Alright, and have you had any skin changes such as ra' rashes or anything like that? -P: No. +P: No. D: OK, any joint pains anywhere else? @@ -138,7 +138,7 @@ D: OK, and any fatigue? P: No. -D: OK, and in the past, have you had or have you been diagnosed with any medical conditions? +D: OK, and in the past, have you had or have you been diagnosed with any medical conditions? P: Um no. @@ -186,7 +186,7 @@ D: Um do you drink alcohol? P: No. -D: OK, did you use any recreational drugs like marijuana or anything else? +D: OK, did you use any recreational drugs like marijuana or anything else? P: No. @@ -216,23 +216,23 @@ P: It looks or is that a bruise, it looks red and I would say it's a little bit D: OK, is there any muscle atrophy? -P: Um no. +P: Um no. D: OK, and is there any misalignment or joint deformities? -P: No, not that I notice. +P: No, not that I notice. -D: OK. And alright on gait or walking, is there any limp or antalgia? +D: OK. And alright on gait or walking, is there any limp or antalgia? P: Um no. D: You're able to walk normally? -P: I am able to walk normally and it hurts, but I think I'm walking OK. +P: I am able to walk normally and it hurts, but I think I'm walking OK. D: OK. Uhm and next is there any changes to temperature like the joint itself feel hot? -P: No. +P: No. D: OK and are there any areas of the joint line itself of the knee that is painful to palpation? @@ -240,7 +240,7 @@ P: At just the medial part of it like the I guess where the ligament would be. D: OK, so just let me OK, and, any pain over the patella? -P: No. +P: No. D: Any pain over the tibial tuberosity or patellar tendon? @@ -264,9 +264,9 @@ P: To the varus stress? I guess it would be, there will be pain if I press down D: OK, and is there any joint yeah, the joint laxity or pain too, like a valgus stress of the knee? -P: Yeah, so when I press when I do that it hurts on the medial aspect but not the lateral aspect. +P: Yeah, so when I press when I do that it hurts on the medial aspect but not the lateral aspect. -D: OK. Uhm and does it feel is as though there's some like the joints opening more when you put the valgus stress? +D: OK. Uhm and does it feel is as though there's some like the joints opening more when you put the valgus stress? P: A little bit, yes. @@ -276,7 +276,7 @@ P: Um no. D: And how about if you pull the tibia posteriorly, any instability? -P: No. +P: No. D: OK, um and the is their full range of motion of the knee? @@ -284,9 +284,9 @@ P: Yes. D: And full range of motion of the hip and ankle? -P: Yes. +P: Yes. -D: OK, um and do you have any like numbness, tingling or muscle weakness? +D: OK, um and do you have any like numbness, tingling or muscle weakness? P: No. @@ -294,7 +294,7 @@ D: OK, and any sensory changes to the skin? P: No, no. -D: OK and reflexes are normal. +D: OK and reflexes are normal. P: Mmmm @@ -302,7 +302,7 @@ D: OK. So I think that was everything I wanted to ask and and kind of go through P: Ah no, that was it. Just what can I do about my my knee? -D: Yeah, so right now it's sounding like this could be an MCL or medial collateral ligament strain, or injury and so these types of injuries are usually treated conservatively, like with things like NSAIDs or anti-inflammatories to help that pain and swelling. If the pain depending on how severe it is, it might be useful to use maybe crutches for a day or two to try to help let the pain to subside and allow you to be able to do some physical therapy exercises like strengthening the quadriceps and hamstring muscles. +D: Yeah, so right now it's sounding like this could be an MCL or medial collateral ligament strain, or injury and so these types of injuries are usually treated conservatively, like with things like NSAIDs or anti-inflammatories to help that pain and swelling. If the pain depending on how severe it is, it might be useful to use maybe crutches for a day or two to try to help let the pain to subside and allow you to be able to do some physical therapy exercises like strengthening the quadriceps and hamstring muscles. P: OK. diff --git a/tests/data/transcripts/MSK0009.txt b/tests/data/transcripts/MSK0009.txt index a65966c..0296bdc 100644 --- a/tests/data/transcripts/MSK0009.txt +++ b/tests/data/transcripts/MSK0009.txt @@ -2,7 +2,7 @@ D: How may I help you? P: So I've just been having this pain in my knee since I um just fell, uh, just three days ago slipping on the stairs. Since then I've been having a lot of pain. -D: I see uh so did this pain start right after like falling on the stairs? +D: I see uh so did this pain start right after like falling on the stairs? P: Yeah, yeah, I've been having the pain since then. @@ -12,7 +12,7 @@ P: And that was three days ago. D: Three days ago, OK. And you're feeling the pain in your in your right knee? -P: Yeah, in my right knee. +P: Yeah, in my right knee. D: OK, uh. And what would you say the character of the pain is, or how would you describe the pain? @@ -66,31 +66,31 @@ D: OK. OK, have you had any fevers or chills? P: No. -D: OK, have you had any chest pain? +D: OK, have you had any chest pain? P: No. D: Have you had any cough? -P: No cough. +P: No cough. -D: Have you have you had any shortness of breath? +D: Have you have you had any shortness of breath? P: No. -D: OK, have you had any dizziness or or lightheadedness? +D: OK, have you had any dizziness or or lightheadedness? P: No. D: OK, and have you had any heart palpitations or feeling like your heart is racing? -P: No, nothing like that. +P: No, nothing like that. D: OK, uh. And. Have you had any like infectious symptoms, such as like. Like a runny nose or sore throat? P: No, nothing like that. -D: OK. And have you had any nausea or vomiting. +D: OK. And have you had any nausea or vomiting. P: No. @@ -102,13 +102,13 @@ D: OK, have you had any changes to your bowel movements like diarrhea or or cons P: No, nothing like that. -D: Alright, so have you had any urinary problems? +D: Alright, so have you had any urinary problems? P: Nope. D: Alright, so have you had any recent weight changes? -P: No, nothing like that. +P: No, nothing like that. D: OK. Uhm, And. Um, have you have you noticed any any rashes anywhere else over your whole body? @@ -128,11 +128,11 @@ P: No. OK. D: And. Um. So in the past, have you been diagnosed with any medical conditions? -P: I do have some high cholesterol and high blood pressure. +P: I do have some high cholesterol and high blood pressure. D: I see, and do you take any medications? -P: Yeah, so cholesterol. I'm taking a like a Crestor medication and then for high blood pressure I'm taking a Ramipril. +P: Yeah, so cholesterol. I'm taking a like a Crestor medication and then for high blood pressure I'm taking a Ramipril. D: OK. Have you had any hospitalizations or surgeries before? @@ -154,7 +154,7 @@ D: OK, any allergies to medications? P: No allergies. -D: OK and. Uhm, could you tell me a little bit about your, uhm, living situation currently like who you're living with and whereabouts you're living? +D: OK and. Uhm, could you tell me a little bit about your, uhm, living situation currently like who you're living with and whereabouts you're living? P: Yeah, I live with my husband and our daughter. And it's just in a small townhouse, just in the city. @@ -162,13 +162,13 @@ D: OK, and are you working currently? P: I I do work from home, I'm actually just an accounting clerk, but I most of my work is from home right now. -D: OK. And any exposures to anybody who's been sick? +D: OK. And any exposures to anybody who's been sick? P: No. D: Have you traveled anywhere recently? -P: Um nope. +P: Um nope. D: OK. Uh. And over the last couple of days with that with the leg pain, do you feel as though you've been like immobilized? @@ -180,7 +180,7 @@ P: Just socially, sometimes when I'm with friends or relatives like a glass of w D: OK, and do you use recreational drugs like marijuana or or other things such like cocaine? -P: No, I've never tried that. +P: No, I've never tried that. D: OK. And do you smoke cigarettes? @@ -208,7 +208,7 @@ P: Uhm, I think I I don't know if it's maybe a little bit warm, but definitely s D: OK, and do you feel, is there any pain to palpation? Like if you touch your calf or something like that is there pain? -P: Yeah if I touch my right calf it's painful and then if I press down on it's really painful and then just on the outside of my right knee if I touch or press down it really hurts as well. +P: Yeah if I touch my right calf it's painful and then if I press down on it's really painful and then just on the outside of my right knee if I touch or press down it really hurts as well. D: OK. And if you move your foot so it yeah, if you dorsiflex your ankle. Or bending your your toe up towards your nose, do you end up getting any calf pain? Doing the Homan test. @@ -216,7 +216,7 @@ P: Yeah, yeah I'll try that. And yeah, I think it definitely hurts. When I when D: OK. OK, so I think that was everything that I wanted to ask today on history. Was there anything else that that maybe I missed? -P: No, I think that's all. +P: No, I think that's all. D: OK yeah alright so with the. I fall 2 days ago. Things that I'm thinking about right now would be possibly a muscle strain, so this could be a gastrocnemius strain to the calf muscle itself, from from the fall which could have pain when you touch it, there could be some swelling and said it would be aggravated by movements. Also could be like injuries to some of that, the ligaments there as well. And however, with this the swelling immobilization for the last two days, as well as the pain kind of being a bit progressive that with swelling and a positive Homan in test and your temperature is a little bit elevated today not quite a fever, but feverish. It does increase the suspicion for deep vein thrombosis and so I think the most likely thing right now is actually a DVT or deep vein thrombosis. And so we will order some diagnostic studies, get an ultrasound of your right calf as well as an X Ray of the right knee to to start OK. diff --git a/tests/data/transcripts/MSK0010.txt b/tests/data/transcripts/MSK0010.txt index e6a995f..d9c1bbd 100644 --- a/tests/data/transcripts/MSK0010.txt +++ b/tests/data/transcripts/MSK0010.txt @@ -28,7 +28,7 @@ P: Just my whole left shoulder, nothing else really. D: OK. And could you describe the character or the quality of the pain? Is it sharp, or is it a key? -P: It's more achy. +P: It's more achy. D: OK. @@ -54,7 +54,7 @@ D: OK, uh, and um. Do you do any repetitive kind of like overhead activities? Th P: Um not recently just just like normal weight exercise, maybe with the bands I do some overhead exercises, but in terms of sports I I play or I used to play a lot of tennis. I did have some issues with the same shoulder, which is why I kind of stopped playing tennis. My doctor said it, I might have overused that shoulder, but that's that was like a couple of years back so I thought it must have healed by now. -D: OK, so previous overuse injury of the left shoulder? +D: OK, so previous overuse injury of the left shoulder? P: Mmmm @@ -74,7 +74,7 @@ D: OK, have you had any skin rashes or or skin changes? P: No. -D: OK so even over the area you haven't noticed any redness or like soft tissue swelling? +D: OK so even over the area you haven't noticed any redness or like soft tissue swelling? P: No. @@ -104,7 +104,7 @@ P: Yeah, it's been pretty painful like I kind of wake up every time I accidental D: OK, so you're getting worse thing a pain at night? -P: Yup. +P: Yup. D: OK. Have you had any weakness? Do you feel like you have less strength in your arm? @@ -128,7 +128,7 @@ P: Nope, nothing like that. D: Have you had any abdominal pain? -P: Nope. +P: Nope. D: And have you had any urinary problems? @@ -138,7 +138,7 @@ D: OK, and in the past have you been diagnosed with any medical conditions? P: Uh. No, I've been a pretty healthy actually just just that overuse injury like two years ago. -D: OK, great and do you have any allergies to medications? +D: OK, great and do you have any allergies to medications? P: No. @@ -174,9 +174,9 @@ D: OK. Um. And so so the next part, just for the physical exam. So do you have p P: Uhm yes. So just to yeah, I do have some pain. Especially from. Yeah yeah pain throughout AB duction. -D: OK, is there any like pain that's like parts of that that range of motion that are more painful for you? +D: OK, is there any like pain that's like parts of that that range of motion that are more painful for you? -P: yeah, so probably from 60 degrees to 120 degrees is more painful. +P: yeah, so probably from 60 degrees to 120 degrees is more painful. D: OK. And. If your arm is outstretched and your thumb pointing down so your arm is internally rotated does that give you pain? diff --git a/tests/data/transcripts/MSK0011.txt b/tests/data/transcripts/MSK0011.txt index c1b662d..b3eaad7 100644 --- a/tests/data/transcripts/MSK0011.txt +++ b/tests/data/transcripts/MSK0011.txt @@ -60,7 +60,7 @@ P: Um yeah I tried some anti-inflammatories that did help with taking the edge o D: OK. Yeah, so we definitely, uh, you went, so you had the fall yesterday or? -P: Yeah it was yesterday. +P: Yeah it was yesterday. D: OK, OK. Alright. So when did it start hurting? Did it start hurting right away or has it gotten worse at all? @@ -68,9 +68,9 @@ P: Yeah it started hurting right away and it's. Well, this morning it's a a bit D: OK. Do you have any other symptoms at all like fever, chills, headache, anything like that? -P: No. +P: No. -D: Any dizziness or fainting? +D: Any dizziness or fainting? P: No. @@ -78,13 +78,13 @@ D: OK, any diarrhea, constipation? P: No. -D: Any changes in your vision, hearing a balance? +D: Any changes in your vision, hearing a balance? P: Nope, nothing like that. D: OK, but yeah, so your main concern today is this pain in your wrist? -P: Yeah exactly. +P: Yeah exactly. D: OK, alright and do you have any past medical conditions you've been diagnosed with? @@ -116,7 +116,7 @@ P: Mmm D: OK and do you have any family history of any medical conditions at all? -P: Yeah my my uncle died of a heart attack when he was in his 60s and I think my Grandfather also had had a heart attack as well. Um yeah, that's about it. +P: Yeah my my uncle died of a heart attack when he was in his 60s and I think my Grandfather also had had a heart attack as well. Um yeah, that's about it. D: OK. And in terms of your work, do you work currently? @@ -124,7 +124,7 @@ P: Um yeah I do, I I work um in a restaurant and so. And this will be a difficul D: Oh, I see. Yeah, it might definitely that's that might be concerning if you know well, we'll get that check though on X Ray and everything, but we just need to do a few few more questions and some examination as well. How would you describe your living situation right now? -P: Oh so. I'm living on on my own actually in an apartment. +P: Oh so. I'm living on on my own actually in an apartment. D: OK. And do you currently smoke? @@ -132,7 +132,7 @@ P: Um no, I've I. I've never smoked, I couldn't with having asthma so I just sta D: OK, OK, and do you drink alcohol? -P: Yeah I do I. I have a couple of bottles of wine per week. +P: Yeah I do I. I have a couple of bottles of wine per week. D: OK. Alright, uh, a couple of bottles a week, so how much would you have in an average day? @@ -146,13 +146,13 @@ D: OK, OK, so I'm just going to ask you questions about specifically to examine P: I I can but it I can't really bad my thumb and it it it hurts a lot. So I can bend my fingers but my thumb is kinda out. -D: OK, due to the joints in your thumb hurt at all. +D: OK, due to the joints in your thumb hurt at all. P: Um no. D: OK. An any pain anywhere else like on your fingers or your elbow? -P: No. +P: No. D: OK, and. What movement would you say hurts the most? diff --git a/tests/data/transcripts/MSK0012.txt b/tests/data/transcripts/MSK0012.txt index dbcde54..18d1c8f 100644 --- a/tests/data/transcripts/MSK0012.txt +++ b/tests/data/transcripts/MSK0012.txt @@ -13,7 +13,7 @@ P: That's something that happened after that happens that that's been going on f D: OK, and is this pain constant or does it come and go? -P: And it's pretty much always there, but certain things can make it worse. Like if I'm walking or doing certain activities it can it can make it worse. +P: And it's pretty much always there, but certain things can make it worse. Like if I'm walking or doing certain activities it can it can make it worse. D: OK. And did you have any back pain before this month? @@ -57,7 +57,7 @@ P: I used to work on an assembly line, so I used to. Like carry heavy objects an D: OK, and do you still work there? -P: No, I don't. +P: No, I don't. D: OK when did you stop working there? @@ -75,13 +75,13 @@ D: Does it move anywhere else besides that or those are the regions that it stay P: No, those are kind of the only regions that I'm experiencing it right now. -D: OK. And do you get more pain leaning bending forward or would you say extending your back? +D: OK. And do you get more pain leaning bending forward or would you say extending your back? P: I would say ext.. Extending my back hurts more. D: OK and you get pain with sitting down? -P: Um sometimes. +P: Um sometimes. D: OK, how about lying down? @@ -95,7 +95,7 @@ D: OK, let's see and. Other than that, so other than this pain that's been going P: Uhm No, no fevers or chills. -D: OK, no night sweats? +D: OK, no night sweats? P: No. @@ -105,13 +105,13 @@ P: No, no. D: Any rashes or skin changes? -P: No +P: No D: Any uh. Any cough or cold symptoms recently? P: Um no nothing like that. -D: OK and apart from your back, any kind of joint or muscle pain anywhere else in your body? +D: OK and apart from your back, any kind of joint or muscle pain anywhere else in your body? P: No. @@ -157,13 +157,13 @@ P: No. D: No OK. Are you on any. So do you have any past medical conditions you've been diagnosed with? -P: No. +P: No. D: No. Do you take any medications regularly? P: No, I don't. I just take calcium and vitamin D and other but multi vitamins. -D: OK, any allergies to any medications? +D: OK, any allergies to any medications? P: No. @@ -173,12 +173,12 @@ P: No. D: No, OK, any family history of any autoimmune conditions, any heart or lung conditions? -P: Um no not that I know of. +P: Um no not that I know of. D: OK, an and, currently you said you work from home. How would you describe your living situation like? P: I would say I it's it's OK. I live in an apartment with my husband. - + D: OK. And currently do you smoke? P: No. @@ -219,7 +219,7 @@ D: OK nd how about if you're laying flat are you able to raise your legs without P: I can do that, yeah, actually no. I can't. Sorry that that hurts. -D: So your right leg hurts when you do that? +D: So your right leg hurts when you do that? P: Yeah @@ -233,14 +233,14 @@ P: Um a little bit of limp yeah, I'm putting more weight on the left leg. D: OK, alright, so yeah, those are just some of the questions I I had for you today. Do you have any questions at all? -P: Um no, what can I do about this back pain and how long do you think I'll have it for? +P: Um no, what can I do about this back pain and how long do you think I'll have it for? -D: Yeah, so it's been happening for one month right and you're getting some symptoms in in your lower leg, so normally we would wait before we do any kind of diagnostic imaging. But since you're also having these other symptoms we we were worrying about sometimes lower back pain can lead to something called sciatica. It's just when one of the nerves get pinched, and then that's why you're getting the tingling around your right upper leg. So what we can do is. We can do if you haven't had an X Ray, we can do an X Ray of your lower back. And then we can also do an MRI. +D: Yeah, so it's been happening for one month right and you're getting some symptoms in in your lower leg, so normally we would wait before we do any kind of diagnostic imaging. But since you're also having these other symptoms we we were worrying about sometimes lower back pain can lead to something called sciatica. It's just when one of the nerves get pinched, and then that's why you're getting the tingling around your right upper leg. So what we can do is. We can do if you haven't had an X Ray, we can do an X Ray of your lower back. And then we can also do an MRI. -P: OK +P: OK D: And. Based on what results come back at the same time we will, I will give you some information about some anti- inflammatory medications you could take to help relieve some of your pain, but other than that I will also refer you to some physiotherapy. That will help you do some exercises at home. Just ways to protect your back as well as strengthen some of your muscles to help deal with some of that pain. Yeah, so we'll get the results back. And then we'll go from there. P: OK, sounds good. Thank you. - + D: You're welcome. Take care. diff --git a/tests/data/transcripts/MSK0013.txt b/tests/data/transcripts/MSK0013.txt index 3c45983..d2d2a50 100644 --- a/tests/data/transcripts/MSK0013.txt +++ b/tests/data/transcripts/MSK0013.txt @@ -8,7 +8,7 @@ P: It's been on going for the past like 2 years, but recently I've seen the past D: OK, and do you feel it in in both feet? -P: Yes. +P: Yes. D: OK and, where about do you feel the numbness and tingling tingling. Do you feel like all the way up your up your leg, or is it only part way? @@ -26,13 +26,13 @@ D: OK, have you had any like muscle weakness, to your legs or feet? P: Hum, maybe a little bit of muscle weakness in my legs. -D: OK, have you had any problems with balance or have it you had any falls? +D: OK, have you had any problems with balance or have it you had any falls? -P: No. +P: No. D: OK. Um and. Um OK, have you had any fevers or chills? -P: No. +P: No. D: Have you had any night sweats? @@ -46,7 +46,7 @@ D: OK, have you had any headaches? P: No. -D: Alright, have you had any sensory changes like changes to your vision, hearing or sense of smell or taste? +D: Alright, have you had any sensory changes like changes to your vision, hearing or sense of smell or taste? P: No. @@ -70,7 +70,7 @@ D: Any have you had any dizziness or lightheadedness? P: Nope. -D: Have you had any heart palpitations or feeling like your heart's racing? +D: Have you had any heart palpitations or feeling like your heart's racing? P: No. @@ -102,7 +102,7 @@ D: OK, and do you have any numbness or tingling to any other parts of your body? P: Maybe a little bit in my fingertips as well. -D: OK, and when did you first start noticing that? +D: OK, and when did you first start noticing that? P: Um in the past year. @@ -120,11 +120,11 @@ P: No. D: OK, and have you had any any back pain? -P: No. +P: No. D: OK, in the past have you been diagnosed with any? Or sorry before that and have you had any neck pain? -P: No, no neck pain. +P: No, no neck pain. D: OK. And in the past, have you been diagnosed with any medical conditions? @@ -132,7 +132,7 @@ P: Um yeah, so I've been diagnosed with diabetes. Hypertension. Hypercholesterol D: OK, and are you currently on any medications? Like do you have? Do you use insulin? -P: I do so. I'm on insulin, short acting and long acting, I'm on Ramipril, I'm on Atorvastatin, yeah. +P: I do so. I'm on insulin, short acting and long acting, I'm on Ramipril, I'm on Atorvastatin, yeah. D: OK. an, and do you recall any like what your A1C has been in the past or, an have you had your eyes checked and kidneys checked? @@ -140,7 +140,7 @@ P: A1c has been pretty high. Especially recently I think it was eight point 8.1 D: OK. And do you have any allergies to medications? -P: No. +P: No. D: Alright, and have you had any prior surgeries or hospitalizations? @@ -148,7 +148,7 @@ P: No, I don't believe so. D: OK, and are your immunizations up to date? -P: Yes. +P: Yes. D: OK, and. and. Can you tell me a little bit about where you're living currently and who you're living with? @@ -156,7 +156,7 @@ P: I live in a house downtown with my wife. D: OK, and are you working currently? -P: I am, I work from home though. +P: I am, I work from home though. D: OK. So and, have you been around anybody who's been sick? @@ -180,7 +180,7 @@ P: Yeah, I. I'm hoping to cut down. D: OK, that's good, and if at any point you need help or I would like to discuss that, just please let me know. OK, and do you smoke cigarettes? -P: I do. +P: I do. D: OK, how much do you smoke? @@ -202,7 +202,7 @@ D: OK and. Could you tell me about your partners or partner? P: Yeah, just my wife. We've been together for the past five years. -D: OK, any concerns for a sexually transmitted infection at this time? +D: OK, any concerns for a sexually transmitted infection at this time? P: No. @@ -216,17 +216,17 @@ P: No cancers that I know of. D: OK, and how about heart conditions or or lung conditions? -P: No, nothing like that. +P: No, nothing like that. D: OK, so next. Just wanted to move on to their physical exam piece of the appointment today, so just looking at your um, the, at your feet and at the joints of the ankle and toes are you seeing any swelling, redness, or yeah, any swelling or redness? P: Um no no swelling or redness. -D: All right, are there is there a temperature change to your feet or any of the joints? Are they feeling hot or cold? +D: All right, are there is there a temperature change to your feet or any of the joints? Are they feeling hot or cold? -P: No. +P: No. -D: OK. And is there any deformities or misalignment of any of the joints? +D: OK. And is there any deformities or misalignment of any of the joints? P: No. @@ -234,7 +234,7 @@ D: OK, and any scarring from any of the trauma? P: Uhm, there are like. Yeah, there's some scarring from like ulcers. -D: From previous ones that have that have healed? +D: From previous ones that have that have healed? P: Healed. Yeah, that's right. @@ -266,7 +266,7 @@ D: OK. And. OK, so that was everything that I wanted to ask and and check today. P: Just what do you think is going on with my feet and how do I get some sensation back? -D: So it does sound like it could be related to diabetes where what happens is you get like a peripheral neuropathy overtime and you can lose sensation to your feet in a glove and stocking distribution, which sounds like the history history you're saying today with having sensation reduced on your feet and also your fingertips as well. +D: So it does sound like it could be related to diabetes where what happens is you get like a peripheral neuropathy overtime and you can lose sensation to your feet in a glove and stocking distribution, which sounds like the history history you're saying today with having sensation reduced on your feet and also your fingertips as well. P: Mmmm diff --git a/tests/data/transcripts/MSK0014.txt b/tests/data/transcripts/MSK0014.txt index c9a2e5e..3ce279b 100644 --- a/tests/data/transcripts/MSK0014.txt +++ b/tests/data/transcripts/MSK0014.txt @@ -16,7 +16,7 @@ P: It It definitely it definitely looks more red than my other knee. D: OK, and so what knee is it that, that's bothering you right now? -P: It's the right knee. +P: It's the right knee. D: OK. And so this pain has been going on for the last five days. Has it been getting better, worse, or staying the same? @@ -34,7 +34,7 @@ D: OK, and does the pain radiate anywhere? P: Uhm, I don't think so, no. -D: OK, so you're feeling it just in the knee and you said moving the knees is painful. Is there anything else that makes the pain worse? +D: OK, so you're feeling it just in the knee and you said moving the knees is painful. Is there anything else that makes the pain worse? P: Uhm, not really like resting it definitely helps, yeah, but I just have to keep it a bit immobilized. @@ -48,7 +48,7 @@ P: Yeah, usually with my normal this arthritis I do get some morning stiffness b D: OK, and did you have any trauma or any injury to the knee? -P: No, I didn't. +P: No, I didn't. D: OK, uh. @@ -56,7 +56,7 @@ P: I I did have like a steroid injection to the same knee just a week ago, but n D: OK. Anne. And. Have you had any fevers or chills? -P: No. +P: No. D: OK, have you had any changes to any of your senses like vision, hearing or your sense of smell or taste? @@ -70,21 +70,21 @@ D: Have you had any cough or shortness of breath? P: No. -D: How about any wheezing? +D: How about any wheezing? P: Nope. -D: Have you had any chest pain or yeah, have you had any chest pain? +D: Have you had any chest pain or yeah, have you had any chest pain? P: No. D: How about any lightheadedness or dizziness? -P: No, +P: No, D: OK and have you had any nausea or vomiting? -P: Um nope. +P: Um nope. D: Alright, have you had any loss of appetite? @@ -96,7 +96,7 @@ P: No. D: Have you had any changes to your bowel movements such as diarrhea or constipation, incontinence? -P: No. +P: No. D: Any urinary problems like painful urination or frequency. @@ -106,7 +106,7 @@ D: Have you had any skin changes like rashes anywhere? P: No. -D: OK, and any other painful joints or muscle aches or body pains? +D: OK, and any other painful joints or muscle aches or body pains? P: Yeah, I just got my general like I havee osteoarthritis, so I like It's been a pretty long time though but I get some pain in my hips sometimes my knees, so it's it's that's been going on for awhile, but this is something I've never experienced though like this significant pain and swelling and redness. @@ -148,7 +148,7 @@ P: I had a couple a couple of stents put in. D: OK, and you take aspirin for that? -P: Um yeah. +P: Um yeah. D: OK. Uhm, Alright, and could you tell me a little bit about where you're living and who you're living with? @@ -172,7 +172,7 @@ P: I used to I I forced myself to quit after my heart attack. D: OK, well that's good. I'm glad that you quit and how long did you spoke for and how much were you smoking during that time? -P: Probably smoked for more than 30 years and I was smoking only one to two packs a day at most. +P: Probably smoked for more than 30 years and I was smoking only one to two packs a day at most. D: OK. And. OK, and then I about your um family history. Is there anybody in the family that has any heart or lung conditions? @@ -198,7 +198,7 @@ D: And any numbness, tingling? P: No. -D: Or burning sensations? +D: Or burning sensations? P: No. diff --git a/tests/data/transcripts/MSK0015.txt b/tests/data/transcripts/MSK0015.txt index 8dd6063..31e241a 100644 --- a/tests/data/transcripts/MSK0015.txt +++ b/tests/data/transcripts/MSK0015.txt @@ -1,13 +1,13 @@ D: How may I help you? -P: Yeah, so I'm I'm George, the father, my daughter is 5 years old and I noticed just a few days ago that she was walking a little bit funny and kind of having a limp when she came back from school. And since since that then, she's been saying that it just hurts too much to put any weight on on that leg, on the right leg. And since then I've been like carrying her around. It's been very painful for her. So I just wanted to come in and check what might be going on. +P: Yeah, so I'm I'm George, the father, my daughter is 5 years old and I noticed just a few days ago that she was walking a little bit funny and kind of having a limp when she came back from school. And since since that then, she's been saying that it just hurts too much to put any weight on on that leg, on the right leg. And since then I've been like carrying her around. It's been very painful for her. So I just wanted to come in and check what might be going on. D: OK and so so. And this, when did this exactly start? P: So just two days ago. -D: OK, an um did she have any trauma to her right hip or or to hurt your right leg like a fall or any injuries? +D: OK, an um did she have any trauma to her right hip or or to hurt your right leg like a fall or any injuries? P: Sorry um no. Not that I know of at least and she hasn't told me anything like that. She does do some activities, some sports, but I haven't seen her fall anywhere. @@ -27,7 +27,7 @@ D: OK, so it sounds like she might have had a cold last week and did like the ru P: Yeah, the runny nose and cough are gone. Fever was gone too, but she did feel a little bit warm yesterday so I'm not sure about that. -D: OK, so she's at a a bit warm now still OK. +D: OK, so she's at a a bit warm now still OK. P: Yup. @@ -37,7 +37,7 @@ P: No, no headaches. D: Any sensory changes like things to her vision or hearing or taste or smell? -P: No. +P: No. D: OK. Any um sore throat or cough? @@ -57,11 +57,11 @@ P: No. D: OK, and has she had any unexpected weight loss? -P: Oh no, nothing like that. +P: Oh no, nothing like that. D: Any night sweats? -P: No. +P: No. D: Any nausea or vomiting? @@ -69,7 +69,7 @@ P: No. D: Any abdominal pain? -P: No abdominal pain. +P: No abdominal pain. D: OK, any diarrhea or constipation or blood in the stool? @@ -93,7 +93,7 @@ P: No, not that she's mentioned no. D: OK and and, how about a muscle weakness? -P: No. +P: No. D: No OK. And any confusion or or memory loss? @@ -107,7 +107,7 @@ D: OK, and did her hips, did like was she able to walk afterwards? P: Yeah, yeah. And we were seeing a specialist, an orthopedic surgeon and they were managing her and after one year they stopped following her. She was well like she was walking, no issues. -D: OK, so she's walking around one year. +D: OK, so she's walking around one year. P: Mmm @@ -161,7 +161,7 @@ P: No nothing like that. D: OK. And then any musculoskeletal or neurological conditions in the family? -P: No. +P: No. D: OK, so next on um just the exam. Um when you're looking at the right hip are you seeing any swelling, redness? @@ -169,7 +169,7 @@ P: Uh, no, not that I see anything. D: No OK, and is there any like muscle atrophy around the hip? -P: No, not that I see at all. +P: No, not that I see at all. D: OK and then is there any misalignment or deformity of the joints that you can see? @@ -183,13 +183,13 @@ D: OK, and is she able to move the hip in a full range of motion of like flexion P: Uhm, so she does. She is able to move it if she really tries. But it's mainly just the putting her weight on it and anytime she puts her weight on it is is when it really hurts. -D: OK, so more about the weight on it, and is she able to move that her knee with a full range of motion? +D: OK, so more about the weight on it, and is she able to move that her knee with a full range of motion? P: Yeah. D: OK, and any any muscle weakness when testing around the joint? -P: No. +P: No. D: No, OK. So I think that was everything that I wanted to ask on history and check was there anything I maybe forgot about you thought would be more important today, diff --git a/tests/data/transcripts/MSK0016.txt b/tests/data/transcripts/MSK0016.txt index 8730d10..dbceda2 100644 --- a/tests/data/transcripts/MSK0016.txt +++ b/tests/data/transcripts/MSK0016.txt @@ -12,7 +12,7 @@ P: Yeah, it first uh it would only bug me for a couple of minutes at a time and D: OK, so um it's gotten worse then, you said over the past few weeks? -P: Yeah it has. +P: Yeah it has. D: OK um and is it always there? Is it persistent or does it come and go? @@ -20,7 +20,7 @@ P: It comes and goes. D: OK and what makes it better or worse? -P: Uh better uh I've tried some um Advil um and Tylenol and it's kind of the, hasn't done much um for the pain really, uh I think only the thing that kind of helps it is just not using it as much, um yeah. +P: Uh better uh I've tried some um Advil um and Tylenol and it's kind of the, hasn't done much um for the pain really, uh I think only the thing that kind of helps it is just not using it as much, um yeah. D: Yeah, alright, um have you tried any like cold compresses, um topical creams? Anything like that? @@ -74,7 +74,7 @@ D: Uh fevers or chills? P: No. -D: Uh rashes? +D: Uh rashes? P: No rashes. @@ -92,7 +92,7 @@ P: Nope, neither of those. D: OK. Chest pain or heart palpitations? -P: Um nope, I haven't had that. +P: Um nope, I haven't had that. D: OK, how about um changes in your bowel movements? @@ -102,7 +102,7 @@ D: OK, good. Any nausea or vomiting? P: No I haven't had any of that. -D: OK, any changes in your voiding? +D: OK, any changes in your voiding? P: Uh, no I I um haven't had any problems with urination. @@ -110,7 +110,7 @@ D: OK, um are you otherwise healthy? Do you have any longstanding medical condit P: Um I have hypothyroidism, so I take um like uh thyroxine for that and um I am overweight as well, or in obesity class one I think. -D: OK, and um do you take any medications for the hypothyroid? +D: OK, and um do you take any medications for the hypothyroid? P: Yeah I do, I take um I take uh Synthroid, I think. @@ -120,15 +120,15 @@ P: No, I've just been trying to uh change diet around when I can and um and tryi D: Yeah, for sure. Um alright, and then are you up to date with your immunizations? -P: I am, yeah and I get the flu shot every year. +P: I am, yeah and I get the flu shot every year. -D: OK, that's good. Um and have you had any hospitalizations or surgeries in the past? +D: OK, that's good. Um and have you had any hospitalizations or surgeries in the past? P: Um I, I, no, I haven't had anything like that. D: No, OK. Um any allergies? -P: Uh no allergies. +P: Uh no allergies. D: OK, family history of lung or heart conditions? @@ -152,7 +152,7 @@ P: Uh no cancer. D: No cancers, OK. Um alright and then, do you smoke? -P: I do, yeah, I smoke about um 5 to 10 cigarettes per day. +P: I do, yeah, I smoke about um 5 to 10 cigarettes per day. D: OK, and um for how long have you been doing that? @@ -170,7 +170,7 @@ D: No, OK. Any recreational drugs. P: Um nope, I don't use anything like that. -D: OK, how about alcohol? Do you drink? +D: OK, how about alcohol? Do you drink? P: Um I'll have wine every once in awhile on the weekends, maybe maybe a drink per week, something like that. @@ -178,7 +178,7 @@ D: OK, um and have you been in contact with anyone sick recently? P: Uh no, I don't believe so. -D: OK, how about travel? +D: OK, how about travel? P: No, I've been I've been at home and and just going to work. @@ -194,9 +194,9 @@ D: OK, alright good, um so now we're just going to move on to the physical exam P: No, no symptoms like that. -D: No, OK. And um do you, does that one seem to be more atrophied or are there any deformities or skin changes on that one? +D: No, OK. And um do you, does that one seem to be more atrophied or are there any deformities or skin changes on that one? -P: Um maybe uh a little less muscle bulk on the, like where my thumb is. +P: Um maybe uh a little less muscle bulk on the, like where my thumb is. D: OK, OK. Um and then I'm gonna get you to palpate certain areas of that arm. So let's start um at the top, when you when you press down on your shoulder blades or just at the very top of your um arm where your, or at the very top where your arm connects to your shoulder, does it hurt over there? diff --git a/tests/data/transcripts/MSK0017.txt b/tests/data/transcripts/MSK0017.txt index bf83dda..aea1685 100644 --- a/tests/data/transcripts/MSK0017.txt +++ b/tests/data/transcripts/MSK0017.txt @@ -1,6 +1,6 @@ D: What brings you in? -P: Hi, yeah, so I've had this uh back pain that's been going on now for the last uh two weeks, it's just kind of right in the lower back and it just hasn't gone away. +P: Hi, yeah, so I've had this uh back pain that's been going on now for the last uh two weeks, it's just kind of right in the lower back and it just hasn't gone away. D: OK, um last two weeks you said, is it getting worse? @@ -8,7 +8,7 @@ P: Uh no, it's not really getting any worse, uh it's just been uh limiting my ab D: Right, OK, and what do you do for work? -P: So I work um at a butcher shop. +P: So I work um at a butcher shop. D: OK. @@ -22,9 +22,9 @@ D: OK, OK, um and is this a persistent kind of back pain or does it come and go? P: It's um, I can kind of always feel it, but it certainly gets worse if I am moving. So if I'm just kind of sitting at rest, I don't really, yeah, I don't really feel it that much. -D: OK, OK, and if you were to describe the quality of this pain, um would you say it's sharp, throbbing, achy, crampy? +D: OK, OK, and if you were to describe the quality of this pain, um would you say it's sharp, throbbing, achy, crampy? -P: I'd say I get kind of uh, it's a sharp pain. +P: I'd say I get kind of uh, it's a sharp pain. D: Sharp pain, OK. Um does anything make it better or worse? @@ -32,31 +32,31 @@ P: Um better would just be uh resting. D: OK. -P: Um kind of just lying down, or um yeah, just just trying to uh rest. But um making it worse, yeah, if I'm uh like really any movement um if I'm like bending forward or um kind of like leaning to the side, I start to get um get some pain in the lower back. +P: Um kind of just lying down, or um yeah, just just trying to uh rest. But um making it worse, yeah, if I'm uh like really any movement um if I'm like bending forward or um kind of like leaning to the side, I start to get um get some pain in the lower back. -D: OK, OK. And then 1 to 10, 10 being the worst pain you've ever felt, how bad or uh how severe would you rate it? +D: OK, OK. And then 1 to 10, 10 being the worst pain you've ever felt, how bad or uh how severe would you rate it? -P: I would say 7. +P: I would say 7. D: A 7, OK. And have you ever had pain like this in the past? -P: Uh yeah, I've I've hurt my lower back before like many years ago. Um but it's been OK since then. +P: Uh yeah, I've I've hurt my lower back before like many years ago. Um but it's been OK since then. D: OK. Uh did you get any sort of treatment or management for that pain um back in the day? -P: At that time it was just rest and like did some stretching and I took some um anti inflammatories and it went away after a couple of months. +P: At that time it was just rest and like did some stretching and I took some um anti inflammatories and it went away after a couple of months. D: OK, OK. Um and are you having any sort of like numbness or tingling, anywhere on your body? -P: No, nothing like that. +P: No, nothing like that. D: Alright, how about any muscle weakness? -P: Uh no muscle weakness. +P: Uh no muscle weakness. D: No, OK. Are you still able to walk and do things that you normally would do in a day? -P: Uh yeah, I'm able to walk still. +P: Uh yeah, I'm able to walk still. D: OK. Um any dizziness or fainting spells? @@ -64,19 +64,19 @@ P: Nope, nothing like that. D: OK. Any pain elsewhere on your body? -P: No, just just the lower back, yeah. +P: No, just just the lower back, yeah. D: OK. Headaches? -P: Uh nope. +P: Uh nope. D: OK, weight loss? P: No, I haven't had any weight loss. -D: OK. Fevers or chills? +D: OK. Fevers or chills? -P: Nope, no fevers or chills. +P: Nope, no fevers or chills. D: Um rashes? @@ -86,7 +86,7 @@ D: Changes in your vision, hearing, taste or smell? P: No changes like that. -D: OK. Any coughing, shortness of breath or wheeziness? +D: OK. Any coughing, shortness of breath or wheeziness? P: Um nope, nothing like that. @@ -100,7 +100,7 @@ P: Uh no changes to bowel movements, no diarrhea and no incontinence or anything D: OK, um and then uh nausea or vomiting? -P: Nope, nothing like that. +P: Nope, nothing like that. D: OK, how about um changes to your appetite? @@ -122,7 +122,7 @@ D: OK. Are you on any medications? P: No, I I don't uh take any medications. -D: OK. Are you up to date with all your immunizations? +D: OK. Are you up to date with all your immunizations? P: I am, yep. @@ -136,7 +136,7 @@ P: Um no, nothing like that. D: OK, how about um heart or lung diseases? -P: Uh, no, no heart or lung diseases. +P: Uh, no, no heart or lung diseases. D: OK, uhm how about autoimmune conditions? @@ -154,7 +154,7 @@ D: OK and do you consume marijuana? P: Uh sometimes, I'll have like uh edibles, little candy, sometimes at nighttime they they help me uh relax and sleep, but I don't use that very often. -D: OK, how often do you use them? +D: OK, how often do you use them? P: I would say maybe uh once a week. @@ -164,7 +164,7 @@ P: No, and I haven't used any before. D: OK, and how about alcohol, do you consume alcohol? -P: Yeah I'll have a couple of beers on the weekend, so maybe like two or three. +P: Yeah I'll have a couple of beers on the weekend, so maybe like two or three. D: OK, uhm and who and where do you live right, who with and where do you live right now? @@ -174,11 +174,11 @@ D: OK, OK. Um alright, and any concerns for STI's at all? P: Oh no, I've been with my wife now for a long time and we've been monogamous so no concerns for uh sexually transmitted infection right now. -D: OK, how about um sick contacts, have you been in contact with anyone sick recently? +D: OK, how about um sick contacts, have you been in contact with anyone sick recently? P: No, I don't think so. -D: OK, any travel recently? +D: OK, any travel recently? P: Uh no, I haven't traveled anywhere. @@ -192,11 +192,11 @@ P: Kind of just, yeah, on the lower uh lower right side like more on the, more o D: More on the right side, OK. Now, if you have a mirror with you, or if you have someone there with you who can um speak to this, does your right side appear more red, swollen, or hot compared to your left side of the lower back? -P: Uh no, nothing like that. +P: Uh no, nothing like that. D: No, OK, and does it seem like it's more atrophied or do you see any deformities or skin changes in that area? -P: Uh nope, no deformities or skin changes. +P: Uh nope, no deformities or skin changes. D: OK, um alright and I'm gonna get you to um bend down all the way and touch your toes if you can. diff --git a/tests/data/transcripts/MSK0018.txt b/tests/data/transcripts/MSK0018.txt index 93bde09..35bd509 100644 --- a/tests/data/transcripts/MSK0018.txt +++ b/tests/data/transcripts/MSK0018.txt @@ -10,7 +10,7 @@ D: 2 hours ago, okay. Um, and is this pain persistent or is it like on and off? P: It's, it's constant. It hasn't gone away at all. -D: Okay. 1 to 10, 10 being the worst. How bad is this pain? +D: Okay. 1 to 10, 10 being the worst. How bad is this pain? P: I don't know, like probably like 8 or, 8 or 9. @@ -30,11 +30,11 @@ D: Okay, um, and do you, are you experiencing any tingling or numbness? P: Um, no, I don't think so. -D: No, okay. Uh, how about any muscle weakness? +D: No, okay. Uh, how about any muscle weakness? P: Um, in that area, I don't know if it's weakness or pain, but I just can't move it up and I, I, I do feel some like numbness just above my shoulder. No tingling though. -D: Okay, any pain elsewhere in your body? +D: Okay, any pain elsewhere in your body? P: No. @@ -56,7 +56,7 @@ P: No. D: Rashes? -P: Um, no. +P: Um, no. D: Uh, changes in your vision, hearing, smell or taste? @@ -112,7 +112,7 @@ P: Um, no. D: Okay. Um, do you smoke at all? -P; No. +P; No. D: No. Um, do you consume marijuana? @@ -130,7 +130,7 @@ D: Okay. And um, have you traveled anywhere recently? P: Um, no, I've been at home. -D: Okay, any sick contacts? +D: Okay, any sick contacts? P: No. @@ -158,7 +158,7 @@ D: No, okay. And then can I get you to um, can you lift your shoulder up at all? P: No, I, I can't. I can't move it at all. -D: Alright, so um, it sounds like you have a shoulder dislocation. Um, so we are going to do an x-ray of your shoulder joint first to make sure that it's, it's just a dislocation and there aren't any broken bones or fractures. And then um, we can resolve this by doing something called a closed reduction, um, to try to put the joint back in its place. +D: Alright, so um, it sounds like you have a shoulder dislocation. Um, so we are going to do an x-ray of your shoulder joint first to make sure that it's, it's just a dislocation and there aren't any broken bones or fractures. And then um, we can resolve this by doing something called a closed reduction, um, to try to put the joint back in its place. P: Okay. diff --git a/tests/data/transcripts/MSK0019.txt b/tests/data/transcripts/MSK0019.txt index e03287a..5dd9a1c 100644 --- a/tests/data/transcripts/MSK0019.txt +++ b/tests/data/transcripts/MSK0019.txt @@ -44,7 +44,7 @@ P: Uh, no. D: No. Any headaches? -P: No. +P: No. D: Dizziness? @@ -74,7 +74,7 @@ D: Chest pain or heart palpitations? P: No. -D: Uh, changes in your bowel movements? +D: Uh, changes in your bowel movements? P: No. @@ -82,7 +82,7 @@ D: Nausea or vomiting? P: No. -D: Changes in your voiding? +D: Changes in your voiding? P: No. @@ -92,7 +92,7 @@ P: Yeah no, I've been healthy, uh, no other issues in my Life. D: Okay, that's good. Um, how about, um, medications, are you on any? -P: No, no medications. I've just been taking some Advil for this pain. +P: No, no medications. I've just been taking some Advil for this pain. D: Okay, I see. And how about immunizations? Are you up-to-date? @@ -106,7 +106,7 @@ D: Family history of any musculoskeletal issues? P: No, just uh, I guess my dad, he's, he's getting some knee pain and hip pain now, starting now. But like that's about it. -D: How old is he? +D: How old is he? P: My dad, he's 60. @@ -124,7 +124,7 @@ P: Um, I think my aunt on my mother's side, um, she, she had, uh, uterine cancer D: Okay, I see, alright. Um any allergies, or sorry, you answered that. Do you, do you smoke? -P: Uh, no. +P: Uh, no. D: No. Um, do you consume any marijuana? @@ -132,9 +132,9 @@ P: Uh, no. D: Do you drink alcohol? -P: Um, just, like maybe some wine on uh, wine, beer every couple days. +P: Um, just, like maybe some wine on uh, wine, beer every couple days. -D: Okay, um, and where do you live right now? And who do you live with? +D: Okay, um, and where do you live right now? And who do you live with? P: Um, I live with my wife and uh, four year old daughter. @@ -150,7 +150,7 @@ D: Have you traveled anywhere recently? P: No. -D: Okay, well um, let's move on to the physical exam part of this interview then. Um, so I'm going to get you to look at both your uh, arms and hands and you let me know if you see any redness or swelling in uh, your right arm compared to your left. +D: Okay, well um, let's move on to the physical exam part of this interview then. Um, so I'm going to get you to look at both your uh, arms and hands and you let me know if you see any redness or swelling in uh, your right arm compared to your left. P: Okay. Um, so like, with movement? @@ -192,9 +192,9 @@ P: Um, not weak, but it does definitely like um, when I picked up the pencil and D: Okay, alright. So would you mind extending or like straightening out your elbow all the way and then also straightening out your wrists. Um, does that hurt? -P: Uh, straightening out, no, it doesn't hurt. +P: Uh, straightening out, no, it doesn't hurt. -D: Even with uh, like the wrist um, straightened out? +D: Even with uh, like the wrist um, straightened out? P: Um, yeah if I, if I completely straighten out my wrist uh, then like I just feel a bit of uh, soreness, but not as much pain as when I, um, am lifting something with my wrist or just raising my wrist upwards. @@ -202,7 +202,7 @@ D: Okay. Okay, how about when you flex your wrist all the way? P: Um, that hurts a little bit, but not nearly as much as when I extend it. -D: Okay. Okay, um, those are all the questions I had for you today, and did you have any questions of your own for myself? +D: Okay. Okay, um, those are all the questions I had for you today, and did you have any questions of your own for myself? P: Uh, yeah, I was just wondering what this, this might be. diff --git a/tests/data/transcripts/MSK0020.txt b/tests/data/transcripts/MSK0020.txt index e2eca87..3a6772f 100644 --- a/tests/data/transcripts/MSK0020.txt +++ b/tests/data/transcripts/MSK0020.txt @@ -68,7 +68,7 @@ P: Uhm, no, I haven't really felt any other pain in any other joint so far. D: OK. And any weight loss recently? -P: No. +P: No. D: No, OK. How about and fevers or chills? @@ -80,7 +80,7 @@ P: No. D: And changes in your vision, hearing, smell or taste? -P: Nope. +P: Nope. D: Uhm how about coughing, wheezing or shortness of breath? @@ -138,7 +138,7 @@ D: OK, how much did you used to smoke? P: Probably a pack a day pack a day. -D: OK, uhm well, congrats for quitting. I'm sure that wasn't hard. I mean sorry, I'm sure that was hard. Uhm, yeah, so that's good. And have you, do you consume marijuana? +D: OK, uhm well, congrats for quitting. I'm sure that wasn't hard. I mean sorry, I'm sure that was hard. Uhm, yeah, so that's good. And have you, do you consume marijuana? P: No. @@ -152,11 +152,11 @@ P: Uh, nope, not anymore. I used to probably drink some wine here and there, but D: OK. And who do you live with right now? And where do you live? -P: Right now, I live with my wife and we live in a small condominium. +P: Right now, I live with my wife and we live in a small condominium. D: OK. Uhm, alright, and then any recent sick contacts? -P: No. +P: No. D: No, OK, how about uhm, uh travel anywhere? @@ -184,7 +184,7 @@ P: Uh, no. D: No, OK. I'm gonna get you to palpate your hipbones. Does that hurt? -P: No, not really. +P: No, not really. D: OK, how about when you do that to your knees? @@ -192,17 +192,17 @@ P: Uh, the knee I can feel a little bit of I would say it's more of a discomfort D: OK, so some discomfort on the patella palpation. Uhm, alright and then when you palpate those areas, do you feel like there is a grading sensation? How, does it feel warm? -P: No. +P: No. D: No, OK. And then I'm gonna get you to, can you flex your hips all the way so bend so from a sitting position stand up first? Does it hurt when you extend your hips like that? -P: Not right now. I think, I'm pretty sure my hips are pretty well rested right now, but there is still a little bit of stiffness. +P: Not right now. I think, I'm pretty sure my hips are pretty well rested right now, but there is still a little bit of stiffness. D: OK. OK, so some stiffness on hip extension. How about when you bend your hips all the way? P: Yeah, that's a I can't really go down that far. But yeah, even bending, as much as I can, there is some discomfort there. -D: OK, so some discomfort and some pain on hip flexion as well as limited range of motion. +D: OK, so some discomfort and some pain on hip flexion as well as limited range of motion. P: Mhmm. @@ -212,7 +212,7 @@ P: No, not really. D: No, OK. Alright, and I'm going to get you to, uh, extend your knee, so straighten it out. Yeah, does that hurt? -P: Uhm, yeah, a little stiffness in my knees. I feel like I feel more of the grating sound in my knees. +P: Uhm, yeah, a little stiffness in my knees. I feel like I feel more of the grating sound in my knees. D: OK, OK. And then how about when you bend your knees all the way backwards? You can do one at a time. diff --git a/tests/data/transcripts/MSK0021.txt b/tests/data/transcripts/MSK0021.txt index 8ab5105..5e7ad9c 100644 --- a/tests/data/transcripts/MSK0021.txt +++ b/tests/data/transcripts/MSK0021.txt @@ -18,7 +18,7 @@ D: OK. OK, and if you were to describe the quality of your pain, would you say i P: Uh, it's a sharp pain. -D: Sharp pain, OK. And one to 10, 10 being the worst pain you've ever had. How bad is this pain? +D: Sharp pain, OK. And one to 10, 10 being the worst pain you've ever had. How bad is this pain? P: It's about a 7. @@ -52,11 +52,11 @@ P: No, just, just the left knee. D: And whereabouts on the left knee, is it? -P: It's on the anterior aspect. Like on the front of it, but I I could, it feels like the pain is right behind my like right underneath the kneecap. +P: It's on the anterior aspect. Like on the front of it, but I I could, it feels like the pain is right behind my like right underneath the kneecap. -D: Right underneath the knee, OK. +D: Right underneath the knee, OK. -P: Yeah. +P: Yeah. D: OK. Alright and otherwise like have you had any weight loss? @@ -86,13 +86,13 @@ D: OK, chest pain or heart palpitations? P: Nope. No chest pain or or anything like that. -D: OK. Any changes in your bowel movements? +D: OK. Any changes in your bowel movements? P: Nope, I haven't had any diarrhea or any blood. D: OK, any changes in your urination? -P: No. +P: No. D: No, OK. Alright, and are you otherwise healthy or do you have any longstanding medical conditions? @@ -106,7 +106,7 @@ D: OK alright. And are you, have you been hospitalized or had surgeries in the p P: No, I haven't had any. -D: OK, how about immunizations? Are you up to date? +D: OK, how about immunizations? Are you up to date? P: I am, yes. @@ -190,15 +190,15 @@ D: No pain there. OK, good. When you are palpating, was there a difference in te P: No, the temperature feels the same. -D: OK, OK, good. So now I'm going to uhm, are you sitting down? +D: OK, OK, good. So now I'm going to uhm, are you sitting down? -P: I am yes. +P: I am yes. D: OK, so from a sitting position I'm going to get you to stand up uhm, and you let me know if that is painful. -P: It is, yeah. +P: It is, yeah. -D: Yeah, OK. Uhm, and then how about when you bend your knees? +D: Yeah, OK. Uhm, and then how about when you bend your knees? P: Uhm, no, no pain with just bending. diff --git a/tests/data/transcripts/MSK0022.txt b/tests/data/transcripts/MSK0022.txt index e0ced86..b2d8b1d 100644 --- a/tests/data/transcripts/MSK0022.txt +++ b/tests/data/transcripts/MSK0022.txt @@ -50,9 +50,9 @@ D: OK, I see OK. And are you getting any pain in any other joints? P: Um actually yeah my my right ankle bugs me a little bit. I'm sorry if that's considered a large joint. But yeah, my ankle hurts and then also my in my hands I have. Like the middle one. Not proximal interphalangeal joint, yeah those ones hurt too. -D: OK. +D: OK. -P: I think I have like more than 10 joints that are swollen and painful. +P: I think I have like more than 10 joints that are swollen and painful. D: OK, I see and has this pain been pretty constant or have there been days that you don't have the pain? @@ -78,7 +78,7 @@ D: OK, and have you lost any movement in any of these joints at all? P: Uh it is harder to to make a fist. Yeah I can't fully close my my fingers all the way down to make a fist. -D: I see. OK. Any kind of a um night sweats at all? +D: I see. OK. Any kind of a um night sweats at all? P: No. @@ -100,7 +100,7 @@ P: No changes to vision or hearing. D: OK. Any shortness of breath, chest pain? -P: No. +P: No. D: Any changes in your bowel movements? @@ -108,7 +108,7 @@ P: No, that's been normal. D: OK, any changes in your urinary patterns? -P: Nope, I haven't had any pain or anything like that. +P: Nope, I haven't had any pain or anything like that. D: OK, any numbness or tingling sensation anywhere, anywhere in your body? @@ -118,9 +118,9 @@ D: OK, have you been sick at all recently, either with like cold symptoms of any P: No, I felt OK. -D: OK and any muscle weakness? +D: OK and any muscle weakness? -P: I. I don't think so. I've just I I have had trouble like opening jars and various things, but I think that's part of the, um like pain that I'm having in my in my hands it makes it hard to grip. +P: I. I don't think so. I've just I I have had trouble like opening jars and various things, but I think that's part of the, um like pain that I'm having in my in my hands it makes it hard to grip. D: OK, uhm. And in terms of your medical history, have you been diagnosed with any conditions? @@ -130,7 +130,7 @@ D: OK, and when were you diagnosed with the hypothyroidism? P: Um this was about I like four years ago. -D: OK, today tell you what it was caused by it at all. +D: OK, today tell you what it was caused by it at all. P: Oh, I think I was, I think they said Hashimoto's. @@ -144,19 +144,19 @@ P: Yeah, I think it, I'm taking an ACE inhibitor for the blood pressure. D: OK, any allergies to any medications that you know? -P: Uh, no. +P: Uh, no. D: OK, any hospitalizations or surgeries in the past? P: No. -D: OK. Any family history of any autoimmune conditions? +D: OK. Any family history of any autoimmune conditions? -P: My mom had hypothyroidism as well, and uh, and that's it. +P: My mom had hypothyroidism as well, and uh, and that's it. D: OK, so anything else like rheumatoid arthritis, ulcertaive colitis, Crohn's disease, type one, diabetes, anything like that? -P: I I think my cousin actually has type one diabetes. He's a, like he's much younger than me, but yeah, I think he I have a cousin with type one diabetes as well. +P: I I think my cousin actually has type one diabetes. He's a, like he's much younger than me, but yeah, I think he I have a cousin with type one diabetes as well. D: OK. Alright, and um currently do you work? @@ -206,7 +206,7 @@ P: Yeah I can do. I can do that. D: OK. And are you able to walk without a limp or anything like that? -P: Um, yes I can. +P: Um, yes I can. D: OK. Alright, so those are just all the questions I had for you today. Do you have any questions or concerns? @@ -218,4 +218,4 @@ P: It does, yeah, thank you. D: You're welcome. And then if it does come out to be rheumatoid arthritis arthritis, which seems likely, you will need a referral to a rheumatologist to manage and treat your, uh, treat you with medications. -D: OK, thank you alright, you're welcome. Take care. +D: OK, thank you alright, you're welcome. Take care. diff --git a/tests/data/transcripts/MSK0023.txt b/tests/data/transcripts/MSK0023.txt index 11ed609..ef2fe7c 100644 --- a/tests/data/transcripts/MSK0023.txt +++ b/tests/data/transcripts/MSK0023.txt @@ -4,7 +4,7 @@ P: Hi, hi there I've been having this knee pain. It started almost immediately a D: OK, and when did this happen? -P: Uh, this happened about. Probably like 6 hours ago. Maybe like a few hours ago. +P: Uh, this happened about. Probably like 6 hours ago. Maybe like a few hours ago. D: OK, OK, I see and since then have you been able to walk at all or have you been just, has it been very difficult? @@ -44,7 +44,7 @@ P: Uh, no I just feel like pretty like just right in my in my knee. D: OK, and what kind of motions are hurting you right now the most? -P: I would say just like bending my knee, like, yeah, flexing my knee up as well as, like if I try to put any weight on it like I can't walk on it right now, I can't put any weight on my knee right now. And also even straightening it out hurts as well if I'm really flexing the muscle, so just trying to stay pretty immobile right now. +P: I would say just like bending my knee, like, yeah, flexing my knee up as well as, like if I try to put any weight on it like I can't walk on it right now, I can't put any weight on my knee right now. And also even straightening it out hurts as well if I'm really flexing the muscle, so just trying to stay pretty immobile right now. D: OK, I see. OK, and in terms of other symptoms, any kind of chest pain, shortness of breath? @@ -54,9 +54,9 @@ D: OK, any rashes or skin changes? P: No, the only skin change that I that I have is the like bruising or looks like you like blood around my knee. -D: OK you see is it warm to touch? +D: OK you see is it warm to touch? -P: Um. No, no, it's not warm. +P: Um. No, no, it's not warm. D: OK. In terms of your past medical history, any conditions you've been diagnosed with in the past? @@ -68,11 +68,11 @@ P: No, I don't. I don't think anything regularly. D: OK, any allergies to any medications? -P: No, I don't. +P: No, I don't. D: OK, any hospitalizations or previous surgeries? -P: No, nothing like that. +P: No, nothing like that. D: OK, and any family history of any musculoskeletal or rheumatologic conditions? @@ -82,7 +82,7 @@ D: OK. Uhm, OK, and other than that, do you, so are you at school right now? P: I am yeah, I'm in grade grade 10 and playing well playing on the the high school basketball team and that's how I got this injury here. -D: And have you had a similar injury at all in the past? +D: And have you had a similar injury at all in the past? P: No, I mean I'm I've I've sprained my ankles in the past, which would go would heal with some rest after a few days I never got those checked out because they're they weren't so bad, but I've never injured my knee before. @@ -106,7 +106,7 @@ D: OK, and then you said you noticed like bruising and kind of like there's bloo P: Yeah exactly yeah, it looks like it. 'cause it's a bit like Brown. I guess I can like see or on my knee I guess like the like a big bruise. -D: OK, I see. OK. And. Yeah, so those are kind of like all the questions I had for you. It seems that based on the description of how the injury happened an the mechanism and what you're feeling right now and in terms of the examination, it's possible that you had knee ligament injury. Most likely in this case, the anterior cruciate ligament, but just to make sure we will need to do an MRI of your knee and see which ligament is affected and to what extent. Uh, and usually with the with the depending on what we find on the MRI sometimes it can be just conservative management, but however oftentimes you do require surgery, so it would be. Just a surgery where we put kind of like a scope in into your knee and through the scope we try to fix the ligament. So yeah first, we'll just do the MRI and see to what extent your knee injury is and how how affected the ligaments are, and then we'll go from there. Does that sound OK? +D: OK, I see. OK. And. Yeah, so those are kind of like all the questions I had for you. It seems that based on the description of how the injury happened an the mechanism and what you're feeling right now and in terms of the examination, it's possible that you had knee ligament injury. Most likely in this case, the anterior cruciate ligament, but just to make sure we will need to do an MRI of your knee and see which ligament is affected and to what extent. Uh, and usually with the with the depending on what we find on the MRI sometimes it can be just conservative management, but however oftentimes you do require surgery, so it would be. Just a surgery where we put kind of like a scope in into your knee and through the scope we try to fix the ligament. So yeah first, we'll just do the MRI and see to what extent your knee injury is and how how affected the ligaments are, and then we'll go from there. Does that sound OK? P: It does. Yeah yeah, thank you. diff --git a/tests/data/transcripts/MSK0024.txt b/tests/data/transcripts/MSK0024.txt index 58529e4..375d16e 100644 --- a/tests/data/transcripts/MSK0024.txt +++ b/tests/data/transcripts/MSK0024.txt @@ -8,13 +8,13 @@ P: Yeah yes. D: OK and where exactly are you having the back pain? -P: It's in my lower back. +P: It's in my lower back. D: OK, and what kind of pain are you experiencing, is it like a sharp stabbing pain or is that a dull aching pain? P: It's kind of dull and achy but sometimes I feel like I have little spasms in my back. -D: OK, and how often are you getting these spasms? +D: OK, and how often are you getting these spasms? P: Um I'd say like two to three times a week. @@ -44,7 +44,7 @@ D: OK. And what kind of things make your pain worse like, bending down as oppose P: Yeah, bending down like it when I flex my back that hurts more than if I straighten it out. -D: OK. Is a bending hurts more and what about bending towards the sides? +D: OK. Is a bending hurts more and what about bending towards the sides? P: Um a little bit more towards my right side. @@ -80,7 +80,7 @@ D: Have you recently had any changes to your weight? P: No. -D: OK. And. Any kind of changes to your bowel movements? +D: OK. And. Any kind of changes to your bowel movements? P: No. @@ -88,7 +88,7 @@ D: OK. Any kind of issues with urination at all? P: No. -D: And any urinary or fecal retention or incontinence? +D: And any urinary or fecal retention or incontinence? P: No. @@ -106,7 +106,7 @@ P: No. D: Have you been hospitalized or had any surgeries in the past? -P: No. +P: No. D: OK. Do you have any family history of any musculoskeletal or rheumatologic condition? @@ -118,7 +118,7 @@ P: No. D: And so currently are you working or did you have to take time off work? -P: I'm taking some time off work until I figure out what this back pain is. +P: I'm taking some time off work until I figure out what this back pain is. D: OK. And currently, what's your living situation like? @@ -134,7 +134,7 @@ P: I drink occasionally, I'll have like a beer on the weekend. D: Any recreational drugs like marijuana? -P: No. +P: No. D: OK. Alright, so I'm just gonna ask a few questions, maybe get you to do some movements and see what hurts the most. @@ -158,13 +158,13 @@ P: Um no, I don't see anything like that. D: OK. And are you, has your gait, changed at all, or is it, are you able to walk without a limp or anything? -P: I'm able to walk without a limp. +P: I'm able to walk without a limp. D: OK. Alright, so and then, uh, bending down you said hurts more than standing up or extending your back, right? -P: Yes. +P: Yes. -D: OK. Alright, so those are all the questions I had for you today. Do you have any questions for me? +D: OK. Alright, so those are all the questions I had for you today. Do you have any questions for me? P: No, just like how can I treat this? diff --git a/tests/data/transcripts/MSK0025.txt b/tests/data/transcripts/MSK0025.txt index 3eac3fe..8e60e00 100644 --- a/tests/data/transcripts/MSK0025.txt +++ b/tests/data/transcripts/MSK0025.txt @@ -28,7 +28,7 @@ P: The past week. D: OK, and what about the numbness in your groin area? -P: That's been going on for the past week as well. +P: That's been going on for the past week as well. D: OK, and OK, and how would you describe your pain right now on a scale of 1 to 10, 10 being the worst pain you've felt? @@ -38,7 +38,7 @@ D: Eight or nine OK, and does it get worse with any, any motions at all? P: I think it's worse with um, I don't know like, it's worse with anything, anytime, anytime I tried to move it, it hurts. -D: OK, so you just improved with rest complete rest. +D: OK, so you just improved with rest complete rest. P: Yeah. @@ -50,13 +50,13 @@ D: Is it both legs or just one? P: It's mostly on my right, but the left one isn't the same as it used to be either. -D: OK +D: OK P: Yeah, I'm having a hard time like getting up from a chair and things like that. D: OK, and anything that you've tried that has helped relieve some of your symptoms. -P: I've tried like over the counter counter and ibuprofen. I've tried some topical analgesics and nothing seems to be working. +P: I've tried like over the counter counter and ibuprofen. I've tried some topical analgesics and nothing seems to be working. D: OK. And. Have you experienced any trauma? So you mentioned you had a car accident rate two months ago? @@ -80,23 +80,23 @@ P: No rashes or skin changes. P: No. -D: Any kind of chest pain short of, ah sorry shortness of breath? +D: Any kind of chest pain short of, ah sorry shortness of breath? P: Um no. D: Any cough or cold like symptoms? -P: No. +P: No. D: Uhm, any so you have some urinary incontinence, any fecal incontinence? P: No. -D: OK, how's an any recent changes in your weight? +D: OK, how's an any recent changes in your weight? P: No. -D: Have you been sick at all recently? +D: Have you been sick at all recently? P: No. @@ -128,9 +128,9 @@ D: OK, any other medications? P: No. -D: OK, any allergies to any medications? +D: OK, any allergies to any medications? -P: No. +P: No. D: OK. Any hospitalizations or previous surgeries? @@ -138,11 +138,11 @@ P: No. D: Any family history of any musculoskeletal or rheumatologic conditions? -P: Um no. +P: Um no. D: OK. Currently, do you work? -P: I do. I work from home right now, I'm a teacher. +P: I do. I work from home right now, I'm a teacher. D: OK, uh. And do you, did you do any work previously that required heavy lifting or strenuous activities regarding your back at all. @@ -154,19 +154,19 @@ P: I live at home with two of my children. D: OK. And are you able to do things at home that you were before look like, or do you need some extra help from it, your family members, or extra help from other workers. Anything like that? -P: Yeah, my family's definitely been helping me out a lot over these past few weeks because. Yeah, like I said, like I'm having some weakness in my legs. I can't move around as much because I'm in so much pain. Um and then like there are all these like bladder accidents so. Yeah, they've been helping me out with everyday things. +P: Yeah, my family's definitely been helping me out a lot over these past few weeks because. Yeah, like I said, like I'm having some weakness in my legs. I can't move around as much because I'm in so much pain. Um and then like there are all these like bladder accidents so. Yeah, they've been helping me out with everyday things. D: OK, I see. And currently, do you smoke? P: No. -D: OK, do you drink alcohol? +D: OK, do you drink alcohol? P: No. D: And any recreational drugs like marijuana? -P: No. +P: No. D: OK. I'm just getting at you to do a few things on just just as part of the physical examination. @@ -180,11 +180,11 @@ D: Do you notice any kind of redness, swelling in and around your back? P: Um not that I can tell. -D: OK, and how about if you press down on the your lower back, does it hurt? +D: OK, and how about if you press down on the your lower back, does it hurt? -P: Yeah, that hurts. +P: Yeah, that hurts. -D: OK. And are you experiencing the numbness right now and in your groin area? +D: OK. And are you experiencing the numbness right now and in your groin area? P: I am. diff --git a/tests/data/transcripts/MSK0026.txt b/tests/data/transcripts/MSK0026.txt index 00efc79..244a3f2 100644 --- a/tests/data/transcripts/MSK0026.txt +++ b/tests/data/transcripts/MSK0026.txt @@ -10,7 +10,7 @@ D: OK, so like underneath the kneecap, like below that? P: Yeah just just a little bit below. -D: OK, so slightly below the Patella. Sounds like somewhere in the region of the tibial through tuberosity. +D: OK, so slightly below the Patella. Sounds like somewhere in the region of the tibial through tuberosity. P: Right. @@ -18,13 +18,13 @@ D: OK, and when did this pain start? P: It started about two weeks ago. -D: OK, two weeks ago when the pain started, was there any trauma or could you remember any movement that that caused the pain? +D: OK, two weeks ago when the pain started, was there any trauma or could you remember any movement that that caused the pain? P: Nothing like that, but I recently found out that I had some osteoarthritis on my left knee, so I was trying to put more pressure on my right knee one whenever I was doing like gardening work um and I think something something may have happened when I was doing that, something maybe, maybe I put too much strain on it. D: OK, I see an. Alright, like are you doing a lot of kneeling on on or during the gardening work? -P: I am. +P: I am. D: OK. Um, and. How long has the pain been going on for, has it been constant over these two weeks? @@ -46,7 +46,7 @@ D: OK. And. Have you tried, has anything made the pain worse? P: I guess like when I kneel down on it, it gets painful or If I touch it or palpate it, I guess painful if I'm I'm flexing my knee too much that hurts as well. Kind of keeping it straight and not touching it makes it feel better. -D: OK, and. What would you say the severity of the pain is with 10 being the worst pain you've ever felt and one being the least pain? +D: OK, and. What would you say the severity of the pain is with 10 being the worst pain you've ever felt and one being the least pain? P: I give it about a 6. @@ -60,7 +60,7 @@ P: Uhm, no. D: OK, and how about any night sweats? -P: No. +P: No. D: OK, and have you had any unexpected weight loss over the last several months? @@ -72,7 +72,7 @@ P: No. D: Have you had any changes to your senses like vision or hearing? -P: No +P: No D: Any changes to your sense of smell or taste? @@ -80,9 +80,9 @@ P: No. D: OK, have you had any sore throat or cough? -P: No. +P: No. -D: Alright, have you had any shortness of breath? +D: Alright, have you had any shortness of breath? P: No. @@ -90,7 +90,7 @@ D: Have you had any wheezing? P: No. -D: Have you had any chest pain? +D: Have you had any chest pain? P: No. @@ -98,7 +98,7 @@ D: Had any lightheadedness or dizziness? P: Um no. -D: Have you had any heart palpitations? +D: Have you had any heart palpitations? P: No. @@ -108,13 +108,13 @@ P: No. D: Have you had any abdominal pain? -P: No. +P: No. -D: Have you had any diarrhea or constipation, or blood in the stool? +D: Have you had any diarrhea or constipation, or blood in the stool? P: No. -D: Have you had any pain with urination or frequency with urination? +D: Have you had any pain with urination or frequency with urination? P: No. @@ -148,15 +148,15 @@ P: Nope. D: Or have you had any hospitalizations for any reason? -P: No. +P: No. -D: OK. And. Have you been pregnant in the past? +D: OK. And. Have you been pregnant in the past? P: Um I I have one, one child, she was born through c-section. D: And are you currently sexually active? -P: I am. +P: I am. D: OK, could you tell me about your partner or partners? @@ -174,7 +174,7 @@ D: OK. And have you been around anybody who's been sick recently? P: No. -D: And have you traveled anywhere recently? +D: And have you traveled anywhere recently? P: No. @@ -184,13 +184,13 @@ P: I yes I am. D: OK, well then what what do you do? -P: I work as a full time gardener for a landscaping company. +P: I work as a full time gardener for a landscaping company. D: OK, I see. So you're spending a lot of time doing kind of like repetitive kneeling type movements to do your job? P: Yes, that's right. -D: OK And do you smoke cigarettes? +D: OK And do you smoke cigarettes? P: I don't. @@ -206,9 +206,9 @@ D: Have you used anything like that in the in the past. P: No -D: like IV drugs, no, OK. And in the family or is there a history of any musculoskeletal or neurological conditions? +D: like IV drugs, no, OK. And in the family or is there a history of any musculoskeletal or neurological conditions? -P: No. +P: No. D: OK. So next I just wanted to do the physical exam portion and ask you to have a look at the knee first and let me know if the if you're having any swelling, redness or warmth to the knee compared to the other side. @@ -230,7 +230,7 @@ D: OK. And are you able to walk normally or do you have a limp? P: Um I can walk normally, it just hurts. -D: OK. So that was a everything that I wanted to ask today on the history and and physical. Was there anything? That you maybe I forgot about you wanted to add? +D: OK. So that was a everything that I wanted to ask today on the history and and physical. Was there anything? That you maybe I forgot about you wanted to add? P: No, I don't think so. @@ -242,6 +242,6 @@ D: But if your symptoms are getting worse and you're developing a fever, it's be P: OK. -D: OK, and treatment for that will be activity modification as well as using things like as um NSAIDS and icing to help with um the inflammation. +D: OK, and treatment for that will be activity modification as well as using things like as um NSAIDS and icing to help with um the inflammation. P: OK, that sounds good, thank you. diff --git a/tests/data/transcripts/MSK0027.txt b/tests/data/transcripts/MSK0027.txt index e5dafa7..bc9dd6f 100644 --- a/tests/data/transcripts/MSK0027.txt +++ b/tests/data/transcripts/MSK0027.txt @@ -14,13 +14,13 @@ D: OK. And and I, had she been holding her, her arm, kind of like this the whole P: Yeah, there's just like a slight bend to it. It's not fully straightened. It's not fully like fully flexed. It's just kind of hanging out her side. -D: OK, um and. Has there been anything that's made the pain worse? +D: OK, um and. Has there been anything that's made the pain worse? P: Uhm no, I don't think so, I think. No, I think she she's just been holding it awkwardly like that I I'm assuming so it doesn't cause more pain. D: OK, and is the pain sharp, burning or achy? -P: I think it's it's. It's sharp. +P: I think it's it's. It's sharp. D: A sharp pain, OK and does the pain radiate anywhere else like pain in the hand or wrist, or pain up into the arm or shoulder? @@ -30,7 +30,7 @@ D: OK, and has there been like was there anything that happened around the time P: Um I know her father was swinging her arms yesterday, They were playing in the park, so maybe. -D: OK, so just uh, she's swinging from arms yesterday, OK and. Has she talked about having any numbness or tingling? +D: OK, so just uh, she's swinging from arms yesterday, OK and. Has she talked about having any numbness or tingling? P: No. @@ -62,13 +62,13 @@ P: No. D: OK, has she had any night sweats? -P: No. +P: No. D: And has she had any weight loss? -P: No. +P: No. -D: OK. And you has she had a runny nose or sore throat? +D: OK. And you has she had a runny nose or sore throat? P: No. @@ -78,7 +78,7 @@ P: No. D: Has she had any wheezing or chest pain? -P: No. +P: No. D: Alright, and any abdominal pain? @@ -106,7 +106,7 @@ P: It's been the same she's just not doing as much because her arm is in pain. D: OK, but no fatigue? -P: No. +P: No. D: I see OK. And how about any memory loss or confusion? @@ -128,9 +128,9 @@ D: OK, does she take any medications? P: No. -D: Did she have any allergies? +D: Did she have any allergies? -P: No +P: No D: And has she been hospitalized for any reason or has she had any surgeries? @@ -154,15 +154,15 @@ P: No everything went smoothly. D: OK, was she at term or where she pre term? -P: She was at term. She was like a 37 1/2 weeks or something like that. +P: She was at term. She was like a 37 1/2 weeks or something like that. D: OK, And was it vaginal delivery or c-section? -P: It was vaginal. +P: It was vaginal. -D: OK, and was there any reason for her to stay in hospital afterwards? +D: OK, and was there any reason for her to stay in hospital afterwards? -P: No. +P: No. D: OK. And can you tell me a little bit about the living situation currently like who is the primary caregiver for her and like who she who she's living with then whereabouts? @@ -172,7 +172,7 @@ D: I see OK and is she going to daycare right now or anything like that? P: Umm no she's she's at home with me. -D: OK, she been around anybody who's been sick, +D: OK, she been around anybody who's been sick, P: No. @@ -188,7 +188,7 @@ D: OK, and is there anybody who smokes in the home? P: Uhm no, no one smokes at home. -D: OK. And are there any musculoskeletal or neurological conditions that run in the family? +D: OK. And are there any musculoskeletal or neurological conditions that run in the family? P: Uhm no. @@ -214,7 +214,7 @@ P: No. D: Alright Ann. If you were to press over various portions of the elbow, are there any areas that cause pain like the lateral side, medial side, or anterior posterior? -P: It hurts she's in pain whenever I touch anywhere near the elbow area. +P: It hurts she's in pain whenever I touch anywhere near the elbow area. D: OK, and um is there any pain with with movement? diff --git a/tests/data/transcripts/MSK0028.txt b/tests/data/transcripts/MSK0028.txt index 8a035fd..5a43a05 100644 --- a/tests/data/transcripts/MSK0028.txt +++ b/tests/data/transcripts/MSK0028.txt @@ -1,8 +1,8 @@ -D: How may I help you? +D: How may I help you? P: I just came in because I've been having this just just yesterday it started this sudden just pain over the front of my kind of like a shoulder an also elbow and it was right after doing I was just doing some workout and this pain just started and it's just like a stabbing sharp pain that hasn't really gone away since then. -D: OK, and so what activity were you doing specifically? +D: OK, and so what activity were you doing specifically? P: So I was doing so I was just doing weight training and I was kind of flexing my elbows and I was working on my biceps. I was on that machine where you so know I wasn't using weights or doing curls, but I was working on my biceps and I think I did hear, I don't think I heard like any pop or anything, but right after that I just had this sudden sharp pain in my shoulder as well as my elbow. @@ -28,7 +28,7 @@ P: No, it's kind of in the same area as they described. D: OK, has there been anything you've tried to make the pain better? -P: No nothings I tried like Advil nothings really worked. +P: No nothings I tried like Advil nothings really worked. D: OK. And, uh, sorry. How long is how many days is the pain been on going on for just just started yesterday? @@ -50,7 +50,7 @@ D: OK. And well, how severe is the pain on a scale of 10 to 1, 10 being the wors P: Probably at least an 8, maybe a 9. -D: OK, so the pain is pretty severe then it sounds like. Uh, OK. Have you had any fevers or chills? +D: OK, so the pain is pretty severe then it sounds like. Uh, OK. Have you had any fevers or chills? P: No. @@ -64,7 +64,7 @@ P: Uhm no. D: OK, and have you had any headaches? -P: Uhm no. +P: Uhm no. D: How about any sensory changes like changes to vision or hearing? @@ -92,7 +92,7 @@ P: No. D: Um have you had any chest pain? -P: No. +P: No. D: Have you had any heart palpitations or feeling like your heart's racing? @@ -124,13 +124,13 @@ P: No. D: Alright, and have you had any neurological symptoms such as numbness or tingling? -P: No, I don't think so. +P: No, I don't think so. D: OK, and have you had any muscle weakness? -P: Just just in the in that area, I can't really like. I can't really flex an really move my upper upper arm in my elbow. +P: Just just in the in that area, I can't really like. I can't really flex an really move my upper upper arm in my elbow. -D: OK. Do you have any pains in any other joints? +D: OK. Do you have any pains in any other joints? P: Um no that's it's only my right upper arm. @@ -152,7 +152,7 @@ D: OK, and do you have any allergies? P: No. -D: Have you had any hospitalizations or prior surgeries? +D: Have you had any hospitalizations or prior surgeries? P: I had my tonsils removed when I was probably like 10 or something, but that's about it. @@ -168,7 +168,7 @@ D: OK, and are you working right now? P: Yeah, so I'm an accountant. I'm working from home, so it's not that bad, but I I might just take a few days off depending on what I have to do with this injury. -D: OK, and um do you and hobby wise you mentioned like weight lifting, are you an active person like bodybuilding and that sort of thing regularly? +D: OK, and um do you and hobby wise you mentioned like weight lifting, are you an active person like bodybuilding and that sort of thing regularly? P: I I just actually probably started this past year. I used to. I used to workout a lot. In University and in my early 30s but then I stopped and this year I've kind of gone back into it. @@ -196,7 +196,7 @@ D: OK, so next I just wanted to ask you to have a look at the at the arm. Compar P: Yeah, any swelling or redness, I do see some just like kind of like in the middle of this area, some redness kind of looks like some bruising in in that in that region. Uhm, I also feel like when I like try to flex my biceps kind of have moved upwards. -D: OK, is this the mass or lump that I you were mentioning earlier that you kinda can notice in the in your right arm? +D: OK, is this the mass or lump that I you were mentioning earlier that you kinda can notice in the in your right arm? P: Yeah yeah. @@ -216,15 +216,15 @@ D: And how are your shoulder movement, are you able to like if you're lifting yo P: Out like at the sides or in front of me? -D: In front of you. +D: In front of you. P: Yeah, the shoulder seems to be OK. I am able to lift up, but it's just if I try to move my upper arms at all it hurts a lot. D: OK, alright so. You'll get some pain at the at the shoulder with the movement. -P: There there is discomfort in the affected side, but I can I can move it much more than I can move my elbows or anything like that. +P: There there is discomfort in the affected side, but I can I can move it much more than I can move my elbows or anything like that. -D: OK, I see. So I think that was everything that I wanted to ask about and and I look for on on the physical today. Was there anything I may be missed or anything like that? +D: OK, I see. So I think that was everything that I wanted to ask about and and I look for on on the physical today. Was there anything I may be missed or anything like that? P: Uhm no I think, uh, I don't have any other questions. diff --git a/tests/data/transcripts/MSK0029.txt b/tests/data/transcripts/MSK0029.txt index 07419b8..4bac1a7 100644 --- a/tests/data/transcripts/MSK0029.txt +++ b/tests/data/transcripts/MSK0029.txt @@ -8,13 +8,13 @@ D: OK, so can you tell me how this accident happened? Were you sitting in the pa P: It was at the back so I was the driver and was just going over a speed bump in the parking lot so slowed down quite a bit and the person behind me must not have, and they bumped into me. There's just some scratches on the bumper. They didn't hit too hard, but I, I guess maybe hard enough. -D: OK, and did the neck pain start immediately after? +D: OK, and did the neck pain start immediately after? P: Uh no it's I, like not immediately, yeah, I think it started a bit later on and then worse a bit, a bit today. -D: OK. Alright, and is there pain anywhere else on your body? +D: OK. Alright, and is there pain anywhere else on your body? -P: Uh really like my. No, just just really, my neck. +P: Uh really like my. No, just just really, my neck. D: OK. OK, and does anything feel broken? Do, are there bruises anywhere? Any obvious signs of trauma? @@ -24,15 +24,15 @@ D: Alright, and is a pain constantly there or does it come and go? P: It kind of comes and goes, it just it's worse with movement. If I just kinda sit still, I don't notice much pain, but if I'm betting my head forward or. Mostly backwards, so I'll get, I'll get pain. -D: OK, and you said this happened yesterday, right? +D: OK, and you said this happened yesterday, right? P: Yeah yeah, this happened yesterday afternoon. D: OK. Um and does anything make this better? Like have you tried ice, say any topicals any positions that that helps with the pain? -P: I did try some like Advil last night, but like when I when the pain was coming on and it must've helped me sleep I guess, but I haven't tried any ice or anything like that, just mostly I guess resting. +P: I did try some like Advil last night, but like when I when the pain was coming on and it must've helped me sleep I guess, but I haven't tried any ice or anything like that, just mostly I guess resting. -D: OK so you said the pain is at the back of the neck does it radiate anywhere up into your head or down into your shoulders or lower or upper back? +D: OK so you said the pain is at the back of the neck does it radiate anywhere up into your head or down into your shoulders or lower or upper back? P: Uhm. Maybe a little bit to the upper back, like when I like trap, trapezius, muscle area, or the traps like it if I push on those muscles around that area, I do get a little bit of tenderness. @@ -42,15 +42,15 @@ P: I would say it's sharp. Yeah, especially if I do any movements like it'll be D: OK, alright, and have you ever had it had pain like this in the past? -P: No, this is the first time. +P: No, this is the first time. D: OK. And do you feel like it's getting worse, the pain since it started yesterday? -P: Yeah, it could be that at first I didn't even have any pain at all. Maybe it was just the adrenaline pumping or whatever, but now I can notice the pain. +P: Yeah, it could be that at first I didn't even have any pain at all. Maybe it was just the adrenaline pumping or whatever, but now I can notice the pain. D: OK. OK, and 1 to 10, 10 being the worst pain you've ever felt how bad is this pain? -P: It would be. I would say probably a 6 or a 7. +P: It would be. I would say probably a 6 or a 7. D: OK, OK and. Have you had any tingling or numbness? @@ -58,15 +58,15 @@ P: No, I haven't had anything like that. D: OK, any dizziness or fainting spells? -P: No. +P: No. D: Confusion or memory loss? -P: No. +P: No. -D: Any headaches? +D: Any headaches? -P: Um I. No. +P: Um I. No. D: No OK. And. Is this affecting your sleep at all? @@ -78,17 +78,17 @@ P: Oh, it feels a bit stiff, but like I'm able to move it. But yeah, I feel stif D: OK. Any issues with vision like is it blurry? -P: No. +P: No. D: No, how about ringing in your ears? -P: No. +P: No. D: No, any sorry yes that, any issues concentrating on on tasks? -P: Um. Yeah, this morning I I guess it's been a little bit more difficult to focus on things, but maybe I was just worried like focusing on the pain in my neck. +P: Um. Yeah, this morning I I guess it's been a little bit more difficult to focus on things, but maybe I was just worried like focusing on the pain in my neck. -D: Yeah, for sure. Any fevers or chills? +D: Yeah, for sure. Any fevers or chills? P: No. @@ -98,11 +98,11 @@ P: No, my weight it's been been the same. D: Any changes to your hearing? -P: No, that's been been normal. +P: No, that's been been normal. D: Smell or taste? -P: That's been normal. +P: That's been normal. D: Um chest pain or heart palpitations? @@ -132,9 +132,9 @@ D: OK, OK, that's good. And are you otherwise healthy? Do you have any longstand P: Uhm. No, I am otherwise healthy, I just I'd take birth control, and I am a multi vitamin but that's it. So no medical conditions. -D: OK, alright that's good um. And have you had any hospitalizations or surgeries in the past? +D: OK, alright that's good um. And have you had any hospitalizations or surgeries in the past? -P: Uhm, no, I haven’t. +P: Uhm, no, I haven’t. D: No OK. How about medications? Are you on any? @@ -148,7 +148,7 @@ D: OK, OK, good. And then are you up to date with your immunizations? P: I am yes, I'll get the flu shot every year. -D: OK, that's good. Do you have any allergies? +D: OK, that's good. Do you have any allergies? P: I do, yeah, but it's I think they're just all environmental, 'cause I'll typically get issues with seasonal changes and then then it goes away. @@ -158,19 +158,19 @@ P: I think my dad has high blood pressure, and diabetes. Yeah, but no heart or o D: OK, how about a musculoskeletal issues? -P: I think maybe osteoarthritis and my grandpa, grandparents, but. +P: I think maybe osteoarthritis and my grandpa, grandparents, but. -D: OK. +D: OK. P: But yeah. D: How about an autoimmune conditions? -P: No, nothing like that. +P: No, nothing like that. D: No? OK how about cancers.? -P: Uh, no cancers. +P: Uh, no cancers. D: OK. And then, do you smoke? @@ -178,11 +178,11 @@ P: No, I don't. No I've never smoked before. D: OK, how about marijuana? Do you consume that in any form? -P: No, I don't. +P: No, I don't. D: OK. And then do you drink alcohol? -P: Every once in a while I'll have a glass of wine, but it's usually a social thing or or at Christmas. +P: Every once in a while I'll have a glass of wine, but it's usually a social thing or or at Christmas. D: OK. Come have out in terms of sick Contacts. Have you had any recently? @@ -194,27 +194,27 @@ P: No, I've been put at home, but looking forward to a vacation though. D: Yeah for sure. And then, where do you work and who do you live with and where do you live? -P: Yes, I I work at a bank. And I live with my husband and our time and our son, he’s, he's six. +P: Yes, I I work at a bank. And I live with my husband and our time and our son, he’s, he's six. -D: OK, OK. OK, um those are all the questions I have for history. We can move on to the physical exam part of this interview. Did you have any questions before we did that? +D: OK, OK. OK, um those are all the questions I have for history. We can move on to the physical exam part of this interview. Did you have any questions before we did that? -P: Uh, no, no, that sounds good. +P: Uh, no, no, that sounds good. -D: OK so if you have someone there with you, or if you have a mirror, or if there's any way you can take a look at the back of your neck as well as the front of your neck um. Do you see any redness or swelling in that area? +D: OK so if you have someone there with you, or if you have a mirror, or if there's any way you can take a look at the back of your neck as well as the front of your neck um. Do you see any redness or swelling in that area? -P: No, I don’t. +P: No, I don’t. D: No, OK. Do you see any muscle atrophy? Any deformities or skin changes? P: No, nothing like that. -D: OK. And then when you kind of just with the back of your hand, place it on your neck in the front as well as the back, does it feel warm at all? +D: OK. And then when you kind of just with the back of your hand, place it on your neck in the front as well as the back, does it feel warm at all? -P: No. +P: No. D: No OK. And then I'm gonna get you to palpate certain areas so we'll start with the chin. Does that hurt when you press down? -P: No. +P: No. D: No OK, how about just where the thyroid would be? @@ -222,7 +222,7 @@ P: No pain or yeah, no pain there. D: No pain there OK. How about to the sides, kind of where your. Sternocleidomastoid muscles are? -P: Yeah, I think like a little bit of tenderness in the the front of the neck muscles there. +P: Yeah, I think like a little bit of tenderness in the the front of the neck muscles there. D: OK and then how about when you move towards the back and then on your C spine, cervical spine just like at the very back of your neck? @@ -232,7 +232,7 @@ D: OK, so kind of like where, so there's pain on their trapezius and deltoid mus P: Uhm. Uh. Yeah, more trapezius not so not so much deltoid and then also, um, like the the perispinal muscles. -D: OK, I see, alright. Uhm. OK, and then let's move on to some range of motion exam so I'm gonna get you to flex your neck. So look down at the ground all the way as much as you can. Does that hurt? +D: OK, I see, alright. Uhm. OK, and then let's move on to some range of motion exam so I'm gonna get you to flex your neck. So look down at the ground all the way as much as you can. Does that hurt? P: It does, yeah. @@ -246,13 +246,13 @@ P: I’m able to do it still is a bit stiff and it's slow to get there, but agai D: OK, OK, how about when you flex your neck to the side so that your right ear is touching your right shoulder? -P: Um yeah, I get there's a little bit of a pain in the muscles on the left side when I'm doing that +P: Um yeah, I get there's a little bit of a pain in the muscles on the left side when I'm doing that D: OK, and then how about when you do the opposite? Touch your left ear to your left shoulder so that you're laterally flexing your neck on the left side? -P: A little bit of pain there too, but I'm able to do it though. +P: A little bit of pain there too, but I'm able to do it though. -D: OK. So you're able to do all of these, it's just that you have some pain when you do that? +D: OK. So you're able to do all of these, it's just that you have some pain when you do that? P: Yeah, exactly, I could do all of the movements, but yeah, it's pain and stiffness. diff --git a/tests/data/transcripts/MSK0031.txt b/tests/data/transcripts/MSK0031.txt index dc41d2a..36ed8f9 100644 --- a/tests/data/transcripts/MSK0031.txt +++ b/tests/data/transcripts/MSK0031.txt @@ -28,7 +28,7 @@ P: Mhmm. D: OK. Is it a sharp kind of pain or is it dull and achy? -P: It's uh, it's pretty sharp, like if I'm not putting any weight on it right now, it's like really achy. But if I put any weight on, it's really sharp. +P: It's uh, it's pretty sharp, like if I'm not putting any weight on it right now, it's like really achy. But if I put any weight on, it's really sharp. D: OK. And where is this pain exactly? Is it just in your right hip or is it radiating up into your upper anterior lower back or down to your leg? @@ -48,15 +48,15 @@ P: Uhm, no, not that I can tell, no. D: Dizziness or fainting spells? -P: Uhm, after the fall out like this, I I don't know if it's due to the pain, but even in the ambulance, coming out of the ambulance I was feeling a little bit dizzy, but I don't know if that's just 'cause of the pain. +P: Uhm, after the fall out like this, I I don't know if it's due to the pain, but even in the ambulance, coming out of the ambulance I was feeling a little bit dizzy, but I don't know if that's just 'cause of the pain. D: OK, any headaches? -P: No. +P: No. D: Confusion or memory loss? -P: No +P: No D: Uh, joint pains or muscle aches elsewhere? @@ -80,11 +80,11 @@ P: No. D: Any, uh, you experiencing any cough, uhm, shortness of breath or wheezing? -P: No. +P: No. D: OK, how about chest pain or heart palpitations? -P: No, not that I have experienced. +P: No, not that I have experienced. D: OK, and how about changes your bowel movements? @@ -116,7 +116,7 @@ P: Uhm, I think, uh my father, he died of a heart attack in his 60s. D: OK, OK, any musculoskeletal issues? -P: Uhm, no, I don't think so. +P: Uhm, no, I don't think so. D: No. Uhm, how about autoimmune conditions? @@ -134,19 +134,19 @@ D: OK, uhm, do you drink alcohol? P: Just maybe like a wine, what every other day, a glass of of wine. -D: OK, and then do you consume marijuana in any form? +D: OK, and then do you consume marijuana in any form? -P: No. +P: No. -D: OK. And how about in terms of where you live? Who do you live with and where do you live? +D: OK. And how about in terms of where you live? Who do you live with and where do you live? P: I live with uhm, just my husband and and we just live in a small apartment. D: OK. And have you been in touch with any, anyone sick recently? -P: Uh. No, I've I've been like at home with my husband. We haven't really left. +P: Uh. No, I've I've been like at home with my husband. We haven't really left. -D: OK. And have you done any travel recently? +D: OK. And have you done any travel recently? P: Uhm, no, I've just stayed at home. diff --git a/tests/data/transcripts/MSK0032.txt b/tests/data/transcripts/MSK0032.txt index 939ac87..fd8669a 100644 --- a/tests/data/transcripts/MSK0032.txt +++ b/tests/data/transcripts/MSK0032.txt @@ -4,7 +4,7 @@ P: Um, hi, I'm here with my daughter. Uh, we noticed that uh, since yesterday sh D: Oh yeah, for sure. Um, when did this start? -P: I think it started, uh, after we went for a walk last uh, evening. Um, and we just went to the park and since then like she's been having that pain. +P: I think it started, uh, after we went for a walk last uh, evening. Um, and we just went to the park and since then like she's been having that pain. D: Okay, okay, and did anything happen to trigger this? Did she fall on that arm? Or like, injuries? @@ -24,13 +24,13 @@ P: Um, it kind of goes into her upper arm, like from her elbows to her upper, up D: Okay, have you tried anything for this pain? -P: Uh, no, I haven't tried any medications or anything. I just wanted to come in before I tried anything. +P: Uh, no, I haven't tried any medications or anything. I just wanted to come in before I tried anything. D: Yeah, 1 to 10, 10 being the worst type of pain, how bad is this pain for her? P: I would say it's probably, at least a 7. -D: Okay, and then um, has she ever experienced pain like this in the past? +D: Okay, and then um, has she ever experienced pain like this in the past? P: Um, no. This is the first time. @@ -40,15 +40,15 @@ P: Um, no, not that I know of. D: Okay, how about memory loss or confusion? -P: No. +P: No. D: Um, any headaches? -P: Nope. +P: Nope. D: Um, dizziness or fainting spells? -P: No. +P: No. D: Any weight loss recently? @@ -56,11 +56,11 @@ P: No. D: Fevers or chills? -P: Nope. +P: Nope. D: Uh, rashes? -P: Uh, no. +P: Uh, no. D: Uh, changes in vision, hearing, smell or taste? @@ -68,7 +68,7 @@ P: No. D: Uh, any coughing, shortness of breath, or wheezing? -P: Um, no. +P: Um, no. D: Uh, any chest pain or heart palpitations? @@ -100,7 +100,7 @@ P: No, no surgeries or hospitalizations. D: Alright, his she on any medications? -P: No, no medications. +P: No, no medications. D: Okay, um, is she up-to-date with her immunizations? @@ -162,9 +162,9 @@ D: Okay, how about um, any muscle atrophy, deformities, or skin changes, like br P: Um, no, I don't see anything like that. -D: Okay. How about, um, when you palpate her elbows, does, is she in pain? +D: Okay. How about, um, when you palpate her elbows, does, is she in pain? -P: Um, she doesn't really let me, but if I try to, I think that does cause her some pain. +P: Um, she doesn't really let me, but if I try to, I think that does cause her some pain. D: Okay, how about when you palpate her like forearm muscles? diff --git a/tests/data/transcripts/MSK0033.txt b/tests/data/transcripts/MSK0033.txt index cfa9cef..5b844b1 100644 --- a/tests/data/transcripts/MSK0033.txt +++ b/tests/data/transcripts/MSK0033.txt @@ -4,7 +4,7 @@ P: I've been having this pain in my knee and it's been going on now for a few we D: OK, and so you said this started just two weeks ago? -P: Yeah, about about a few yeah few weeks ago. +P: Yeah, about about a few yeah few weeks ago. D: OK, and has the pain so it's been getting a bit worse and with activity and it's right below your kneecap, is it the right way or the left leg? @@ -28,23 +28,23 @@ P: Um I'll get it if I'm. Like sometimes I'll feel it if I'm going upstairs like D: OK I see, an has this ever happened before? -P: No, I haven't had any any issues with my knee before. +P: No, I haven't had any any issues with my knee before. D: OK. And otherwise, are you having any other symptoms besides the pain, like any numbness, tingling? -P: No, nothing like that. It's just the pain. +P: No, nothing like that. It's just the pain. D: OK, and any weakness in your legs? P: Um no, no weakness. -D: OK, and uh. Have you tried anything that improves the pain at all or anything that makes it worse? +D: OK, and uh. Have you tried anything that improves the pain at all or anything that makes it worse? -P: Um I I have tried taking some like Tylenol and Advil and that or or and NSAIDs that and it has helped with the pain. I've tried icing it too, like after practice and stuff like that which does seem to help a little bit, but uh. Yeah, that's about it. +P: Um I I have tried taking some like Tylenol and Advil and that or or and NSAIDs that and it has helped with the pain. I've tried icing it too, like after practice and stuff like that which does seem to help a little bit, but uh. Yeah, that's about it. D: OK. OK, and other than that, did you like have a fall or did you have any injuries recently before you started having this pain? -P: No, it's kind of come on on its own, no falls or like trauma to the knee. +P: No, it's kind of come on on its own, no falls or like trauma to the knee. D: OK. And other than that, are you healthy, do you have any medical conditions at all? @@ -52,15 +52,15 @@ P: Um, yeah, I don't have anything I am healthy. D: OK, any medications that you take on a regular basis? -P: No, not not. Nothing. I don't take anything. +P: No, not not. Nothing. I don't take anything. -D: OK. Any allergies? +D: OK. Any allergies? P: No allergies. D: OK, and have you been sick recently at all with fevers, chills, any cold or viral symptoms? -P: No, I haven't had anything like that. I've been feeling well. +P: No, I haven't had anything like that. I've been feeling well. D: OK, uhm. Any changes in your skin, like any rashes? @@ -72,7 +72,7 @@ P: Nope, nothing like that. D: OK. And any changes in your bowel movements or urinary patterns? -P: No, I haven't had any changes there. +P: No, I haven't had any changes there. D: OK, OK. And do you have any recent or like past history of any hospitalizations or surgeries? @@ -80,7 +80,7 @@ P: No, I I haven't had anything like that. D: OK, and any family history of any musculoskeletal conditions or any anything that runs in the family? -P: No, not nothing like that, no. +P: No, not nothing like that, no. D: OK, OK. And currently right now. Do you do you go to school or do you work at all? @@ -104,7 +104,7 @@ P: No, I've been trying. I stay away from that, that sort of thing. I've I know D: OK, that's good. And yeah, so and are you up to date with all your immunizations? -P: Yeah yeah, my mom made sure that I got all of that stuff done. +P: Yeah yeah, my mom made sure that I got all of that stuff done. D: OK. Alright, so yeah, those are some questions I had. I just have a few more questions with regards to just examining your knee. Are you able to walk or do you have any kind of a limp? @@ -124,7 +124,7 @@ P: I can yeah. D: OK and have you noticed any kind of rotation of your knee at all? -P: No, nothing like that. +P: No, nothing like that. D: No OK. OK, and no weakness below your knee, right? diff --git a/tests/data/transcripts/MSK0034.txt b/tests/data/transcripts/MSK0034.txt index 930bae0..6f5340b 100644 --- a/tests/data/transcripts/MSK0034.txt +++ b/tests/data/transcripts/MSK0034.txt @@ -35,7 +35,7 @@ D: OK and where exactly is your pain on the hip? P: It's like on the side of my hip as well as like in the groin area. -D: OK I see, and what kind of pain are you experiencing, is it a sharp pain or is it a dull aching pain? +D: OK I see, and what kind of pain are you experiencing, is it a sharp pain or is it a dull aching pain? P: It's pretty sharp. @@ -43,13 +43,13 @@ D: It's sharp OK. And do you experience any other symptoms, like any dizziness o P: No. -D: And are you able to move your hip at all, like are you able to flex it, or extend it, rotate it? +D: And are you able to move your hip at all, like are you able to flex it, or extend it, rotate it? P: I can move it, but it comes with a lot of pain. D: OK, and do you find that your hip is at all rotated outwards? -P: Yeah, it looks um. Yeah, it looks like it is. +P: Yeah, it looks um. Yeah, it looks like it is. D: OK. Alright, have you taken any medications for your pain? @@ -57,7 +57,7 @@ P: I just took some ibuprofen. D: OK. And. Other than that, have you recently been sick at all? -P: No, I haven't. +P: No, I haven't. D: OK, and on a scale of zero to 10, 10 being the worst pain you've found in your life, how much would you rate this? @@ -79,7 +79,7 @@ D: Any skin changes? P: No. -D: So no swelling redness or anything like that? +D: So no swelling redness or anything like that? P: Uhm no it doesn't seem to be red. Maybe some slight swelling. @@ -91,13 +91,13 @@ D: OK, any shortness of breath, chest pain? P: No. -D: OK, any pain in any other joints? +D: OK, any pain in any other joints? -P: No. +P: No. D: OK. Do you feel any weakness in your upper legs or lower legs at all? -P: No, not that I can tell no. +P: No, not that I can tell no. D: OK. And do you have any past medical conditions that you've been diagnosed with? @@ -121,7 +121,7 @@ P: No. D: No OK. And yeah, I'll just ask you as well as your mother during the time she was pregnant with you, did you have any kind of complications during pregnancy at all? -P: Um no, no complications +P: Um no, no complications D: OK and when when you were born any complications after birth, any stay in the hospital for any reason? @@ -131,7 +131,7 @@ D: And was it a vaginal delivery or a c-section? P: It was a vaginal delivery. -D: OK and was there the use of any kind of instruments like forceps or vacuum for any reason? +D: OK and was there the use of any kind of instruments like forceps or vacuum for any reason? P: No. @@ -139,13 +139,13 @@ D: No OK. So it was like a fairly normal pregnancy and were you at term or prema P: At term. -D: Alright, and any complications difficulties while you were growing up at all with your growth like height or weight, or any kind of developmental issues that you know? +D: Alright, and any complications difficulties while you were growing up at all with your growth like height or weight, or any kind of developmental issues that you know? P: No, um I hit all my milestones and otherwise, doing pretty well on par with my peers in terms of milestones. D: OK, and schools going well? -P: Yeah, schools going well. +P: Yeah, schools going well. D: OK. And in terms of your family history, any musculoskeletal or rheumatologic conditions? @@ -155,7 +155,7 @@ D: OK, and currently right now, who do you live with? P: I live with both my parents as well as my 7 year old sister. -D: OK Alright. And yeah, if I can, just, uh, is it OK if I just talk to you alone for a little bit? +D: OK Alright. And yeah, if I can, just, uh, is it OK if I just talk to you alone for a little bit? P: Sure, yeah. @@ -167,13 +167,13 @@ D: Yeah, so at home, do you find that you're in a safe environment even outside P: I do. -D: OK and how about at school, do you feel safe? Have you experienced any kind of bullying or anything like that? +D: OK and how about at school, do you feel safe? Have you experienced any kind of bullying or anything like that? P: No. D: OK. Have you tried any alcohol, recrea' recreational drugs or cigarettes or do you know any friends that have tried? -P: I know, I know, older kids that have tried in the school, but we haven't. +P: I know, I know, older kids that have tried in the school, but we haven't. D: OK, and are you sexually active? @@ -195,11 +195,11 @@ D: OK, and do you know how tall you are? P: Uhm I'm about 4'8". -D: OK. OK, alright, so yeah those were just some of the questions I had today we'll do a full physical examination and have you come in. Alright, sorry and like well will continue with the full examination today and what currently it seems like it can definitely be from the fall. You may have injured yourself and we just want to make sure there's no fractures like a hip fracture. +D: OK. OK, alright, so yeah those were just some of the questions I had today we'll do a full physical examination and have you come in. Alright, sorry and like well will continue with the full examination today and what currently it seems like it can definitely be from the fall. You may have injured yourself and we just want to make sure there's no fractures like a hip fracture. P: OK. -D: One thing that's also something that we have to investigate is something called slipped capital femoral epiphysis. So this is, this is a common hip issue in adolescents, especially from boys aged 10 to 16. And usually it's the left hip that's affected, but it it can be the right. And as adolescents are in a phase where they were growing, there is, if they have some predisposed disposition too slipping of the capital femoral if epiphysis, which is right between your hips, you can get some slipping. It can be after a fall or it can happen just as the child is growing, and it can also it is also associated with the increasing weight that a child may have. So what we can do is just get first an X-Ray of both the hips. +D: One thing that's also something that we have to investigate is something called slipped capital femoral epiphysis. So this is, this is a common hip issue in adolescents, especially from boys aged 10 to 16. And usually it's the left hip that's affected, but it it can be the right. And as adolescents are in a phase where they were growing, there is, if they have some predisposed disposition too slipping of the capital femoral if epiphysis, which is right between your hips, you can get some slipping. It can be after a fall or it can happen just as the child is growing, and it can also it is also associated with the increasing weight that a child may have. So what we can do is just get first an X-Ray of both the hips. P: OK. @@ -211,4 +211,4 @@ D: Yeah, so yeah, first we'll just get the image Ng done and see what's going on P: OK, that sounds great. Thank you so much. -D: Welcome. Take care. +D: Welcome. Take care. diff --git a/tests/data/transcripts/MSK0035.txt b/tests/data/transcripts/MSK0035.txt index abf9397..70c36b6 100644 --- a/tests/data/transcripts/MSK0035.txt +++ b/tests/data/transcripts/MSK0035.txt @@ -34,13 +34,13 @@ D: OK. Is there anything you've done that's made it that made it better? Like, h P: I've been taking ibuprofen for the pain and try not to move it too much and that's been helping a little bit. -D: OK. And is the pain constant or intermittent? +D: OK. And is the pain constant or intermittent? -P: It's constant. +P: It's constant. D: OK. And, have you done anything that's that's made the pain worse? -P: Um, I guess moving it. +P: Um, I guess moving it. D: OK. And what is the severity of the pain on a scale of 1 to 10, with 10 being the worst pain you've ever felt? @@ -50,21 +50,21 @@ D: OK, have you had an injury like this to your wrist or your hand before? P: No. -D: Alright, and are you having any neurological symptoms, such as numbness, tingling, or or sensory loss over any areas? +D: Alright, and are you having any neurological symptoms, such as numbness, tingling, or or sensory loss over any areas? P: No. D: OK, and how about muscle weakness? -P: No. +P: No. -D: Alright. And so have you been having any fevers or chills? +D: Alright. And so have you been having any fevers or chills? P: Nothing like that. D: Um have you been having any headaches? -P: No. +P: No. D: How about any sensory changes like changes to your vision or hearing or loss of smell or loss of taste? @@ -78,21 +78,21 @@ D: Have you had a sore throat or a cough? P: No. -D: Have you had any shortness of breath or wheezing? +D: Have you had any shortness of breath or wheezing? P: No. -D: Have you had any chest pain? +D: Have you had any chest pain? P: No. -D: Have you had any heart palpitations or feeling like your heart's racing? +D: Have you had any heart palpitations or feeling like your heart's racing? P: Uh nope. D: Have you had any dizziness or fainting? -P: No. +P: No. D: OK yeah, and so did you lose consciousness at all during the fall? @@ -120,17 +120,17 @@ P: No. D: OK. And have you had any appetite loss or or fatigue? -P: No. +P: No. D: Alright, and have you had any night sweats? P: No. -D: and have you had any unexpected weight loss over the last several months? +D: and have you had any unexpected weight loss over the last several months? P: Uhm no. -D: OK. And have you been diagnosed with any medical conditions in the past or do you see a physician regularly for any reason? +D: OK. And have you been diagnosed with any medical conditions in the past or do you see a physician regularly for any reason? P: Uh no. @@ -140,13 +140,13 @@ P: Uh nope. D: Alright, and have you had any hospitalizations or surgeries in the past? -P: No. +P: No. D: OK. And you have any allergies? P: No. -D: Alright and are your immunizations up to date? +D: Alright and are your immunizations up to date? P: Um I think so, I think I just need to get the Gardasil. @@ -162,7 +162,7 @@ D: OK, I'm an are you in school or are you working right now? P: I'm in school. -D: OK, and have you been around anybody who's been sick? +D: OK, and have you been around anybody who's been sick? P: Uh no, no one's been sick around me. I haven't really been leaving my home. @@ -170,11 +170,11 @@ D: I see OK. And have you traveled anywhere recently? P: Uh nope. -D: Alright. And just staying active, which is good. Do you do any other activities besides the skiing? +D: Alright. And just staying active, which is good. Do you do any other activities besides the skiing? P: I do, I like I go snowboarding in the winter, I go camping, I like playing tennis, and volleyball. -D: OK cool yeah it sounds fun. And like do you smoke cigarettes? +D: OK cool yeah it sounds fun. And like do you smoke cigarettes? P: No I don't. @@ -192,7 +192,7 @@ P: I'll take an edible once in awhile as well, like maybe once a month. D: OK, and how about the use of any other recreational drugs? -P: No. +P: No. D: Alright, and in the family, are there any history of neurological or musculoskeletal problems? @@ -206,7 +206,7 @@ D: OK so next I will ask you to just have a look at the wrist for the physical e P: Uhm no, I don't see anything like that. -D: OK, and if you touch the joints around the wrist on both sides, is the right wrist, does it feel hot? +D: OK, and if you touch the joints around the wrist on both sides, is the right wrist, does it feel hot? P: No, actually. Yes it does. diff --git a/tests/data/transcripts/MSK0036.txt b/tests/data/transcripts/MSK0036.txt index e280ec9..1edb454 100644 --- a/tests/data/transcripts/MSK0036.txt +++ b/tests/data/transcripts/MSK0036.txt @@ -8,7 +8,7 @@ P: Hum, it's the right. It's a the right hand, but I also find it so starting to D: OK, I see and did you have any trauma to the wrist or or any injury, or have you had an injury in the past? -P: No, I haven't had any falls, no accidents, nothing like that. +P: No, I haven't had any falls, no accidents, nothing like that. D: OK. And are you right or left handed? @@ -56,7 +56,7 @@ P: No, I haven't tried any medications or splints. D: OK, and what is the severity of the pain on a scale of 1 to 10, 10 being the worst you've ever felt and do you feel this pain at any particular time of day more than than others? -P: The pain is probably like a, a 5, and I feel it more during the night as well as like when I'm working, I feel it's definitely more as I continue to do more work. +P: The pain is probably like a, a 5, and I feel it more during the night as well as like when I'm working, I feel it's definitely more as I continue to do more work. D: I see OK. And. Have you had any like numbness and and that tingling in the hand or anywhere else? @@ -74,7 +74,7 @@ D: OK, alright and have you had any fevers or chills? P: No. -D: Have you had any night sweats? +D: Have you had any night sweats? P: No. @@ -90,11 +90,11 @@ D: How about any like sensory changes such as changes to your vision or hearing? P: No, no, nothing like that. -D: How about a loss of your sense of taste or sense of smell? +D: How about a loss of your sense of taste or sense of smell? P: No. -D: Have you had any runny nose or feeling congested? +D: Have you had any runny nose or feeling congested? P: No, nothing like that. @@ -102,7 +102,7 @@ D: How about a sore throat or a cough? P: No, OK. -D: Have you had any shortness of breath or wheezing? +D: Have you had any shortness of breath or wheezing? P: Uhm no, nothing like that. @@ -110,13 +110,13 @@ D: Have you had any chest pain or feeling as though your heart's racing? P: No. -D: OK, have you had any dizziness or or lightheadedness? +D: OK, have you had any dizziness or or lightheadedness? P: No. D: Alright, and have you had any of nausea or vomiting? -P: No. +P: No. D: And any abdominal pain? @@ -124,7 +124,7 @@ P: No. D: OK. Have you had any diarrhea or constipation or blood in the stool? -P: No. +P: No. D: Alright, have you had any urinary problems like pain or frequency? @@ -134,7 +134,7 @@ D: Alright, have you noticed any skin changes or like rashes or anything like th P: No. -D: OK, and. Have you had any like muscle aches or or body pains? +D: OK, and. Have you had any like muscle aches or or body pains? P: No. @@ -144,25 +144,25 @@ P: No. D: OK, uh, and have you been diagnosed with any medical conditions in the past? -P: No, I've been fairly healthy. +P: No, I've been fairly healthy. D: OK. And so do you take any medications regularly, either prescribed or over the counter? -P: No, I I've been pretty healthy. Sometimes I take some Advil for headaches and stuff or Tylenol, but that's it. +P: No, I I've been pretty healthy. Sometimes I take some Advil for headaches and stuff or Tylenol, but that's it. D: OK. Uhm and do you have any allergies? -P: Uhm, nope. +P: Uhm, nope. D: And have you had any prior hospitalizations or surgeries? -P: No, I haven't. +P: No, I haven't. D: Alright, and can you tell me a little bit about where you're living and and who you're living with? P: I'm living with my husband and two kids in a small townhouse. -D: I see and you mentioned you're an accountant. Are you working right now? +D: I see and you mentioned you're an accountant. Are you working right now? P: Yeah, I. I am in, I'm an accounting, time off and just taking a little bit easy before I find out like what this is and how this will really impact my work. @@ -172,7 +172,7 @@ P: No. D: Have you traveled anywhere? -P: No. +P: No. D: Do you smoke cigarettes. @@ -184,7 +184,7 @@ P: No no, no drugs. D: OK, so no recreational drugs? -P: No. +P: No. D: OK, and are you currently sexually active? @@ -200,7 +200,7 @@ P: Uh, just maybe some wine every other day. D: OK, um and in the family are there any musculoskeletal or like neurological conditions? -P: No. +P: No. D: OK, and how about autoimmune conditions like rheumatoid arthritis or like hypothyroidism or type one diabetes? @@ -220,7 +220,7 @@ P: No. D: How about any changes to temperature, do any of the joints feel warm? -P: No. +P: No. D: And are you seeing any muscle atrophy or any deformities of any of the joints in the hand? @@ -232,7 +232,7 @@ P: Um no. D: OK and are you able to to move your wrist or the full range of motion? -P: Yeah, I can move it. +P: Yeah, I can move it. D: OK, uh. And is there any, uh, so that then the next test I'll just ask you to just tap on the the kind of base of your palm there with your index finger and middle finger of your left hand, and when you do that, do you feel any burning or tingling? diff --git a/tests/data/transcripts/MSK0037.txt b/tests/data/transcripts/MSK0037.txt index 2ba8c13..b2960e7 100644 --- a/tests/data/transcripts/MSK0037.txt +++ b/tests/data/transcripts/MSK0037.txt @@ -42,7 +42,7 @@ D: OK, so no muscle weakness? P: No. -D: OK, and have you been having any fevers or chills? +D: OK, and have you been having any fevers or chills? P: No. @@ -74,7 +74,7 @@ D: Alright and have you had a sore throat or cough. P: No, nothing like that. -D: How about any shortness of breath or wheezing? +D: How about any shortness of breath or wheezing? P: Nope. @@ -100,7 +100,7 @@ P: Nope. D: Have you had any diarrhea or constipation? -P: Nope. +P: Nope. D: Alright, and have you had like any blood in the stool? @@ -120,7 +120,7 @@ P: No. D: OK, and have you been having any muscle aches or joint pains or body pains anywhere else? -P: No, not really. +P: No, not really. D: Alright, and uh. Have you had any memory loss or confusion? @@ -128,9 +128,9 @@ P: No, nothing like that. D: OK, and have you had any appetite loss or fatigue? -P: Uhm no. +P: Uhm no. -D: Alright, and in the past, have you been diagnosed with any medical conditions? +D: Alright, and in the past, have you been diagnosed with any medical conditions? P: Uhm they say I have like some high cholesterol. I'm taking this medication like a statin and but other than that umm no. @@ -144,7 +144,7 @@ P: Uhm I did a have a ACL repair just when I was probably 18. D: OK, do you have any allergies? -P: No, not that I know. +P: No, not that I know. D: Alright, and are your immunizations up to date? @@ -158,7 +158,7 @@ D: OK, and are you working right now? P: Yeah, just as a construction worker. Been doing that for the last probably 10 years. -D: OK, uh and have you been around anybody who's been sick? +D: OK, uh and have you been around anybody who's been sick? P: No. @@ -168,7 +168,7 @@ P: Not any puncture wounds. Like uh yeah, I sometimes get splinters here and the D: Alright, OK and have you ever traveled anywhere recently? -P: Nope. +P: Nope. D: Been around anybody who's been sick. @@ -244,4 +244,4 @@ P: Mmmm D: But it'll be important to get some blood work and things to make sure that we're not missing that. But for Dupuytren's contracture. It'll be a uh, do doing what we can with therapy to try it like physiotherapy and activity modification to try and loosen those structures on the on the palm of your hand. -P: OK, sounds good. +P: OK, sounds good. diff --git a/tests/data/transcripts/MSK0038.txt b/tests/data/transcripts/MSK0038.txt index 1b70e4a..44a8063 100644 --- a/tests/data/transcripts/MSK0038.txt +++ b/tests/data/transcripts/MSK0038.txt @@ -12,7 +12,7 @@ P: Uhm not really, yeah, it's mostly just the the activity, if I'm going upstair D: OK, OK, and if you were to describe the quality of this pain, would you say sharp, dull, achy, crampy? -P: Uh it's a sharp pain, uh almost like every time my foot hits the ground I get like a sharp stabbing pain and while I'm at at rest it feels a bit more dull, while, yeah, yeah while I'm at rest. +P: Uh it's a sharp pain, uh almost like every time my foot hits the ground I get like a sharp stabbing pain and while I'm at at rest it feels a bit more dull, while, yeah, yeah while I'm at rest. D: OK, OK, and 1 to 10, 10 being the worst pain ever, how bad is this pain? @@ -30,7 +30,7 @@ D: Running, OK and from when it started to now, in the past couple of weeks has P: Uh a little bit, yeah, like even now, just walking I can I can feel it. Um the pain's not as severe but like as when I'm running but I can, I'm starting to notice it uh daily. -D: OK, alright, and um are you otherwise healthy? Do you have any um symptoms like fevers or chills? +D: OK, alright, and um are you otherwise healthy? Do you have any um symptoms like fevers or chills? P: No, nothing like that. @@ -44,9 +44,9 @@ P: Uh no rashes. D: No, uh changes to your uh vision, hearing, taste or smell? -P: Uh no changes there. +P: Uh no changes there. -D: OK. How about a cough, shortness of breath, or um wheezing? +D: OK. How about a cough, shortness of breath, or um wheezing? P: Nothing like that. @@ -76,7 +76,7 @@ P: No, I haven't had any headaches. D: OK. Um any pain elsewhere on your body? -P: Uh nope, I've, it's just my, yeah just my knee. +P: Uh nope, I've, it's just my, yeah just my knee. D: OK, any numbness or tingling in the area? @@ -84,7 +84,7 @@ P: No, I haven't had anything like that, it's just the uh sharp pain. D: OK. How about confusion or memory loss? -P: No, I haven't had that. +P: No, I haven't had that. D: OK. Um any um muscle aches around the knee, like so just above your knee where your quads are or just below? @@ -106,7 +106,7 @@ D: OK, um are you up to date with all your immunizations? P: I am yeah, I'll get the flu shot each year. -D: OK, how about allergies? Do you have any? +D: OK, how about allergies? Do you have any? P: Um, no, I I don't. @@ -128,11 +128,11 @@ P: Uh no, I've tried uh like smoking marijuana in the past, but didn't really li D: OK, how about um other recreational drugs? -P: Uh no, no, I I I haven't used anything like that before. +P: Uh no, no, I I I haven't used anything like that before. D: OK, um and then where do you live right now? And who do you live with? -P: So um right now I just live on my own, actually I'm um just finishing up my my my Masters um and just live in a small apartment. +P: So um right now I just live on my own, actually I'm um just finishing up my my my Masters um and just live in a small apartment. D: OK alright. And have you been in contact with anyone sick recently? @@ -140,7 +140,7 @@ P: No, I don't believe so. D: OK. Um how about um travel? -P: Uh no, I've just been yeah finishing up the the thesis and running. +P: Uh no, I've just been yeah finishing up the the thesis and running. D: OK, alright, um those were all the questions I had for you, um we'll move on to the physical exam component of this. Um so if you can take a look at both your knees, um do you see any visible redness or swelling in the area? @@ -148,7 +148,7 @@ P: Uh no no swelling or yeah, nothing visible that I can see. D: OK, so no bruises? -P: Uh no, no no bruises +P: Uh no, no no bruises D: OK. Do you notice any like muscle atrophy, any deformities or skin changes otherwise? @@ -192,13 +192,13 @@ P: Uh, yeah, I am. D: OK, I'm gonna get you to stand up from a sitting position, does that, is that painful? -P: It is, yeah it's, I get a sharp pain if, when doing that. +P: It is, yeah it's, I get a sharp pain if, when doing that. -D: OK yeah, uhm how about when you um sit back down, does that hurt? +D: OK yeah, uhm how about when you um sit back down, does that hurt? P: Um yeah, that hurts too. -D: That hurts too, OK. Um and then how about when you flex your knee inwards, um so that your heel is touching your bum like does that hurt? +D: That hurts too, OK. Um and then how about when you flex your knee inwards, um so that your heel is touching your bum like does that hurt? P: Uh like I, I'll get up, uh no that doesn't hurt, that feels OK. diff --git a/tests/data/transcripts/MSK0039.txt b/tests/data/transcripts/MSK0039.txt index 3bc4466..bb6fbb8 100644 --- a/tests/data/transcripts/MSK0039.txt +++ b/tests/data/transcripts/MSK0039.txt @@ -4,7 +4,7 @@ P: Uh I just came in today I think I broke my leg or something, it's something t D: When did this happen? -P: Just uh I would say like an hour ago +P: Just uh I would say like an hour ago D: Hour ago, OK. Are you able to bear any weight on it at all? @@ -16,7 +16,7 @@ P: It's pretty much my whole lower leg is painful, but I think where it looks li D: The middle part, OK middle part of your lower leg, so kind of where your shins are? -P: Mhmm. +P: Mhmm. D: OK, so in the shin area, OK. Um have you tried anything for it? I know it's only been an hour. @@ -46,7 +46,7 @@ D: How about any numbness or tingling in the area? P: Um I do feel some numbness, tingling just below where it happened, um but it like comes and goes. -D: OK um and then how about how about any um like feelings of like losing sensation or feeling cold in that area? +D: OK um and then how about how about any um like feelings of like losing sensation or feeling cold in that area? P: Um no, I I can feel everything in that area. @@ -54,17 +54,17 @@ D: OK. P: But it's hard to tell like it's just very painful right now. -D: OK, yeah, that's understandable. Um how about headaches? +D: OK, yeah, that's understandable. Um how about headaches? P: No, no headaches. D: Uh any fainting or dizziness. -P: No. +P: No. D: Um confusion or memory loss? -P: No. +P: No. D: Um weight loss recently. @@ -84,11 +84,11 @@ P: No. D: Um how about coughing, shortness of breath, or wheezing? -P: No, no, nothing like that. +P: No, no, nothing like that. D: No, OK, um how about chest pain or palpitations? -P: No. +P: No. D: No, any changes to your bowel movements? @@ -120,11 +120,11 @@ P: Yep. D: OK, that's good. Um do you have any allergies? -P: No, not that I know of. +P: No, not that I know of. D: OK, um and then is there any family history of like musculoskeletal issues? -P: Um so my mother has something called osteoporosis. +P: Um so my mother has something called osteoporosis. D: OK, yep. @@ -134,7 +134,7 @@ D: How old was she when she was diagnosed with that? P: Um probably in her fifties. -D: In her fifties, OK. +D: In her fifties, OK. P: Late fifties I would say. @@ -152,7 +152,7 @@ P: Uh no, not that I know of. D: Any cancers? -P: Uh, I think one of my aunts has uh ovarian cancer. +P: Uh, I think one of my aunts has uh ovarian cancer. D: OK, OK, um how old was she when she was diagnosed with that? @@ -160,11 +160,11 @@ P: Um like pretty uh recently, so probably like in her sixties. D: OK, OK, um and then have you been in touch with anyone sick recently? -P: No. +P: No. D: No, OK, have you done any travel recently? -P: No. +P: No. D: OK. Um those are all the questions I had for you. Did you have any questions of your own or anything you wanted to add before we move to the physical exam component? diff --git a/tests/data/transcripts/MSK0040.txt b/tests/data/transcripts/MSK0040.txt index c98ccd8..7a86602 100644 --- a/tests/data/transcripts/MSK0040.txt +++ b/tests/data/transcripts/MSK0040.txt @@ -10,7 +10,7 @@ D: OK, I see and and your foot kind of it turned inwards when you fell? P: Yes, that's right. -D: OK, and was there pain immediately after the this incident? +D: OK, and was there pain immediately after the this incident? P: Yes. @@ -44,15 +44,15 @@ P: I would say it's like a 7 or 8. D: OK, and have you ever had a pain like this before to the ankle or ever injured your foot before? -P: No, nothing like this. +P: No, nothing like this. -D: OK. And have you had any any headaches? +D: OK. And have you had any any headaches? P: Uh no headaches. D: Had any fevers or chills? -P: No +P: No D: How about night sweats? @@ -72,7 +72,7 @@ P: No. D: OK, now have you noticed any sensory loss over your leg or ankle? -P: No, no, no no sensory loss. +P: No, no, no no sensory loss. D: OK. And have you had any muscle weakness? @@ -100,7 +100,7 @@ P: No. D: Alright, and have you had any nausea or vomiting? -P: No. +P: No. D: How about any loss of appetite? @@ -108,7 +108,7 @@ P: No. D: Have you had any abdominal pain? -P: No. +P: No. D: Have you any diarrhea, constipation, or or blood in the stool? @@ -126,11 +126,11 @@ D: Alright, and in the past, have you been diagnosed with any medical conditions P: Uh no I've been pretty healthy otherwise. -D: OK, so do you take any medications regularly, either over the counter or prescribed? +D: OK, so do you take any medications regularly, either over the counter or prescribed? P: No. -D: Alright, then do you have any allergies? +D: Alright, then do you have any allergies? P: No. @@ -138,25 +138,25 @@ D: OK, and are your immunizations up to date? P: I think so. I gave them the most recent ones I've received in high school. -D: OK, OK that's good and have you had any surgeries before or any reasons for hospitalizations? +D: OK, OK that's good and have you had any surgeries before or any reasons for hospitalizations? P: Um no I've never, yeah I've never been hospitalized. D: OK, uh and. Alright, could you tell me a little bit about your living situation right now, like who you're living with and whereabouts? -P: I live with both my parents as well as two of my siblings. They are younger. We live in a house downtown. +P: I live with both my parents as well as two of my siblings. They are younger. We live in a house downtown. D: OK and are you currently in school? P: I am. I'm in grade 11. -D: OK, awesome and then how's that been going so far? +D: OK, awesome and then how's that been going so far? P: Going pretty well. D: OK. And have you been around anybody who's been sick recently? -P: No, no one's been sick. +P: No, no one's been sick. D: OK, and how about have you traveling anywhere? @@ -232,6 +232,6 @@ P: Yes. D: OK, so we have an antalgic gates with an inability to bear weight as well. OK, so the that was everything that I wanted to ask and check today and based on these features it is starting like it could be either an ankle fracture or an ankle sprain. But because of the pin-point tenderness or that you're finding on the lateral side as well as some of the the inability to bear weight as you're describing it'll be important to get an X-Ray to make sure that there's not a fracture. Um and yeah, and if there is then it will be important to have some sort of air boot or casting so that to make sure that we're offloading the area for the bones to heal, but we'll see what the X-Ray shows. -P: OK, that sounds great, thank you. +P: OK, that sounds great, thank you. D: Thank you. diff --git a/tests/data/transcripts/MSK0041.txt b/tests/data/transcripts/MSK0041.txt index ea0a073..7accfce 100644 --- a/tests/data/transcripts/MSK0041.txt +++ b/tests/data/transcripts/MSK0041.txt @@ -1,5 +1,5 @@ -D: How may I help you? +D: How may I help you? P: I'm I am here because I've had this intense pain in my right foot for the past six hours or so or so, and I thought it was important to come get it checked out by you guys. @@ -53,13 +53,13 @@ P: No, nothing like that. D: Alright, and have you had any any headaches? -P: No, no headaches. +P: No, no headaches. -D: Have you had any memory loss or or or confusion? +D: Have you had any memory loss or or or confusion? P: No. -D: OK. Have you had any fevers or chills? +D: OK. Have you had any fevers or chills? P: No. @@ -69,7 +69,7 @@ P: No. D: And have you had any any night sweats? -P: No. +P: No. D: OK, and how about any sensory changes like changes to your vision, hearing, sense of smell or sense of taste? @@ -77,7 +77,7 @@ P: No changes there. D: Alright and have you had a sore throat or runny nose? -P: No. +P: No. D: And how about having a cough or shortness of breath? @@ -93,13 +93,13 @@ P: No. D: OK. And have you had any lightheadedness or dizziness? -P: No. +P: No. D: OK. And how about any nausea or vomiting? P: No. -D: Alright, have any abdominal pain? +D: Alright, have any abdominal pain? P: Nope. @@ -107,9 +107,9 @@ D: Any changes to your bowel habits like diarrhea or constipation? P: No, I don't think so. -D: OK, and have you had any changes to urinary patterns like pain frequency or incontinence? +D: OK, and have you had any changes to urinary patterns like pain frequency or incontinence? -P: No. +P: No. D: OK. And have you had any skin changes like rashes or any changes to your nails or hair? @@ -129,7 +129,7 @@ P: Um no, I am. Actually sorry I have um high blood pressure as well as diabetes D: OK, do you take medications for any of those things? -P: Um I take ramipril for high blood pressure and I'm on insulin for the diabetes. +P: Um I take ramipril for high blood pressure and I'm on insulin for the diabetes. D: OK, have you had any medication changes recently? @@ -145,15 +145,15 @@ P: No surgeries, just the lithotripsy for the kidney stone. D: OK, and are your immunizations up to date? -P: Yep they are. +P: Yep they are. -D: Excellent, um OK and do you smoke cigarettes? +D: Excellent, um OK and do you smoke cigarettes? P: No, I don't. D: How about marijuana or using other cannabis products? -P: No. +P: No. D: OK and do you use any recreational drugs? @@ -171,13 +171,13 @@ D: OK. Alright, and alright could you tell me a little bit about your living sit P: I live with my son in a house. -D: OK, uh, and have you been around anybody who's been sick? +D: OK, uh, and have you been around anybody who's been sick? -P: No. +P: No. D: Alright, and have you traveled anywhere recently? -P: Um no no travel recently. +P: Um no no travel recently. D: OK, and and can you tell me a little bit about your diet an and like do you eat a lot of red meat and or a lot of seafood like like shell shellfish? diff --git a/tests/data/transcripts/MSK0042.txt b/tests/data/transcripts/MSK0042.txt index 5c85108..4ff1b5c 100644 --- a/tests/data/transcripts/MSK0042.txt +++ b/tests/data/transcripts/MSK0042.txt @@ -1,4 +1,4 @@ -D: How may I help you? +D: How may I help you? P: Uh, I, I'm uh, just coming into the clinic uh, today uh, my parents told me to come today. I don't know what this thing is, just mass right below, or kind of like a lump or mass below my right knee and it's not painful or anything, it's a little bit uncomfortable but I just want to check out and see what it might be. @@ -32,15 +32,15 @@ P: No, I haven't felt any of those. D: Okay, and how about uh, any muscle weakness in the lower extremity or upper extremity? -P: No, no weakness. +P: No, no weakness. D: Okay. Um, have you had any, uh, like fevers or chills? -P: No. +P: No. D: Uh, how about night sweats? -P: Uh, no night sweats. +P: Uh, no night sweats. D: Okay, and have you had any infectious symptoms, like uh, like a runny nose or a sore throat? @@ -68,11 +68,11 @@ P: No. D: Okay, have you had any lightheadedness or dizziness? -P: No, nothing like that. +P: No, nothing like that. D: Okay. Um, and have you had any nausea or vomiting? -P: Um, no, no nausea or vomiting. +P: Um, no, no nausea or vomiting. D: Okay, uh, have you had any changes or loss to appetite? @@ -82,7 +82,7 @@ D: How about any abdominal pain? P; No, no abdominal pain. -D: Alright. Have you had any changes to your bowel habits, like diarrhea, constipation or uh, blood in the stool? +D: Alright. Have you had any changes to your bowel habits, like diarrhea, constipation or uh, blood in the stool? P: Um, no. @@ -104,7 +104,7 @@ P: No, I mean like all the other joints and other like, bones and muscles have b D: Yeah, certainly. Okay, um, and uh, have you had, have you been diagnosed with any medical conditions in the past? Or see a doctor for any reason? -P: Um, no, I've been pretty healthy up until now. +P: Um, no, I've been pretty healthy up until now. D: Okay, uh, and do you take any medications regularly, over the counter or prescribed? @@ -112,7 +112,7 @@ P: Uh no, no medications. D: Okay, uh, and do you have any allergies? -P: No. +P: No. D: Alright, and are your immunizations up to date? @@ -130,7 +130,7 @@ D: Okay, and are you currently in school and working, or, or working? P: No I, I don't work. I'm currently in school right now. So yeah, too busy with school and then just extracurricular activities. -D: Yeah, absolutely. Okay, um, and uh, have you been around anybody who's been sick? +D: Yeah, absolutely. Okay, um, and uh, have you been around anybody who's been sick? P: No. @@ -146,7 +146,7 @@ D: Okay, well that's good. And um, are you currently sexually active? P: No. -D: No, okay. Have you been sexually active in the past? +D: No, okay. Have you been sexually active in the past? P: No I haven't. @@ -164,7 +164,7 @@ P: Um, I don't think anyone's had like a bone tumour or anything like that. I, I D: Okay. Um, and any genetic diseases in the family or, or congenital diseases? -P: Um, not that I've been told, no. +P: Um, not that I've been told, no. D: Okay, um, so um, next I just wanted to move on to the physical exam component and um, firstly, are you having any issues with uh walking? @@ -184,13 +184,13 @@ P: Um, no, not that I can tell. D: Okay, um and, uh you don't have any, any pain, so if you press on the area or on the the knee joint, you can just feel the mass and no pain there? -P: Yeah, it just feels weird. I don't, I'm not in any pain or anything, but it's like, it's weird to look at and then weird to feel uh, as well. +P: Yeah, it just feels weird. I don't, I'm not in any pain or anything, but it's like, it's weird to look at and then weird to feel uh, as well. D: Okay. Um, and um, uh okay, then no limitations with uh, with like range of motion of any of your joints including like uh, knee and ankle? P: Yeah no, I can move everything just fine. -D: Okay, awesome and so that, that was everything that I wanted to ask today and uh, uh check on the physical as well. Um, so was there anything else that I maybe forgot to ask about or anything you wanted to add? +D: Okay, awesome and so that, that was everything that I wanted to ask today and uh, uh check on the physical as well. Um, so was there anything else that I maybe forgot to ask about or anything you wanted to add? P: Yeah no, I um, nothing else I wanted to add, but I, I think my parents and I were just scared about it being like uh, cancer, or like a tumour, um, so I just don't know what I should do, if I need to get any tests done, or x-rays, or anything like that. diff --git a/tests/data/transcripts/MSK0043.txt b/tests/data/transcripts/MSK0043.txt index 1625c7b..8864e3e 100644 --- a/tests/data/transcripts/MSK0043.txt +++ b/tests/data/transcripts/MSK0043.txt @@ -1,4 +1,4 @@ -D: What brings you here today? +D: What brings you here today? P: I've had this like, pain in my knee. It started within the last few hours and my knee's swollen, it's painful. Um, I can barely move it. @@ -12,7 +12,7 @@ P: Uh. Um, no, nothing in my joints. I've had other infections before, like in m D: Okay, I see. And have you ever had cellulitis in that area? -P: Uh, I, I had it over, kind of my, uh, like over my foot before. +P: Uh, I, I had it over, kind of my, uh, like over my foot before. D: Okay, and um, where would you describe the pain is? Is it like on the kneecap, is it above the kneecap, below? Where would you describe it? @@ -22,9 +22,9 @@ D: Okay, is it like um, so, it's swollen, is it red and warm? P: It is, yeah, it's really red. -D: Okay +D: Okay -P: And warm as well. +P: And warm as well. D: Okay, and how would you describe the pain? Um, is it like a sharp, stabbing pain, or is it an aching pain? @@ -44,7 +44,7 @@ P: Um, I mean just trying to stay as still as possible is all I've been been doi D: Okay, and are you able to weight bear, are you able to stand and walk by yourself? -P: Uh, I, I was pretty much like hopping on one leg to, to get in here and as soon as I could, I got in a wheelchair, just because it uh, hurts so bad. +P: Uh, I, I was pretty much like hopping on one leg to, to get in here and as soon as I could, I got in a wheelchair, just because it uh, hurts so bad. D: Okay, and um, do you have any pain or symptoms in any other joints or muscles of your body? @@ -58,7 +58,7 @@ D: Okay, when were you feeling fevers? P: Uh, just like, today, it's kind of, yeah, it started within the last day. -D: Okay, and um, did you get a chance to measure your temperature at all? If not, we can do that here. +D: Okay, and um, did you get a chance to measure your temperature at all? If not, we can do that here. P: Um no, no, I didn't get to uh, I, I didn't check it. @@ -66,9 +66,9 @@ D: Okay, and have you been sick at all recently, either with um, any cold-like s P: Uh, no, I haven't had any, anything like that. -D: Okay, and have you recently had any um, sexually transmitted diseases, or exposures to uh, ticks or lyme disease? +D: Okay, and have you recently had any um, sexually transmitted diseases, or exposures to uh, ticks or lyme disease? -P: Uh, I don't think so. I've been just, in well, in the city. I haven't traveled anywhere, and I uh, I haven't been sexually active for, for quite a while now, so. +P: Uh, I don't think so. I've been just, in well, in the city. I haven't traveled anywhere, and I uh, I haven't been sexually active for, for quite a while now, so. D: Okay, okay. Uh, have you recently, at all, had um, any procedures done on your knee, like any surgeries or any joint like um, injections or aspirations? @@ -104,15 +104,15 @@ P: Uh, I've been told my, my blood sugar has been like, it hasn't been controlle D: Okay, um, do you take anything for medicate, medication for your diabetes? -P: Uh, yeah, I, I take metformin and um, and uh, yeah, that, that's all I've been taking, but, I mean, it's really hard for me to uh, like get my medication sometimes and so um, I don't always take it. +P: Uh, yeah, I, I take metformin and um, and uh, yeah, that, that's all I've been taking, but, I mean, it's really hard for me to uh, like get my medication sometimes and so um, I don't always take it. -D: Okay, I see. Um, and do you have any allergies to any medications? +D: Okay, I see. Um, and do you have any allergies to any medications? -P: Uh, not that I, not that I can think of. And, so something that I forgot to mention is uh, like I've had hepatitis in the past as well um, and uh, yeah. +P: Uh, not that I, not that I can think of. And, so something that I forgot to mention is uh, like I've had hepatitis in the past as well um, and uh, yeah. -D: And do you know hepatitis you've had? +D: And do you know hepatitis you've had? -P: Um, I've had, it was uh, hepatitis C and uh, I was, um, treated, I was treated for it. +P: Um, I've had, it was uh, hepatitis C and uh, I was, um, treated, I was treated for it. D: Okay. Okay, and how long ago was that? @@ -122,7 +122,7 @@ D: Okay, and uh, did they tell you like how it may have been transmitted at all? P; Yeah, the, the likely cause was um, I was told it was through IV uh, drug use. I've been using now for uh, for about 10 years. -D: Okay, and have you um, and what do you usually use? +D: Okay, and have you um, and what do you usually use? P: Uh, well like, any, anything that I, that I can usually. But I, I guess like um, various types of opioids are kind of the, the, the main thing that I'll, that I'll use. @@ -146,7 +146,7 @@ D: Okay, have you had any hospitalizations or surgeries in the past? P: Um no, I haven't. -D: Okay. Uh, any family history of any conditions um, musculoskeletal or rheumatologic conditions? Uh, any rheumatoid arthritis, anything like that? +D: Okay. Uh, any family history of any conditions um, musculoskeletal or rheumatologic conditions? Uh, any rheumatoid arthritis, anything like that? P: Uh, I don't think so. @@ -166,17 +166,17 @@ D: Okay, and how long have you been smoking for? P: Uh, so this has been, uh, about 20 years. -D: 20 years, okay. And do you drink alcohol? +D: 20 years, okay. And do you drink alcohol? -P: Um, sometimes yeah. I'll, I'll have uh, just a few beers, maybe a few beers a week. +P: Um, sometimes yeah. I'll, I'll have uh, just a few beers, maybe a few beers a week. D: Okay, and yeah, we were just talking about some of uh, like the movement, but you're saying you have pain with any kind of movement at all, right? -P: Yeah, it, it's really painful, I just, I try not to move it at all. +P: Yeah, it, it's really painful, I just, I try not to move it at all. D: And it's very red and swollen and warm as well? -P: Yeah, all of those. +P: Yeah, all of those. D: Any symptoms at all in your hips or ankle? @@ -186,7 +186,7 @@ D: Okay, alright, so those are all the questions I had for you. We'll do like a P: Okay, uh, thank you. Yeah, that, that sounds good. -D: Alright, yeah, so yeah, we'll get all that done for you shortly, and uh, we'll go from there. +D: Alright, yeah, so yeah, we'll get all that done for you shortly, and uh, we'll go from there. P: Right, thank you. diff --git a/tests/data/transcripts/MSK0044.txt b/tests/data/transcripts/MSK0044.txt index 72c0b9c..2b91916 100644 --- a/tests/data/transcripts/MSK0044.txt +++ b/tests/data/transcripts/MSK0044.txt @@ -10,9 +10,9 @@ D: The right side, okay. Um, okay, and how long ago did this happen? P: It happened about, just a couple of hours ago. Yeah, just about 2 hours ago. -D: Okay, um. Um, did someone, did someone fall onto your side? Okay, uh, so, your main, are you having mainly pain in that, in that area, or is it going to other places? +D: Okay, um. Um, did someone, did someone fall onto your side? Okay, uh, so, your main, are you having mainly pain in that, in that area, or is it going to other places? -P: It's mostly just the pain like right in that area. I'm not feeling it anywhere else. +P: It's mostly just the pain like right in that area. I'm not feeling it anywhere else. D: Okay, and um, what kind of pain are you feeling? Is it sharp, stabbing, or is it aching? @@ -26,7 +26,7 @@ D: Okay, and um, are able to do any movements, or are you just kind of holding y P: I, yeah I've just been holding my arm up by, uh, I kind of made a sling out of, yeah, like the coaches helped make a sling out of one of the, uh, what we, like a shirt or something like that at the practice. And so I've been just kind of holding my arm against my chest with my elbow flexed. I haven't really moved it at all. -D: I see, okay. Um, and if you were to describe just what it looks like right now, does your shoulder kind of seem like it's sagging? +D: I see, okay. Um, and if you were to describe just what it looks like right now, does your shoulder kind of seem like it's sagging? P: Yeah it does. @@ -40,7 +40,7 @@ P: No, just the pain right there. D: Okay. Alright um, and uh, other than that, have you previously had any popped joints before? -P: Uh, I, no, I haven't. +P: Uh, I, no, I haven't. D: Okay, and no other trauma or anything in the same region? @@ -48,7 +48,7 @@ P: No, I haven't had any pains there before or anything like that. D: Okay, I see. Okay, um and have you been diagnosed with any medical conditions in the past? -P: Uh, no I haven't. +P: Uh, no I haven't. D: Okay, alright, and did you hurt yourself anywhere else? Like did you hurt your head at all? Um, suffer any loss of consciousness or anything like that? @@ -56,7 +56,7 @@ P: No, no, I, I didn't. I was kind of just like laying on my side and they fell D: Okay, and did it have any impact on your chest like you do you feel short of breath or anything like that? -P: No shortness of breath, kind of knocked the wind out of me at at first, but I'm okay now. +P: No shortness of breath, kind of knocked the wind out of me at at first, but I'm okay now. D: Okay, I see, that's good. Um, okay, and other than uh, so no medical conditions? Do you take any medications at all? @@ -78,9 +78,9 @@ D: Any skin changes, like rashes? P: No, I haven't had any rashes. -D: Okay, any weakness in your upper or lower extremities, besides like the area that's affected? +D: Okay, any weakness in your upper or lower extremities, besides like the area that's affected? -P: No. +P: No. D: No, okay. Um, any dizziness, fainting episodes? @@ -108,7 +108,7 @@ P: So I live with both of my parents and um, I have a younger brother and a youn D: Okay, alright, and um, do you work currently? Or are you a student? -P: Yeah, I'm in high school and, um, I, I work part-time at the grocery store as well, but uh, it's not that often though, because I've just been been playing sports, on the football team, we have a lot of practices and games and stuff. +P: Yeah, I'm in high school and, um, I, I work part-time at the grocery store as well, but uh, it's not that often though, because I've just been been playing sports, on the football team, we have a lot of practices and games and stuff. D: Okay. Um, do you drink alcohol? @@ -118,10 +118,10 @@ D: Okay, and do you smoke cigarettes or marijuana, or use any recreational drugs P: No, nothing like that. -D: Okay, alright, so those are all the questions I had for you today. We'll do a full physical examination of the area. Um, we, we will definitely get an x-ray of the shoulder and clavicle to see what kind of, it seems like you have a clavicular fracture from just the mechanism of the injury, as well as everything you were describing. Um, but it is important to understand how, like what kind of clavicle injury it is and where it's affected, if it's in the middle area, on like the outer areas of the clavicle, um, and how much it's displaced because that will determine if we just need to reduce it here, and then give you a sling, and then you can go home. That's usually the case, but sometimes you may require surgery as well, and we would need to refer you to an orthopaedic surgeon. So yeah, we'll, we'll get the x-ray done, and if you need anything for pain currently, we will give you some medications here, um and then we'll go from there. +D: Okay, alright, so those are all the questions I had for you today. We'll do a full physical examination of the area. Um, we, we will definitely get an x-ray of the shoulder and clavicle to see what kind of, it seems like you have a clavicular fracture from just the mechanism of the injury, as well as everything you were describing. Um, but it is important to understand how, like what kind of clavicle injury it is and where it's affected, if it's in the middle area, on like the outer areas of the clavicle, um, and how much it's displaced because that will determine if we just need to reduce it here, and then give you a sling, and then you can go home. That's usually the case, but sometimes you may require surgery as well, and we would need to refer you to an orthopaedic surgeon. So yeah, we'll, we'll get the x-ray done, and if you need anything for pain currently, we will give you some medications here, um and then we'll go from there. P: Alright, thank you. -D: You're welcome. Um, I'll be here with you shortly. +D: You're welcome. Um, I'll be here with you shortly. P: That sounds good. Thank you so much. diff --git a/tests/data/transcripts/MSK0045.txt b/tests/data/transcripts/MSK0045.txt index f004b39..12a0fc9 100644 --- a/tests/data/transcripts/MSK0045.txt +++ b/tests/data/transcripts/MSK0045.txt @@ -28,7 +28,7 @@ P: Um I think um, like no, anything hurts. D: OK. OK, and how much would you rate this pain out, on a scale of zero to 10, 10 being the worst pain you felt in your life? -P: I'd give it about a 7. +P: I'd give it about a 7. D: Seven, OK. @@ -36,11 +36,11 @@ P: Yeah. D: And are you having uh, is this pain moving to any other uh joints or any other part of your body? -P: No. +P: No. D: OK, so just just in the area that you described? -P: Yes. +P: Yes. D: OK, and do you notice any kind of um, just looking at your shoulder outside, from the outside, any swelling, redness, any masses or deformities? @@ -50,7 +50,7 @@ D: OK, alright and um is there anything that you've tried that has helped with y P: Um I've tried some ibuprofen, some ice. It seems to help temporarily. -D: OK, and earlier when you had the rotator cuff injury, did you get physiotherapy? +D: OK, and earlier when you had the rotator cuff injury, did you get physiotherapy? P: Um I did. But not, but I didn't finish the full course. I just went for a week or so and then um I had to go back to work, um so I stopped doing that. @@ -66,7 +66,7 @@ D: OK, any any weight loss um or loss of appetite? Anything like that? P: Uh no, nothing like that. -D: OK, any numbness or tingling? +D: OK, any numbness or tingling? P: No. @@ -75,12 +75,12 @@ D: Any weakness in your extremities? P: No. D: Any um any just symptoms or anything else like diarrhea, constipation, urinary changes? Anything else is going on? - -P: No. + +P: No. D: No, OK. So it's mainly just the shoulder pain? -P: Yes. +P: Yes. D: OK, um alright, and does rest help at all, like when you're lying down, just not moving your shoulder. Does that help with your pain? @@ -96,19 +96,19 @@ P: Uh, I have um, I have diabetes, but that's about it. D: OK, and do you take any medications? -P: I'm on metformin. +P: I'm on metformin. D: OK. Um and do you have any allergies to any medications? P: No, no allergies to medications. -D: Have you been hospitalized or had any surgeries in the past? +D: Have you been hospitalized or had any surgeries in the past? -P: No. +P: No. D: No, OK. Um any family history of any musculoskeletal or rheumatological conditions? -P: No. +P: No. D: OK, and currently right now, so you said you work as a construction worker, right? @@ -128,7 +128,7 @@ P: Um I live by myself right now. D: Do you live in a house or apartment? -P: Um I live in an apartment. +P: Um I live in an apartment. D: And, uh, uh, in terms of your daily life, do you smoke at all? @@ -168,7 +168,7 @@ P: OK. D: Um and it might also affect your other shoulder as well. So what we'll um end up doing today is see if um we can get some um imaging done so we can do an X-Ray of your shoulder. I'm sure you've had X Rays before, so we'll kind of compare them to your shoulder X Rays from before. We, if we need to, we can also get an ultrasound if um we don't, uh we can't really tell from the X Rays. And then from there, um we can get some blood work as well. Um just your normal blood work as well as inflammation markers, and then um from there we'll need to uh, really um discuss some management strategies. So you've already tried some physiotherapy, but now we need to make sure that's uh, it's it's consistent because this is something that has a high recurrence rate and we will definitely need to finish the full course of physiotherapy, whatever it may be, um because if physiotherapy doesn't work, we may have to consider like other options like um corticosteroid injections right into your shoulder. -P: OK. +P: OK. D: For some relief. But yeah, so first we'll just try some conservative methods like physiotherapy, pain management, uh and then go from there. How does that sound? diff --git a/tests/data/transcripts/MSK0046.txt b/tests/data/transcripts/MSK0046.txt index 251151d..c5b6a59 100644 --- a/tests/data/transcripts/MSK0046.txt +++ b/tests/data/transcripts/MSK0046.txt @@ -16,7 +16,7 @@ P: Yeah, so just just over there. D: OK, and what kind of pain is it? Is it sharp or is it aching? -P: Uhm, it's it's like a um, at baseline it's an achy pain, but if I try to move it or um try to write or you know, use a computer or anything like that, it becomes sharp. +P: Uhm, it's it's like a um, at baseline it's an achy pain, but if I try to move it or um try to write or you know, use a computer or anything like that, it becomes sharp. D: OK, Um and on a scale of uh zero to 10, 10 being the worst pain you've felt in your life, how much would you rate it? @@ -24,13 +24,13 @@ P: I'd say like a 6. D: OK, and does this pain move anywhere else in your hand, or does it just stay where you described? -P: Um it just stays there. +P: Um it just stays there. D: OK, and what kind of motions uh cause the most pain? P: I'd say like um you know, trying to touch my pinky with my thumb, that that hurts. Um just like trying to rotate it hurts. -D: OK, um have you tried anything for the pain that has helped? +D: OK, um have you tried anything for the pain that has helped? P: Uhm, no, I haven't really tried too much. I've just I just tried not to use it as much. @@ -46,19 +46,19 @@ D: OK. P: And sorry I also take lots of notes, like handwritten notes with my left hand. -D: OK, so are you left handed? +D: OK, so are you left handed? P: Yes. D: OK. Alright. Have you been diagnosed with any medical conditions in the past? -P: No. +P: No. D: No, so you're healthy? P: Yes. -D: Um do you take any medications on a regular basis? +D: Um do you take any medications on a regular basis? P: Uh no, no. @@ -76,21 +76,21 @@ P: Uh no, nothing like that. D: OK, um any cancers in the family? -P: Um I know there's, yeah there's a lot of cancer in the family. There's colon cancer, breast cancer, ovarian cancer. +P: Um I know there's, yeah there's a lot of cancer in the family. There's colon cancer, breast cancer, ovarian cancer. D: OK. And are they first degree relatives who had those cancers? -P: Uh no first degree relatives, just like aunts and uncles. +P: Uh no first degree relatives, just like aunts and uncles. D: OK. Uh alright, and currently are you working right now or have you had any time off work or any modified duties? P: Um so I'm still working online, I've just um haven't been taking notes by hand anymore. -D: I see, and does that help though? +D: I see, and does that help though? -P: Uh yeah it it has helped a little bit because I'm not moving my hand as much so it helps with the pain. +P: Uh yeah it it has helped a little bit because I'm not moving my hand as much so it helps with the pain. -D: OK. Have you taken any uh Tylenol, Advil, anything for the pain? +D: OK. Have you taken any uh Tylenol, Advil, anything for the pain? P: No, I haven't. @@ -98,7 +98,7 @@ D: OK. Alright. And currently right now, what is your living situation like? P: Uh I live in an apartment by myself. -D: OK, and um, do you currently uh smoke cigarettes? +D: OK, and um, do you currently uh smoke cigarettes? P: Um I smoke, I used to smoke like five years ago, and I only did that for like a year or two, um and it wasn't very much. But I don't smoke anymore. @@ -116,7 +116,7 @@ P: Um I can, but it hurts. D: OK, it hurts in that location that you mentioned? -P: Yes. +P: Yes. D: How about um if you make a fist without your thumb, does it still hurt or is it just when you are moving the thumb? @@ -126,13 +126,13 @@ D: OK. And if you were able to, are you able to uh rotate your wrist? P: Uh yes, I can rotate my wrist. -D: Does that hurt at all? +D: Does that hurt at all? P: No. D: OK, um now I just want you to do this one test. It's called a Finkelstein test. OK so I want you to flex your thumb, press it up down against your palm. -P: OK. +P: OK. D: And then hold your hand, sorry. @@ -148,7 +148,7 @@ P: OK. D: And then bring your uh arm out. -P: OK. +P: OK. D: And with your other hand, can you, from above push your wrist downwards? So your uh pinky finger is uh pointing to the pointing to the ground. @@ -158,17 +158,17 @@ D: Yeah, and did that hurt at all? Like when you, so this is just called ulnar d P: Yes, that is very painful. -D: That's very painful, OK. Alright, um and then you're also having pain with gripping and, OK, so those are kind of all the things I wanted to ask. Uh it seems that you may be having something called De Quervain's tenosynovitis. Um it's caused by some repetitive motions, uh it can be due to gripping. Sometimes it happens to new mothers who are lifting their children as well as daycare workers. It can also happen in other work environments, and so what we will first just need to do um is mainly to rule out something like osteoarthritis. You are fairly young um but if there was ever an injury in the past, it you can have early osteoarthritis in the area. So we just want to get an X-Ray. And other than that, the way we kind of deal with this issue is usually conservatively and with a splint. +D: That's very painful, OK. Alright, um and then you're also having pain with gripping and, OK, so those are kind of all the things I wanted to ask. Uh it seems that you may be having something called De Quervain's tenosynovitis. Um it's caused by some repetitive motions, uh it can be due to gripping. Sometimes it happens to new mothers who are lifting their children as well as daycare workers. It can also happen in other work environments, and so what we will first just need to do um is mainly to rule out something like osteoarthritis. You are fairly young um but if there was ever an injury in the past, it you can have early osteoarthritis in the area. So we just want to get an X-Ray. And other than that, the way we kind of deal with this issue is usually conservatively and with a splint. -P: OK. +P: OK. D: And a sling for your thumb that uh helps relieve some of these symptoms, uh restricts some of your movements, reduces some of the swelling, and if it does get really bad and it's affecting your work and conservative management with pain and the splint don't work, and with physiotherapy, we do uh offer injecting corticosteroids into just right like in the area that you mentioned, right below the thumb. -P: OK. +P: OK. D: Um and that often has some effect as well. Um but at first, yeah, let's just do some conservative management and see if that helps. It's only been a few days, so hopefully um what we try first helps. And then we can go on from there. -P: OK yeah, that sounds great. Thank you. +P: OK yeah, that sounds great. Thank you. D: Welcome, take care. diff --git a/tests/data/transcripts/MSK0049.txt b/tests/data/transcripts/MSK0049.txt index a47da93..d84b75a 100644 --- a/tests/data/transcripts/MSK0049.txt +++ b/tests/data/transcripts/MSK0049.txt @@ -8,7 +8,7 @@ P: It feels like it's mostly on the front. D: OK. -P: Like deep within that um kneecap. +P: Like deep within that um kneecap. D: OK, and you said the pain started two months ago? @@ -48,7 +48,7 @@ P: No. D: OK, and how would you describe the severity of your pain on a scale of 10 being the worst pain you've ever felt, and 1 being kind of very minimal pain. -P: Uhm, I would give it maybe uh 7. +P: Uhm, I would give it maybe uh 7. D: OK. And have you had any injuries to your knee before? @@ -56,7 +56,7 @@ P: No, not that I can think of. D: No, OK. Um and have you been having any uh any weight loss recently? -P: Uh no, weight gain. +P: Uh no, weight gain. D: Weight gain, OK. How much weight have you gained over the last uh several months? @@ -64,9 +64,9 @@ P: Over the past six months, I'd say I've gained about 20 pounds. D: OK, have you had changes in your diet and or exercise? -P: Um I guess I've been eating a little bit more, um but no changes in exercise. +P: Um I guess I've been eating a little bit more, um but no changes in exercise. -D: OK. Um have you been having any fevers or chills? +D: OK. Um have you been having any fevers or chills? P: No. @@ -74,7 +74,7 @@ D: OK, how about any night sweats? P: Uh, no night sweats. -D: OK, um have you had any changes to your vision or hearing? +D: OK, um have you had any changes to your vision or hearing? P: No. @@ -124,7 +124,7 @@ P: Uh no urinary problems. D: Um any changes to your bowel habits, like diarrhea or blood in the stool? -P: No. +P: No. D: Alright, and have you had any rashes or skin changes or changes to your hair or nails? @@ -144,15 +144,15 @@ P: Um I have um diabetes, high blood pressure and high cholesterol. And I'm over D: OK, do you take any medications for any of those conditions? -P: I'm on insulin for diabetes. Um I'm on Ramipril for high blood pressure and I'm also on a statin for the cholesterol. +P: I'm on insulin for diabetes. Um I'm on Ramipril for high blood pressure and I'm also on a statin for the cholesterol. D: OK, and do you have any allergies to medications? -P: No. +P: No. D: Alright, and uh, have you had any surgeries in the past? -P: No. +P: No. D: Alright, and um are your immunizations up to date? @@ -188,7 +188,7 @@ P: Uhm no musculoskeletal issues uh that, I know diabetes runs in the family. D: OK, um alright, so that was everything I wanted to ask on history. So next I just wanted to do a physical exam, and just looking at the left knee, are you seeing any um swelling or redness uh on the knee? -P: Um it appears slightly more swollen than my right knee. +P: Um it appears slightly more swollen than my right knee. D: OK, but are you seeing any redness? @@ -196,11 +196,11 @@ P: No redness. D: OK, and are there any temperature changes? Like does the knee feel hot or or warm? -P: No. +P: No. -D: OK, and if you um press along the uh joint line, do you feel any pain? +D: OK, and if you um press along the uh joint line, do you feel any pain? -P: Uhm yeah, it feels a little tender. +P: Uhm yeah, it feels a little tender. D: OK. And how about pain over any of the muscles, like the thigh muscles or the hamstrings or the calf muscles? @@ -212,7 +212,7 @@ P: That that's a little bit more painful. D: OK, and are you able to bend your knee uh like like flex it, straighten it? -P: Uh I can do that, it's just painful when I do that. +P: Uh I can do that, it's just painful when I do that. D: OK. Um and uh and then how about walking, are you um, do you have an antalgic gait or or or a limp? @@ -228,6 +228,6 @@ P: Um yeah, so um how do you, how can I treat my knee? D: Yeah, certainly, so it it sounds like um this could be most likely osteoarthritis um of the left knee, which uh is something that would be best treated with uh trying to stay as active as you can, but but also pacing your activities as well, so that you're not um doing so much that the next day you're in significant amount of pain, but it's important to remember that um activity will help um with keeping your knee mobile, but also um actually help with reducing pain as well, and then also uh you could use Tylenol um as a medication for it. I wouldn't recommend ibuprofen or NSAIDs on a long term basis, although you could take those if you're having like an acute flare up of your pain. Um and then also like topical agents such as um like Voltaren or something like that you could put on your knee and um if it's really bad and it keeps um continuing on, we can consider something like a steroid injection as well. -P: OK, yeah, that sounds good. Thank you. +P: OK, yeah, that sounds good. Thank you. D: Alright, thank you. diff --git a/tests/data/transcripts/MSK0050.txt b/tests/data/transcripts/MSK0050.txt index ab5e4ca..61fc7ca 100644 --- a/tests/data/transcripts/MSK0050.txt +++ b/tests/data/transcripts/MSK0050.txt @@ -1,8 +1,8 @@ D: How may I help you? -P: Um I'm here because I've had some numbness in my right hand and uh doesn't seem to be going going away, so I thought I should get it checked out by you. +P: Um I'm here because I've had some numbness in my right hand and uh doesn't seem to be going going away, so I thought I should get it checked out by you. -D: Yeah, certainly so, so when did this exactly start? +D: Yeah, certainly so, so when did this exactly start? P: Um so it's been pretty gradual, I would say over the past month or two months um is when I first noticed it, but the numbness is definitely worse now than it was at the start. @@ -40,7 +40,7 @@ P: Mhmm, yes. D: OK, and do you feel any, uh, like the numbness or tingling, does it radiate anywhere? Like to your forearm or up into your like upper arm or shoulder? -P: Uh no, I don't think so. No. +P: Uh no, I don't think so. No. D: OK. And do you have any neck pain? @@ -52,17 +52,17 @@ P: No, nothing that I can think of. D: Alright. Um and, have you had any weight loss recently? -P: No. +P: No. D: How about any fevers or chills? -P: No. +P: No. D: Have you had any night sweats? -P: No. +P: No. -D: OK, have you had any changes to vision or hearing? +D: OK, have you had any changes to vision or hearing? P: No. @@ -70,7 +70,7 @@ D: How about other senses like any changes to your sense of smell or sense of ta P: No. -D: Alright, have you had a runny nose or felt congested? +D: Alright, have you had a runny nose or felt congested? P: Uh no. @@ -80,21 +80,21 @@ P: No. D: Alright, have you had any shortness of breath? -P: No. +P: No. -D: Have you had any chest pain or feeling like you're uh like feeling like you have heart palpitations? +D: Have you had any chest pain or feeling like you're uh like feeling like you have heart palpitations? P: No. -D: OK. Have you had any lightheadedness or dizziness? +D: OK. Have you had any lightheadedness or dizziness? -P: Uh no. +P: Uh no. D: Alright, and have you had any nausea or vomiting? -P: No. +P: No. -D: How about any abdominal pain? +D: How about any abdominal pain? P: No. @@ -106,17 +106,17 @@ D: Have you had any changes to your bowel movements like diarrhea, constipation? P: No. -D: OK, and have you had any changes to your hair or nails? +D: OK, and have you had any changes to your hair or nails? P: No. D: And any skin rashes or um anything like that? -P: No. +P: No. D: Alright, and uh have you had any other pains in your joints or any joint swelling? -P: No. +P: No. D: OK. Uh, and have you been diagnosed with any medical conditions before? @@ -128,13 +128,13 @@ P: No, not for a long time. D: OK, do you take any other medications? -P: No. +P: No. D: OK, um and how about, do you have any allergies? P: No. -D: OK, and have you had any surgeries or hospitalizations? +D: OK, and have you had any surgeries or hospitalizations? P: Uh no. @@ -146,7 +146,7 @@ D: OK. Um and are you working currently, or are you in school? P: Um I am a grad student. -D: OK, excellent, and um do you smoke cigarettes? +D: OK, excellent, and um do you smoke cigarettes? P: I don't. @@ -170,7 +170,7 @@ D: OK. Uh, and so next I would like to just um uh do a physical exam, and for th P: Um so, in my right hand, um I guess the you know the fleshy part of your thumb just above your wrist, um that seems to be um I guess atrophied compared to my left hand. -D: OK so, OK, so the muscle bulk is um reduced there. +D: OK so, OK, so the muscle bulk is um reduced there. P: Mhmm. @@ -204,7 +204,7 @@ P: Uh I guess a little bit of tingling. D: OK, so that would be a positive Phalen's test as well. Um and range of motion of the neck, do you have any problems with that or any pain there? -P: No. +P: No. D: OK. Um I think that was everything I wanted to ask about and check on the exam. Did you have any questions for me? diff --git a/tests/data/transcripts/RES0001.txt b/tests/data/transcripts/RES0001.txt index 3408618..e670709 100644 --- a/tests/data/transcripts/RES0001.txt +++ b/tests/data/transcripts/RES0001.txt @@ -1,20 +1,20 @@ D: What brings you in today? -P: I so I've just had this pain in my chest for just over a week now and it's caused me to have trouble breathing. +P: I so I've just had this pain in my chest for just over a week now and it's caused me to have trouble breathing. D: OK, um how old are you, Jen? -P: Um 52. +P: Um 52. D: OK when did this pain start? You said a week back? -P: Uh, yeah, just about that I I think maybe 8 days ago. +P: Uh, yeah, just about that I I think maybe 8 days ago. -D: OK, and is it a constant pain? Is it always there? +D: OK, and is it a constant pain? Is it always there? P: Ahh it it is, but it's definitely worse that um, it's the breathing that's been bothering me a lot more. When I take a deep breath that the pain is a lot worse. -D: OK, OK um. And when you do get that, get that pain. How long does it last? +D: OK, OK um. And when you do get that, get that pain. How long does it last? P: Um I would say, uh. Around 15-20 minutes. It's it goes away over overtime. @@ -29,16 +29,16 @@ chest infection, but I'm not feverish, so I'm not sure. D: OK, the cough is it still there? -P: Yeah, it's um. I still have a cough. +P: Yeah, it's um. I still have a cough. D: OK, and are you coughing up any blood? -P: No, I haven't. I haven't noticed any any blood. +P: No, I haven't. I haven't noticed any any blood. D: OK, how about sputum? P: Um, no sputum. - + D: No, OK. And do you feel like you're wheezing? P: Oh no wheezing. @@ -47,7 +47,7 @@ D: No wheezing, OK. Um, the shortness of breath 1 to 10, 10 being the worst, the P: I would say when I'm exerting myself, it could get up to like a 7 or 8. -D: OK, and you mentioned how, how far can you walk before you need to rest. +D: OK, and you mentioned how, how far can you walk before you need to rest. P: I I would say maybe 100 meters. But before I was able to run uh like I was running a few days per week so. So this is not like me. @@ -57,15 +57,15 @@ P: I say it's sharp. D: OK, have you ever experienced this before? -P: No, nothing like like this before at all. I I have never had any, any problems like this before? +P: No, nothing like like this before at all. I I have never had any, any problems like this before? D: OK um, and has it changed since it started a week back or has have your symptoms been pretty much the same? P: They've been pretty much the the the same. - + D: OK, OK Um, do you have anything like COPD, Congestive heart failure, anything like that? -P: No, I've never had any heart problems, uh in the past. I've been healthy up to this point though, nothing I see a doctor regularly for. +P: No, I've never had any heart problems, uh in the past. I've been healthy up to this point though, nothing I see a doctor regularly for. D: OK, OK. This you mentioned, no fevers, no chills. And no night sweats too I guess? @@ -83,7 +83,7 @@ D: OK hearing? P: Hearing has been OK. -D: OK, how about smell? +D: OK, how about smell? P: No changes in smell. @@ -97,7 +97,7 @@ P: no rashes. D: OK, and you mentioned some chest pain. Any palpitations like you feel like your hearts racing? -P: Uh, actually I did feel like that a little bit. Especially when I was moving a little bit more, I felt like my heart was racing. +P: Uh, actually I did feel like that a little bit. Especially when I was moving a little bit more, I felt like my heart was racing. D: OK, um, any calf pain. @@ -113,12 +113,12 @@ P: Um, Yeah, we'll say that there is swelling. D: Oh, OK. And, and you mentioned shortness some shortness of breath on exertion, how about when you're laying down? -P: Not when I'm laying down. +P: Not when I'm laying down. D: No OK, and not when you're OK, not when you're laying down, OK. Um alright and in terms of like your stool, so bowel movements and urination. Like all of that's normal? -P: Yeah, all that's been normal. +P: Yeah, all that's been normal. D: OK, any headaches? @@ -126,7 +126,7 @@ P: Um no headaches. D: no, no confusion? -P: No confusion. +P: No confusion. D: OK, how about dizziness or fainting spells? @@ -139,15 +139,15 @@ P: Oh no. I I I haven't. D: OK and are you otherwise healthy? Do you have any past medical history of any conditions really? P: No, like I've been um previously healthy, but I I guess I did have a hysterectomy a few weeks ago. I know it was, I I didn't bring it up before 'cause it's just a day procedure, but I was definitely -spending a lot more time um relaxing at home after that, a few weeks ago. +spending a lot more time um relaxing at home after that, a few weeks ago. D: OK, OK, so you haven't been moving around as much. I guess since the hysterectomy? -P: yeah exactly it's starting to it was starting to get, the pain was starting to improve but it was keeping me on the couch a lot of days. +P: yeah exactly it's starting to it was starting to get, the pain was starting to improve but it was keeping me on the couch a lot of days. D: OK, yeah. Um, are you on any medications? -P: Um no I try, I've tried some Tylenol and Advil for the pain throughout this week, and it didn't really help much. But other than that, don't take any any medications, nothing for blood pressure or anything like that. +P: Um no I try, I've tried some Tylenol and Advil for the pain throughout this week, and it didn't really help much. But other than that, don't take any any medications, nothing for blood pressure or anything like that. D: OK, and sorry. What was the hysterectomy for? @@ -167,28 +167,28 @@ P: Um, I am yeah. D: you are OK. Any family history of lung conditions? -P: No lung conditions. +P: No lung conditions. -D: But how about heart? +D: But how about heart? -P: Yeah, it's just my mom had a heart attack when she was 56. +P: Yeah, it's just my mom had a heart attack when she was 56. D: OK, OK. I'm sorry to hear that. And. Any history of family history of something called pulmonary embolism or DVTS. -P: Uh, no, I haven't heard of a heard of pulmonary embolism before. +P: Uh, no, I haven't heard of a heard of pulmonary embolism before. D: OK, so it's basically blood clots in your lung. And then DVT's are deep vein thrombosis. So also blood clots but in different parts of your body. -P: OK. +P: OK. D: Yeah, anything like that that you know of? -P: Uh no, I I have might have heard of something like that happening in my mom actually, it might have been related to her heart attack, but I'm not specifically sure. +P: Uh no, I I have might have heard of something like that happening in my mom actually, it might have been related to her heart attack, but I'm not specifically sure. D: OK, sure. Um an then do you smoke? P: Um I I smoke, I may be about half a pack of cigarettes per day. I've smoked ever since I was a teenager. I've tried to quit multiple times I I was smoking about a pack per day before, so I have -cut it down, but still something that I'm working on. +cut it down, but still something that I'm working on. D: OK good, I'm glad you're trying to cut down. Um, we have resources available if you're interested in some more help. And you smoke um marijuana? @@ -201,30 +201,30 @@ P: No, no. D: OK. And how about alcohol? Do you drink alcohol? -P: Uh may be a glass of wine on the weekends, but other than that no. +P: Uh may be a glass of wine on the weekends, but other than that no. D: OK. I mean, have you had any sick contacts recently? People around you? People you live with at work. P: I can't think of any anybody who's been sick no. -D: OK, OK, and and what do you do for work Jenn? +D: OK, OK, and and what do you do for work Jenn? P: I work as an administrator at at a bank. -D: OK, OK. I'm and I have you traveled anywhere recently? +D: OK, OK. I'm and I have you traveled anywhere recently? -P: Um, no I I can't remember the last vacation. +P: Um, no I I can't remember the last vacation. D: OK, alright, and so those are all the questions that I had for you. Did you have anything that you wanted to add? Anything that I hadn't touched on? -P: Um No, I think you covered everything. Thank you. +P: Um No, I think you covered everything. Thank you. D: OK yeah, no worries. So I guess at this point we would do a physical exam. Just take a listen to your lungs and your chest. After that, so right now it sounds like it could be something vascular you know, like a pulmonary embolism like we talked about. That's kind of high on my list of things to work up for. But also, we don't want to miss other things you know, like cancer, infection, autoimmune things that could affect your lungs, so we'll just do a work up for all of that. How does that sound? -P: Yeah, whatever, whatever you think we need to do. +P: Yeah, whatever, whatever you think we need to do. D: OK sounds good. Thank you for your time. diff --git a/tests/data/transcripts/RES0003.txt b/tests/data/transcripts/RES0003.txt index b4d58eb..1a25d36 100644 --- a/tests/data/transcripts/RES0003.txt +++ b/tests/data/transcripts/RES0003.txt @@ -1,10 +1,10 @@ -D: It's nice to meet you. What's your name? +D: It's nice to meet you. What's your name? -P: It's nice to meet you as well. My name is Jenn and I'm here with my son Joey here, who he's had a sore throat now for the last couple of days. +P: It's nice to meet you as well. My name is Jenn and I'm here with my son Joey here, who he's had a sore throat now for the last couple of days. -D: OK, how old is he, Joey? +D: OK, how old is he, Joey? -P: Uh, he is 3 years old. +P: Uh, he is 3 years old. D: He's three years old, OK. And you said for the past couple days, so about 2-3 days? @@ -12,43 +12,43 @@ P: Yeah, probably yeah about 3 days ago he he didn't go to school for the last t D: OK, yeah um. So how long has he been going to daycare for? -P: He started this year, so, um, he's been going for about six months. +P: He started this year, so, um, he's been going for about six months. D: OK? Is he having issues swallowing food? Does it hurt when he swallows food? -P: Yeah, he's, uh, he's definitely the last couple of days hasn't been eating as much like solid food. He's drinking cold liquids okay but yeah, he hasn't been eating as much. +P: Yeah, he's, uh, he's definitely the last couple of days hasn't been eating as much like solid food. He's drinking cold liquids okay but yeah, he hasn't been eating as much. -D: OK. +D: OK. P: He says it's hard to. He does say it hurts to swallow as well. D: OK, and does does he ever clutch to his neck like his neck hurts? -P: No, he hasn't said anything like that. I mean nothing about his neck. +P: No, he hasn't said anything like that. I mean nothing about his neck. D: OK, um, have you taken his temperature at all? -P: Yeah we did and it's uh, it's pretty high actually, it was like 39.4. +P: Yeah we did and it's uh, it's pretty high actually, it was like 39.4. D: OK wow, yeah that's pretty high. Have you noticed any swollen areas on his neck? -P: No, not I haven't noticed anything on his neck. +P: No, not I haven't noticed anything on his neck. -D: OK, any rashes that you've noticed? +D: OK, any rashes that you've noticed? P: No rashes. -D: No, OK. And has he been having chills or night sweats? +D: No, OK. And has he been having chills or night sweats? P: Um, nothing like that that we've noticed, no shaking or or sweaty bed. D: OK, and how about like a stuffy nose or runny nose? -P: Uh, no, nothing like that. +P: Uh, no, nothing like that. -D: OK, and coughing? +D: OK, and coughing? -P: No cough. +P: No cough. D: No, and how about is he complaining of any body aches? @@ -56,9 +56,9 @@ P: No, it's mostly just been is his throat his throat that he's complaining abou D: OK, how about headaches? -P: Uh, He hasn't mentioned anything with his head. +P: Uh, He hasn't mentioned anything with his head. -D: OK, and has he been around anyone who's been sick? Maybe at his daycare? +D: OK, and has he been around anyone who's been sick? Maybe at his daycare? P: I, I mean, his sister has had had some colds. She's also in his daycare. So I mean, maybe her. @@ -70,7 +70,7 @@ D: She's two. OK, so she's younger. P: Yeah. -D: OK, any nausea or vomiting? +D: OK, any nausea or vomiting? P: Ah no vomiting. @@ -82,13 +82,13 @@ D: How about urinating, has that been normal? P: His usual amount is as, as far as I know. -D: OK. And OK, any issues with his eyes? Any like pus or bleeding or redness? +D: OK. And OK, any issues with his eyes? Any like pus or bleeding or redness? -P: No, his eyes of have looked normal to me. +P: No, his eyes of have looked normal to me. D: OK, how about his ears? -P: Those have also been normal. +P: Those have also been normal. D: OK, any sores on his mouth or inside? @@ -96,15 +96,15 @@ P: Um no, it does kinda look like there. It's pretty red in the back of his thro D: OK, and has he ever experienced any of these symptoms before? -P: Um, he's had sore throats before, but I think this one is a bit more severe. He hasn't complained this bad before. +P: Um, he's had sore throats before, but I think this one is a bit more severe. He hasn't complained this bad before. D: OK, OK. Um has he tried anything for it? Have you given him any over the counter medications? -P: Yeah, we we did use some Tylenol and it brought the fever down so that was part of the reason why we we didn't come in 'cause he's had sore throats before but the fever bounced back and and the pain seems to have continued so we came in. +P: Yeah, we we did use some Tylenol and it brought the fever down so that was part of the reason why we we didn't come in 'cause he's had sore throats before but the fever bounced back and and the pain seems to have continued so we came in. D: Ok, OK. And is he otherwise healthy? Does he have any medical conditions? -P: Uh, yeah, he's otherwise healthy no medical conditions, um hasn't been, had a reason to see a doctor before. +P: Uh, yeah, he's otherwise healthy no medical conditions, um hasn't been, had a reason to see a doctor before. D: No, OK. And then just how was pregnancy with him? Was it normal? Any complications? @@ -112,39 +112,39 @@ P: Um yeah there, so had um gestational diabetes, but it was treated, it was tre D: OK, any alcohol or recreational drugs used during the pregnancy? -P: No, nothing like that. No. No smoking either. +P: No, nothing like that. No. No smoking either. D: OK, OK, good um and how far along were you when when you delivered him? P: Um it was a vaginal delivery just after 38 weeks. OK so he was full term. -D: And you said vaginal delivery? Did they have to induce you at all? +D: And you said vaginal delivery? Did they have to induce you at all? -P: Um no no. +P: Um no no. -D: OK and was he a normal birth weight? +D: OK and was he a normal birth weight? P: Yeah he was. Yeah, I think he was like just over 3 kilograms. -D: OK, good and was he healthy after birth? Did he have any breathing issues? Jaundice? Anything like that? +D: OK, good and was he healthy after birth? Did he have any breathing issues? Jaundice? Anything like that? P: Um, no breathing issues or or jaundice. He came home with us right away. -D: OK, OK and then after that point to now has he been normal in terms of his weight, height, head circumference? +D: OK, OK and then after that point to now has he been normal in terms of his weight, height, head circumference? -P: Yeah yeah. He's been growing normally and eating well up up to this point. +P: Yeah yeah. He's been growing normally and eating well up up to this point. D: OK, and I should ask um has he been hitting all his milestones like, is he doing the things that his peers are doing? -P: Yeah, I would say he's keeping up with his his peers in daycare and no concerns with his development. +P: Yeah, I would say he's keeping up with his his peers in daycare and no concerns with his development. -D: OK, good. Is he on any medications? +D: OK, good. Is he on any medications? P: No medications. D: No. OK, and is he up to date with all his immunizations? -P: He is yes. +P: He is yes. D: OK, and any allergies? @@ -152,7 +152,7 @@ P: Not that we're aware of. D: OK, any family history of lung conditions? -P: Um no, no family history of any lung conditions. +P: Um no, no family history of any lung conditions. D: OK. And So who does, who does he live with at home? @@ -160,25 +160,25 @@ P: So he lives with my myself, and his father and then sister. So there's just t D: OK, and what's the relationship like between all of you? Any domestic issues? Or are things OK? -P: Oh, things are are great at home. It's a really supportive environment. +P: Oh, things are are great at home. It's a really supportive environment. D: OK, good and does anyone smoke at home? -P: No one smokes at home. +P: No one smokes at home. D: No, OK. Um, any carpets at home? Old carpets? -P: I think there's there's a few area rugs around, but most of the carpets are gone. +P: I think there's there's a few area rugs around, but most of the carpets are gone. D: OK, OK Um alright, so it sounds like, um grom what you're telling me, he ohh sorry, I should have asked you this earlier. Has he had any issues breathing? -P: Um no problems breathing, but his voice does sound a bit, a little bit off. A bit Husky. +P: Um no problems breathing, but his voice does sound a bit, a little bit off. A bit Husky. D: A bit Husky, OK. Um alright and nothing like a seizure like a febrile seizure, right? P: No, I haven't seen any like limb jerking or anything like that. -D: OK, so um, just roughly doing from the sounds of it, it sounds like he has a sore throat that's been persistent and we do this thing called the Centor score. So it sounds like he's had a fever, no cough, a sore throat. So the first thing that we want to check to see or to rule out would be a strep throat and then well if that comes back negative we will go from there and think about other viral causes versus strep throat as well. +D: OK, so um, just roughly doing from the sounds of it, it sounds like he has a sore throat that's been persistent and we do this thing called the Centor score. So it sounds like he's had a fever, no cough, a sore throat. So the first thing that we want to check to see or to rule out would be a strep throat and then well if that comes back negative we will go from there and think about other viral causes versus strep throat as well. D: Did you have any questions or anything that I missed that you wanted to discuss today? diff --git a/tests/data/transcripts/RES0004.txt b/tests/data/transcripts/RES0004.txt index 5b8eb54..5c3863b 100644 --- a/tests/data/transcripts/RES0004.txt +++ b/tests/data/transcripts/RES0004.txt @@ -1,12 +1,12 @@ -D: It's nice to meet you. What's your name? +D: It's nice to meet you. What's your name? -P: It my name is Scott. It's nice to meet you too. +P: It my name is Scott. It's nice to meet you too. D: Alright, um so Scott. How old are you? P: 15. -D: OK, What brings you in today? +D: OK, What brings you in today? P: Um, I've had a sore throat now for a couple of weeks and it's just not going away. @@ -14,35 +14,35 @@ D: Couple of weeks. OK, so about two weeks, three weeks? P: Yeah, about two to three weeks. -D: OK, um what does it feel like is it, is it kind of like a burning feeling? Is it more like an itchy feeling? What does it feel like? +D: OK, um what does it feel like is it, is it kind of like a burning feeling? Is it more like an itchy feeling? What does it feel like? -P: Uh I would say it's kinda yeah like burnin' or burning or scratchy. +P: Uh I would say it's kinda yeah like burnin' or burning or scratchy. D: OK, and does it hurt when you swallow? -P: It does, yeah, uh, If my throat hurts when I'm eating or Um uh or swallowing like liquid's as well, but cold stuff seems to make it feel a little bit better. +P: It does, yeah, uh, If my throat hurts when I'm eating or Um uh or swallowing like liquid's as well, but cold stuff seems to make it feel a little bit better. D: OK, good, and does your neck hurt too? -P: Um. A little tender, I've noticed the um some lumps at the front of front of my neck that have been a bit sore. +P: Um. A little tender, I've noticed the um some lumps at the front of front of my neck that have been a bit sore. -D: OK, and is it mostly sore, kind of like midline? Or is it more sorta one side versus the other? +D: OK, and is it mostly sore, kind of like midline? Or is it more sorta one side versus the other? P: Um I'd say, maybe the, uh, the right side is a little bit more sore, but I think I can feel it on both sides of my neck. D: OK, and how bad would you say your discomfort is 1 to 10, 10 being the worst. -P: Um. I would say maybe a two or three if I move my neck I I can feel it more, but otherwise I can just barely notice that it's there. +P: Um. I would say maybe a two or three if I move my neck I I can feel it more, but otherwise I can just barely notice that it's there. -D: OK, so it's not preventing you from sleeping, going to school, playing, things like that? +D: OK, so it's not preventing you from sleeping, going to school, playing, things like that? -P: No, it's more so the sore throat when swallowing. +P: No, it's more so the sore throat when swallowing. D: OK. OK. Um, have you noticed a fever at all? P: Um, I have. Yeah I felt hot and Um I checked my temperature this morning and it was 38.7 I think it was. Is that a fever? -D: Yeah, I'd say that's a fever. We can also do another temperature check today. +D: Yeah, I'd say that's a fever. We can also do another temperature check today. P: OK @@ -62,7 +62,7 @@ D: OK. OK, is it itchy? P: Uh, no, it's not itchy. -D: Painful? +D: Painful? P: No, not painful. @@ -70,9 +70,9 @@ D: OK and is it bleeding or oozing anything like pus? P: Um no it's not, nothing like that, it's just pink and red and it's just kind of shown up over the last little while. I've noticed it on my um like hands a little bit too. -D: OK, and you said this started when like was this before the sore throat or after? +D: OK, and you said this started when like was this before the sore throat or after? -P: Oh I can't like remember the onset. I I think that the sore throat started first and maybe a rash came a little bit later. +P: Oh I can't like remember the onset. I I think that the sore throat started first and maybe a rash came a little bit later. D: OK, OK and have you noticed that your that your glands are swollen? @@ -84,19 +84,19 @@ P: No, I haven't had a cough no. D: And how about a stuffy nose or or a runny nose? -P: Nothing like that. +P: Nothing like that. -D: OK, body aches? +D: OK, body aches? -P: Yeah, I felt so some muscle aches for sure. +P: Yeah, I felt so some muscle aches for sure. D: OK, upper limbs or lower limbs? -P: I say I got a whole body, I just feel like my muscles and joints are sore. +P: I say I got a whole body, I just feel like my muscles and joints are sore. D: OK, yeah, and or do you have any headaches? -P: Uh. No, I haven't really had any headaches. +P: Uh. No, I haven't really had any headaches. D: No OK. And how's your appetite? Are you still eating well? @@ -104,7 +104,7 @@ P: Um. It might be a little ah might have been a little bit down. I just kind of D: Have you been around anyone who may have been sick recently? -P: Yeah, actually I think a few of my friends or there was somebody in my gym class knew that I sounded like they had similar symptoms. +P: Yeah, actually I think a few of my friends or there was somebody in my gym class knew that I sounded like they had similar symptoms. D: OK, OK, and when was this? @@ -112,11 +112,11 @@ P: Um, Uh, now that I think about it, probably about three or four weeks ago. D: OK, and were they ever treated for that? Did they see a doctor? -P: Um I'm not sure. +P: Um I'm not sure. -D: No, OK. No worries. +D: No, OK. No worries. -P: I just remember them being off for school 'cause they were they were sick. +P: I just remember them being off for school 'cause they were they were sick. D: OK yeah, any issues with your eyes? @@ -124,61 +124,61 @@ P: No. D: No, nothing like crusting or pus coming out of your eyes? Red eye, anything like that? -P: Um. No, that well, did they might have looked maybe a little bit more more red, red then usual but I haven't noticed any anything in terms of itchiness or um discharge. +P: Um. No, that well, did they might have looked maybe a little bit more more red, red then usual but I haven't noticed any anything in terms of itchiness or um discharge. D: OK. Any nausea or vomiting? -P: Um, no nausea or vomiting. +P: Um, no nausea or vomiting. D: OK, how how about your stools? Have they been normal? Have you had diarrhea, constipation, anything like that? -P: No changes to bowel habits. +P: No changes to bowel habits. D: OK how about urine? -P: Um, that's been OK. +P: Um, that's been OK. D: OK, OK. Um, have you ever had these symptoms before? -P: Um, I mean I've had sore throats in the past, but not while feeling like this though. +P: Um, I mean I've had sore throats in the past, but not while feeling like this though. D: Yeah. OK, when was the last time you had a sore throat? -P: Um, I don't know maybe when I was a kid. +P: Um, I don't know maybe when I was a kid. -D: OK. +D: OK. P: It's been awhile. D: Yeah, like a strep throat kind of thing, or or more viral? -P: Yeah, I do remember getting antibiotics when I was younger. +P: Yeah, I do remember getting antibiotics when I was younger. D: OK, OK, and are you otherwise healthy? Do you have any medical conditions? -P: I was diagnosed with uh with asthma. +P: I was diagnosed with uh with asthma. -D: OK, and are you on any medications for that? +D: OK, and are you on any medications for that? P: Um yeah, so I, I just use ah Ventolin as needed, but otherwise oh and then I take Flovent daily so um. D: OK. -P: I think that's the one, there's there's a couple inhalers that that I take. +P: I think that's the one, there's there's a couple inhalers that that I take. D: OK, OK, and any other medications? -P: Uh, sometimes I'll take um like Reactine or some other type of allergy pill, but that's it. +P: Uh, sometimes I'll take um like Reactine or some other type of allergy pill, but that's it. D: OK, What are you allergic too? -P: Um mostly seasonal allergies, bug me like um yeah, like seasonal allergies and dust, maybe. +P: Um mostly seasonal allergies, bug me like um yeah, like seasonal allergies and dust, maybe. D: OK. And are you up to date with all your immunizations? -P: Yeah, my mom makes me get the flu shot every year. +P: Yeah, my mom makes me get the flu shot every year. -D: OK, good. And it's, OK, have you seen another doctor for the symptoms at all? Have you been worked up for that? Any blood work testing done for it already? +D: OK, good. And it's, OK, have you seen another doctor for the symptoms at all? Have you been worked up for that? Any blood work testing done for it already? P: No, I thought I would have felt better by now and so I haven't seen anybody but it's kind of just been going on now, not seeming to get better. So wanna come see somebody. @@ -192,9 +192,9 @@ P: Um, No. nothing like that, um no. D: Yeah, OK. How about cancers? -P: I, I think my Grandfather had a like pancreatic cancer. +P: I, I think my Grandfather had a like pancreatic cancer. -D: OK, OK. Um, alright, so do you live at home correct? +D: OK, OK. Um, alright, so do you live at home correct? P: Yeah, I live with my parents and my younger sister. She's 12. @@ -204,13 +204,13 @@ P: Yeah she is. D: OK, good and have you guys traveled recently? -P: Um no we've been, we've been at home. +P: Um no we've been, we've been at home. D: OK, OK, Um, and do you smoke? P: No, I don't smoke. -D: No, How about marijuana? +D: No, How about marijuana? P: I I've tried it once or twice but it was just those couple times, nothing that I do or used regularly. @@ -226,45 +226,45 @@ D: No, OK um. Is there a possibility that? Or actually sorry I should rephrase t P: Um I. Well, I I guess I kinda have a girlfriend now. Um that we, that I started hanging out with about two months ago. -D: OK, OK. +D: OK, OK. -P: And so I guess yes. +P: And so I guess yes. D: OK, alright, well that's good. Um have, has she had any of these symptoms? -P: Uh, well she she was, wasn't feeling well for awhile back, but, I don't think it was this bad for her. +P: Uh, well she she was, wasn't feeling well for awhile back, but, I don't think it was this bad for her. D: OK. Actually, and she's better now? -P: Yeah, she's better now. +P: Yeah, she's better now. D: OK. Alright, so you mentioned you're not sexually active. If you were to be, make sure you use protection. Um and OK. So everything at home is OK then? No ones, no ones sick at home you mentioned, right? -P: Yeah, no ones, no ones sick at home. +P: Yeah, no ones, no ones sick at home. D: OK. And school is going OK? -P: Um yeah, schools been been going OK for the most part it's been tough these last few weeks feeling like this though. +P: Um yeah, schools been been going OK for the most part it's been tough these last few weeks feeling like this though. D: Yeah for sure. And are you and your girlfriend in an exclusive relationship? P: Uh. I I think so yeah. -D: OK, I ask because there's something called what you may be familiar with um it's called the kissing disease. In medical terminology, it's called mono, as caused by a virus called EBV, and so it could be that so we're covering all our bases. +D: OK, I ask because there's something called what you may be familiar with um it's called the kissing disease. In medical terminology, it's called mono, as caused by a virus called EBV, and so it could be that so we're covering all our bases. -P: Oh, I've heard of mono before. +P: Oh, I've heard of mono before. -D: Yeah, +D: Yeah, -P: OK. +P: OK. D: It's it's likely it could be up there in terms of what you have, so I think those were all the questions I had for you. Did you have any questions for me? Anything you wanted to add? -P: Um, no, I think that's you covered everything. +P: Um, no, I think that's you covered everything. -D: OK alright so I will will go off a few, we'll try to cover our basis and get you tested for mono which I would have to do like a monospot test and we can do rapid strep test as well to see if he has something called strep throat. But yeah, we'll see what those results come back as. And we'll go from there. Does that sound good? +D: OK alright so I will will go off a few, we'll try to cover our basis and get you tested for mono which I would have to do like a monospot test and we can do rapid strep test as well to see if he has something called strep throat. But yeah, we'll see what those results come back as. And we'll go from there. Does that sound good? -P: Yeah, no, that sounds good. +P: Yeah, no, that sounds good. D: OK, thank you. diff --git a/tests/data/transcripts/RES0005.txt b/tests/data/transcripts/RES0005.txt index 35cb72a..eff5eb8 100644 --- a/tests/data/transcripts/RES0005.txt +++ b/tests/data/transcripts/RES0005.txt @@ -12,7 +12,7 @@ P: Yeah, I would say so. It's getting more frequent and worse in nature. D: OK. And how much sputum are you bringing up an in a day? -P: Probably like a, a couple teaspoons. +P: Probably like a, a couple teaspoons. D: OK, and uh, is are you seeing like bright red blood when you're when you're coughing it up? @@ -24,7 +24,7 @@ P: No. It's just like a little streaks. It's not really significant, it doesn't D: OK and um is the cough worse, at any particular time of day? -P: Um, it definitely gets worse when I'm doing more activities and then also when I get like some viral infections. But other than that, it's pretty much always there. +P: Um, it definitely gets worse when I'm doing more activities and then also when I get like some viral infections. But other than that, it's pretty much always there. D: OK, anything that that makes it worse? You said some viral infections. Have you had a viral infection recently? @@ -32,11 +32,11 @@ P: Yeah, like in the last two years, I've probably had two or three viral infect D: Has there been anything that you've tried to make the cough better? -P: I've tried the Tylenol Cold, hasn't really worked. Tried just other over the counter medications, haven't really worked. +P: I've tried the Tylenol Cold, hasn't really worked. Tried just other over the counter medications, haven't really worked. -D: OK. And prior to two years ago um, were you experiencing any similar symptoms like, uh, like this cough or bringing up blood before? +D: OK. And prior to two years ago um, were you experiencing any similar symptoms like, uh, like this cough or bringing up blood before? -P: In the past, I've always had a somewhat of a cough like I have COPD. So I've always had a little bit of a cough here and there, but over the last two years I feel that it's been getting much worse. +P: In the past, I've always had a somewhat of a cough like I have COPD. So I've always had a little bit of a cough here and there, but over the last two years I feel that it's been getting much worse. D: OK, have you been diagnosed with chronic bronchitis before? @@ -60,13 +60,13 @@ P: No. D: Have you lost any weight? -P: Yeah, I've actually lost a significant amount of weight. I would say within the last 1 and a 1/2 months probably lost like 8 to 10 pounds. +P: Yeah, I've actually lost a significant amount of weight. I would say within the last 1 and a 1/2 months probably lost like 8 to 10 pounds. D: OK, have you been trying to lose weight? -P: No, not really I've just been sitting around like I can barely walk that much anymore too. I used to be able to walk at least 400 meters around the block, but now I can barely even go to the kitchen. +P: No, not really I've just been sitting around like I can barely walk that much anymore too. I used to be able to walk at least 400 meters around the block, but now I can barely even go to the kitchen. -D: OK, is this because of the shortness of breath when you are are exerting? +D: OK, is this because of the shortness of breath when you are are exerting? P: Yeah, that and I just start coughing so much that I just have to sit down. @@ -80,35 +80,35 @@ P: Um, I think it's been pretty much the same. Sometimes when I'm coughing a lot D: OK, any nausea or vomiting? -P: No. +P: No. D: Any runny nose or sore throat? P: No. -D: OK. And then how about a loss of smell or a loss of taste? +D: OK. And then how about a loss of smell or a loss of taste? P: No, nothing like that. D: OK, have you been having any chest pain? -P: No. +P: No. -D: Any heart palpitations? +D: Any heart palpitations? P: Nope. D: Any wheezing when you're breathing? -P: Sometimes I would say like when when, it gets worse when I'm exerting myself more, I I can get some wheezing. +P: Sometimes I would say like when when, it gets worse when I'm exerting myself more, I I can get some wheezing. D: OK, and have you noticed any swelling in your feet or ankles? -P: No, nothing like that. +P: No, nothing like that. D: Alright. And have you woken up at night extremely short of breath? -P: No, I'm pretty fine during the night. +P: No, I'm pretty fine during the night. D: Alright And, uh, have you been having any abdominal pain? @@ -116,11 +116,11 @@ P: No. D: Any urinary problems? -P: Uh no. +P: Uh no. D: Any bowel problems like diarrhea or constipation? -P: No, nothing like that. +P: No, nothing like that. D: Alright, any skin rashes? @@ -132,11 +132,11 @@ P: No. D: Any weakness? -P: Not weakness, I'll just say more fatigue. +P: Not weakness, I'll just say more fatigue. -D: Alright so I know you told me a COPD, but do you have any other medical diagnosis? +D: Alright so I know you told me a COPD, but do you have any other medical diagnosis? -P: Yeah, I have high blood pressure as well. +P: Yeah, I have high blood pressure as well. D: Alright. @@ -150,25 +150,25 @@ D: OK, do you use any inhalers for COPD? P: I used to. I used to have I think like 3 different inhalers but haven't had to use them for more than 10 years now. -D: OK, and what was the reason for not needing them anymore? +D: OK, and what was the reason for not needing them anymore? P: I just didn't have any symptoms for a pretty long time and my doc said like if I don't really need them then I could just stop. -D: OK, and have you had any recent hospitalizations? +D: OK, and have you had any recent hospitalizations? P: No. D: Any allergies to medications? -P: Nope. +P: Nope. D: Any surgeries that you had in the past? -P: No surgeries. +P: No surgeries. D: OK, And are your vaccinations up to date? -P: Yup. +P: Yup. D: OK, and could you tell me a little bit about your social situation or living situation? @@ -192,17 +192,17 @@ P: Yeah, I smoke, I'd say around 20 cigarettes a day right now. D: Alright, and did you smoke more previously? -P: Yeah, I think I've been smoking for almost like 40 years now and I used to smoke up to 30 cigarettes a day. +P: Yeah, I think I've been smoking for almost like 40 years now and I used to smoke up to 30 cigarettes a day. D: OK, do you smoke cannabis? -P: No. +P: No. D: Alright. Do you drink alcohol? P: Um just maybe a couple times a month. Nothing, nothing throughout the week. -D: OK, so do you use any recreational drugs like IV drugs or opioids or cocaine? +D: OK, so do you use any recreational drugs like IV drugs or opioids or cocaine? P: No, nothing like that. @@ -210,7 +210,7 @@ D: Alright. And anybody in the family have any similar symptoms before like coug P: No. Not that I know of. My father passed away from a heart attack when he was in his 60s. And I think my mother had a, um like I think one of the like, an arthritis. But yeah, like, but I think that was just like the one that you get with old age. -D: OK, like osteoarthritis? +D: OK, like osteoarthritis? P: Yeah that that was the one. @@ -228,10 +228,10 @@ P: Um Yeah, just the blood I kind of got scared maybe I thought like you know wh D: Um, I can certainly see that the concern and I understand where you're coming from. I think it would be very reasonable to investigate that today. So we'll start with a chest CT along with some lab work and we will get a CBC and some electrolytes, also get an ECG as well to just check your heart and we will see what what the investigations show -P: Sounds good. +P: Sounds good. D: OK, and um, other things that um to think about this could be, uh, also like to COPD I know it's been going on a long time, but possibly could have a pneumonia that's been lingering on, particularly if it's a fungal type of infection and as well as things like you mentioned you possibly unsure if you've had an asbestos exposure in the past and stuff like that can possibly lead to scarring of the lung, and so all of these factors will be looked into. -P: OK, sounds good. Thank you so much. +P: OK, sounds good. Thank you so much. D: Alright, you're welcome, thank you. diff --git a/tests/data/transcripts/RES0006.txt b/tests/data/transcripts/RES0006.txt index 9305188..d70eb36 100644 --- a/tests/data/transcripts/RES0006.txt +++ b/tests/data/transcripts/RES0006.txt @@ -8,17 +8,17 @@ P: So I would say it started around two months ago. D: OK, and has the cough been dry or have you been bringing up sputum? -P: Uh, it's usually always, uh, produces like the sputum, and it's usually white or yellowish in colour. +P: Uh, it's usually always, uh, produces like the sputum, and it's usually white or yellowish in colour. -D: OK, and how much sputum are you producing each day? Some, sometimes it's useful to think about like teaspoons or tablespoons. +D: OK, and how much sputum are you producing each day? Some, sometimes it's useful to think about like teaspoons or tablespoons. -P: I would say every time I cough like a teaspoon I probably have like. I don't know. Maybe 5 to 10 teaspoons a day. +P: I would say every time I cough like a teaspoon I probably have like. I don't know. Maybe 5 to 10 teaspoons a day. D: Uh OK, and is there any particular time of day that the cough is worse? P: Um, not really. It's pretty, pretty much the same. Sometimes it is worse in the morning. Yeah, and sometimes it gets better when I go out for a smoke. -D: OK um. And have you noticed any blood? +D: OK um. And have you noticed any blood? P: No, um I haven't noticed any blood. @@ -36,7 +36,7 @@ P: Uh. Not as frequently. I would say not really, it just started in the last tw D: OK, and have you had shortness of breath like this before? -P: Just throughout my life I've had asthma so when I am exercising too much or get exposed to like dust, sometimes get shortness of breath. +P: Just throughout my life I've had asthma so when I am exercising too much or get exposed to like dust, sometimes get shortness of breath. D: OK. Has there been anything, um besides exerting yourself, that's made that either the cough or or shortness of breath worse? @@ -44,11 +44,11 @@ P: Uh, over the last year like I've had a couple of chest infections. After goin D: OK, and uh, do your symptoms feel like any of those times right now? -P: No, I I don't feel like I have a fever and no other symptoms, just the shortness of breath and cough. +P: No, I I don't feel like I have a fever and no other symptoms, just the shortness of breath and cough. D: OK, and have you been doing anything that's made it better? -P: I've been taking some Tylenol Cold, hasn't really helped too much. I've tried my inhalers, they sometimes help, but I've never had have this frequent of coughing and shortness of breath before. +P: I've been taking some Tylenol Cold, hasn't really helped too much. I've tried my inhalers, they sometimes help, but I've never had have this frequent of coughing and shortness of breath before. D: OK, um, and how has your energy been? Have you been experiencing fatigue? @@ -60,13 +60,13 @@ P: No. D: OK, how about at a loss of smell? -P: No. +P: No. D: Um a loss of taste? P: Nope. -D: OK, and have you had any chest pain? +D: OK, and have you had any chest pain? P: No, just sometimes when I'm like coughing a lot it gets a little bit uncomfortable. But other than that, no. @@ -74,15 +74,15 @@ D: OK, um have you had any instances where you felt like your heart was racing? P: No. -D: OK, how about being lightheaded or or like you were going to pass out? +D: OK, how about being lightheaded or or like you were going to pass out? P: No. D: OK, have you had a runny nose or or a sore throat? -P: Nope. +P: Nope. -D: OK, and how about headaches? +D: OK, and how about headaches? P: No headaches. @@ -90,7 +90,7 @@ D: Alright, and have you had any wheezing? P: Um, sometimes I've noticed it, but I had it before. Like with asthma as well, but not not that much. -D: OK, and how about abdominal pain? +D: OK, and how about abdominal pain? P: No abdominal pain. @@ -102,7 +102,7 @@ D: Any bowel problems? P: No. -D: Any rashes? +D: Any rashes? P: Nope. @@ -110,13 +110,13 @@ D: OK, and then how about any muscle aches or or joint aches or or body aches? P: No, nothing like that. -D: Alright. And you mentioned asthma, but have you been diagnosed with any other medical conditions? +D: Alright. And you mentioned asthma, but have you been diagnosed with any other medical conditions? -P: No, just asthma. +P: No, just asthma. -D: OK, and do you use inhalers? Are there any other medications you're currently using? +D: OK, and do you use inhalers? Are there any other medications you're currently using? -P: Oh no, just the salbutamol and like the steroid inhaler. +P: Oh no, just the salbutamol and like the steroid inhaler. D: OK, yeah, and how often are you using both of those? @@ -130,7 +130,7 @@ D: OK um. And I was wondering if you had any allergies to medications? P: No, not that I know of. -D: Alright, and have you been in the hospital recently? +D: Alright, and have you been in the hospital recently? P: No. @@ -148,7 +148,7 @@ P: Yep. D: OK, great um and I was wondering if you could tell me a little bit about your living situation. -P: So I live in London um in a small apartment with my wife. +P: So I live in London um in a small apartment with my wife. D: OK, do you have any pets around? @@ -156,11 +156,11 @@ P: No, no pets. D: Alright, and um, any exposures at work too, like dust or any types of like chemicals like that. -P: No, not really. My work is pretty much a desk job, so nothing like that. +P: No, not really. My work is pretty much a desk job, so nothing like that. D: OK, and do you smoke cigarettes? -P: Yeah yeah, I smoke a lot of cigarettes just like I would say 30 cigarettes a day. +P: Yeah yeah, I smoke a lot of cigarettes just like I would say 30 cigarettes a day. D: OK, and how long have you smoked for? @@ -178,7 +178,7 @@ D: OK. Have you tried to quit? P: Yeah, tried to quit. I've even quite a couple times but then just got back onto it. Yeah, not not really ready to quit. -D: OK. That's fair enough. If there's something that you wanted to talk about quitting smoking at another appointment, we can arrange follow up for that. +D: OK. That's fair enough. If there's something that you wanted to talk about quitting smoking at another appointment, we can arrange follow up for that. P: Alright @@ -188,7 +188,7 @@ P: Not much, just out say one or two beers on the weekend. D: Alright, and you use any recreational drugs like cocaine, crystal meth, or IV drugs. -P: No, nothing like that. +P: No, nothing like that. D: Alright, and has anything similar like this happened in your family before? @@ -202,6 +202,6 @@ D: Alright um so, that that was all the questions that I wanted to ask on histor P: No, not really. Just wanted to get to the bottom of this. -D: OK for sure so um we will run some investigations and likely get a chest X Ray because it's been a couple of months that these symptoms have been going on for. But I think it could be related to your smoking and most likely um Bronc, chronic bronchitis, but we can definitely will be looking into this, and then also with possibly some pulmonary function tests as well. +D: OK for sure so um we will run some investigations and likely get a chest X Ray because it's been a couple of months that these symptoms have been going on for. But I think it could be related to your smoking and most likely um Bronc, chronic bronchitis, but we can definitely will be looking into this, and then also with possibly some pulmonary function tests as well. P: OK, sounds good. diff --git a/tests/data/transcripts/RES0007.txt b/tests/data/transcripts/RES0007.txt index e5de35d..bb85214 100644 --- a/tests/data/transcripts/RES0007.txt +++ b/tests/data/transcripts/RES0007.txt @@ -12,7 +12,7 @@ P: Yeah, yeah, like I will if I if I try to run fast. Like I, kinda can't breath D: OK, and how long does it take for the breathing difficulty to go away? -P: If I stop doing like the thing I'm doing it, I I don't know not very long like couple of minutes. +P: If I stop doing like the thing I'm doing it, I I don't know not very long like couple of minutes. D: OK, and uh, does this happen in any other settings? @@ -72,7 +72,7 @@ P: uh no, no. No, that's all good. D: OK um. And, uh, any fevers or chills? -P: No. +P: No. D: OK, and then how about, uh, have you been having any night sweats? @@ -82,9 +82,9 @@ D: So, uh, overnight when you're sleeping you wake up with either your like paja P: Oh no. -D: OK. +D: OK. -P: Um not that. +P: Um not that. D: OK. So I just wanted to ask a few questions about your past health. Have you been, so you mentioned asthma. Have you been diagnosed with any other medical conditions? @@ -119,9 +119,9 @@ D: OK, and so I actually wanted to ask a few questions about personal and kind o P: You know, like I live with my mom and Dad and I like my little brother. -D: OK. +D: OK. -P: Yeah. +P: Yeah. D: OK, and um, where do you go to school? @@ -141,7 +141,7 @@ P: Uh, what is that? D: So essentially they'll have you kind of breathing into a tube where you'll have periods where you'll maximally inhale and then maximally exhale as quickly as you can, and you'll do different types of breathing movements so that it gets measured on a on a device. -P: Is that like when you breathe in that the tube? +P: Is that like when you breathe in that the tube? D: Yeah, exactly. @@ -165,7 +165,7 @@ P: Uh. Like I have a girlfriend. Just with her. Uh, like just recently. Yeah we D: OK, and do you use a condom? -P: Yeah, yeah. +P: Yeah, yeah. D: Every time or sometimes? @@ -177,13 +177,13 @@ P: No, no like I had made out with other people before, but this is like the fir D: OK, but have you had a sexually transmitted infection before? -P: Uh no. +P: Uh no. D: OK, and I know this question might seem a little bit invasive, but it's important to ask everybody. Have you had any thoughts of hurting or harming yourself? P: No. -D: OK. +D: OK. P: No I haven't. @@ -193,7 +193,7 @@ P: Like may my dad, I think he maybe had asthma when he was younger, but like he D: OK, and any allergies that run in the family? -P: Mmmm, like my dad also really. Dad gets like a runny nose in the spring. So yeah, I think that's allergies. +P: Mmmm, like my dad also really. Dad gets like a runny nose in the spring. So yeah, I think that's allergies. D: OK. um. So overall, it's it's sounding like you been having this shortness of breath or difficulty breathing episodes that you're saying that it's made worse when you're exercising, out in the cold, and then around pets. And sometimes when the season changes as well and in the spring and so and then the recent diagnosis on pulmonary function tests a few months ago. So I think it would be important to clear up the medications today and try to get that better organized moving forward because it sounds like you're still pretty symptomatic with needing to use them daily currently. And so will look into that and then also the question about the Marines. Uh, interest with asthma. diff --git a/tests/data/transcripts/RES0008.txt b/tests/data/transcripts/RES0008.txt index ad1b4c0..8f60413 100644 --- a/tests/data/transcripts/RES0008.txt +++ b/tests/data/transcripts/RES0008.txt @@ -38,7 +38,7 @@ D: OK. And, have you taken any any medicine or anything to try to help with us? P: Um. No, I I've I I do have a little bit of pain so I was. I did take some Tylenol and some Advil over the last few days, but that's about it. -D: OK, Ok. Did you find that they helped at all? +D: OK, Ok. Did you find that they helped at all? P: A little bit yeah, but it would just kind of take the edge off of the pain for a little bit and it came back. @@ -60,9 +60,9 @@ P: I would say more so when I cough or if I'm like taking a big breath. Um yeah, D: OK, and and um, you said that it's a sharp pain? -P: Yeah, yeah, more of a sharp pain. +P: Yeah, yeah, more of a sharp pain. -D: OK, OK, and is it any worse when you're doing activity, like when you're up and walking around? +D: OK, OK, and is it any worse when you're doing activity, like when you're up and walking around? P: No, don't notice it with any any activity. @@ -74,19 +74,19 @@ D: OK. OK, well I'm glad that I'm really glad that you came in because yeah, we P: No, but I I do some volunteer work at one of the homeless shelters at a few times a week, so I am around a lot of people. -D: OK. And have you traveled anywhere recently? +D: OK. And have you traveled anywhere recently? P: No, I've been at home. And and doing the volunteer work. -D: OK um. OK, and can you just give me an idea of any? Do you have any chronic conditions that you see your family doctor for regularly or anything you take medication for? +D: OK um. OK, and can you just give me an idea of any? Do you have any chronic conditions that you see your family doctor for regularly or anything you take medication for? P: Um yeah, I have type 2 diabetes. And I I take Metformin. Um I think an SGLT 2 inhibitor and then I use insulin for that as well. And I have some, it has affected my kidneys as well. The diabetes I mean. -D: OK, do you have a history of high blood pressure? +D: OK, do you have a history of high blood pressure? P: I do yes. -D: OK, do you take medication for that? +D: OK, do you take medication for that? P: Oh yeah, I do. It starts with an "a" I think, amlodipine. @@ -94,7 +94,7 @@ D: OK OK and do you have any history of heart problems? P: No, not that I know. No, I haven't really had any chest pain. On the left side anyway. -D: Um, So you said that you have had a cough for a really long time, a dryer cough then you're having sputum now. But is that something you've seen the doctor for? +D: Um, So you said that you have had a cough for a really long time, a dryer cough then you're having sputum now. But is that something you've seen the doctor for? P: Oh yeah, I think I was called like bronchitis in the past or something. Something like that. One of the doctors, my family doctor told me it was because I was a smoker. @@ -123,7 +123,7 @@ D: Ok. And do you have any family history of respiratory or heart problems? P: Yeah, my dad actually had a heart attack. He was in his 70s. I think my mom had high blood pressure, but other than that, no. -D: OK, um and do you have any allergies? +D: OK, um and do you have any allergies? P: I think just environmental stuff, no medications. I am aware of. diff --git a/tests/data/transcripts/RES0009.txt b/tests/data/transcripts/RES0009.txt index c5ea006..209fa2c 100644 --- a/tests/data/transcripts/RES0009.txt +++ b/tests/data/transcripts/RES0009.txt @@ -18,13 +18,13 @@ D: OK, so it's worse. Is the pain worse when you're walking as well? Like out to P: It's I don't the the pain is, but I I'm not I can't catch my breath when I'm doing that. -D: OK, and how far could you usually walk, or um? +D: OK, and how far could you usually walk, or um? P: Oh yeah, usually walk before I go for long walks like every day, like probably like 5 kilometers or something. D: OK, so prior to this happening you were feeling well? -P: Yeah, totally. I've not ever had any problems with my heart or lungs or anything. I thought it was maybe just like a chest infection. But I I don't know anymore. +P: Yeah, totally. I've not ever had any problems with my heart or lungs or anything. I thought it was maybe just like a chest infection. But I I don't know anymore. D: OK, so you've had that, the difficulties breathing and the pain. And have you had any other symptoms? @@ -44,7 +44,7 @@ P: Um. Not. Well, I mean, I've been doing less stuff because it's harder to brea D: I see OK, but feeling fine energy-wise prior to the two 5 days ago? -P: Yeah, totally. +P: Yeah, totally. D: OK, uh and, have you been having any night sweats? @@ -68,7 +68,7 @@ P: No, no, that's the thing, that it seems weird, right? D: OK, um sometimes things can be associated with a cough so we'll absolutely look into what the causes of your symptoms are today. But you haven't brought up any any blood or any sputum? -P: No no. +P: No no. D: OK, and have you had any wheezing with your with your breath? @@ -76,7 +76,7 @@ P: I don't know. I don't think so. D: Alright, and how about any abdominal pain? -P: No, I mean the pain is like, yeah, it's in my chest. Yeah, that's not in my it's not in my belly at all. +P: No, I mean the pain is like, yeah, it's in my chest. Yeah, that's not in my it's not in my belly at all. D: OK, and have you had any urinary problems? @@ -84,7 +84,7 @@ P: No, I mean so I had. I had a I had a hysterectomy. Weeks ago, maybe like mayb D: OK um. And how have you recovered since the hysterectomy? Were you like bedbound for quite awhile afterwards or were you up an active? -P: Really, it was not really long that I may be a few days, I wasn't. I wasn't walking as much, but I thought it was like back to my normal self. +P: Really, it was not really long that I may be a few days, I wasn't. I wasn't walking as much, but I thought it was like back to my normal self. D: OK, well that's good. I'm glad that you recovered from that surgery quickly. And what was the surgery for? @@ -96,7 +96,7 @@ P: No no. D: OK, how about any skin changes or or rashes? -P: No. +P: No. D: OK, how about any joint pains or or leg pains or muscle pains? @@ -152,7 +152,7 @@ P: I do, I'm trying to stop. I smoke maybe like. I don't know like 5 per day or D: OK, but it sounds like you've been working on cutting down which is great. Um and have you used any other recreational drugs? -P: Um, no, no. I mean, when I was like younger I sometimes like would use marijuana, but I haven't really recently. +P: Um, no, no. I mean, when I was like younger I sometimes like would use marijuana, but I haven't really recently. D: OK, and have you been any been on any like long trips recently? diff --git a/tests/data/transcripts/RES0010.txt b/tests/data/transcripts/RES0010.txt index d5614bf..74d40c3 100644 --- a/tests/data/transcripts/RES0010.txt +++ b/tests/data/transcripts/RES0010.txt @@ -12,11 +12,11 @@ P: Um, like I think my voice is kind of like raspy. I feel like I might be losin D: OK, do you, do you have a runny nose? -P: No, not that I've noticed. I said it hurts when I swallow, right. I don't have a runny nose. +P: No, not that I've noticed. I said it hurts when I swallow, right. I don't have a runny nose. D: No, OK. And do you have any pain in your ears? -P: Uh. I haven't noticed no. +P: Uh. I haven't noticed no. D: Any any sinus headaches, any sort of pain in and around your cheeks or pain in your forehead as you're trying to bend over? @@ -28,11 +28,11 @@ P: No. D: Any difficulties breathing? -P: No. +P: No. D: OK um. Any cough? -P: No. +P: No. D: Alright, so all you've experienced so far is since yesterday evening you've had a sore throat with difficulty swallowing, and hoarse voice. Have you experienced any malaise, or do you feel feverish? Or do you have any chills? @@ -40,7 +40,7 @@ P: I definitely feel like really tired. I think I had. I think I had chills like D: I see I see, um. Have you, um. I'm just going to ask you about a couple other symptoms. Just um. Just to rule out some causes. Um, have you had any difficulties breathing? -P: No, no, that's OK. +P: No, no, that's OK. D: OK, um, you have been, have you had any muscle aches or pains? @@ -48,7 +48,7 @@ P: No, not not that. D: OK, have you noticed that your eyes have been more runny, more red? Anything like that? -P: No. No, nothing in my eyes. +P: No. No, nothing in my eyes. D: OK, any pain in your belly? @@ -104,7 +104,7 @@ P: No, I wish. D: Do you feel like you've had any contact with anyone with who might have COVID? -P: Oh, I don't. I don't think so. Mostly just to my girlfriend and my roommate right now. +P: Oh, I don't. I don't think so. Mostly just to my girlfriend and my roommate right now. D: Yeah yea, And do do you, do you know if they've been recently tested or if they might have had contact with anyone? Um, who maybe... @@ -136,15 +136,15 @@ P: Uh, no. D: No, Ok. Do you consume alcohol? -P: I drink like a couple beers on the weekends, but. Like I I yeah I play sports a lot and I don't like a lot of time on the weekends so I don't go out. +P: I drink like a couple beers on the weekends, but. Like I I yeah I play sports a lot and I don't like a lot of time on the weekends so I don't go out. D: OK, alright do you consume any other drugs? -P: No, no. +P: No, no. D: No, OK. And you mentioned that you live with your roommate and you haven't had contact with anybody other than your roommate and your girlfriend. OK um. Have you... -P: All my classes are online. +P: All my classes are online. D: Alright alright um OK, well I'll I I'll go speak to my attending and we will I will discuss your medical history and with him and I will come back and discuss the plan with you. diff --git a/tests/data/transcripts/RES0011.txt b/tests/data/transcripts/RES0011.txt index f331d0f..584f3a6 100644 --- a/tests/data/transcripts/RES0011.txt +++ b/tests/data/transcripts/RES0011.txt @@ -16,11 +16,11 @@ P: It's just everywhere. It's it's not like I can't move. I'm just really, reall D: OK, and how, how have you been sleeping? -P: I mean, I've just been sleeping like all the time. I have been sleeping all night and then like I said, I get up and I go to the couch and like just fall back asleep. +P: I mean, I've just been sleeping like all the time. I have been sleeping all night and then like I said, I get up and I go to the couch and like just fall back asleep. D: OK, uh, have you been having any other symptoms? -P: I mean my my throat is maybe a little sore, but nothing nothing else. +P: I mean my my throat is maybe a little sore, but nothing nothing else. D: OK, uh, when when did the sore throat first start? @@ -36,7 +36,7 @@ P: Uh, I mean maybe a little bit. D: OK, like with uh, like solid foods or liquids or both? -P: It it's just like it's just like it's a little a little tender. It's not like, really it's not like hard to swallow or anything, it just feels like it's like my throat's kinda tired. +P: It it's just like it's just like it's a little a little tender. It's not like, really it's not like hard to swallow or anything, it just feels like it's like my throat's kinda tired. D: OK, have you had any changes to your voice? @@ -64,11 +64,11 @@ P: Maybe a couple times that it wasn't as bad, that one time was really bad, but D: OK, and have you had any, uh, like difficulties breathing or shortness of breath? -P: Not really, just like kind of tired, but it's not like hard to breathe. +P: Not really, just like kind of tired, but it's not like hard to breathe. D: OK, um have you had a cough? -P: Uh, no. +P: Uh, no. D: OK, how about a runny nose? @@ -112,11 +112,11 @@ P: No. D: Any bowel problems? -P: No, I mean, you know I haven't been eating that much, so I haven't been going as much as normal, but it's I don't think there's problems. +P: No, I mean, you know I haven't been eating that much, so I haven't been going as much as normal, but it's I don't think there's problems. D: OK, so you haven't had any diarrhea? -P: No. +P: No. D: OK. Um, and have you had any skin rashes? @@ -140,7 +140,7 @@ P: That sounds right, yeah. D: OK, I can check on the chart as well to confirm. Um, do you have any allergies to medications? -P: No. +P: No. D: Alright, and any recent hospitalizations? @@ -176,7 +176,7 @@ P: I don't. I don't really interact with with many people. I kind of just go the D: OK, but you got home about five or six days ago. Um, yeah, and who are you living with currently? -P: Just me. +P: Just me. D: OK, and do you drink alcohol? @@ -190,13 +190,13 @@ D: OK. P: I smoked I smoked probably like 1/2 a pack a day for for a while, maybe 20 years. -D: OK, but you quit over 10 years ago? +D: OK, but you quit over 10 years ago? P: Uh, about 10 years ago, yeah. D: OK, and do you smoke marijuana? -P: No no. +P: No no. D: Alright, and how about any other recreational drug use, including the use of IV drugs? diff --git a/tests/data/transcripts/RES0012.txt b/tests/data/transcripts/RES0012.txt index 235b497..56b0b53 100644 --- a/tests/data/transcripts/RES0012.txt +++ b/tests/data/transcripts/RES0012.txt @@ -4,7 +4,7 @@ P: I can't, I can barely breathe for like 2 days now and I've been coughing and D: OK, the pain in your chest, uh can you point point out or can you describe the pain to me, is that sharp or is it dull? -P: Um, it's hard to say, I haven't really had this before. Um, it's more like it just kind of hurts just in the middle and it gets worse like when I cough and when I if I take like a really deep breath, it will hurt, yeah. Does that make sense? +P: Um, it's hard to say, I haven't really had this before. Um, it's more like it just kind of hurts just in the middle and it gets worse like when I cough and when I if I take like a really deep breath, it will hurt, yeah. Does that make sense? D: Yeah, so the shortness of breath and chest pain, they occurred simultaneously right? On the same day, like 2 days ago? @@ -12,11 +12,11 @@ P: Yeah, I mean now that I think of it, I maybe started coughing a little bit ea D: OK, alright so let's focus on the coughing first. Are you coughing up any blood at all? -P: Uh, no, I haven't noticed any blood. +P: Uh, no, I haven't noticed any blood. D: OK. And how about sputum? -P: I guess I guess it feels like there's some like mucus, I don't know kind, kind of like spit looking, but maybe like thicker than that. +P: I guess I guess it feels like there's some like mucus, I don't know kind, kind of like spit looking, but maybe like thicker than that. D: OK, is it yellow? @@ -64,7 +64,7 @@ P: Uh, no. D: Hearing? -P: No. +P: No. D: Smell? @@ -88,13 +88,13 @@ P: No no. D: No dizziness or fainting spells? -P: Like I feel tired but I haven't I don't know I haven't like fainted. +P: Like I feel tired but I haven't I don't know I haven't like fainted. D: OK, so you're tired, do you feel weak at all like you can't move a certain limb? P: Oh no, that that's all fine. -D: That's all fine, OK? +D: That's all fine, OK? P: I haven't like wiped out like I said. @@ -108,7 +108,7 @@ P: Don't think it's worse, no. D: OK, and have you noticed any swelling? -P: Um, I don't think so, no. +P: Um, I don't think so, no. D: OK, any palpitations like you feel like your heart's racing? @@ -120,9 +120,9 @@ P: Oh no, nothing. I mean it's like a little sore just 'cause I'm coughing all t D: OK, and then how about your stools? Have they been normal? -P: Yeah yeah. +P: Yeah yeah. -D: And then how about your urine, is that, has everything been normal from that standpoint? +D: And then how about your urine, is that, has everything been normal from that standpoint? P: Yeah yeah. @@ -140,7 +140,7 @@ P: Well, maybe when I was like kid or like a teenager. D: And any recent chest X-rays ECG's any other investigations you've done so far? -P: No, like I have been, I've been really healthy. +P: No, like I have been, I've been really healthy. D: OK, good and are you on any medications? @@ -156,7 +156,7 @@ P: Uh, I, they just said 'cause I like had diabetes that I should probably start D: OK yeah alright. -P: There's no like a big problem. It was just, you know, my family doctor. I think my my dad has diabetes and he he he had heart problems so, like she also my family doctor knows my dad too so I don't know if that has something to do with it. +P: There's no like a big problem. It was just, you know, my family doctor. I think my my dad has diabetes and he he he had heart problems so, like she also my family doctor knows my dad too so I don't know if that has something to do with it. D: OK. OK, and then yeah, I guess I will talk about family history since you brought it up. Any lung issues in the family? @@ -166,9 +166,9 @@ D: OK. P: Just I mean the heart like my dad had a heart attack. I don't know if that counts as like it's close to the lungs. -D: How old was he? +D: How old was he? -P: Um? It wasn't that long ago he was like in his 60s. +P: Um? It wasn't that long ago he was like in his 60s. D: OK. @@ -177,11 +177,11 @@ P: Yeah. D: OK. Um, I'm gonna name a few things and you let me know if this is in your history, OK, in your family history. Asthma? -P: Maybe like my cousin, but yeah, not like my mom or dad. +P: Maybe like my cousin, but yeah, not like my mom or dad. D: OK, cystic fibrosis? -P: No. +P: No. D: OK alpha one antitrypsin deficiency? @@ -195,13 +195,13 @@ D: OK, OK. And are you up to date with all your immunizations? P: Like I I always I always got like the ones I was supposed to. Um, I normally like normally where I go into work, there's like a pharmacy outside and I would get my flu shot. But this year it's like I'm working from home, I haven't even been around there so I didn't get it this year. But I have all the normal ones. -D: OK, and then do you smoke Jessica? +D: OK, and then do you smoke Jessica? P: No. D: No? Do you smoke marijuana? -P: No no. +P: No no. D: Any other recreational drugs? @@ -209,7 +209,7 @@ P: What like alcohol? D: Um, no other than alcohol, like cocaine or meth, anything like that? -P: Ah, no. +P: Ah, no. D: OK no? OK, and yeah, do you drink alcohol? @@ -229,19 +229,19 @@ P: Like she, I don't think she was sick. D: OK. OK, is it possible that she was in contact with someone who may have been sick? -P: I think it's I mean it's possible like that's what she does for her work, right? She works at like a retirement home, so yeah possible. +P: I think it's I mean it's possible like that's what she does for her work, right? She works at like a retirement home, so yeah possible. D: OK, and what what kind of work do you do Jessica? -P: I'm an accountant. +P: I'm an accountant. -D: OK, and have you traveled anywhere recently? I know with COVID obviously that's hard. +D: OK, and have you traveled anywhere recently? I know with COVID obviously that's hard. P: I wish I wish, but you know I haven't been anywhere. Like I said, I've just been at home. D: OK. Um, in particular, have you been in a country where TB is endemic and have you been in any of those countries in the past, like 5 to 10 years? -P: I don't know like I've been to the like the states before COVID. I I don't, I didn't really haven't traveled anywhere cool in a long time. +P: I don't know like I've been to the like the states before COVID. I I don't, I didn't really haven't traveled anywhere cool in a long time. D: OK, OK. Um, so just kind of going through what it could be that you have right now. I'm thinking a few things and we kind of like to go through and make sure we're not missing anything. So in terms of like vascular stuff it could be something like like CHF or pulmonary embolism and that stands for congestive heart failure, but you're very young. You seem like you're very healthy, so that's probably lower on our differential obviously. @@ -258,12 +258,12 @@ low on the differential right now, so. Yeah, so um. So yeah, so for right now we P: I don't think I don't think so, um yeah, I just hope I can get feeling better. Hope it's not anything serious like I I think yeah, I just hope it's like I hope like you said it's like I got like an infection or something and it will just be gone soon. -D: Yeah yeah it does sound like it from the timeline like you started coughing two days ago, and then the difficulty breathing or shortness of breath also two days ago and then the chest pain just seems like it's from you coughing a lot. +D: Yeah yeah it does sound like it from the timeline like you started coughing two days ago, and then the difficulty breathing or shortness of breath also two days ago and then the chest pain just seems like it's from you coughing a lot. P: It can do that? D: Yeah. -P: OK, yeah. +P: OK, yeah. -D: Yeah, OK, so I guess we will see you at our follow up and after all of these investigations are done. +D: Yeah, OK, so I guess we will see you at our follow up and after all of these investigations are done. diff --git a/tests/data/transcripts/RES0013.txt b/tests/data/transcripts/RES0013.txt index ba967d6..853e538 100644 --- a/tests/data/transcripts/RES0013.txt +++ b/tests/data/transcripts/RES0013.txt @@ -2,7 +2,7 @@ P: Hi, I'm Rob and I just feel like I can't catch my breath. D: OK, how old are you Rob? -P: I'm I'm 50 I'm gonna be 50 soon. +P: I'm I'm 50 I'm gonna be 50 soon. D: OK, OK, when did this start? @@ -24,7 +24,7 @@ D: Does it? Oh sorry, go ahead. P: Maybe like you know five or six. -D: OK, OK. Does it hurt when you take a deep breath in? +D: OK, OK. Does it hurt when you take a deep breath in? P: Yeah. @@ -44,7 +44,7 @@ D: Any swelling in your legs? P: I I don't think so. -D: No? OK, how about on exertion? Like when you walk or run, or you know, does it hurt more or does I mean sorry, does your shortness of breath get worse? +D: No? OK, how about on exertion? Like when you walk or run, or you know, does it hurt more or does I mean sorry, does your shortness of breath get worse? P: Oh yeah, it was like going up the stairs, can't really breathe in after. @@ -52,9 +52,9 @@ D: OK, how about when you're laying down? P: I don't know. I don't think that's any different. No, I slept fine last night. I got up and when I went up the stairs I was like holy... -D: OK. How about wheezing? Are you experiencing any wheezing? +D: OK. How about wheezing? Are you experiencing any wheezing? -P: I don't think so. +P: I don't think so. D: OK, how about fevers or chills? @@ -62,7 +62,7 @@ P: No, not that I've noticed, no. D: OK. Any abdominal pain? -P: Uh, no, no, it's like it aches kind of it, but it's all up here and like kind of in my back a little bit. +P: Uh, no, no, it's like it aches kind of it, but it's all up here and like kind of in my back a little bit. D: OK and, do you think anything triggered this? @@ -90,9 +90,9 @@ P: I, I mean, I've been trying to to lose weight. D: OK. -P: They told me a year ago I have like high blood pressure so I've been cutting out like salt and trying to walk more. +P: They told me a year ago I have like high blood pressure so I've been cutting out like salt and trying to walk more. -D: OK, OK, good. +D: OK, OK, good. P: So I've lost like 15 pounds but like not... Like I've been trying to. @@ -106,7 +106,7 @@ P: No, that's that's like it. I've never had any like chest problems. D: OK. Have you had any investigations done for your chest like pulmonary function tests, ECG's, chest X-rays? -P: No, no, they just they just put the thing on my arm. But my doctors office and said that it was high. So they said to you know, eat better and I don't I don't wanna start any drugs so, I didn't do anything. I've been fine ever since. +P: No, no, they just they just put the thing on my arm. But my doctors office and said that it was high. So they said to you know, eat better and I don't I don't wanna start any drugs so, I didn't do anything. I've been fine ever since. D: OK, so you're not on any medications? @@ -127,9 +127,9 @@ P: Uh. No, no and I I smoke, I'm trying to smoke less, you know, since they told D: Yeah, OK. Any other recreational drugs? -P: No no. +P: No no. -D: No, OK. How about alcohol? Do you drink alcohol? +D: No, OK. How about alcohol? Do you drink alcohol? P: Oh like, maybe you know, a beer on the weekend. @@ -139,7 +139,7 @@ P: Like I don't I think I got all the ones when I was like a kid. What else shou D: OK, so like the flu vaccine every year? -P: Oh, I get that, like my wife, my wife makes me get that. +P: Oh, I get that, like my wife, my wife makes me get that. D: OK that's good. Any family history of lung or heart disease? diff --git a/tests/data/transcripts/RES0014.txt b/tests/data/transcripts/RES0014.txt index 89ded71..eab4564 100644 --- a/tests/data/transcripts/RES0014.txt +++ b/tests/data/transcripts/RES0014.txt @@ -12,11 +12,11 @@ P: I feel it like a lot of the time, especially outside when I'm in the cold or D: OK, and how long does it last? -P: I would say it lasts up to an hour every time I'm out in the cold and then once I come back in. So I'd say it lasts at least one hour. +P: I would say it lasts up to an hour every time I'm out in the cold and then once I come back in. So I'd say it lasts at least one hour. -D: OK, does anything else make it worse, like dust? You know, laying down anything like that? +D: OK, does anything else make it worse, like dust? You know, laying down anything like that? -P: Sometimes when I'm near dust, sometimes when I'm running during gym class, increased activity does make it worse. +P: Sometimes when I'm near dust, sometimes when I'm running during gym class, increased activity does make it worse. D: OK, OK. And if you were to describe the quality of your breathing difficulties, is it more like a burning kind of feeling? Is it like you can't catch your breath? What does it feel like? @@ -24,19 +24,19 @@ P: I think it's more just a I can't catch my breath and it feels like my my thro D: OK, yeah, that's scary. And one to 10, 10 being the worst, how bad is your shortness of breath? -P: It can get up to I would say like an 8 at times. It can get pretty scary. And sometimes, like I feel like heaviness in my chest too when it happens. +P: It can get up to I would say like an 8 at times. It can get pretty scary. And sometimes, like I feel like heaviness in my chest too when it happens. D: Yeah, and the coughing, has it been going on for as long as your breathlessness? -P: I would say around the same same time frame like 3 months, but I'm not always coughing. It comes and goes. +P: I would say around the same same time frame like 3 months, but I'm not always coughing. It comes and goes. -D: OK, and for your coughing, is it kind of like the same triggers, the cold, dust, things like that? +D: OK, and for your coughing, is it kind of like the same triggers, the cold, dust, things like that? P: Yeah, I would say so. D: And do you ever have do you ever cough up blood? -P: No, I don't. It's mostly just a dry cough. I don't cough up anything. +P: No, I don't. It's mostly just a dry cough. I don't cough up anything. D: OK so no sputum or phlegm, no? OK, do you ever feel wheezy? @@ -44,7 +44,7 @@ P: I I I do hear like a like a weird sound when I breathe out sometimes, I I thi D: OK, OK. Do you have a sore throat? -P: Uh, no I don't have a sore throat, no. +P: Uh, no I don't have a sore throat, no. D: No? Um, how about a runny nose or stuffy nose? @@ -58,7 +58,7 @@ D: OK. How about hearing? P: Uh, no hearing is fine. -D: OK and like no pus or liquid's coming out of your ear or anything like that, right? +D: OK and like no pus or liquid's coming out of your ear or anything like that, right? P: No. @@ -72,15 +72,15 @@ P: Yeah, everything is OK. D: OK, any fevers? -P: I don't know about a fever, I haven't checked, but some nights I do, especially in the last week I have woken up feeling a bit chilly. I haven't really checked. +P: I don't know about a fever, I haven't checked, but some nights I do, especially in the last week I have woken up feeling a bit chilly. I haven't really checked. -D: OK, so you woke up feeling chilly, any night sweats? +D: OK, so you woke up feeling chilly, any night sweats? P: Uh no. D: OK, any weight loss? -P: No no. +P: No no. D: How about changes in your skin? Like have you noticed a rash anywhere? @@ -88,7 +88,7 @@ P: Uh, not that I've really noticed no, no rashes. D: OK and any chest pain at all? -P: No, just sometimes when I I'm coughing a lot I feel a little bit of just tension and heaviness in there. But that's just when I'm like really coughing a lot. +P: No, just sometimes when I I'm coughing a lot I feel a little bit of just tension and heaviness in there. But that's just when I'm like really coughing a lot. D: Yeah OK, and any any feelings like your heart's racing? @@ -96,19 +96,19 @@ P: Nope. D: No? OK. And how about swelling? Have you noticed swelling anywhere in your body? -P: No, nothing like that. +P: No, nothing like that. D: No? OK um, OK, how about um, does your shortness of breath get worse when you're falling asleep? -P: No, nothing like that. I think it's mainly just worse if I go out in the cold or I'm like running around, doing more activities. +P: No, nothing like that. I think it's mainly just worse if I go out in the cold or I'm like running around, doing more activities. D: Does it ever wake you up at night? -P: No never. +P: No never. D: OK and any nausea or vomiting? -P: No, no nausea or vomitting. +P: No, no nausea or vomitting. D: OK, how about changes in your in your bowel movement? @@ -118,29 +118,29 @@ D: How about in terms of urinating, any changes there? P: No no. -D: OK any headaches? +D: OK any headaches? P: No. D: No? Any dizziness or fainting spells? -P: No. +P: No. D: Confusion, memory loss? -P: No, nothing like that. +P: No, nothing like that. D: OK, good are you otherwise healthy? P: Yeah, I don't have any other condition, I I do remember my doctors saying I have hay fever before, but that's about it. -D: When was that? +D: When was that? P: I think that was like more than three years ago. D: OK, um, any recent surgeries? -P: No. +P: No. D: No? Are you on any medications? @@ -156,19 +156,19 @@ P: As far as I know, yeah everything's up to date. D: OK, any family history of lung conditions? -P: Uh, don't think so. My sister, I think she they were saying she might have asthma and she also has eczema. No one else in the family has any other conditions. +P: Uh, don't think so. My sister, I think she they were saying she might have asthma and she also has eczema. No one else in the family has any other conditions. D: Not not even like heart conditions, cancer? -P: No, uh no, not that I know. +P: No, uh no, not that I know. -D: OK, OK, have you been in contact with anyone who's been sick recently? +D: OK, OK, have you been in contact with anyone who's been sick recently? P: No. D: No, OK, and any travel recently? -P: No, I've been here in Ontario. +P: No, I've been here in Ontario. D: OK, and where do you live? @@ -176,7 +176,7 @@ P: So I currently live in London, but I just recently moved into a new flat arou D: Two months ago, OK. Um, is it more is it an older flat? -P: Uh, no, it's fairly new. But one thing I did notice, I don't know if this has anything to do with it, but my flatmate actually smokes. Sometimes that can really irritate and make me cough more sometimes at night. +P: Uh, no, it's fairly new. But one thing I did notice, I don't know if this has anything to do with it, but my flatmate actually smokes. Sometimes that can really irritate and make me cough more sometimes at night. D: Yeah, any any pets? @@ -188,7 +188,7 @@ P: No, I don't smoke, no. D: OK. And do you smoke marijuana? -P: Nope, never tried marijuana. +P: Nope, never tried marijuana. D: OK, any recreational drugs? @@ -200,28 +200,28 @@ P: Um, just like, maybe sometimes at parties, but very rarely. Maybe I would say D: OK, OK. Um, and is there anything that you wanted to discuss today that I missed? -P: Uh, so no, I think that that was all like just the shortness of breath was scaring me a lot. But yeah, just the coughing, but other than that I just want to know what's going on. +P: Uh, so no, I think that that was all like just the shortness of breath was scaring me a lot. But yeah, just the coughing, but other than that I just want to know what's going on. -D: OK, yeah, and you mentioned you are otherwise healthy so you don't have any history of asthma or anything like that, right? +D: OK, yeah, and you mentioned you are otherwise healthy so you don't have any history of asthma or anything like that, right? -P: No, no ones ever told me that, but my sister has asthma, so I was wondering, maybe? +P: No, no ones ever told me that, but my sister has asthma, so I was wondering, maybe? D: Um, have you ever experienced shortness of breath when you were younger with like exercise? -P: Uh, not really. Just maybe like the normal amount. Like if I'm running around too much, I feel shortness of breath, but I think it just got worse over the last few months. +P: Uh, not really. Just maybe like the normal amount. Like if I'm running around too much, I feel shortness of breath, but I think it just got worse over the last few months. D: OK and then have you ever had any imaging done in the past like a chest X-Ray or investigations like a pulmonary function test? -P: No, I don't recall having any of that done. +P: No, I don't recall having any of that done. D: OK alright well those are all the questions I had for you. If you didn't have anything else to add, I guess we will conclude by saying that what you have, we have a differential diagnosis for this. Um, it sounds like what you have is asthma. Since your symptoms started three months ago when you moved into a flat with your friends, and it seems like this smoking and cold is triggering that and so we'll work you up with a pulmonary function test to start and we'll see if bronchodilators will help with your symptoms. And if it doesn't, we'll also rule out other things like pneumonia or like allergic rhinitis. How does that sound? -P: Yeah, that sounds good. +P: Yeah, that sounds good. D: OK, sounds great. Well, we'll see you soon then. P: Alright, thank you. -D: Take care. +D: Take care. P: You too. diff --git a/tests/data/transcripts/RES0015.txt b/tests/data/transcripts/RES0015.txt index 348a588..841667a 100644 --- a/tests/data/transcripts/RES0015.txt +++ b/tests/data/transcripts/RES0015.txt @@ -8,9 +8,9 @@ P: Yeah. D: OK and then when did the cough start? -P: I'd say around the same time the breathlessness started, so around six weeks. +P: I'd say around the same time the breathlessness started, so around six weeks. -D: OK. And then the fever? +D: OK. And then the fever? P: The fever I've kind of had on and off in the last couple weeks. I would say two to three weeks. @@ -37,34 +37,34 @@ P: Oh I'm not sure I I don't think there was any triggers. D: OK, has anyone around you been sick? P: So there there are some people living in my house that have a bad cough over the last few weeks. - + D: OK. -P: So yeah. +P: So yeah. D: So they have similar symptoms to you as well then? -P: Yeah, some of them like don't really have the shortness of breath and it's just like a cough. +P: Yeah, some of them like don't really have the shortness of breath and it's just like a cough. D: OK. -P: But yeah, there are some of them also have some shortness of breath. +P: But yeah, there are some of them also have some shortness of breath. D: OK, OK. And have you traveled anywhere recently? -P: So I actually came to Canada one year ago. I'm originally from India and I I'm I came here to study. +P: So I actually came to Canada one year ago. I'm originally from India and I I'm I came here to study. D: OK. OK, um alright. If you were to rate your breathlessness from one to 10, 10 being the worst, how bad is your breathlessness? -P: It can get pretty bad. Like I I would say up to an 8 sometimes, maybe a couple times a week. +P: It can get pretty bad. Like I I would say up to an 8 sometimes, maybe a couple times a week. D: OK, and have you ever experienced this before? P: No, this is like the first time I'm having this issue. -D: OK, and do you feel like it's getting worse, better, has it changed since you started having these symptoms? +D: OK, and do you feel like it's getting worse, better, has it changed since you started having these symptoms? -P: I think it's getting worse and that's why I was getting a bit scared and I came here. +P: I think it's getting worse and that's why I was getting a bit scared and I came here. D: OK. Yeah, that was a good call and have you had any changes to your smell recently? @@ -72,7 +72,7 @@ P: No, no changes to smell. D: Any anything like a runny nose or stuffy nose? -P: Uh, no, not really, no. +P: Uh, no, not really, no. D: No? OK, how about a sore throat? @@ -80,23 +80,23 @@ P: No, no sore throat. D: No sore throat, any changes to your taste? -P: Nope. +P: Nope. D: Any changes in hearing? -P: Nope. +P: Nope. D: Ear pain or discharge from your ears? -P: No, nothing like that. +P: No, nothing like that. -D: OK, any eye pain? +D: OK, any eye pain? P: No. D: Changes in your vision? -P: Nope. +P: Nope. D: Any discharge from your eyes? @@ -106,9 +106,9 @@ D: OK, and you mentioned fever and some night sweats. How often are you getting P: I think in the last two weeks I've been getting it more frequently, like I would say every other night I I feel, I would feel chilly at one point and then I'll break out into night sweats or have to take off my blanket. I think I measured it once or twice over the week and it did show like a fever of 102. -D: OK, OK. OK, and any changes to your skin like rashes? +D: OK, OK. OK, and any changes to your skin like rashes? -P: No, nothing like that. +P: No, nothing like that. D: Any weight loss? @@ -124,7 +124,7 @@ P: Maybe like a like a spoonful I would say. D: OK. And do you ever feel like you're wheezing? -P: Uh, no, I I don't think so. I I don't really notice any noises when I'm breathing. +P: Uh, no, I I don't think so. I I don't really notice any noises when I'm breathing. D: OK. And, alright, so any chest pain? @@ -132,29 +132,29 @@ P: No, no chest pain at all. D: OK. How about swelling in your legs or in your limbs? -P: No, no swell leg swelling. +P: No, no swell leg swelling. -D: No leg swelling? OK, um how about do you feeling like your heart's racing? +D: No leg swelling? OK, um how about do you feeling like your heart's racing? P: No. D: No OK. OK, and any nausea or vomiting? -P: No, no nausea or vomitting. +P: No, no nausea or vomitting. D: How about changes in your bowel movements? -P: No. +P: No. D: OK, how about changes in urinating? P: No, it's been fine. -D: Alright any headaches? +D: Alright any headaches? P: No headaches. -D: Any dizziness or fainting spells? +D: Any dizziness or fainting spells? P: No, nothing like that. @@ -172,17 +172,17 @@ P: No, I don't really remember. I think it was some kind of pneumonia. D: OK, OK. Are you on any medications? -P: Just uh I take Tylenol sometimes, like it hasn't really been helping. +P: Just uh I take Tylenol sometimes, like it hasn't really been helping. D: OK. And, are you allergic to anything? P: No, not that I know. -D: OK, are you up to date with all your immunizations? +D: OK, are you up to date with all your immunizations? -P: Yeah, as far as I know. +P: Yeah, as far as I know. -D: OK. And and is there any family history of lung conditions or heart conditions? +D: OK. And and is there any family history of lung conditions or heart conditions? P: Nope. @@ -190,9 +190,9 @@ D: No OK, how about cancers? P: No cancers that run in the family, no. -D: OK OK, so you mentioned you moved to Canada from India about a year back. Where do you live now? +D: OK OK, so you mentioned you moved to Canada from India about a year back. Where do you live now? -P: So I live in it's, we have like a student house with some of the students who came from India as well, and there's six of us living together in in a house. +P: So I live in it's, we have like a student house with some of the students who came from India as well, and there's six of us living together in in a house. D: OK, OK, and are they sick as well or no? @@ -212,7 +212,7 @@ P: Around 10 years. D: OK, that's, it's been a while then. Um, and do you do you drink alcohol? -P: No, I I don't drink and I don't do any drugs either. +P: No, I I don't drink and I don't do any drugs either. D: OK, OK. Are you sexually active? @@ -220,12 +220,12 @@ P: Not currently, no. D: No, OK. Have you ever had unprotected sex? -P: No. +P: No. D: No?, OK. OK, um, did you have any questions or concerns? Anything you wanted to discuss that I hadn't asked you about? -P: Um, so yeah, this is just like my first time visiting a doctor in this country and like I was just very scared that it might be something serious, so just wanted to know what it can be. +P: Um, so yeah, this is just like my first time visiting a doctor in this country and like I was just very scared that it might be something serious, so just wanted to know what it can be. -D: Yeah, for sure. So the first thing we want to rule out is TB. Because you have recently moved to Canada from a country where it is, I believe it is endemic, so and some of your most of your symptoms fit with TB and how it presents so we just want to make sure it's not that because it is highly infectious and and we don't want it to spread. So, we can do like a AFB smear or I think they have other diagnostic work up for that too. So we'll do that first. If not, we can check to see if it's like another, another typical pneumonia, we can do a chest X Ray for that as well. If both of those turn out to be negatives, then we'll have to work you up further for other things, like COPD, or lung cancer. How does that sound? +D: Yeah, for sure. So the first thing we want to rule out is TB. Because you have recently moved to Canada from a country where it is, I believe it is endemic, so and some of your most of your symptoms fit with TB and how it presents so we just want to make sure it's not that because it is highly infectious and and we don't want it to spread. So, we can do like a AFB smear or I think they have other diagnostic work up for that too. So we'll do that first. If not, we can check to see if it's like another, another typical pneumonia, we can do a chest X Ray for that as well. If both of those turn out to be negatives, then we'll have to work you up further for other things, like COPD, or lung cancer. How does that sound? -P: That sounds good. Thank you. +P: That sounds good. Thank you. diff --git a/tests/data/transcripts/RES0016.txt b/tests/data/transcripts/RES0016.txt index bd67428..9a9de05 100644 --- a/tests/data/transcripts/RES0016.txt +++ b/tests/data/transcripts/RES0016.txt @@ -1,10 +1,10 @@ D: How are you doing? -P: Not so well I I feel like I've been having just worsening breathlessness and a cough for it's been going on for two years now and I just can't seem to get rid of it. +P: Not so well I I feel like I've been having just worsening breathlessness and a cough for it's been going on for two years now and I just can't seem to get rid of it. D: OK, the cough and breathlessness both started two years ago? -P: Yeah, I would say approximately around the same time. +P: Yeah, I would say approximately around the same time. D: OK, OK. Um, do you always have the breathlessness, or does it come and go? @@ -16,31 +16,31 @@ P: Yeah, I would say so. D: OK. And was there any sort of trigger for this two years ago? Anything that you remember? -P: Um, no, it kind of just started gradually on its own. No, no real triggers that I can remember. +P: Um, no, it kind of just started gradually on its own. No, no real triggers that I can remember. D: OK, and, does anything make it worse or better besides the exertion? -P: Uh, no, I think that's pretty much the only thing that really makes it worse. +P: Uh, no, I think that's pretty much the only thing that really makes it worse. D: OK, and how would you describe your breathlessness? Is it that you're breathing too fast or you can't catch your breath? -P: It's I think it's more so just I can't catch my breath and sometimes I just have trouble being able to take like a full breath. +P: It's I think it's more so just I can't catch my breath and sometimes I just have trouble being able to take like a full breath. D: OK, OK. Um, and out of 1 to 10, 10 being the worst, how bad is your breathlessness? -P: It can get up to I would say like an eight sometimes when I'm doing a lot of work. +P: It can get up to I would say like an eight sometimes when I'm doing a lot of work. D: OK, and have you ever experienced this before? -P: Not before the two years, before I I never felt anything like that. +P: Not before the two years, before I I never felt anything like that. -D: OK, and you mentioned it's gradually been getting worse, right? +D: OK, and you mentioned it's gradually been getting worse, right? -P: Yeah, I would say so. +P: Yeah, I would say so. D: OK, and the cough, um, do you ever cough up any blood? -P: No, it's uh, it's usually just a dry cough. No, no I don't produce any mucus or blood. +P: No, it's uh, it's usually just a dry cough. No, no I don't produce any mucus or blood. D: OK. OK. Um, and do you feel like you're wheezy? @@ -48,7 +48,7 @@ P: No, I haven't heard any kind of wheeziness at all. D: OK. Any issues with your breathlessness when you're laying down? -P: No, I'm completely fine laying down. +P: No, I'm completely fine laying down. D: OK and it's not waking you up at night, right? @@ -56,13 +56,13 @@ P: No. D: OK um, have there been any changes to your taste recently? -P: No, not that I know. +P: No, not that I know. D: Any changes to your smell? P: No. -D: Have you experienced a sore throat? +D: Have you experienced a sore throat? P: Nope. @@ -72,23 +72,23 @@ P: Nope, not that I know of. D: OK, changes in your hearing or ear pain? -P: No. +P: No. D: Changes in your vision or eye pain? -P: No, nothing like that. +P: No, nothing like that. D: OK, and have you noticed any fevers? -P: Um, maybe some chills here and there, but not not really a fever, no. +P: Um, maybe some chills here and there, but not not really a fever, no. D: OK, and you mentioned chills. How about night sweats? -P: Um, just a few times per week I would maybe have to take off my blanket sometimes I notice a lot of my sweat covering the bed sheets. That's been going on for about, say a couple months now. +P: Um, just a few times per week I would maybe have to take off my blanket sometimes I notice a lot of my sweat covering the bed sheets. That's been going on for about, say a couple months now. D: OK, OK um any weight loss? -P: I think over the last few months I may have lost like around 3 three kilograms. +P: I think over the last few months I may have lost like around 3 three kilograms. D: OK, OK, any rashes on your body? @@ -112,7 +112,7 @@ P: No heart has been fine. D: OK. And how about changes to your bowel movements? -P: No, I go pretty regularly. +P: No, I go pretty regularly. D: OK and urine, any changes there? @@ -120,11 +120,11 @@ P: Nope. D: OK, how about nausea and vomiting? -P: Uh, no. +P: Uh, no. D: Headaches? -P: Uh, no. +P: Uh, no. D: OK, um any dizziness or fainting spells? @@ -144,7 +144,7 @@ P: Uh, in terms of like breathing, I think maybe as a child like I may have had D: OK, and are you on any medications? -P: Just ramipril for my high blood pressure. +P: Just ramipril for my high blood pressure. D: OK, um how long have you been on that medication for? @@ -152,11 +152,11 @@ P: Uh, for a pretty long time, I would say more than 10 years. D: OK and no issues, side effects with that, right? -P: No, and my blood pressure is pretty well controlled on that medication. +P: No, and my blood pressure is pretty well controlled on that medication. D: OK, good, um, any allergies? -P: No. No allergies. +P: No. No allergies. D: Are you up to date with all of your immunizations? @@ -164,29 +164,29 @@ P: Yeah I got my shingles and my pneumonia vaccination everything like that. D: OK, and uh, in terms of family history, um, are there any heart or lung conditions that run in the family? -P: Uh, so yeah, my dad had quite a few problems. He had type 2 diabetes then he suffered from 2 strokes and then he also had a heart attack uh, in I think when he was like 56. But then he actually ended up dying of bowel cancer in his 70s. +P: Uh, so yeah, my dad had quite a few problems. He had type 2 diabetes then he suffered from 2 strokes and then he also had a heart attack uh, in I think when he was like 56. But then he actually ended up dying of bowel cancer in his 70s. D: OK. How about your mother? Is she alive? Is she healthy? -P: Um, my mom is alive, but she suffered from Type 2 diabetes and high blood pressure as well. And she also had, like hypothyroidism. And she also suffered from depression as well. +P: Um, my mom is alive, but she suffered from Type 2 diabetes and high blood pressure as well. And she also had, like hypothyroidism. And she also suffered from depression as well. D: OK. Um OK, so do you live by yourself and where do you live? -P: I live on an apartment and in apartment by myself right now. I do find it difficult getting out of the house recently just because of my shortness of breath, but other than that I feel that I'm pretty independent. +P: I live on an apartment and in apartment by myself right now. I do find it difficult getting out of the house recently just because of my shortness of breath, but other than that I feel that I'm pretty independent. D: OK, and do you smoke? -P: No, I've never smoked in my life. +P: No, I've never smoked in my life. D: No? Um, how about other recreational drugs? -P: No no marijuana, no cocaine, nothing like that. +P: No no marijuana, no cocaine, nothing like that. D: OK, how about alcohol? Do you drink alcohol? -P: No. +P: No. -D: OK, and do you still work? +D: OK, and do you still work? P: Uh, no, I actually worked at just the hospital I used to volunteer, but now I just can't get out of the house. I feel just tired and short of breath all the time so just staying in my house most of the time. @@ -200,7 +200,7 @@ P: No, No. D: OK, um, have you been worked up for this in the past two years? Like have you had any chest X-rays or pulmonary function tests or anything like that? -P: No, I've never really had this issue before, so no investigations. +P: No, I've never really had this issue before, so no investigations. D: OK, OK, well those were all the questions that I had. Did you have anything that you wanted to add that I maybe missed? @@ -208,6 +208,6 @@ P: Uh, no, I just it's been going on for two years and I feel like it's getting D: Yeah, for sure. So we will try to do a good job working you up for everything that we think it may be. And right now, it sounds like it could be pulmonary fibrosis either like you know an autoimmune process or triggered after like an infection that you may have had in the past. We will definitely also look into see if it's perhaps a lung cancer, asthma and you mentioned you don't smoke so we don't think it could be COPD but we'll also test for that in case all everything else comes back negative. -P: OK, sounds good. Thank you so much. +P: OK, sounds good. Thank you so much. D: Thank you. Take care you too. diff --git a/tests/data/transcripts/RES0017.txt b/tests/data/transcripts/RES0017.txt index 66021d9..80f3436 100644 --- a/tests/data/transcripts/RES0017.txt +++ b/tests/data/transcripts/RES0017.txt @@ -1,6 +1,6 @@ P: I've been having this cough for around, I would say half a year now and I just can't seem to get rid of it. -D: OK. And does this cough have any phlegm that you bring up? +D: OK. And does this cough have any phlegm that you bring up? P: No, it's completely dry. I can't bring anything up. @@ -12,9 +12,9 @@ D: OK, and six months ago, can you think of anything that that changed? Includin P: Uh, not really, uh, I'm like almost 75 years old now, so I just thought it was probably just due to my age. -D: OK. Uh, have you been have you brought up any blood with the cough? +D: OK. Uh, have you been have you brought up any blood with the cough? -P: No, I've never brought up any blood. +P: No, I've never brought up any blood. D: OK, and have you have had any shortness of breath? @@ -26,7 +26,7 @@ P: I don't know if this is just due to old age, but like I've noticed some joint D: OK um, and has there been anything that's made the cough worse? -P: Sometimes when, I'm exercising a lot more but not not too much, it's kind of just always been there, hasn't really changed too much, but it's gotten more frequent over the last couple of months. +P: Sometimes when, I'm exercising a lot more but not not too much, it's kind of just always been there, hasn't really changed too much, but it's gotten more frequent over the last couple of months. D: OK, and anything that's made the cough better that you've tried? @@ -43,20 +43,20 @@ disrupted sleep over the last few months. D: OK. Um and, you mentioned some joint pains as well and then when did that those start? -P: I would say over the last year is when I started noticing it a lot more than before. +P: I would say over the last year is when I started noticing it a lot more than before. D: OK, have you been having joint stiffness or or muscle stiffness early in the morning? -P: It does get a little bit more stiff in the morning, but it's kind of just there throughout the day. +P: It does get a little bit more stiff in the morning, but it's kind of just there throughout the day. -D: OK, have you noticed any red hot or or kind of swollen joints? +D: OK, have you noticed any red hot or or kind of swollen joints? -P: No, nothing like that. +P: No, nothing like that. D: OK, any injuries to any of your limbs or or joints that could explain some of the pains -there? +there? -P: No, not that I know of, nope. +P: No, not that I know of, nope. D: OK, um, and how has your energy been? Have you been experiencing a lot of fatigue? @@ -67,7 +67,7 @@ D: OK, and when did that when did you notice that change and and how were you di P: Like before, like before six months ago, I remember I used to be able to go for long walks around the block, then when I was gardening I can go on for hours, but now I'm pretty it's pretty limited to like maybe 15-20 minutes and then I have to go back into the house. D: I see OK, so pretty big difference over the last six months to a year for you. - + P: Yeah. D: Have you been experiencing any fevers or chills? @@ -76,15 +76,15 @@ P: Not really. Not that I know of. D: OK, how about, uh, excessive sweating at night? -P: Nope. +P: Nope. -D: Alright and, how has your appetite been? +D: Alright and, how has your appetite been? P: My appetite has been around the same, no changes there. D: OK, have you experienced any weight loss? -P: I've actually, I think, lost a couple pounds but not not too much. +P: I've actually, I think, lost a couple pounds but not not too much. D: OK, would that be over the last six months or so? @@ -94,9 +94,9 @@ D: OK, uh, have you noticed any swollen glands anywhere like in your neck or any P: No, not really. -D: OK, have you had a sore throat or or runny nose? +D: OK, have you had a sore throat or or runny nose? -P: No, I haven't had a cold for more than two or three years I think. +P: No, I haven't had a cold for more than two or three years I think. D: OK, about a loss of smell? @@ -104,11 +104,11 @@ P: No. D: Loss of taste? -P: No. +P: No. D: Alright, have you been experiencing any chest pains? -P: When the coughing gets pretty bad like I get some strain in my chest but nothing other than that. +P: When the coughing gets pretty bad like I get some strain in my chest but nothing other than that. D: Alright, and any heart racing? @@ -120,13 +120,13 @@ P: No, not really. D: OK, and have you noticed any swelling in your limbs, like in your hands and your feet or ankles? -P: No, not really. +P: No, not really. D: Alright at night, have you had any periods where you woke up extremely short of breath and you had to sit on the edge of the bed with your feet over? P: No, not that I remember. -D: OK, and how many pillows do you sleep with? +D: OK, and how many pillows do you sleep with? P: Just one, same as before. @@ -134,13 +134,13 @@ D: OK, um and any abdominal pain? P: No, no pain is just in my joints and sometimes in my muscles, but other than that, no. -D: OK, any urinary problems like pain or or going really often? +D: OK, any urinary problems like pain or or going really often? P: Nope. D: Alright and then any changes to bowel habits like diarrhea or constipation? -P: No, not that I know of. +P: No, not that I know of. D: OK, and have you noticed any skin rashes? @@ -150,29 +150,29 @@ D: OK, and, uh, are there any joints in particular that are most affected? P: I would say like my legs and arms. It's it's pretty much lot of the joints, not really affecting my hip, but like everything else seems a bit sore. -D: OK, and, have you been diagnosed with any medical conditions in the past? +D: OK, and, have you been diagnosed with any medical conditions in the past? -P: No, never. I've been pretty fortunate. +P: No, never. I've been pretty fortunate. -D: OK, so do you take any medications either prescription or over the counter? +D: OK, so do you take any medications either prescription or over the counter? -P: No, just vitamins but nothing else. +P: No, just vitamins but nothing else. D: Alright, do you have any allergies? -P: No, not that I know of. +P: No, not that I know of. D: Have you been so you said you've been pretty healthy, but have you been in the hospital for any reason recently? P: No. -D: OK. Um and are your immunizations up to date? +D: OK. Um and are your immunizations up to date? P: Yeah, I I got a shingles vaccine, the one for pneumonia as well. -D: OK, and have you traveled anywhere recently? +D: OK, and have you traveled anywhere recently? -P: No I've been at home. +P: No I've been at home. D: OK um and in the family, have you heard of anything like this happening in the family sort of way, onset of this kind of shortness of breath and cough that you've been experiencing? @@ -180,15 +180,15 @@ P: Not really, I I don't really have shortness of breath like it's it's like a d D: OK, and more of the fatigue. -P: Yeah. +P: Yeah. D: OK. And anybody in the family have like autoimmune diseases like rheumatoid arthritis or or lupus? P: Uh I don't really, I can't really think of nothing my mom and dad were completely healthy. So I know and I don't have any siblings, so yeah, not nothing that I know of. -D: OK, uh, any cancers in the family like colon cancer or anything like that? +D: OK, uh, any cancers in the family like colon cancer or anything like that? -P: No, no cancers. +P: No, no cancers. D: OK. Um, and could you tell me a little bit about your living situation? @@ -196,7 +196,7 @@ P: Yeah, so right now I live alone in a small townhouse and yeah, that's I have D: OK, um, and how do you support yourself financially? -P: So, I'm retired, but getting a pretty good pension as well as for my a husband's pension as well, but he unfortunately passed away a couple years ago. +P: So, I'm retired, but getting a pretty good pension as well as for my a husband's pension as well, but he unfortunately passed away a couple years ago. D: I'm sorry to hear that. What did you say you retired, what did you do for work previously? Did you have any exposures to chemicals or asbestos products while while at work? @@ -206,9 +206,9 @@ D: OK um, so no reasons that you were visiting farms and like being around birds P: Um, not really, but I I do think like the old building that we lived in might have had asbestos. Does that does that like count at all? -D: Like a it could be important, uh, because, uh, well how long, how long did you live there for? +D: Like a it could be important, uh, because, uh, well how long, how long did you live there for? -P: I would say almost 20 years. +P: I would say almost 20 years. D: OK, so um, yes, that definitely would be is is important for the history today because, unfortunately, long term exposure to asbestos when breathing it in can cause some of the symptoms that you've been describing along with cough and uh, respiratory symptoms. So it'll be something that we'll be sure to investigate today, OK? But I just had a couple more questions. First, do you smoke cigarettes? @@ -216,7 +216,7 @@ P: I quit long time ago, more than like 10 years ago, but I used to smoke like 5 D: OK, and do you smoke cannabis? -P: No. +P: No. D: Alright, do you drink alcohol? @@ -226,13 +226,13 @@ D: OK, and do you use any other recreational drugs? P: No. -D: Alright, and are you currently sexually active? +D: Alright, and are you currently sexually active? P: No. -D: Alright, and have you had a sexually transmitted infection before? +D: Alright, and have you had a sexually transmitted infection before? -P: No. +P: No. D: OK, so those are the questions that I wanted to go over to make sure I asked on history. Was there anything that else you wanted to tell me? diff --git a/tests/data/transcripts/RES0018.txt b/tests/data/transcripts/RES0018.txt index 426466d..4892bbe 100644 --- a/tests/data/transcripts/RES0018.txt +++ b/tests/data/transcripts/RES0018.txt @@ -1,6 +1,6 @@ P: I've just been having this this cough over the last few days and I also notice that I'm getting like these headaches and chills as well at night. So I was just a bit concerned. -D: OK, so the cough started a few days ago. Have you been bringing up any phlegm? +D: OK, so the cough started a few days ago. Have you been bringing up any phlegm? P: No, not really. It's been pretty much like a dry cough. I did feel like a tickle in my throat before it started, but no, I'm not producing any phlegm. @@ -8,15 +8,15 @@ D: OK, um is the cough any worse at any particular time of day, like when you fi P: No, it's pretty much just been there over the last, at least like 2 days. It's been getting worse, more frequent. -D: OK, so um and are you coughing all throughout the day? +D: OK, so um and are you coughing all throughout the day? P: Pretty much, at least for the last few days. Just it's been pretty nonstop. D: OK, anything that's made the cough worse? -P: Uh, no, not really. It's uh, pretty much been the same for the last few days. +P: Uh, no, not really. It's uh, pretty much been the same for the last few days. -D: Anything you've tried to make the cough go away? +D: Anything you've tried to make the cough go away? P: Just like Tylenol cold. And then I think there was another over the counter medication that I took, but nothing really helping. @@ -24,13 +24,13 @@ D: OK and uh, the cough has been been getting worse. Have you been experiencing P: Um, I did just just last night, actually. I thought that I had some shortness of breath as well. I don't know if that's being caused by all the coughing, but yeah, I got pretty scared, so that's why I'm here today. -D: OK, um has anything like this happened to you before? +D: OK, um has anything like this happened to you before? P: No, like I've been pretty healthy otherwise completely so this is this is completely new for me. -D: Ok, and yeah, you mentioned you had a fever but did have you checked your temperature? +D: Ok, and yeah, you mentioned you had a fever but did have you checked your temperature? -P: No, I haven't I I just had like chills over the last two nights. Just had to put on like 3 three blankets just to get to sleep, but I haven't really checked my temperature. +P: No, I haven't I I just had like chills over the last two nights. Just had to put on like 3 three blankets just to get to sleep, but I haven't really checked my temperature. D: OK, I have you had night sweats? @@ -38,37 +38,37 @@ P: No, not really, just mostly chills. D: OK, and how has your energy been the last few days, have you have you had a lot of fatigue? -P: Yeah, I just feel completely just sick like what it feels like I have the flu or something and I just feel really tired too. +P: Yeah, I just feel completely just sick like what it feels like I have the flu or something and I just feel really tired too. D: OK, have you had a runny nose or sore throat? -P: No, not really. I did have like a I don't know if it was soreness, but just like a tickle in my throat just a few days back before the coughing started. +P: No, not really. I did have like a I don't know if it was soreness, but just like a tickle in my throat just a few days back before the coughing started. D: OK, yeah. And have you had any loss of smell or or loss of taste? -P: Yeah, now that I think of it, I I I I can't I can barely taste taste the food that I'm eating. I don't know about smell I I'm pretty stuff stuff stuffy right now so that might just be because of that. I definitely notice I can't really taste my food. +P: Yeah, now that I think of it, I I I I can't I can barely taste taste the food that I'm eating. I don't know about smell I I'm pretty stuff stuff stuffy right now so that might just be because of that. I definitely notice I can't really taste my food. -D: Alright. Uh, and uh, have you been having any wheezing? +D: Alright. Uh, and uh, have you been having any wheezing? -P: No, no wheezing. +P: No, no wheezing. D: Alright, and shortness of breath, were you at rest when that that happened or were you exercising or exerting yourself? What, how did the shortness of breath come on? P: I was actually just laying down and I was sleeping and I just noticed that I couldn't really take deep breaths, so I kind of just got back up and it was just during last night. It hasn't happened after that, but I'm scared it will happen again. -D: OK, and have you, how many pillows do you usually sleep with? +D: OK, and have you, how many pillows do you usually sleep with? P: Just one. -D: Have you noticed any swelling in your feet or ankles? +D: Have you noticed any swelling in your feet or ankles? -P: No, nothing like that. +P: No, nothing like that. D: Alright, have you had any chest pain? P: No, no chest pain. -D: Any feeling, any episodes where you feel like you were gonna faint? +D: Any feeling, any episodes where you feel like you were gonna faint? P: No. @@ -80,29 +80,29 @@ D: Alright, um, have you been having any abdominal pains? P: No abdominal pains. -D: Alright, how about urinary problems? +D: Alright, how about urinary problems? -P: No, nothing like that. +P: No, nothing like that. D: Any bowel problems like diarrhea? -P: No, it's pretty regular. +P: No, it's pretty regular. D: OK, have you noticed any rashes anywhere? -P: No. +P: No. D: Alright, and then how about like muscle aches or or joint aches? -P: No, nothing like that, just feeling tired. +P: No, nothing like that, just feeling tired. -D: OK and then have you had any changes to your vision? +D: OK and then have you had any changes to your vision? P: No. D: Like blurred vision or things like that? -P: No, nothing like that. +P: No, nothing like that. D: Any changes to your voice, like it sounds more hoarse to you or? @@ -112,15 +112,15 @@ D: Oh, OK, and any nausea or vomiting? P: I did feel a bit nauseous over the last two days, but I haven't vomited. -D: OK and have you been diagnosed with any medical conditions in the past? +D: OK and have you been diagnosed with any medical conditions in the past? P: No, I've been pretty lucky. No medical conditions. I don't even take any medications either. D: OK, anything over the counter like supplements or herbal? -P: No, just just the cold medications over the counter, nothing else. +P: No, just just the cold medications over the counter, nothing else. -D: OK, any allergies to medications? +D: OK, any allergies to medications? P: Not that I know. @@ -128,25 +128,25 @@ D: Any hospitalizations? P: No. -D: Have you had any prior surgeries? +D: Have you had any prior surgeries? -P: Nope. +P: Nope. D: OK, um, and could you tell me a little bit about your living situation now? -P: Oh yeah, so I just live in a townhouse with my wife and two children. And yeah, currently, working as an engineer. Yeah, pretty everything else is pretty good. +P: Oh yeah, so I just live in a townhouse with my wife and two children. And yeah, currently, working as an engineer. Yeah, pretty everything else is pretty good. -D: OK, um have you had to miss work over the last few days? +D: OK, um have you had to miss work over the last few days? P: Yeah, I actually didn't go to work yesterday, just felt terrible yesterday. -D: OK how have the wife and kids been feeling at home? +D: OK how have the wife and kids been feeling at home? P: They're actually completely fine now. They don't seem to have any any symptoms of like coughing or anything like that. D: Anybody at work that's been sick? -P: There was actually like just we work in the same kind of office setting. One of my coworkers was coughing just last week and like you know, my boss told us, told him to like, go home and get some rest and he was away for a couple days. +P: There was actually like just we work in the same kind of office setting. One of my coworkers was coughing just last week and like you know, my boss told us, told him to like, go home and get some rest and he was away for a couple days. D: OK, uh, do you know what um what he had or anything like that? @@ -156,33 +156,33 @@ D: OK. Has have you traveled anywhere, or has anybody in your office been been t P: No, not really. Not that I know, everything is pretty strict right now with with the pandemic going on. -D: OK. Um and yeah, do you smoke cigarettes? +D: OK. Um and yeah, do you smoke cigarettes? P: No. -D: Do you drink alcohol? +D: Do you drink alcohol? P: Just rarely, maybe a couple times a month. -D: OK, do you use recreational drugs like IV drug use or opioids or crystal meth, anything like that? +D: OK, do you use recreational drugs like IV drug use or opioids or crystal meth, anything like that? P: No, nothing like that. -D: OK, and are you currently sexually active? +D: OK, and are you currently sexually active? -P: Yep. +P: Yep. -D: OK, could you tell me a little bit about your your partner or partners? +D: OK, could you tell me a little bit about your your partner or partners? P: Just my wife, no other sexual partners. -D: OK and have you had a sexually transmitted infection before? +D: OK and have you had a sexually transmitted infection before? P: Nope. D: OK, and so in regards to your family history, has anybody had similar symptoms before? -P: No, not really. Not nothing like this. +P: No, not really. Not nothing like this. D: OK, any heart attacks or strokes in the family? @@ -192,6 +192,6 @@ D: OK, and then how about so any cancers in the family? P: I think I've had an aunt who had breast cancer but nothing else. -D: OK, um, so those are all the questions I wanted to go go through on history. I am concerned that you might might have COVID-19 or coronavirus. And so it could be COVID, or this could be another viral infection or possibly pneumonia going on. But it does sound like you have an infection and so we'll check some sputum cultures. And and we'll also do a PCR nasal swab testing for COVID. So we'll go ahead and order those tests and we'll see what their their results say. +D: OK, um, so those are all the questions I wanted to go go through on history. I am concerned that you might might have COVID-19 or coronavirus. And so it could be COVID, or this could be another viral infection or possibly pneumonia going on. But it does sound like you have an infection and so we'll check some sputum cultures. And and we'll also do a PCR nasal swab testing for COVID. So we'll go ahead and order those tests and we'll see what their their results say. P: Alright, sounds good. diff --git a/tests/data/transcripts/RES0019.txt b/tests/data/transcripts/RES0019.txt index 0790821..65dc444 100644 --- a/tests/data/transcripts/RES0019.txt +++ b/tests/data/transcripts/RES0019.txt @@ -18,17 +18,17 @@ D: OK, and um, how would you describe the headache? Is it like sharp, is it like P: It you know it feels crampy. -D: OK. Um, and has there been anything that triggered the headache or or made it worse? +D: OK. Um, and has there been anything that triggered the headache or or made it worse? P: I don't think so. Nothing is helping, sleeping is not helping, moving around is not helping. It's just always there. -D: OK, does the headache get worse with lying flat? +D: OK, does the headache get worse with lying flat? P: Uh, no, I wouldn't say so, no. D: OK, and are you feeling any pain down into your neck or into your shoulders or back? -P: No, no. +P: No, no. D: OK. And, would you say that this headache, which is was like worst headache of your life or thunder clap kind of sensation? @@ -44,15 +44,15 @@ P: I would say I would give it around a 6 or seven. D: OK. And have you had any nausea or vomiting? -P: No. +P: No. D: OK, and how about any sensitivity to light when you're you're seeing it or sensitivity to sound? -P: No. +P: No. -D: OK, and have you had any eye symptoms such as discharge, tearing or or itchiness? +D: OK, and have you had any eye symptoms such as discharge, tearing or or itchiness? -P: No, nothing like that. +P: No, nothing like that. D: OK, um, and so you you mentioned that you had you had a fever as well. Did you check your temperature? @@ -72,7 +72,7 @@ P: Yes, I would say I am significantly more tired than I used to be. D: OK, um, how has your sleep been? -P: My sleep has been pretty normal. I go to bed around the same time, wake up around the same time. Yeah, I'd say that there's no issue there. +P: My sleep has been pretty normal. I go to bed around the same time, wake up around the same time. Yeah, I'd say that there's no issue there. D: OK, with this fatigue, have you had any aches and pains? @@ -100,7 +100,7 @@ P: Um no no wheezing. D: OK, and have you had any loss of taste or smell? -P: Um, no. +P: Um, no. D: OK, alright have you noticed any rashes? @@ -110,13 +110,13 @@ D: Alright. And have you had any abdominal pain? P: No no. -D: OK, have you had any diarrhea? +D: OK, have you had any diarrhea? P: Um no, no diarrhea. D: OK, um and any constipation? -P: No. +P: No. D: Alright, and then how about any urinary problems such as painful urination or going frequently? @@ -128,11 +128,11 @@ P: I am. D: OK. Could you tell me about your partners or partner? -P: Sure, I I just my husband, um we we don't use protection. But I'm on the birth control pill. +P: Sure, I I just my husband, um we we don't use protection. But I'm on the birth control pill. D: OK, and have you had a sexually transmitted infection before? -P: No. +P: No. D: OK, and any I guess like vaginal discharge or vaginal discomfort? @@ -140,19 +140,19 @@ P: No. D: OK. And, so next just wanted to ask a few questions about your past health. Have you been diagnosed with any medical conditions in the past? -P: No. +P: No. D: OK, so no diabetes, high blood pressure, anything like that? P: No. -D: Alright, and do you take any medications regularly like prescription or over the counter? +D: Alright, and do you take any medications regularly like prescription or over the counter? P: I don't. D: Alright, so it's just the birth control? -P: Oh sorry, yes. Just the birth control pills. +P: Oh sorry, yes. Just the birth control pills. D: Yeah OK, no worries, and any allergies? @@ -160,7 +160,7 @@ P: Just seasonal allergies. D: OK, and so are immunizations up to date? -P: Yep, they are. +P: Yep, they are. D: Alright, and in in the home, is there anybody who's sick right now? @@ -168,17 +168,17 @@ P: No, no one is sick. D: Ok, how about at work? -P: I'm I'm a teacher. Um, so I work with a lot of children, but no one that I no one I know of has been sick. +P: I'm I'm a teacher. Um, so I work with a lot of children, but no one that I no one I know of has been sick. D: OK, um and so have you traveled anywhere recently? P: No. -D: Alright. And do you smoke cigarettes? +D: Alright. And do you smoke cigarettes? P: I don't. -D: OK. Do you smoke marijuana? +D: OK. Do you smoke marijuana? P: I don't. @@ -192,7 +192,7 @@ P: I do. D: OK, so for one of the Ontario stores? -P: Yes. +P: Yes. D: OK great yeah 'cause you could never be sure where else, what the dosing is, so it's good to get it from the appropriate stores for sure. diff --git a/tests/data/transcripts/RES0020.txt b/tests/data/transcripts/RES0020.txt index 41d302b..82e0cdd 100644 --- a/tests/data/transcripts/RES0020.txt +++ b/tests/data/transcripts/RES0020.txt @@ -8,13 +8,13 @@ P: No, I was just about to head to bed and suddenly I felt this crampy pain in m D: Ok, and where is this pain located? -P: I'd say like the center of my chest. +P: I'd say like the center of my chest. D: Ok, uh, has the pain been going on constantly since last night? P: Yeah, I would say so. -D: Ok, has it changed in character at all? You said it was crampy, but has it felt like anything else? +D: Ok, has it changed in character at all? You said it was crampy, but has it felt like anything else? P: Um, no. Just just crampy, yeah. @@ -30,7 +30,7 @@ D: Ok, and how about changing positions, does the pain get worse if you lie flat P: No. -D: Ok, um, and have you ever had a pain like this in your chest before? +D: Ok, um, and have you ever had a pain like this in your chest before? P: No. @@ -52,7 +52,7 @@ P: No, it it it, it's just always there. D: Ok, and have you noticed any changes to the sounds of your breathing, like a wheeze or whistling sound? -P: Yeah, maybe maybe a slight wheeze. +P: Yeah, maybe maybe a slight wheeze. D: Ok, do you think that you're breathing more quickly? @@ -64,11 +64,11 @@ P: No cough, no. D: Alright, and so you haven't been bringing up any sputum or or any blood? -P: No. +P: No. D: Ok and, have you had a sore throat? -P: No sore throat. +P: No sore throat. D: Alright, so you've had this chest pain since last night and shortness of breath that started around a similar time last night. Have you had any other symptoms? @@ -92,9 +92,9 @@ P: No, nothing like that. D: Any any redness of your eye? -P: Nope. +P: Nope. -D: Alright, so have you had a runny nose? +D: Alright, so have you had a runny nose? P: No. @@ -102,7 +102,7 @@ D: Alright, and uh have you felt like your heart is racing at all? P: No. -D: Ok, have you had a loss of taste or smell? +D: Ok, have you had a loss of taste or smell? P: Nope. @@ -116,9 +116,9 @@ P: No. D: Alright and, have you had any diarrhea or constipation? -P: No. +P: No. -D: Alright, and how about any nausea or vomiting? +D: Alright, and how about any nausea or vomiting? P: Uh, none. @@ -128,19 +128,19 @@ P: No. D: Alright, and how about any confusion or or concerns around memory? -P: No. +P: No. D: Alright, and, any muscle aches or pains? P: Maybe slight muscle aches. -D: Have you had any weakness? +D: Have you had any weakness? P: No. D: Ok, and any rashes you noticed anywhere? -P: No none. +P: No none. D: Ok, and have you had a fever? @@ -148,9 +148,9 @@ P: Um, nope. D: How about any any chills? -P: No chills. +P: No chills. -D: Alright and then any night sweats? +D: Alright and then any night sweats? P: No. @@ -178,7 +178,7 @@ D: Ok, any allergies? P: I'm allergic to penicillin. -D: Ok, have you had antibiotics recently for any reason? +D: Ok, have you had antibiotics recently for any reason? P: No. @@ -186,7 +186,7 @@ D: Ok, and are your immunizations up to date? P: I think so. I think the only thing is I have to see if I'm up to date with my Pneumovax. -D: Ok, great yeah I was wondering about that one so we can look into that certainly. And do you know if you've had the Zoster or the Shingles vaccine? +D: Ok, great yeah I was wondering about that one so we can look into that certainly. And do you know if you've had the Zoster or the Shingles vaccine? P: Yes, I had that one. @@ -194,19 +194,19 @@ D: Ok great um, and um next could you I was wondering if you could tell me a lit P: Sure, I live with my husband. We live in a 3 bedroom townhouse. It's a fairly new home. -D: Ok, great. Did you recently move there? +D: Ok, great. Did you recently move there? P: Yes we did. -D: Ok, cool. And so there's no concerns with like old carpets or being exposed to kind of like dust or or molds or anything like that in the home? +D: Ok, cool. And so there's no concerns with like old carpets or being exposed to kind of like dust or or molds or anything like that in the home? -P: No, nothing like that. +P: No, nothing like that. -D: Ok, and um, has your husband been sick at all? +D: Ok, and um, has your husband been sick at all? P: No, he's been fine. -D: Ok, and do you have any pets in the home? +D: Ok, and do you have any pets in the home? P: We have a cat. @@ -220,7 +220,7 @@ P: Um, we're both retired, but we have our RESP savings. D: Oh excellent, ok, and for your previous occupation, were you exposed to any chemicals or like asbestos or inhalants that you're aware of? -P: Uh no no, nothing like that. +P: Uh no no, nothing like that. D: Ok, and you smoke cigarettes? @@ -228,9 +228,9 @@ P: I don't. D: Do you drink alcohol? -P: I have maybe a glass or two glasses of wine over the weekends. +P: I have maybe a glass or two glasses of wine over the weekends. -D: Ok, and do you smoke marijuana or use any cannabis products? +D: Ok, and do you smoke marijuana or use any cannabis products? P: No, I don't. diff --git a/tests/data/transcripts/RES0021.txt b/tests/data/transcripts/RES0021.txt index 8fe4fa2..058bbd2 100644 --- a/tests/data/transcripts/RES0021.txt +++ b/tests/data/transcripts/RES0021.txt @@ -20,7 +20,7 @@ P: No blood and no definitely no sputum. OK. D: Anything that's like triggered the cough? -P: Um I don't, I don't think so. Um, No, I don't think so. +P: Um I don't, I don't think so. Um, No, I don't think so. D: No. OK, have you had a cough like this before? @@ -32,7 +32,7 @@ P: No, no not not recently. D: OK, so you've been feeling well recently? -P: Yeah. +P: Yeah. D: OK, and you've you been fatigued. Can you tell me a little bit about about how you been feeling? @@ -42,9 +42,9 @@ D: Oh sorry I mean in terms of your energy. P: Oh my energy yeah, I've just been feeling so tired, it seems like I can't do normally would be. I would normally have no issues doing. -D: I see OK, and any changes to sleep or any kind of stressful events happen in the last few days that, might be causing you to be more tired. +D: I see OK, and any changes to sleep or any kind of stressful events happen in the last few days that, might be causing you to be more tired. -P: I don't think so. Nothing, nothing big has happened in my life. No big changes. +P: I don't think so. Nothing, nothing big has happened in my life. No big changes. D: OK um. And so you've had a fever, cough, and being tired. Have you experienced any other symptoms these last few days? @@ -52,11 +52,11 @@ P: Um yep, fever, cough, fatigue. But um I don't have anything any other symptom D: OK, so you you do you have any headaches? -P: Oh headaches? No, no. +P: Oh headaches? No, no. D: OK, how about any eye or or ear symptoms like discharge or pain? -P: No, nothing like that. +P: No, nothing like that. D: OK, have you had a loss of taste or a loss of smell? @@ -64,7 +64,7 @@ P: No. D: Alright, and have you had a runny nose or sore throat? -P: No. +P: No. D: OK. Have you had any chest pain? @@ -72,7 +72,7 @@ P: Nope, no chest pain. D: And how about difficulty breathing or shortness of breath? -P: Nope, no. +P: Nope, no. D: OK, and any wheezing or whistling noises while you're breathing? @@ -82,7 +82,7 @@ D: OK, and have you felt like your heart's racing at all? P: Ah no. -D: Have you had any like fainting spells or feeling as though you might pass out? +D: Have you had any like fainting spells or feeling as though you might pass out? P: Um nope, no. @@ -106,9 +106,9 @@ D: And any like, painful urination or or like going to the bathroom frequently? P: No. -D: Alright. Any night sweats +D: Alright. Any night sweats -P: No. +P: No. D: And how about any chills or rigors? @@ -116,7 +116,7 @@ P: No. D: Have you had any weight loss over the last several months? -P: None. +P: None. D: Alright, have you noticed any rashes or skin changes over this past week? @@ -134,7 +134,7 @@ D: OK, uh, are you taking medications for that? P: Um, yeah, you know they put me on some sort of DMARD. -D: OK, so you're you're seeing a rheumatologist for that? +D: OK, so you're you're seeing a rheumatologist for that? P: Mmm, I am. @@ -156,21 +156,21 @@ P: No. D: OK, and have you noticed any blood in the stool, either either being red or or your stool being really dark, kind of like a black colour? -P: Nope. +P: Nope. D: OK, um, and do you have any allergies? -P: No allergies. +P: No allergies. D: Alright, uh, and then. Can you tell me a little bit about your living situation? P: I live with two of my children. They are five and three, as well as my new boyfriend. -D: OK, great and for either of your pregnancies, were there any complications? +D: OK, great and for either of your pregnancies, were there any complications? P: No. -D: OK, great um and are there any concerns for safety in the home? +D: OK, great um and are there any concerns for safety in the home? P: No. @@ -178,19 +178,19 @@ D: OK, excellent. And what do you do for work? P: I work as a secretary for an accounting firm. -D: OK, that sounds like a great job. And. Uh, do you smoke cigarettes? +D: OK, that sounds like a great job. And. Uh, do you smoke cigarettes? P: I used to. I quit five years ago. -D: Alright, and do you smoke marijuana? +D: Alright, and do you smoke marijuana? P: No. -D: OK, and do you use any other recreational drugs? +D: OK, and do you use any other recreational drugs? P: No. -D: OK um. And. Has anybody in the house been sick? Either your boyfriend or or your children? +D: OK um. And. Has anybody in the house been sick? Either your boyfriend or or your children? P: No. @@ -208,23 +208,23 @@ P: No. D: And have you traveled anywhere? -P: No. +P: No. D: OK, and then anybody in the family have a heart condition or or lung condition? -P: No. +P: No. D: OK, no. An any cancer that that's runs in the family? P: Um, one of my aunts had pancreatic cancer. -D: OK, any relatives have breast cancer? +D: OK, any relatives have breast cancer? P: No. -D: How about any relatives with ovarian or colon cancer? +D: How about any relatives with ovarian or colon cancer? -P: No. +P: No. D: OK. And so I think that was all of the questions that I wanted to ask. Actually I just remembered one. Have you had any prior surgeries? @@ -234,8 +234,8 @@ D: OK, sorry, so that was the last question that I wanted to ask about on on his P: No, I think you covered it all. -D: OK, excellent, so with your symptoms of having a kind of a fever, cough, and being tired, definitely concerned of viral infection and possibly COVID-19 or something more common, like the common cold, like an adenovirus. And so will do some testing for for COVID-19 with a nasal PCR swab as well as run some blood work. Um because there is a possibility that there's a bacterial infection, such as like a pneumonia or lower respiratory tract infection that would be treated with antibiotics so. We uh yeah, we'll order those investigations along with a chest X Ray. And we will go from there. +D: OK, excellent, so with your symptoms of having a kind of a fever, cough, and being tired, definitely concerned of viral infection and possibly COVID-19 or something more common, like the common cold, like an adenovirus. And so will do some testing for for COVID-19 with a nasal PCR swab as well as run some blood work. Um because there is a possibility that there's a bacterial infection, such as like a pneumonia or lower respiratory tract infection that would be treated with antibiotics so. We uh yeah, we'll order those investigations along with a chest X Ray. And we will go from there. -P: OK, that sounds great. Thank you so much. +P: OK, that sounds great. Thank you so much. D: You're welcome. diff --git a/tests/data/transcripts/RES0022.txt b/tests/data/transcripts/RES0022.txt index 4935e20..4edf353 100644 --- a/tests/data/transcripts/RES0022.txt +++ b/tests/data/transcripts/RES0022.txt @@ -1,4 +1,4 @@ -D: Would you mind by start starting to tell me about what brought you in today? +D: Would you mind by start starting to tell me about what brought you in today? P: Yeah, I I. It's just over the last week I can't like do anything without just feeling really like short of breath. I'm having a really hard time breathing. Like kind of do anyways because I have COPD. So I feel like over a few years it's been getting worse, but this week it just got really bad in particular. @@ -24,11 +24,11 @@ P: Yeah, like I again like I do normally because of my COPD but. It's just been D: OK, so you're not bringing up any sputum with your cough? -P: No, maybe maybe a tiny bit, but I kinda do that like anyways. +P: No, maybe maybe a tiny bit, but I kinda do that like anyways. D: OK. Uh, and have you coughed up any blood? -P: No. +P: No. D: OK, and um, have you had any other symptoms that have went along with this difficulty breathing, um and cough? @@ -36,7 +36,7 @@ P: Um I mean I've been, I don't have a thermometer at home, but I have felt like D: OK, so would you say that you have a loss of taste right now? -P: Um pretty yeah yeah, I'm pretty sure I couldn't really taste my breakfast. +P: Um pretty yeah yeah, I'm pretty sure I couldn't really taste my breakfast. D: OK. And how about your sense of smell? @@ -44,7 +44,7 @@ P: Actually, yeah come to think of it, I don't. I don't think I've really been s D: OK, so you're not able to smell either. Do you feel like your nose is congested or are really runny? -P: It's not, it's not particularly congested or anything. +P: It's not, it's not particularly congested or anything. D: OK. But still have had these changes in taste and smell. @@ -52,7 +52,7 @@ P: Mmmm D: Um OK and we will check your temperature as well to see if we can, if there is a documented fever. Have you had any night sweats? -P: Whats that? +P: Whats that? D: So generally, patients would will say that their sheets are soaked and it will wake them up sometimes because it's uncomfortable. @@ -70,27 +70,27 @@ D: OK, an with um the change in taste, how has your appetite been? P: Well, I mean that was just this morning that I noticed that. Um, before that, I think I was eating like pretty OK. -D: OK, and have you felt as though your heart was racing at any point? +D: OK, and have you felt as though your heart was racing at any point? -P: No. +P: No. D: OK. Uh, any dizziness or feeling lightheaded? -P: Oh no, I don't think so. +P: Oh no, I don't think so. -D: OK. And any abdominal pain? +D: OK. And any abdominal pain? P: No. D: How about any nausea or vomiting? -P: No. +P: No. D: OK, have you had any diarrhea or constipation? P: Maybe maybe a little diarrhea. Oh but I didn't know if that was just something I ate or what. -D: OK, so when did the diarrhea start +D: OK, so when did the diarrhea start P: Like yesterday. yesterday. @@ -104,17 +104,17 @@ P: No. D: OK um, has that happened again today? -P: Oh no, I didn't go today. +P: Oh no, I didn't go today. D: OK. And have you had any urinary problems like painful urination or needing to go really often? -P: No. +P: No. D: OK and then uh, have you had any headaches? P: Come to think of it a little bit, I just thought I was like it was maybe because I was tired. But yeah, I've had headaches. -D: OK, have you had headaches like this in the past? +D: OK, have you had headaches like this in the past? P: Um, I mean only when there is like reasons for it, like being really overtired or. Uh. Yeah. @@ -124,7 +124,7 @@ P: Let me know it's hard to say like I am tired so. Yeah, I think so. D: OK, would you say this was the worst headache of your life or a kind of like a Thunder clap sensation? -P: No, nothing like that. +P: No, nothing like that. D: OK. And have you got any photo sensitivity or kind of sensitivity of your light or sensitivity to sound? @@ -132,19 +132,19 @@ P: No. D: OK. And next question would be. Have you have any any joint aches or muscle aches or general body aches? -P: I mean, I'm a little I feel like I haven't been moving as much. Feel a little sore. I thought it was maybe just 'cause I, you know, wasn't going for my long walks and my body was like getting tired and stiff. But yeah, I feel a bit achey when I come to think of it. +P: I mean, I'm a little I feel like I haven't been moving as much. Feel a little sore. I thought it was maybe just 'cause I, you know, wasn't going for my long walks and my body was like getting tired and stiff. But yeah, I feel a bit achey when I come to think of it. -D: OK, and have you noticed any rashes or changes in your skin? +D: OK, and have you noticed any rashes or changes in your skin? P: No. D: OK, uh, and then I'm not sure if I asked, but did you have a sore throat? -P: Uh, no. +P: Uh, no. D: OK. Um and next just wanted to ask about your past health. Um is there anything you see a physician for regularly? -P: Just like the COPD. +P: Just like the COPD. D: OK. @@ -172,13 +172,13 @@ P: Yeah, like heavier exercise. D: I see, and any other medications like prescribed or over the counter that you take? -P: No, that was it. +P: No, that was it. -D: Alright, and have you had any surgeries before? +D: Alright, and have you had any surgeries before? P: I had my appendix out when I was in my 20s. -D: OK, and any allergies? +D: OK, and any allergies? P: No. @@ -196,7 +196,7 @@ P: Oh, he's been well. He said he like he had a bit of a scratchy throat, but I D: OK yeah, and do you live with anybody else or is it just you and your husband? -P: Just the two of us and our dog. +P: Just the two of us and our dog. D: OK, and, uh, do you smoke cigarettes? @@ -204,7 +204,7 @@ P: Yeah, I've tried to stop but I I smoke like a pack a day. D: OK, we can talk maybe about quitting if you're interested later on in the appointment or at another time at a follow up. -P: Sure, sure. +P: Sure, sure. D: OK, and do you drink alcohol? @@ -216,19 +216,19 @@ P: Yeah, something like that. D: Alright, and um do you smoke marijuana? -P: No. +P: No. D: OK alright, how about that use like any like edibles or anything like that? P: No nothing like that. -D: OK and then how about any recreational drugs? +D: OK and then how about any recreational drugs? P: Um like what? D: Like things like cocaine, crystal meth, ecstasy. -P: No, no. +P: No, no. D: I See, OK, and Is anybody in your family had any heart conditions before? @@ -240,9 +240,9 @@ P: No, not that I know of. D: OK, and anybody in the family have lung conditions in the past? -P: Uh, no. +P: Uh, no. -D: OK, at any cancers that run in the family? +D: OK, at any cancers that run in the family? P: No. diff --git a/tests/data/transcripts/RES0023.txt b/tests/data/transcripts/RES0023.txt index a16965e..e444508 100644 --- a/tests/data/transcripts/RES0023.txt +++ b/tests/data/transcripts/RES0023.txt @@ -48,23 +48,23 @@ P: Yeah, now that you say it, I mean, well I guess this morning. D: OK mmm, have you had any nausea or vomiting? -P: Uh, no, nothing like that. +P: Uh, no, nothing like that. D: OK. Um and you said you felt really hot. Have you taken your temperature at all? -P: No, I haven't, that's why, but I've been feeling pretty sweaty so that that's where I I feel like I have a fever, so I wanted to come in. +P: No, I haven't, that's why, but I've been feeling pretty sweaty so that that's where I I feel like I have a fever, so I wanted to come in. D: OK, OK. Have you lost any weight recently, like unintentionally? -P: No, I've actually put on probably 5 or 10 pounds. +P: No, I've actually put on probably 5 or 10 pounds. -D: OK. OK um. Have you had felt any any chills, or shakes? +D: OK. OK um. Have you had felt any any chills, or shakes? P: Mmmm nothing like that. D: OK. Have you had any night sweats? -P: Um yeah, actually like yeah last night my shirt was was soaked through when I when I got up. +P: Um yeah, actually like yeah last night my shirt was was soaked through when I when I got up. D: Oh no. OK, and was that just last night? @@ -86,7 +86,7 @@ D: OK, and do you live alone or with family? P: Alright, yeah, I live with family I I live with my wife and two children. -D: Oh nice, yeah, do they work out of the home? Have they been in contact with anyone that's been sick? +D: Oh nice, yeah, do they work out of the home? Have they been in contact with anyone that's been sick? P: Well, they're in high school um, and they've actually been doing a lot of their coursework on online, so. Yeah, I haven't really been around to any other other people. @@ -96,7 +96,7 @@ P: Yeah, she's been she's been home as well. D: OK. So in terms your overall health do you, are there any conditions that you see your family doctor for regularly? -P: Yeah, so I have a high blood pressure and type 2 diabetes. +P: Yeah, so I have a high blood pressure and type 2 diabetes. D: OK. @@ -108,13 +108,13 @@ P: Umm vitamin D. D: OK, and have you ever had any surgeries? -P: Um, yeah I had my Gallbladder taken out about 10 years ago or so. +P: Um, yeah I had my Gallbladder taken out about 10 years ago or so. D: OK. OK um. So do you have any allergies? -P: Ahh just too like environmental stuff like um pollen I think. +P: Ahh just too like environmental stuff like um pollen I think. -D: OK. OK, so not any allergies to any medications? +D: OK. OK, so not any allergies to any medications? P: No. @@ -130,15 +130,15 @@ D: OK, so three to four drinks per week? P: Yeah, about that. -D: Do you smoke? +D: Do you smoke? P: No, I do not. D: Do you use cannabis or any other substances? -P: No, I don't use anything like that. +P: No, I don't use anything like that. -D: OK, OK, well I think that just about covers the things that I wanted to ask you today so. Based on the symptoms you're experiencing. It sounds like it could be some kind of infective process, like maybe some kind of viral infection that we're concerned about, particularly this year. I'd really like to get a swab done on you. It's not necessarily covid, but it potentially could be. So what we're going to have to ask you to do is to self isolate you and your family for 14 days and hopefully will get the results back shortly and you'll know whether your COVID test is positive or not. +D: OK, OK, well I think that just about covers the things that I wanted to ask you today so. Based on the symptoms you're experiencing. It sounds like it could be some kind of infective process, like maybe some kind of viral infection that we're concerned about, particularly this year. I'd really like to get a swab done on you. It's not necessarily covid, but it potentially could be. So what we're going to have to ask you to do is to self isolate you and your family for 14 days and hopefully will get the results back shortly and you'll know whether your COVID test is positive or not. P: OK. diff --git a/tests/data/transcripts/RES0024.txt b/tests/data/transcripts/RES0024.txt index 93336bb..8093a44 100644 --- a/tests/data/transcripts/RES0024.txt +++ b/tests/data/transcripts/RES0024.txt @@ -6,7 +6,7 @@ D: OK, for sure I will we will, um definitely look into that today and you are r P: I mean, I may be even a bit tired, but really. Otherwise no. I guess maybe I felt like a little dry, but I haven't actually been coughing. -D: OK. So no cough have you felt a like short of breath at all? +D: OK. So no cough have you felt a like short of breath at all? P: No. @@ -18,7 +18,7 @@ D: OK, and have you had any chest pain? P: No. -D: OK, any feeling like your heart is ready racing? +D: OK, any feeling like your heart is ready racing? P: No. @@ -26,17 +26,17 @@ D: Alright, um, any nausea or vomiting. P: No. -D: Any diarrhea or constipation? +D: Any diarrhea or constipation? P: No. -D: OK, any changes to urinary habits. Any painful urination or needing to go more often? +D: OK, any changes to urinary habits. Any painful urination or needing to go more often? P: No. D: Alright, and have you had any headaches? -P: Mmm no. +P: Mmm no. D: Uh, how about any fevers? @@ -60,7 +60,7 @@ P: Like I said, it felt like dry, but I don't think it's been sore. D: OK um. And have you had a runny nose? -P: No. +P: No. D: Or felt congested at all? @@ -70,11 +70,11 @@ D: OK, and then any eye pain or ear pain? P: No. -D: OK, and then any rashes on your skin? +D: OK, and then any rashes on your skin? P: Like I have eczema, but nothing new. -D: OK, and in regards to your past health do you have any medical conditions that you're followed for, +D: OK, and in regards to your past health do you have any medical conditions that you're followed for, P: Like the eczema, like I have like a peanut allergy. That's it. @@ -96,7 +96,7 @@ P: Maybe like three years. D: OK, and how often are you using the cream? -P: It's kind of like goes in like flares, so like this, 'cause it's winter I've been using it like maybe a couple times a week. +P: It's kind of like goes in like flares, so like this, 'cause it's winter I've been using it like maybe a couple times a week. D: OK, um and. Any allergies to medications? @@ -104,11 +104,11 @@ P: No. D: And have you had any surgeries in the past? -P: Nope. +P: Nope. -D: OK, any reason reason for hospitalization? +D: OK, any reason reason for hospitalization? -P: Nope. +P: Nope. D: OK. @@ -118,9 +118,9 @@ D: Oh, did you have an anaphylactic reaction? P: Yeah, like I was a kid. So. I don't really remember that much, but that's when they told me I was allergic. -D: I see OK, so important to have the EpiPen then for sure. +D: I see OK, so important to have the EpiPen then for sure. -P: Yeah +P: Yeah D: And so you mentioned that you're living with your boyfriend? @@ -154,7 +154,7 @@ D: OK, um and uh are you currently sexually active? P: Yeah, just like with my boyfriend. -D: OK, and um. Any sexually transmitted infections in the past? +D: OK, and um. Any sexually transmitted infections in the past? P: No. @@ -176,7 +176,7 @@ P: Like my like my Uncle um had like prostate cancer. D: OK, do you know, breast cancer, ovarian cancer? -P: No. +P: No. D: OK. So that that was all I wanted to ask about on, uh, the history today. Was there anything else that I maybe forgot to ask about? diff --git a/tests/data/transcripts/RES0025.txt b/tests/data/transcripts/RES0025.txt index 4e6161f..e48a2d9 100644 --- a/tests/data/transcripts/RES0025.txt +++ b/tests/data/transcripts/RES0025.txt @@ -4,7 +4,7 @@ P: Yeah, so uh, like around three or four days ago I started, uh to get really n D: OK, so that's three or four days ago for the nausea and vomiting, is that correct? -P: Uh yeah yeah the nausea start kind of started three or four days ago and then after that that the vomiting came. So yeah maybe the vomiting was more like 2 days ago it started, and then diarrhea kind of the last day. +P: Uh yeah yeah the nausea start kind of started three or four days ago and then after that that the vomiting came. So yeah maybe the vomiting was more like 2 days ago it started, and then diarrhea kind of the last day. D: OK OK. OK, and before that you were feeling well? @@ -24,7 +24,7 @@ P: Umm not really bright, but I mean maybe more like dark green or yeah nothing D: OK And you said now it's it's happening every couple hours for you? -P: Um yeah every few every few hours it's been ah. It seems to be what I'm like like after eating, it is just making me making me nauseous. +P: Um yeah every few every few hours it's been ah. It seems to be what I'm like like after eating, it is just making me making me nauseous. D: OK, OK, so have you been able to eat anything? When's the last time you actually had something to eat? @@ -36,7 +36,7 @@ P: My appetite really hasn't been there. D: OK, uh. In terms of diarrhea, so that started a couple days ago, if you only had diarrhea since then, or have you had like any form stools? -P: No, it's it. It was started more like yesterday and it's really only been diarrhea since. So yeah, like twice last night and then like three to three times this morning. +P: No, it's it. It was started more like yesterday and it's really only been diarrhea since. So yeah, like twice last night and then like three to three times this morning. D: OK. Have you ever had anything like this before? @@ -60,7 +60,7 @@ P: I well, I stayed in a hotel so. I, I guess that the people, uh, that um yeah, D: OK. Have you been in contact with anyone since coming back that's been sick? -P: Um No. I I, I haven't been in contact with anybody, anybody who's been sick. +P: Um No. I I, I haven't been in contact with anybody, anybody who's been sick. D: OK. In addition to the symptoms that you're describing to me, have you had any fevers? @@ -68,13 +68,13 @@ P: I've I started to feel hot this morning. D: OK, have you had any chills? -P: Nothing like that. +P: Nothing like that. D: Any shakes? -P: No. +P: No. -D: K night sweats? +D: K night sweats? P: Um no night sweats. @@ -88,7 +88,7 @@ P: No, I wouldn't really say it's sore, but. Yeah, I mean we just kinda like lik D: OK. OK, have you noticed any changes to your sense of smell or taste? -P: No, I haven't noticed any changes to those. +P: No, I haven't noticed any changes to those. D: OK. Mmmm. And you live, do you live alone or with family? @@ -100,17 +100,17 @@ P: They were. They've been feeling fine. D: OK. OK, um, so just in terms of your general health, are there any conditions that you see your family doctor for regularly? -P: I have anxiety and back pain. So, uh, I do get ah. Some hydromorphone for for that. +P: I have anxiety and back pain. So, uh, I do get ah. Some hydromorphone for for that. -D: OK +D: OK P: For the back pain anyway. D: OK. Um, and what medications do you take besides the hydromorphone? -P: Uh, uh, Escitalopram. +P: Uh, uh, Escitalopram. -D: OK. +D: OK. P: And that we've been working on trying on decreasing the hydromorphone now over the last year. So it's a work in progress though. @@ -122,7 +122,7 @@ D: OK, sad to hear that. Do you have any allergies? P: Um yeah, to penicillin. I had a hives when I was a kid. -D: OK Um, OK um. Let me see, uh, so in terms of your family history. Do you have any family history of your digestive system problems or respiratory problems? +D: OK Um, OK um. Let me see, uh, so in terms of your family history. Do you have any family history of your digestive system problems or respiratory problems? P: Um Yeah, no one in my families had any problems with their stomach or I haven't heard of any like colon cancer. I mean my my dad had a heart attack when he was in his late 60s, but that's kind of the only thing that I can think happened in my family in terms of health. @@ -136,11 +136,11 @@ P: Um yeah I will have wine. Maybe one or two glasses on on the weekend. D: OK, do you smoke cigarettes? -P: Umm no but I I used to, I I quit about seven years ago. Yeah, so I quit about seven years ago. +P: Umm no but I I used to, I I quit about seven years ago. Yeah, so I quit about seven years ago. D: Um OK. So do you use any other substances, like cannabis? -P: Um I will have a joint every once in awhile if I with friends, but that's been it's been awhile. 'cause of the pandemic haven't really been hanging out with anybody. +P: Um I will have a joint every once in awhile if I with friends, but that's been it's been awhile. 'cause of the pandemic haven't really been hanging out with anybody. D: Sure. Um OK, I think that's all the questions that I had for you today. So it sounds like there's probably some kind of infection going on. What it is exactly, it's hard to say. There are some cases of COVID-19 that, that are more like GI symptoms then than simply respiratory symptoms. So I think we should probably give you a COVID swab and then we ask that you and everyone in your house self-isolates for a few days until you've got it in a negative result and in a few days without symptoms. diff --git a/tests/data/transcripts/RES0026.txt b/tests/data/transcripts/RES0026.txt index 94399f9..5112732 100644 --- a/tests/data/transcripts/RES0026.txt +++ b/tests/data/transcripts/RES0026.txt @@ -2,9 +2,9 @@ D: I was wondering if we could start with you telling us what brought you in? P: Sure, I've had this terrible headache for the past four days. Doesn't seem to be getting any better, and I feel hot like I have a fever. I've been coughing a lot so I am I'm worried I have COVID, so I'm here. -D: OK. So I'll start with the headaches. When did when did that exactly started? +D: OK. So I'll start with the headaches. When did when did that exactly started? -P: Uh the headache started, OK so the coughing started four days ago. The headache started shortly after so I would say later on during that day and then the fever I've had for, fever I think I've had for the past two days. I haven't actually taken my temperature though. +P: Uh the headache started, OK so the coughing started four days ago. The headache started shortly after so I would say later on during that day and then the fever I've had for, fever I think I've had for the past two days. I haven't actually taken my temperature though. D: OK um. So, uh, the cough is started four days ago. Has the cough gotten better, worse, or stayed the same? @@ -22,13 +22,13 @@ D: OK, and how much of this are you seeing like, is it like a teaspoon amount or P: Oh, it's it's very little. It's like maybe a little bit bigger than like the tip of a pencil. -D: Oh OK, are you, OK, are you seeing this on like kind of tissues afterwards sort of thing? +D: Oh OK, are you, OK, are you seeing this on like kind of tissues afterwards sort of thing? P: Yeah. D: OK, um and any triggers for the cough you can think of? -P: No, it just seems to be there all day. Um, doesn't really get better with me trying to rest or not. +P: No, it just seems to be there all day. Um, doesn't really get better with me trying to rest or not. D: OK, and is the cough there at night time too? @@ -38,13 +38,13 @@ D: OK, um is it interfering with sleep? P: Ah yes, I haven't been sleeping well. -D: OK, um, and with your cough have you had any difficulties with breathing? +D: OK, um, and with your cough have you had any difficulties with breathing? P: Um, no. D: Alright, and now, how about any wheezing? -P: No wheezing. +P: No wheezing. D: OK. And with this headache when it first came on, did you experience a like worst headache of your life, or a Thunder clap sensation? @@ -54,7 +54,7 @@ D: OK, um have you had headaches like this before? P: No, I've never gotten headaches in the past. -D: OK, uh is the headache associated with any nausea or vomiting? +D: OK, uh is the headache associated with any nausea or vomiting? P: No. @@ -70,7 +70,7 @@ D: OK, and has this headache been getting worse, staying the same, getting bette P: It's it's about the same. -D: OK. Um and, um and you haven't checked the temperature yet, you said, but you felt hot? +D: OK. Um and, um and you haven't checked the temperature yet, you said, but you felt hot? P: Yes, that's right. @@ -88,7 +88,7 @@ P: No, nothing like that. D: Alright, have you had any changes to either your sense of smell or your sense of taste? -P: No. +P: No. D: Alright, and have you had a runny nose at all? @@ -108,15 +108,15 @@ P: Um no nothing like that. D: I see, OK and over the last few months has your weight changed? -P: Ah no, not that I noticed. +P: Ah no, not that I noticed. D: OK, um have you been feeling tired or fatigued? -P: No. +P: No. D: OK, and have you had any chest pain? -P: Um no. +P: Um no. D: Alright, and how about any heart palpitations? @@ -134,7 +134,7 @@ D: OK. And have you had any abdominal pain? P: Um no, no abdominal pain. -D: Any diarrhea or constipation? +D: Any diarrhea or constipation? P: No. @@ -144,23 +144,23 @@ P: Ah no nothing like that. D: OK, and have you had any skin changes like rashes or anything like that? -P: No. +P: No. D: OK, and how about any muscle aches or joint aches or just overall like body pains? P: Mmm no, not that I that not. Not that I've noticed, no. -D: OK, is there anything in regards to your past health that you see a physician regularly for? +D: OK, is there anything in regards to your past health that you see a physician regularly for? P: Um No. Ah actually I I think at one point, um, I was worked up for something called familial hypercholesterolemia because it ran in the family. But I think those results were normal. D: OK, so do you, um, do you take a statin medication then? -P: Yeah I take a low dose statin. +P: Yeah I take a low dose statin. D: OK, and when was your last lipid panel checked? -P: I think it was two years ago. +P: I think it was two years ago. D: I see, and um do you remember if the LDL was normal at that time? @@ -172,7 +172,7 @@ P: Sure, yeah, that would be great. D: OK, and any other medical conditions? -P: No. +P: No. D: OK. Have you had any surgeries before? @@ -180,7 +180,7 @@ P: C-section. D: How many children do you have? -P: Ah just the one. +P: Ah just the one. D: OK, and were there any complications with the c-section? @@ -188,11 +188,11 @@ P: Um no no complications. D: OK, any reasons for hospitalizations? -P: Nope. +P: Nope. D: OK, any allergies to medications? -P: No. +P: No. D: Alright, any medications besides the statin that you take? @@ -200,7 +200,7 @@ P: Nope. D: OK, and in regards to your family history, have there been people who've had early heart attacks or strokes in the family? -P: No. +P: No. D: OK, but you do have familial hypercholesterolemia, do you have family members who have that? @@ -220,7 +220,7 @@ P: Breast cancer no. D: Alright, and how about ovarian cancer? -P: No ovarian cancer. +P: No ovarian cancer. D: OK. And next I actually wanted to ask a few questions about your personal and lifestyle habits, but first, could you just tell me a little bit about your living situation right now? @@ -228,13 +228,13 @@ P: I live with my husband and my one son. D: OK, and sorry, how old is your son? -P: He is 10. +P: He is 10. D: OK, um is anybody in the home been sick recently? P: No. -D: OK, and how about is there anybody at work? +D: OK, and how about is there anybody at work? P: At work no. No one's been sick. @@ -244,15 +244,15 @@ P: We went up to we just went to um like a, we went on a hiking trail that was o D: OK for sure. Were people pretty close to each other on the paths when walking by on the hike? -P: Ahh not like the whole time, but there would be times when you know people just kind of brushed by you to try to get ahead of you or something like that. +P: Ahh not like the whole time, but there would be times when you know people just kind of brushed by you to try to get ahead of you or something like that. -D: I see OK. And do you smoke cigarettes? +D: I see OK. And do you smoke cigarettes? P: No. D: Um, do you smoke marijuana? -P: Um no. +P: Um no. D: OK, and do you drink alcohol? @@ -264,13 +264,13 @@ P: Um no. D: OK, so that was all I wanted to ask about. Oh, actually one thing that I I did want to, I forgot to ask was, do you have any neck stiffness? -P: No, not that I noticed. +P: No, not that I noticed. D: OK. So that was the last question that I wanted to ask about. Was there anything that you wanted to tell me that I I maybe forgot? P: No, I think you covered it all. I'm just wondering do you? Do you think it's COVID or something else? -D: Well, it's definitely a possibility with the symptoms that you're having, since they can be so non- specific for covid it can be a lot of symptoms that overlap. So with having headache what sounds like you might have a fever and and this cough that sounds like it's pretty bad if you're bringing up some blood, it sounds like you might have irritated some of the bronchioles with the the coughing. So we will test for that and check a PCR nasal swab for COVID. I'm not, but we will also test for other viral illnesses and bacterial illnesses as well. It doesn't sound like you have meningitis right now just based on the symptoms where you don't have neck stiffness, but it'll be certainly something that we keep keep in mind while we are doing our investigations. +D: Well, it's definitely a possibility with the symptoms that you're having, since they can be so non- specific for covid it can be a lot of symptoms that overlap. So with having headache what sounds like you might have a fever and and this cough that sounds like it's pretty bad if you're bringing up some blood, it sounds like you might have irritated some of the bronchioles with the the coughing. So we will test for that and check a PCR nasal swab for COVID. I'm not, but we will also test for other viral illnesses and bacterial illnesses as well. It doesn't sound like you have meningitis right now just based on the symptoms where you don't have neck stiffness, but it'll be certainly something that we keep keep in mind while we are doing our investigations. P: OK great, thank you. diff --git a/tests/data/transcripts/RES0027.txt b/tests/data/transcripts/RES0027.txt index 085521e..b450068 100644 --- a/tests/data/transcripts/RES0027.txt +++ b/tests/data/transcripts/RES0027.txt @@ -32,7 +32,7 @@ P: That was just today. D: Just today, have you taken your temperature? -P: No, I haven't. +P: No, I haven't. D: OK, and have you been experiencing any other symptoms? @@ -52,15 +52,15 @@ P: No. D: OK, have you had a runny nose? -P: Mmmm, no no. +P: Mmmm, no no. D: Alright. And within the last month or so, have you had any cold like symptoms with a runny nose, headache, sore throat, and or a cough? -P: Ah no. +P: Ah no. D: OK, so it's just been these last few days? -P: Yes. +P: Yes. D: Um, alright, and do you have a sore throat now? @@ -76,7 +76,7 @@ P: No, well, no no. I would say no. D: OK, um an in the last several months. Have you had any weight loss? -P: Um no weight loss. +P: Um no weight loss. D: Alright, and have you had any chills? @@ -96,7 +96,7 @@ P: Yeah. D: Have you had any chest pain? -P: Um no, no chest pain no. +P: Um no, no chest pain no. D: Alright, and how about shortness of breath? @@ -104,7 +104,7 @@ P: No. D: Alright, any wheezing? -P: No. +P: No. D: Alright, and have you had any instances where you felt as though your heart was racing or beating out of your chest? @@ -120,13 +120,13 @@ P: Um no, no dizziness. D: Alright and have you had any loss or of your sense of taste or loss of your sense of smell? -P: Um no. +P: Um no. D: OK. And have you had any diarrhea? P: No diarrhea. -D: Alright, and then how about any nausea or vomiting? +D: Alright, and then how about any nausea or vomiting? P: No. @@ -136,7 +136,7 @@ P: A little bit of both, yeah. D: I see OK and have you had any painful urination or feeling the need to urinate frequently? -P: No. +P: No. D: OK, and any skin rashes or or skin changes? @@ -170,7 +170,7 @@ D: Alright, and have you had any surgeries before? P: Um, I had my appendix removed when I was a teenager. -D: OK, and any complications with that surgery? +D: OK, and any complications with that surgery? P: No. @@ -184,7 +184,7 @@ P: My husband has been throwing up for the past two days and I think he was feel D: OK, has he been assessed by a physician? -P: No, I tried to bring him today, but he refused. +P: No, I tried to bring him today, but he refused. D: I see OK. Has he been around anybody who's been sick that you're aware of, like at work or anything? @@ -192,7 +192,7 @@ P: He works at this IT company. There aren't a lot of them and they all have the D: OK, and how about yourself? Any other exposures or sick contacts or maybe at work or something like that? -P: Um so I do marketing stuff online, but I I work from home. +P: Um so I do marketing stuff online, but I I work from home. D: OK. Um and your kids have been well? @@ -204,13 +204,13 @@ P: No. D: And do you drink alcohol? -P: I'll have a glass of wine with dinner once in awhile. +P: I'll have a glass of wine with dinner once in awhile. D: OK, do you and what's once in awhile? P: Maybe every three or four days. -D: OK, so a couple of drinks per week? +D: OK, so a couple of drinks per week? P: Yeah. @@ -242,7 +242,7 @@ D: Alright so I think that's all I wanted to cover on the history today. Was the P: Um no, I was just curious if you think I had COVID? -D: Certainly one of the top things that I'm considering after hearing about your symptoms of having this cough and fever and being tired these last few days, especially with your husband being sick with nausea, vomiting, and not feeling well. That being said, it could be another type of viral illness, or possibly a bacterial infection. But certainly we will order some investigations, some blood work, a PCR nasal swab that will actually test for COVID as well as a chest X Ray to start with. Um and we will wait for some of those results to come back. +D: Certainly one of the top things that I'm considering after hearing about your symptoms of having this cough and fever and being tired these last few days, especially with your husband being sick with nausea, vomiting, and not feeling well. That being said, it could be another type of viral illness, or possibly a bacterial infection. But certainly we will order some investigations, some blood work, a PCR nasal swab that will actually test for COVID as well as a chest X Ray to start with. Um and we will wait for some of those results to come back. P: OK, yeah, that sounds good. diff --git a/tests/data/transcripts/RES0028.txt b/tests/data/transcripts/RES0028.txt index ee8c01d..ec1401d 100644 --- a/tests/data/transcripts/RES0028.txt +++ b/tests/data/transcripts/RES0028.txt @@ -10,7 +10,7 @@ D: OK, and is it like what kind of pain is it? Is it like a dull aching pain, or P: The pain is. It's stabbing, but also it feels really really tight in my chest. -D: OK, and if you're to rate it on a scale of zero to 10, zero being the least amount of pain you felt in your life and 10 being the worst, how much would you rate it? +D: OK, and if you're to rate it on a scale of zero to 10, zero being the least amount of pain you felt in your life and 10 being the worst, how much would you rate it? P: I think at 6. @@ -18,7 +18,7 @@ D: Six, OK. And when did it start? P: It started this morning just right after I got out of bed. -D: OK, so you weren't doing anything like you weren't doing any activities, you just woke up from sleep? +D: OK, so you weren't doing anything like you weren't doing any activities, you just woke up from sleep? P: Yeah I got outta bed. I was just trying to get dressed and all of a sudden I got this tightness and and stabbing pain on the left side of my chest. @@ -32,17 +32,17 @@ P: Uh, it's it's getting worse. D: It's getting worse, OK. And have you had any similar sort of pain in the past before? -P: Um nothing like this before. +P: Um nothing like this before. -D: No, OK. And is the pain going anywhere else or is it just staying in your chest? +D: No, OK. And is the pain going anywhere else or is it just staying in your chest? -P: The pain is just in my chest. +P: The pain is just in my chest. D: OK. And does anything that you do make it feel better? -P: Sitting up tends to make it feel a bit better. +P: Sitting up tends to make it feel a bit better. -D: OK, and does anything you do make it get, make the pain get worse? +D: OK, and does anything you do make it get, make the pain get worse? P: It gets worse every time I breathe in. @@ -56,7 +56,7 @@ P: Yeah, with the pain, I'm having a hard time breathing. D: OK. OK, I just have a few other questions. Uh, have you recently had any kind of trauma or injury to your chest at all? -P: Um no. +P: Um no. D: OK, have you traveled at all recently? @@ -72,7 +72,7 @@ P: Ah, my legs felt a bit swollen on the way back on the airplane, but they tend D: OK so they have swollen up before but you saw them swollen this time as well? -P: Yeah. +P: Yeah. D: OK. And have you been feeling at all fatigued at all? @@ -92,7 +92,7 @@ P: I've had a cough since last week, but it feels much worse today. D: OK, and has there been any kind of green slimy mucus in your cough at all? -P: No, it's been a dry cough. +P: No, it's been a dry cough. D: Dry cough, OK. and have you noticed at all coughing up blood? @@ -104,7 +104,7 @@ P: Yeah, a couple of weeks ago I had a runny nose and sore throat and a little b D: OK, and to just go away by itself, or did you have to take any medications? -P: It just went away on its own +P: It just went away on its own D: OK. Have you been feeling any kind of dizziness at all? @@ -116,7 +116,7 @@ P: My left leg hurts really bad right now, but my entire body has been achy thes D: OK, and then you're right, like do you know where it hurts? -P: Um. I think just like in the calf. +P: Um. I think just like in the calf. D: In the calf, OK. OK, and do you have any past medical history any like hypertension that like diabetes? So any conditions that you've been diagnosed with? @@ -144,17 +144,17 @@ P: No. D: Any surgeries in the past? -P: No surgeries. +P: No surgeries. D: OK, in your family, has anyone had any conditions like has anyone passed away from a heart attack any cancers, anything like that? P: No cancer, but my mother died of a heart attack when she was 43. And my grandma also had a heart attack when she when she was younger. I wanna say in her 50s but I don't exactly remember how old. -D: And currently right now, where do you live? Do you live in like a house, apartment? +D: And currently right now, where do you live? Do you live in like a house, apartment? -P: Yeah, I live in an apartment by myself. +P: Yeah, I live in an apartment by myself. -D: OK, and do you currently work? +D: OK, and do you currently work? P: Yeah, I'm in charge of um a retail store as a manager there. @@ -164,13 +164,13 @@ P: Sometimes on weekends or if I'm socializing with friends, but not very often. D: OK, and do you use any recreational drugs like marijuana? -P: Never. +P: Never. D: OK, and do you smoke? P: Yes, I smoke about 2 packs of cigarettes per day. And I've been smoking since I was 12. -D: OK. Alright and in terms of your daily routine like do you get any exercise? +D: OK. Alright and in terms of your daily routine like do you get any exercise? P: Uh, not really. Life's a bit too busy and hectic right now right now, unfortunately. @@ -178,4 +178,4 @@ D: OK. And how about your diet like what is your regular diet look like? P: A lot of fast food. I know I could work on that, but again, with the busy lifestyle we tend to eat a lot of fried foods and fatty foods. I know I could do better. -D: OK. Great thank you. +D: OK. Great thank you. diff --git a/tests/data/transcripts/RES0029.txt b/tests/data/transcripts/RES0029.txt index 44d6c2d..d760657 100644 --- a/tests/data/transcripts/RES0029.txt +++ b/tests/data/transcripts/RES0029.txt @@ -1,6 +1,6 @@ D: I was wondering if you could start by telling me what brought you into the emergency Department. -P: So I came to the emergency Department because I've been having pain in my chest. +P: So I came to the emergency Department because I've been having pain in my chest. D: OK, where is the pain located? @@ -62,9 +62,9 @@ D: Do you feel as though your heart's racing? P: I would say like in the last hour a little bit more so than usual. -D: OK. Any skin changes or or rashes you've noticed? +D: OK. Any skin changes or or rashes you've noticed? -P: Besides, just I got some scrapes here and there on my hands, but nothing else. +P: Besides, just I got some scrapes here and there on my hands, but nothing else. D: OK, and do you have a cough? @@ -78,7 +78,7 @@ D: OK, and uh, any dizziness? P: Um no. -D: Alright, and I know you mentioned the few scratches on your hands, but any other injuries? +D: Alright, and I know you mentioned the few scratches on your hands, but any other injuries? P: Oh no, I I think I got a pretty lucky. @@ -106,13 +106,13 @@ D: Any allergies to medications? P: Oh, just sometimes when I take like a nasal spray I think I might have an allergy to the steroids that they give me and sometimes also some of the antihistamines I think I get some allergies from them. -D: OK. Uh, and any hospitalizations? +D: OK. Uh, and any hospitalizations? P: No, never. D: Any surgeries? -P: Nope. +P: Nope. D: OK. Anybody in the family who have any illnesses? @@ -126,9 +126,9 @@ D: OK, and do you smoke? P: I smoke around like I'd say 2 and a half to 3 packs per day. I know it's. Yeah, I have tried quitting before, but I would say I've been smoking since I was 18. -D: OK, and do you smoke marijuana? +D: OK, and do you smoke marijuana? -P: No, no, no marijuana, no other drugs. +P: No, no, no marijuana, no other drugs. D: OK, and do you drink alcohol? diff --git a/tests/data/transcripts/RES0030.txt b/tests/data/transcripts/RES0030.txt index bc9a7a7..2c8545b 100644 --- a/tests/data/transcripts/RES0030.txt +++ b/tests/data/transcripts/RES0030.txt @@ -1,4 +1,4 @@ -D: Can you just tell me a little bit about what brings you in here today? +D: Can you just tell me a little bit about what brings you in here today? P: Yeah, I I have a cough. @@ -6,7 +6,7 @@ D: OK, and uh, what kind of cough is it like a dry cough? Or is it more like pro P: I always seem to bring up some gunk on my when I cough. -D: OK, and what what colour is this gunk? +D: OK, and what what colour is this gunk? P: It's green, sometimes yellowish. @@ -16,7 +16,7 @@ P: Well, no blood. D: No, OK, and how much of the gunk or the sputum would you say you bring up every day? -P: Uh a couple of kleenexes. Um, I'll use, but so not that much. +P: Uh a couple of kleenexes. Um, I'll use, but so not that much. D: OK. an and when did this start? @@ -24,7 +24,7 @@ P: It's really hard to say I've had a cough for the past few years now, but I fe D: OK, and is your cough just constant or does it come and go? -P: I do cough throughout the day, but I find it's worse in the morning. +P: I do cough throughout the day, but I find it's worse in the morning. D: OK, and is there anything that brings on your cough? @@ -34,7 +34,7 @@ D: OK. And you mentioned you've been having this cough over the past few years. P: Yeah, I would say the coughs were getting worse the last few years. Slowly though. -D: OK, and have you had any previous episodes of this cough with sputum like gunk, gunky material before? +D: OK, and have you had any previous episodes of this cough with sputum like gunk, gunky material before? P: Yeah, I've been having this ongoing for the last few years. @@ -60,7 +60,7 @@ P: No night sweats. D: OK, any increased fatigue or just feeling tired overall? -P: Yeah, these last few months by energy has been low. I I've been feeling a lot more tired than usual. +P: Yeah, these last few months by energy has been low. I I've been feeling a lot more tired than usual. D: OK, and have you noticed at all any kind of swelling in your hands, feet, ankles? @@ -76,7 +76,7 @@ P: Um. I only have trouble breathing if I walk a few blocks or go up a few fligh D: OK. Have you been having any kind of urinary issues? -P: Ummm only at night time I seem to have to get up a lot to use the bathroom. +P: Ummm only at night time I seem to have to get up a lot to use the bathroom. D: OK, and how about your bowel movements, any constipation or diarrhea? @@ -94,7 +94,7 @@ D: OK, and do you ever have to use a multiple pillows? P: Um no I just used one pillow. -D: OK. And have you noticed you've had any significant weight loss or weight gain in the last few few months? +D: OK. And have you noticed you've had any significant weight loss or weight gain in the last few few months? P: Um I maybe lost 5 pounds in the last few months. I wasn't even, I haven't been trying to lose weight but doesn't hurt though as I've I've gained a few pounds over the years so I don't mind. @@ -130,13 +130,13 @@ D: OK, and have you been hospitalized at all before? P: Uh, no. -D: And do you have any ill contacts near anyone that has been sick around you recently? +D: And do you have any ill contacts near anyone that has been sick around you recently? -P: No ill contacts. And sorry I for hospitalizations I I did have a c-section for the birth of my daughter and I was in the hospital for a few days for that. +P: No ill contacts. And sorry I for hospitalizations I I did have a c-section for the birth of my daughter and I was in the hospital for a few days for that. -D: OK, but nothing else? +D: OK, but nothing else? -P: No. +P: No. D: OK and have you had any other surgeries other than your c-section? @@ -148,19 +148,19 @@ P: Uh, my father had a heart attack when he was 78. And um he unfortunately pass D: OK, any like asthma in the family? -P: Not that I can think of. +P: Not that I can think of. -D: OK, and currently, where do you live? Do you live in apartment, in a house? +D: OK, and currently, where do you live? Do you live in apartment, in a house? P: I live in an apartment with my husband and our daughter. D: OK, and do you currently work? -P: Yeah, I I work at the local grocery store. +P: Yeah, I I work at the local grocery store. D: OK. And just in your daily routine, how would you say, how is your diet and exercise like? -P: Um diet I'll usually eat one or two meals a day and sometimes snack throughout the day as well but we eat a variety of meats and vegetables, and so I think our diet is pretty good. But exercise don't have time for for that currently. +P: Um diet I'll usually eat one or two meals a day and sometimes snack throughout the day as well but we eat a variety of meats and vegetables, and so I think our diet is pretty good. But exercise don't have time for for that currently. D: OK, and do you use any recreational drugs like marijuana? @@ -170,13 +170,13 @@ D: OK, how about alcohol? P: A glass of wine. I have three or four nights a week. -D: OK, and is it like a full glass of wine or like just, how much would you say? +D: OK, and is it like a full glass of wine or like just, how much would you say? P: Glass of Wine is for me. I would say is like 5 or 6 ounces like a typical glass of wine. -D: Do you smoke at all? +D: Do you smoke at all? -P: I do smoke cigarettes, yes. +P: I do smoke cigarettes, yes. D: OK, and how much are you smoking an average day? diff --git a/tests/data/transcripts/RES0031.txt b/tests/data/transcripts/RES0031.txt index 2aa8be0..8eea7a3 100644 --- a/tests/data/transcripts/RES0031.txt +++ b/tests/data/transcripts/RES0031.txt @@ -28,7 +28,7 @@ P: Uh, I think it's just staying at the back of my throat. D: OK, and can you think of anything that triggered the the sore throat that you did just prior to the symptoms coming on? -P: Uh, no, not that I can think of. I haven't really changed what I drink or what I eat. Nothing really changed. +P: Uh, no, not that I can think of. I haven't really changed what I drink or what I eat. Nothing really changed. D: OK, and anything that's been making the pain worse? @@ -48,9 +48,9 @@ P: I think I did have lunch today. I wasn't able to eat too too much just becaus D: OK, and have you noticed any changes to your voice yourself? -P: Sorry, what was that? +P: Sorry, what was that? -D: Have you noticed any changes to your like do you think your voice sounds different too? +D: Have you noticed any changes to your like do you think your voice sounds different too? P: Yeah, I definitely think um, like when I woke up this morning, my voice was definitely more like hoarse and more like raspy, almost. But yeah, I would say my voice has changed. @@ -64,7 +64,7 @@ P: OK. D: Uh, OK. Have you had any headaches? -P: No no headaches. +P: No no headaches. D: OK, how about any nausea or vomiting? @@ -76,9 +76,9 @@ P: Mhm. D: Alright, and how has your energy been? Have you been experiencing any fatigue? -P: Yeah, I would say definitely the last few days, especially yesterday. I just felt exhausted, didn't really want to do anything. +P: Yeah, I would say definitely the last few days, especially yesterday. I just felt exhausted, didn't really want to do anything. -D: OK, notice any skin rashes or or changes? +D: OK, notice any skin rashes or or changes? P: No, no skin skin rashes. @@ -88,7 +88,7 @@ P: No, I haven't had any coffee. D: How about any difficulty breathing or shortness of breath? -P: No, I think my breathing has been fine. +P: No, I think my breathing has been fine. D: OK um, and how is your appetite? @@ -102,43 +102,43 @@ D: Alright, and uh, have you had any infections recently? P: I think a couple of weeks ago I I did have a I would say like a bit of a runny nose. Maybe a little bit of soreness of my throat, but it just went away by itself. -D: OK, so you didn't have any treatment for that? +D: OK, so you didn't have any treatment for that? -P: No, I didn't have any medications or anything. I didn't even go to the doctor then. +P: No, I didn't have any medications or anything. I didn't even go to the doctor then. D: OK, and have you noticed any lumps in your in your neck or under your chin? -P: Uh no not that I know, I haven't really checked, but I haven't noticed anything like remarkable. +P: Uh no not that I know, I haven't really checked, but I haven't noticed anything like remarkable. D: OK, um any changes to the smell of your breath? -P: I I don't know about a smell, but I do feel like I have like this gross taste in my mouth. Maybe I don't know. I think it might smell a little bit, but I definitely have that really gross taste. +P: I I don't know about a smell, but I do feel like I have like this gross taste in my mouth. Maybe I don't know. I think it might smell a little bit, but I definitely have that really gross taste. D: OK, and uh, do you have any abdominal pain? P: I do feel that like my stomach is a bit sore, especially today, but nothing I'm too worried about. -D: OK, and have you been diagnosed or treated for any medical conditions in the past? +D: OK, and have you been diagnosed or treated for any medical conditions in the past? -P: No. I've been fortunate. I'm completely healthy. +P: No. I've been fortunate. I'm completely healthy. D: Any allergies? -P: No allergies. +P: No allergies. D: Any medications? -P: Uh, no. +P: Uh, no. D: Any hospitalizations? -P: Nope. Never. +P: Nope. Never. D: OK, have you been around anybody who's been sick? P: Uh, so just a couple of weeks ago, around the time when I had some cold symptoms, my girlfriend also had a sore throat and it lasted for around a week. Yeah, so I would say just my girlfriend. -D: OK, does your girlfriend have a sore throat now? +D: OK, does your girlfriend have a sore throat now? P: No it it started, I think around 2 weeks ago and it stopped last week. @@ -148,11 +148,11 @@ P: No, no surgeries. D: Alright in the family, any history of cancer or cancer, early cardiovascular disease or chronic diseases? -P: Uh, I don't know about the rest, but I I, my dad does have type 2 diabetes, but no cancers or no like heart attacks or anything like that. +P: Uh, I don't know about the rest, but I I, my dad does have type 2 diabetes, but no cancers or no like heart attacks or anything like that. D: OK, and right now, how are you supporting yourself financially? -P: So I am currently not working. I'm going to college right now, majoring in the arts. Right now I'm living in dorm, I've been fortunate, my parents support me financially, so I'm currently not working, just a student. +P: So I am currently not working. I'm going to college right now, majoring in the arts. Right now I'm living in dorm, I've been fortunate, my parents support me financially, so I'm currently not working, just a student. D: I see OK, and do you drink alcohol? @@ -160,15 +160,15 @@ P: Just just on the weekends when there's a like get togethers and parties. But D: OK, and do you smoke cigarettes? -P: Uh no I've never tried cigarettes. +P: Uh no I've never tried cigarettes. -D: OK, and do you use any other recreational drugs like marijuana? +D: OK, and do you use any other recreational drugs like marijuana? -P: No, no. I try to stay away from all drugs because I I'm also an athlete so I need to make sure that my body is completely healthy. +P: No, no. I try to stay away from all drugs because I I'm also an athlete so I need to make sure that my body is completely healthy. -D: OK, and are you currently sexually active? +D: OK, and are you currently sexually active? -P: Yes. +P: Yes. D: OK, could you tell me a little bit about your partner or or partners? diff --git a/tests/data/transcripts/RES0032.txt b/tests/data/transcripts/RES0032.txt index 249c3e2..4d4e42b 100644 --- a/tests/data/transcripts/RES0032.txt +++ b/tests/data/transcripts/RES0032.txt @@ -8,13 +8,13 @@ P: I think it started about a month ago. D: OK, and is it a dry cough or is it a wet cough? -P: I I'm bringing up some phlegm if that's what you mean. +P: I I'm bringing up some phlegm if that's what you mean. D: Yeah, so you're bringing up phlegm when you cough? P: Yeah. -D: And is it, what color is it? +D: And is it, what color is it? P: I it looks pretty dark and and sometimes red. @@ -48,11 +48,11 @@ P: Uh daily. D: Daily? OK, is there anything that makes your cough go away or get worse? -P: Uh, nothing that seems to really make it any worse or better. +P: Uh, nothing that seems to really make it any worse or better. D: OK, and do you have any other symptoms like shortness of breath or runny nose, sore throat, anything like that? -P: Uh nothing I can think of, just just this cough that's been bugging me. +P: Uh nothing I can think of, just just this cough that's been bugging me. D: OK. And have you traveled outside of the country at all recently? @@ -60,19 +60,19 @@ P: Yes, I've been working in the Philippines for the last three years. D: And, uh, have you been experiencing any fevers or chills or night sweats? -P: I felt like, uh, a little bit hot. I might have a fever now so yes, no chills though. +P: I felt like, uh, a little bit hot. I might have a fever now so yes, no chills though. D: How about night sweats? P: I have been sweating more at night too. Yeah, I have to get up and change my pajamas sometimes. -D: OK. And how often has this been happening? +D: OK. And how often has this been happening? P: Um, I'm changing my pajamas and it's sometimes the sheets, uh, maybe a couple of times per week. D: OK, and have you been feeling more more tired, more fatigued at all recently? -P: Yeah, my energy has just been really down. I've been really fatigued. +P: Yeah, my energy has just been really down. I've been really fatigued. D: And do you find that you ever have any chest pain or shortness of breath? @@ -80,7 +80,7 @@ P: I sometimes I do have some pain over on the right side of my chest. D: Is this pain, what kind of pain is it? -P: I'd say it's kind of like a, uh it's a stabbing kind of, uh, uh pain and I only really notice it when I take a deep breath. +P: I'd say it's kind of like a, uh it's a stabbing kind of, uh, uh pain and I only really notice it when I take a deep breath. D: OK. And how about shortness of breath, have you been experiencing anything like that? @@ -90,7 +90,7 @@ D: Any changes in your skin that you've noticed, like any rashes at all? P: No rashes. -D: And how about your sleep? Have you been getting enough sleep on a daily basis? +D: And how about your sleep? Have you been getting enough sleep on a daily basis? P: Uh just the, uh sweating at night has been annoying because it wakes me up sometimes, but other than that sleep has been OK. @@ -98,11 +98,11 @@ D: OK, and how about your appetite? P: I feel like I've been eating OK. Regular diet. -D: And have you had any significant weight changes recently? +D: And have you had any significant weight changes recently? P: Uh yeah I'm down like 15 pounds over the last few months and I haven't really made any changes to my diet or exercise, so I haven't really been trying. -D: OK. Um, any recent infections at all? +D: OK. Um, any recent infections at all? P: Just the cold that I was talking about it a few weeks ago, and that's where the runny nose kinda went away. @@ -130,7 +130,7 @@ D: And have you previously been diagnosed with any medical conditions like high P: Uh just a chronic bronchitis with a smokers cough. -D: OK. And do you take any medications? +D: OK. And do you take any medications? P: Yeah, I take, uh, a beta agonist inhaler, an inhaled corticosteroid and another type of anti muscarinic inhaler. @@ -174,6 +174,6 @@ D: Any recreational drugs like marijuana? P: No. -D: Uh, any and you smoke cigarettes at all? +D: Uh, any and you smoke cigarettes at all? P: Yes, I I do smoke cigarettes, I I've smoked most of my life, similar to my my father, probably 1 to 2 packs per day. diff --git a/tests/data/transcripts/RES0033.txt b/tests/data/transcripts/RES0033.txt index aa9f22f..a8dc991 100644 --- a/tests/data/transcripts/RES0033.txt +++ b/tests/data/transcripts/RES0033.txt @@ -30,7 +30,7 @@ P: Oh yeah, I would say like I'm coughing especially the last few days coughing D: OK, anything you've tried to make the offer better? -P: Um, I mean, really, I, I didn't really know what to try, um, so no, I haven't tried anything. +P: Um, I mean, really, I, I didn't really know what to try, um, so no, I haven't tried anything. D: OK and anything you've noticed that that so I guess, yeah, anything you notice that makes it worse? @@ -40,11 +40,11 @@ D: OK, so exercising brings out the cough? Any other symptoms you've been experi P: Uh the only thing that sometimes, uh, like I panic sometimes when uh when I have like a really bad coughing fit especially in gym class. It almost feels like I can't breathe and that's when I get really scared. -D: OK um, have you been having any nausea or vomiting? +D: OK um, have you been having any nausea or vomiting? -P: Oh no, no nausea or vomiting. +P: Oh no, no nausea or vomiting. -D: OK. How about any headaches? +D: OK. How about any headaches? P: No, no headaches. @@ -52,17 +52,17 @@ D: OK and have you had a fever? P: Uh I think I felt like a little bit warmer in the past few days, but I didn't I didn't really check. -D: OK, and have you had any chills? +D: OK, and have you had any chills? P: I don't think so, no. D: OK, and have you traveled anywhere recently? -P: Uh no, I've been I'm I've been home. +P: Uh no, I've been I'm I've been home. D: OK, uh any night sweats? -P: No. +P: No. D: Have you had any racing of your heart? @@ -70,7 +70,7 @@ P: No, nothing like that. D: OK, and have you had any symptoms of fatigue? -P: Uh no I, I think my energy levels are fine. +P: Uh no I, I think my energy levels are fine. D: OK um, do you have any chest pain? @@ -78,15 +78,15 @@ P: Um, sometimes when I cough, like when it's really bad, I sometimes feel like D: OK, um any urinary problems? -P: No, I've been peeing alright, no issues there. +P: No, I've been peeing alright, no issues there. -D: OK, any bowel problems? +D: OK, any bowel problems? P: Uh, no. D: OK, any issues with your appetite? -P: No, I think I've been eating the same amount. +P: No, I think I've been eating the same amount. D: OK, any changes to your weight? @@ -96,7 +96,7 @@ D: OK and any problems with, uh, sorry, uh, any recent infections? P: Like I feel like I might have a cold but I think I maybe a week ago I had like a little bit of a runny nose, so I don't know, I might have a cold. -D: OK. Um, and these symptoms, cold symptoms, you've been feeling for the last few days? +D: OK. Um, and these symptoms, cold symptoms, you've been feeling for the last few days? P: Yeah, it's almost up to a week now. @@ -120,15 +120,15 @@ D: OK. Are you allergic to any medications? P: Uh, so, I for my eczema like I do have like a hydrocortisone cream that I apply. But yeah, I don't think I'm allergic to any medications. -D: OK, um do you have allergies? +D: OK, um do you have allergies? P: I I do have allergies like sometimes around like animals. Like if I go to the farm or if I'm like at a zoo and just petting animals, I get my eczema gets really bad. D: OK, and any hospitalizations? -P: No, no, no, never been hospitalized. +P: No, no, no, never been hospitalized. -D: OK, anybody you've been around who's sick? +D: OK, anybody you've been around who's sick? P: No, I've been I've been pretty much been at home, so no one. @@ -144,11 +144,11 @@ D: OK, uh, and what are you doing right now for work? P: So currently like I'm not working. I'm a student just doing some online studying. I'm actually going to college to learn about how to make video games, but yeah, it's all just been at home right now. -D: OK, and um, where are you from? Like are you living at home right now or are you away for school? +D: OK, and um, where are you from? Like are you living at home right now or are you away for school? P: Yeah, so I mean right now it's all online so I'm living at home with my mom. -D: OK, uh, and do you drink alcohol? +D: OK, uh, and do you drink alcohol? P: Uh not often like just when I'm at like parties and like when I was at school, just maybe sometimes on the weekends, but nothing regularly. @@ -158,9 +158,9 @@ P: Um, just just marijuana I I try sometimes at parties but nothing like regular D: So it sounds occasional. -P: OK, nothing like it, I'm not addicted or anything to any drugs. +P: OK, nothing like it, I'm not addicted or anything to any drugs. -D: OK, do you smoke cigarettes? +D: OK, do you smoke cigarettes? P: I don't smoke cigarettes, but I do have marijuana once or twice in a week. diff --git a/tests/data/transcripts/RES0034.txt b/tests/data/transcripts/RES0034.txt index c4b79da..089bd9b 100644 --- a/tests/data/transcripts/RES0034.txt +++ b/tests/data/transcripts/RES0034.txt @@ -8,7 +8,7 @@ P: So they started around three to four days ago. And around the same time she w D: OK, and has the fever and cough been present the whole time? -P: Uh, yeah I would say they started around the same time and ah, they have been going on for the last three and a half to four days. +P: Uh, yeah I would say they started around the same time and ah, they have been going on for the last three and a half to four days. D: OK, so has there been a period when she hasn't had a fever or a cough? @@ -16,7 +16,7 @@ P: Uh no, every time I've measured it, she has had a fever and she's been coughi D: OK, can you think of anything leading up to these symptoms? -P: Uh, no, she was she was fine, just three to four days ago. Like before that she was her playful self. No issues. But yeah, it's for the last couple of days just this nonstop cough and the fevers is what's really worrying me. +P: Uh, no, she was she was fine, just three to four days ago. Like before that she was her playful self. No issues. But yeah, it's for the last couple of days just this nonstop cough and the fevers is what's really worrying me. D: OK, uh, have the symptoms have gotten worse or stayed the same? @@ -42,7 +42,7 @@ P: Um, other than like, yeah, she had that runny nose when it first started, and D: OK, and when did the diarrhea start? P: I think I would say it started around two days ago. She's, like every time I change her diaper she would have like 4-5 different diaper changes throughout the day, and they they seem pretty liquid. So I -think yeah, she's been having diarrhea for the last two days. +think yeah, she's been having diarrhea for the last two days. D: OK, uh you mentioned liquid appearing stool, what would you say say, so I guess, could you comment on the consistency and colour? @@ -82,11 +82,11 @@ P: Oh she's been pretty like she's not herself over the last few days. She's bee D: OK, would you say inconsolable at times? -P: Sometimes like yesterday like she, I couldn't get her to stop crying. +P: Sometimes like yesterday like she, I couldn't get her to stop crying. D: OK and uh, I know you said no vomiting, but has she been coughing up any sputum? -P: Yeah, I would say, uh, this green slimy content. Yeah, it's like green and slimy. +P: Yeah, I would say, uh, this green slimy content. Yeah, it's like green and slimy. D: OK, um, how much would you say, uhm, like a cup, or more? @@ -94,7 +94,7 @@ P: I would say probably like at least, at least a couple spoonfuls at a time, sh D: OK, and did you notice any blood in it? -P: No, I didn't notice any blood at all. +P: No, I didn't notice any blood at all. D: OK, and with the cough, have you noticed any difficulties breathing? @@ -110,13 +110,13 @@ P: Yeah, I think her note, her voice hasn't really changed that much. D: OK, um, with the noticing the faster rate of breathing is the breathing noisy at all? -P: Uh, no, like she's not wheezing or anything. +P: Uh, no, like she's not wheezing or anything. -D: OK, and do you notice any like retraction of the skin between her ribs when breathing. +D: OK, and do you notice any like retraction of the skin between her ribs when breathing. -P: Uh so like, uhm, like what do you mean by that? +P: Uh so like, uhm, like what do you mean by that? -D: Like just so when she's breathing in and out. Is she generating a lot of force and effort to really kind of suck in and blow out so you can kind of see impressions over the ribs. +D: Like just so when she's breathing in and out. Is she generating a lot of force and effort to really kind of suck in and blow out so you can kind of see impressions over the ribs. P: Uh no, I I don't think I've noticed that, no. @@ -131,9 +131,9 @@ P: Uh, no, she's peeing fine. D: OK. And how has she been sleeping the last few days? P: She hasn't really been sleeping in between the crying and like just being so irritable. I think she's just very uncomfortable when she's trying to get to sleep, so -I would say not, like maybe a couple hours for the last few nights. +I would say not, like maybe a couple hours for the last few nights. -D: OK. Any evidence of seizure or limb jerking? +D: OK. Any evidence of seizure or limb jerking? P: Uh no, not that I've noticed. @@ -144,7 +144,7 @@ P: Uh, she's not herself and she's still like pretty active, like she's, she jus D: OK. And uh, is she drinking yeah, a lot more fluids or or a lot less? How is she tolerating oral intake? P: I would say I think she's more on the dryer side like she, her mouth is very dry. Her lips are like all cracked, and she it seems that she's drinking -less water too. +less water too. D: I see, OK. And, uh, how many wet diapers would you say in the last 24 hours? @@ -160,7 +160,7 @@ P: The only thing I could think of was after she was born, she had to be given t D: OK. And any prior surgeries? -P: No. +P: No. D: Any previous hospitalizations? @@ -168,7 +168,7 @@ P: No, just the light treatment, but other than that nothing. D: OK, and throughout pregnancy were there any complications? -P: No, my pregnancy was completely normal. No complications during the pregnancy. +P: No, my pregnancy was completely normal. No complications during the pregnancy. D: OK, so no gestational diabetes or hypertension? @@ -182,7 +182,7 @@ D: OK, and um. Any allergies to medications? P: No allergies. -D: OK, and is she currently taking any medications? +D: OK, and is she currently taking any medications? P: No, just tried the Tylenol but it didn't really seem to work. @@ -202,7 +202,7 @@ D: OK, and uh are her immunizations up to date? P: Yeah uh, all our immunizations are up to date. -D: OK, and um, in regards to growth and development, have you had any concerns? +D: OK, and um, in regards to growth and development, have you had any concerns? P: Uh, no, we've been getting her checked regularly. It seems that she's been growing well and developing well. diff --git a/tests/data/transcripts/RES0035.txt b/tests/data/transcripts/RES0035.txt index 5486879..e8104a4 100644 --- a/tests/data/transcripts/RES0035.txt +++ b/tests/data/transcripts/RES0035.txt @@ -1,10 +1,10 @@ D: May I just begin with asking you what brought you in here today? -P: Sure, um, I've been experiencing some issues breathing, um and just a lot of coughing over the past year or so. +P: Sure, um, I've been experiencing some issues breathing, um and just a lot of coughing over the past year or so. D: OK. And is your cough, has it been a wet cough or a dry cough? -P: Uh, but it's been a wet cough. +P: Uh, but it's been a wet cough. D: OK. You mentioned it started over a year? @@ -26,11 +26,11 @@ D: Or just maybe every time you cough. P: Every time I cough maybe like the size of my thumbprint. -D: OK, and have you notice at all coughing up any blood? +D: OK, and have you notice at all coughing up any blood? -P: No. +P: No. -D: Is the blood ever mixed into the phlegm? +D: Is the blood ever mixed into the phlegm? P: No. @@ -44,7 +44,7 @@ P: No. D: No. OK. Is there anything you do that makes the coughing or shortness of breath worse? -P: Um, I guess walking. +P: Um, I guess walking. D: Walking? Is there anything that makes it better at all? @@ -52,11 +52,11 @@ P: Just resting. D: Just resting, OK. How much can you walk or run until you feel the coughing or shortness of breath? -P: About like 200 meters. +P: About like 200 meters. D: OK. And has this ever happened to you before the eight months? -P: No. Actually, I get wheezy because I have asthma, but it doesn't, it's not as bad as this. +P: No. Actually, I get wheezy because I have asthma, but it doesn't, it's not as bad as this. D: OK. And, um how often are you coughing, are you coughing throughout the day? Or is it more so during the day and then or more at night? @@ -90,7 +90,7 @@ D: Do you feel increasingly fatigued throughout the day? P: Yeah, I guess coughing a lot makes me tired. -D: OK, do you ever feel that your heart is racing or you have any kind of chest pain? +D: OK, do you ever feel that your heart is racing or you have any kind of chest pain? P: No. @@ -98,7 +98,7 @@ D: Have you noticed any issues urinating? P: No. -D: Any changes in your bowel movements, any constipation or diarrhea? +D: Any changes in your bowel movements, any constipation or diarrhea? P: No. @@ -106,11 +106,11 @@ D: Any issues with your sleep or appetite? P: Uh, no. -D: Any significant changes in your weight? +D: Any significant changes in your weight? P: No. -D: Have you had any recent infections that you know of? +D: Have you had any recent infections that you know of? P: Not that I know of. @@ -120,19 +120,19 @@ P: No. D: Um, do you think you have had any exposure to tuberculosis in the past? -P: No. +P: No. D: And do you have exposure to fumes or dust or animals or pets in your work or home environment? -P: I have a bird. +P: I have a bird. D: A bird? And when did you get the bird? -P: Like five years ago. +P: Like five years ago. D: OK, but no issues before the eight months? -P: No. +P: No. D: OK. In terms of your overall health, do you have any past medical conditions? You mentioned asthma, but anything else like diabetes, high blood pressure? @@ -146,7 +146,7 @@ D: OK, any medications for any other reasons? P: I take some vitamin D tablets. -D: OK, any allergies, environmental or to medications? +D: OK, any allergies, environmental or to medications? P: No. @@ -168,15 +168,15 @@ P: No lung conditions or cancers. D: OK. And currently, do you work? -P: I do. +P: I do. D: And where do you work? -P: I work as an accountant. +P: I work as an accountant. D: OK. And do you currently live in an apartment or a house? -P: In an apartment. +P: In an apartment. D: OK. And do you live by yourself or do you live with anyone else? @@ -192,7 +192,7 @@ P: No, I smoked when I was younger, but not anymore. D: OK, and do you smoke cigarettes? -P: I do. +P: I do. D: OK, and how much would you say you smoke on an average day? @@ -216,10 +216,10 @@ P: Um, yeah, I'd say so. D: OK, and lastly, in terms of exercise, would you say you're fairly active throughout the week? -P: Uhm, yep. +P: Uhm, yep. D: And what kind of things do you do for activity? P: Um, I take walks when I can. Um, before this whole shortness of breath thing, I used to ride my bike. -D: OK. +D: OK. diff --git a/tests/data/transcripts/RES0036.txt b/tests/data/transcripts/RES0036.txt index 2372745..4eba075 100644 --- a/tests/data/transcripts/RES0036.txt +++ b/tests/data/transcripts/RES0036.txt @@ -24,23 +24,23 @@ P: Um, so I've noticed this weird rusty colored sputum and I've noticed that lik D: And did your cough started around the same time as when your shortness of breath started? -P: Uhm, yeah, I'd say so. +P: Uhm, yeah, I'd say so. D: OK, so around six days? P: Yeah around there. -D: And has it been constant like I've been constantly having a shortness of breath every day with the coughing? Or does it come and go? +D: And has it been constant like I've been constantly having a shortness of breath every day with the coughing? Or does it come and go? P: Um? It's pretty constant now. -D: OK, and do you find that it's been getting worse at all? +D: OK, and do you find that it's been getting worse at all? P: Uhm, yeah, I'd say it's getting, I'd say it's getting worse. D: OK, and is that both the coughing and the shortness of breath or one or the other? -P: It's, it's both. +P: It's, it's both. D: It's both OK. @@ -64,23 +64,23 @@ P: It it doesn't matter. D: It is there all the time? -P: Yeah. +P: Yeah. D: OK. And is there anything that makes it go away or I mean or anything you've tried that makes it better? -P: Well, I guess I've tried some taking some Tylenol and that's helping my like regulating my temperature. +P: Well, I guess I've tried some taking some Tylenol and that's helping my like regulating my temperature. D: OK. And have you ever noticed any blood in the cough? P: It's rusty colored, but I don't know if that's blood. -D: OK, but you've never actually coughed up uhm red blood. +D: OK, but you've never actually coughed up uhm red blood. -P: No. +P: No. D: OK. And. Is there anything that makes your symptoms worse besides exertion? -P: Uh, no. +P: Uh, no. D: OK. And do you notice, having any wheezing or any other breathing sounds? @@ -88,11 +88,11 @@ P: I notice some wheezing. Yeah, it's it's, it's not that much though. D: OK. Before this, before the six days, have you ever experienced anything similar? -P: Uh, no. +P: Uh, no. D: No, OK. Have you traveled outside of the country at all recently? -P: Uh, no. +P: Uh, no. D: Yeah, OK. Do you have any other symptoms, like a sore throat, runny nose, chest pain, anything like that? @@ -100,43 +100,43 @@ P: I do have this sharp chest pain that gets worse with coughing. D: OK and is is that always there or is it just when you're coughing a lot? -P: I guess when I'm coughing a lot. +P: I guess when I'm coughing a lot. D: And that starts six days ago too as well. Or is that? P: Yeah. -D: OK. And do you ever feel any kind of is it so you said, mention it was sharp, but do you ever feel like increased pressure in your chest? Anything like that? +D: OK. And do you ever feel any kind of is it so you said, mention it was sharp, but do you ever feel like increased pressure in your chest? Anything like that? P: Uh, no. -D: And how would you rate this pain when it occurs from a scale of 1 being the least amount of pain you've felt in your life, and 10 being the worst? +D: And how would you rate this pain when it occurs from a scale of 1 being the least amount of pain you've felt in your life, and 10 being the worst? P: The sharp chest pain? I'd say maybe like a 7. D: OK, and does it go away on its own or does it spread to different areas of your body at all? -P: It just starts gradually going away at when I stop coughing. +P: It just starts gradually going away at when I stop coughing. D: OK. Have you experienced any kind of headaches with nausea or vomiting? -P: Uhm, no. +P: Uhm, no. -D: OK. So you mentioned you had some chills, but you don't know if you had a fever. +D: OK. So you mentioned you had some chills, but you don't know if you had a fever. P: Mhmm. -D: OK. Have you experienced any kind of dizziness or fainting spells? +D: OK. Have you experienced any kind of dizziness or fainting spells? -P: Uh, no. +P: Uh, no. D: OK. And have you been in contact with anyone who has been ill recently? -P: Not that I know of, no. +P: Not that I know of, no. D: OK. Have you experienced any night sweats? -P: I feel chilly at night, but I don't, maybe, yeah. +P: I feel chilly at night, but I don't, maybe, yeah. D: OK, any significant weight loss recently? @@ -144,35 +144,35 @@ P: No. D: And have you noticed any kind of symptoms like your heart is racing? Or anything like that? -P: No. +P: No. -D: OK. Have you experienced any changes in your bowel movements at all like in constipation or diarrhea? +D: OK. Have you experienced any changes in your bowel movements at all like in constipation or diarrhea? P: No. -D: Any changes in your urinary patterns? +D: Any changes in your urinary patterns? P: Um, no. -D: Any issues with your sleep or appetite at all? +D: Any issues with your sleep or appetite at all? -P: Uhm, no. +P: Uhm, no. D: OK. Have you had any recent infections like a cold or anything like that recently? -P: Um, I guess I had a runny nose a few days before. +P: Um, I guess I had a runny nose a few days before. D: OK. -P: Yeah. +P: Yeah. -D: Have you at all been exposed to anyone with tuberculosis in the past? +D: Have you at all been exposed to anyone with tuberculosis in the past? P: No. D: Any exposure at your workplace or at home to any fumes or dust in pets or animals? -P: Ah, well I have birds, but I've had them for awhile. +P: Ah, well I have birds, but I've had them for awhile. D: OK. How long have you had the birds for? @@ -180,39 +180,39 @@ P: Ah about three years. D: OK, and no, they haven't caused you any issues before? -P: No. +P: No. D: OK. And do you have any allergies that you know of? -P: No allergies. +P: No allergies. D: OK. Any past medical conditions, like high blood pressure, diabetes, asthma? P: No. -D: Any previous surgeries? +D: Any previous surgeries? -P: No, none. +P: No, none. -D: OK. Any hospitalizations for any reason? +D: OK. Any hospitalizations for any reason? P: No. -D: OK, are you on any medications currently? +D: OK, are you on any medications currently? P: No. D" And do you have any family history of any medical conditions like cancers or heart attacks or any lung issues? -P: No. +P: No. -D: OK. And currently, do you work? +D: OK. And currently, do you work? -P: I do. The place I work is very crowded and it's not the best conditions to work in, and there's an air conditioner, which I think is broken. It's quite humid, it's never been checked. Yeah. +P: I do. The place I work is very crowded and it's not the best conditions to work in, and there's an air conditioner, which I think is broken. It's quite humid, it's never been checked. Yeah. D: And how long have you been working there? -P: For the past year. +P: For the past year. D: OK. And where do you live currently? Do you live in a house or an apartment? @@ -224,7 +224,7 @@ P: Um, maybe, ah it's a very badly kept apartment, so it's possible. D: OK, do you have any potential exposure to asbestos in your house or at work? -P: I mean, yeah, probably. Both buildings are very, very old. I doubt they're being maintained. +P: I mean, yeah, probably. Both buildings are very, very old. I doubt they're being maintained. D: OK. And do you currently smoke at all? @@ -232,15 +232,15 @@ P: I smoke 10 cigarettes a day. D: OK, and how long have you been smoking for? -P: Um, since I was 20. +P: Um, since I was 20. D: OK. And do you use any recreational drugs like marijuana? -P: I smoke a little cannabis sometimes. +P: I smoke a little cannabis sometimes. D: And how often, would you say you smoke in an average week? -P: Maybe about 5 milligrams. +P: Maybe about 5 milligrams. D: OK. And do you drink alcohol? @@ -248,11 +248,11 @@ P: I do, but not a lot. D: How much would you say you drink in a week? -P: Ah, maybe 5 drinks? +P: Ah, maybe 5 drinks? D: OK. And in terms of your daily routine, do you think you get enough exercise? -P: Probably not. +P: Probably not. D: OK. Uhm, and how about your diet? Do you get 3 meals a day or is it well balanced? @@ -260,6 +260,6 @@ P: I eat a lot of fast food and junk food. D: OK. Alright, is there any other questions or concerns that you had for us today? -P: No. +P: No. D: OK. So yeah, based on what we discussed today, it seems that you may have an upper respiratory tract infection. The other things on differential would be a COPD exacerbation due to your significant smoking history. So we will do some investigations ti figure out what this is, and then perhaps can give you antibiotics or other medications to help you, unless it's a viral infection. diff --git a/tests/data/transcripts/RES0037.txt b/tests/data/transcripts/RES0037.txt index 2f80203..57b523c 100644 --- a/tests/data/transcripts/RES0037.txt +++ b/tests/data/transcripts/RES0037.txt @@ -12,21 +12,21 @@ P: : Oh I see OK. I don't know, maybe a few teaspoons throughout the day. D: OK. -P: At first I thought I I I had a, a chest infection, but even after antibiotics from my GP, or or my family doctor, It never cleared up. +P: At first I thought I I I had a, a chest infection, but even after antibiotics from my GP, or or my family doctor, It never cleared up. D: OK, and so when did you go on the antibiotics? -P: Ah so this is about, uh, about a month ago. +P: Ah so this is about, uh, about a month ago. D: Mhmm. -P: And yeah, so I went to see my family doctor about the cough then and dad was prescribed some antibiotics. I think azithromycin and it, it still didn't, it didn't do anything. +P: And yeah, so I went to see my family doctor about the cough then and dad was prescribed some antibiotics. I think azithromycin and it, it still didn't, it didn't do anything. D: OK, I see. And do you find that your cough has been getting worse since then? P: Uh, I would say the cough has been about the same. -D: OK. But how about the sputum that you're bringing up, has that increased? +D: OK. But how about the sputum that you're bringing up, has that increased? P: Uh, it's about the same, but it definitely I would say there's a pink tinge in the sputum now. Every once in awhile I've noticed more than than before. @@ -38,11 +38,11 @@ D: OK, I see. Was there anything that happened around that time? Any new environ P: Ah, well, I did go to India a few months ago. -D: OK, and how many months was that? Was that also like two months ago? +D: OK, and how many months was that? Was that also like two months ago? P: Yeah, about that, probably closer to three or four, but yeah, right around the time that that I think this, uhm cough started or just before I got back. -D: OK, I see. And how often are you coughing in a day? +D: OK, I see. And how often are you coughing in a day? P: Ah. a few times an hour. @@ -84,13 +84,13 @@ P: Yeah, I feel I feel like I've been pretty pretty hot sometimes. D: OK, and how about night sweats? -P: Yeah, the coughs been messing with my sleep, and I've been waking up with night sweats. +P: Yeah, the coughs been messing with my sleep, and I've been waking up with night sweats. D: OK. And have you been having any headaches? P: Ah no headaches. -D: Any do you feel that you've lost any weight recently? +D: Any do you feel that you've lost any weight recently? P: Uh, maybe a few pounds, but um. @@ -100,7 +100,7 @@ P: No, I, I was kind of surprised. I thought I would have gained weight 'cause I D: I see, OK. Have you noticed any wheezing sounds when you breathe out, or breathe in? -P: No wheezing. +P: No wheezing. D: OK. And you mentioned no chest pain, right? @@ -108,9 +108,9 @@ P: Yeah, no chest pain. D: OK, have you noticed any kind of swelling in your legs or hands or anywhere else in your body? -P: No swelling. +P: No swelling. -D: OK. Any bowel movement changes, any constipation or diarrhea? Any of those? +D: OK. Any bowel movement changes, any constipation or diarrhea? Any of those? P: No. @@ -126,7 +126,7 @@ D: OK. And in your current environment right now, are you exposed to any fumes o P: Uhm, we have a dog, but um, no fumes or anything like anything like that. -D: OK, have you experienced any kind of dizziness or fainting spells? +D: OK, have you experienced any kind of dizziness or fainting spells? P: No. @@ -134,7 +134,7 @@ D: OK. In terms of your past medical history, have you been diagnosed with any m P: Um, yeah I meant, uh, high blood pressure. Type 2 diabetes and high cholesterol. -D: I see. And are you taking any medications for any of those? +D: I see. And are you taking any medications for any of those? P: Yeah, I'm taking uhm, a few medications for blood pressure and uh, and and diabetes right now, and I think I Rosuvastatin for for the cholesterol. I'm not sure of the other ones though. @@ -144,7 +144,7 @@ P: I think I I got a rash to penicillin when I was when I was younger, but that' D: OK, any previous hospitalizations? -P: Uh, nope. +P: Uh, nope. D: OK, any surgeries? @@ -152,7 +152,7 @@ P: No surgeries. D: OK, and in your family has anyone ever had any cancers or died of a heart attack? -P: Yeah, my mother out a heart attack when she was 48. +P: Yeah, my mother out a heart attack when she was 48. D: OK. And has anyone ever had anything like pulmonary fibrosis or any autoimmune conditions? @@ -190,7 +190,7 @@ D: I see and do you use any recreational drugs like marijuana or cocaine? P: Ah, no I've never used anything like that. -D: OK, and how about alcohol? Do you drink alcohol? +D: OK, and how about alcohol? Do you drink alcohol? P: Uhm, no. diff --git a/tests/data/transcripts/RES0038.txt b/tests/data/transcripts/RES0038.txt index 9913d86..bf8315d 100644 --- a/tests/data/transcripts/RES0038.txt +++ b/tests/data/transcripts/RES0038.txt @@ -16,9 +16,9 @@ P: No blood. D: No, OK. And is the cough constant or does it come and go? -P: It, it comes and goes. I would say sometimes it can be worse. Yeah, depending on on what I'm what I'm doing. I guess if I'm exercising or if it's if it's really cold outside, it might get worse. +P: It, it comes and goes. I would say sometimes it can be worse. Yeah, depending on on what I'm what I'm doing. I guess if I'm exercising or if it's if it's really cold outside, it might get worse. -D: OK. And do you feel that it's been getting worse at all, your cough? +D: OK. And do you feel that it's been getting worse at all, your cough? P: Uh, not really, I think it's about the same. @@ -42,7 +42,7 @@ D: OK, and so exercise makes it worse. Anything that you do that helps you relie P: Uhm, I actually I tried my sons inhaler and it seemed to actually help, but one of the days I just couldn't seem to stop the cough and I wanted to sleep so I gave it a try and it it seemed to actually help with the cough. -D: OK, and so your son has inhalers, does he have asthma? +D: OK, and so your son has inhalers, does he have asthma? P: Yeah he does. Yeah he was diagnosed with asthma a couple of years ago. @@ -66,13 +66,13 @@ D: OK. And do you ever feel that you're short of breath at all? P: Well, yeah, so it affects me if I'm outside and that that's actually usually when my eyes will get itchy too. -D: OK. And have you had any eczema in the past? +D: OK. And have you had any eczema in the past? -P: Uh, yeah I had, I had eczema when I was I was younger. I think that was in it when I was in elementary school as well. +P: Uh, yeah I had, I had eczema when I was I was younger. I think that was in it when I was in elementary school as well. D: OK. Have you had any fevers or chills recently? -P: No. +P: No. D: Any night sweats? @@ -80,13 +80,13 @@ P: No. D: Have you been feeling increasingly tired throughout the day? -P: Ah no, my energy's been been good I just get short of breath or or have these coughing fits if I, if I exert myself. +P: Ah no, my energy's been been good I just get short of breath or or have these coughing fits if I, if I exert myself. -D: OK, have you noticed any swelling in your feet or hands? +D: OK, have you noticed any swelling in your feet or hands? P: No. -D: Any dizziness? +D: Any dizziness? P: No dizziness. @@ -108,7 +108,7 @@ P: No, everything's been normal. D: OK, so you mentioned like the coughs been keeping you up at night. How, how often are you waking up at night? Is it pretty frequent? -P: I would say about two or three nights a week over these last two weeks. It's been, it's been getting worse. +P: I would say about two or three nights a week over these last two weeks. It's been, it's been getting worse. D: OK. And have you noticed any changes in your weight at all? @@ -156,7 +156,7 @@ P: No, I haven't. D: Ok, any previous surgeries? -P: No surgeries. +P: No surgeries. D: OK. And has anyone around you been ill recently? @@ -164,7 +164,7 @@ P: Everybody's been healthy. D: OK. And do you have any family history of cancers or anything related to the lungs at all? -P: Uh, no. I mean, my sister had eczema as well, but that's it. +P: Uh, no. I mean, my sister had eczema as well, but that's it. D: OK, that's it. OK, uh, any heart attacks in your family? Any other medical conditions? @@ -176,19 +176,19 @@ P: Yeah, so I live in an apartment nearby with my boyfriend. D: OK, and has there been any, have you moved there recently or how long have you lived there for? -P: Uh we've lived there for about four years now. +P: Uh we've lived there for about four years now. D: Four years, OK. And has anything changed recently? Has there been any mold or new carpets that you guys got anything new in the house? P: Uhm, I don't, I don't think so. -D: OK. And do you currently work? +D: OK. And do you currently work? P: Yeah, I work as a a school teacher. D: OK. And do you smoke at all? -P: No, I don't. +P: No, I don't. D: Have you ever smoked? diff --git a/tests/data/transcripts/RES0039.txt b/tests/data/transcripts/RES0039.txt index 1b55a71..744d976 100644 --- a/tests/data/transcripts/RES0039.txt +++ b/tests/data/transcripts/RES0039.txt @@ -1,6 +1,6 @@ D: I just wanted to start with what brings you here today to the family clinic? -P: Hi, this morning I read after I woke up by I coughed up some phlegm and there was some blood in it and it it totally scared me. +P: Hi, this morning I read after I woke up by I coughed up some phlegm and there was some blood in it and it it totally scared me. D: OK, and was this the first time that happened? @@ -12,7 +12,7 @@ P: Uh yeah, I have, uh, had a cough recently leading up to this. D: OK, and how long have you had the cough for? -P: Uhm, I've had it for uhm, yeah, about about four weeks. +P: Uhm, I've had it for uhm, yeah, about about four weeks. D: Wow, four weeks. OK. Do you know if you did anything prior to that, any new exposures or being around someone ill like anything like that that might have caused your cough? @@ -28,7 +28,7 @@ P: Yeah, there were definitely some people around that I heard of who who mentio D: OK. And the cough that you've been having for the last four weeks at, is it like a wet cough? Are you producing any sputum or phlegm, or is it more of a dry cough? -P: Uh, I have been producing some phlegm, um, but it's been just kind of white, yellowish. +P: Uh, I have been producing some phlegm, um, but it's been just kind of white, yellowish. D: Up until this morning? @@ -38,7 +38,7 @@ D: OK. And how much blood was in the phlegm? Was it like a significant amount it P: Um it was pretty red. It, ah, yeah it was bright red and it was covering the, the issue. -D: OK and have you had any similar episodes before? +D: OK and have you had any similar episodes before? P: I've never brought up blood before. @@ -52,7 +52,7 @@ P: Uhm, it's been pretty severe through throughout the day. I've been just cough D: OK, anything that makes your coughing go away or makes it worse at all? -P: Not-nothing seems to help. I've tried various over the counter medications and and stuff for, for cough and nothing has seemed to help it. +P: Not-nothing seems to help. I've tried various over the counter medications and and stuff for, for cough and nothing has seemed to help it. D: OK, and are you having any other symptoms at all, like shortness of breath, sore throat, runny nose, anything like that? @@ -60,7 +60,7 @@ P: Uhm, nothing like like that. I mean the back of my throat, might feel a littl D: OK. Are you having any headaches or nausea or vomiting? -P: Nothing like, well, a little bit of nausea maybe, but no vomiting. +P: Nothing like, well, a little bit of nausea maybe, but no vomiting. D: OK. How often you getting nausea? @@ -80,7 +80,7 @@ P: No, I haven't measured my temperature yet. D: OK. Have you noticed at all, uh, any increased fatigue throughout the day? -P: Yeah, but I've definitely been more more tired. I haven't been able to concentrate on, umm, on my schoolwork. +P: Yeah, but I've definitely been more more tired. I haven't been able to concentrate on, umm, on my schoolwork. D: OK. And, um, have you been having any shortness of breath? @@ -88,7 +88,7 @@ P: Just after the, like coughing really, but otherwise, ah, no. D: Any chest pain? -P: No chest pain. +P: No chest pain. D: Any feeling that your heart is racing? @@ -96,7 +96,7 @@ P: No, nothing like that. D: OK, any swelling in your limbs at all? -P: No. +P: No. D: Ok. Any loss of sense of taste or smell? @@ -130,7 +130,7 @@ D: OK, and have you had any recent exposure to any fumes or dust or animals? P: Uh, no, my my parents have a dog at home, but I've been away at school, so. -D: OK. OK, uh, in terms of your overall health, have you been diagnosed with any medical conditions before? +D: OK. OK, uh, in terms of your overall health, have you been diagnosed with any medical conditions before? P: Uh, no, I'm uh, healthy. @@ -144,7 +144,7 @@ P: Uh. Yeah, I take an oral contraceptive pill. D: OK um, and when did you start that? -P: Probably about five years ago. +P: Probably about five years ago. D: OK. Do you have any allergies, to any medications or any environmental allergies at all? @@ -156,7 +156,7 @@ P: No, I've never been in the hospital before. D: OK, any previous surgery? So you said you had the appendix removed but anything else? -P: Uh, no the appendix was the only thing. +P: Uh, no the appendix was the only thing. D: OK. Any family history of asthma or any lung conditions? Any cancers that run in the family? @@ -164,13 +164,13 @@ P: Um, yeah but well, my grandfather had lung cancer, but he smoked for his enti D: OK, any heart attacks in the family or any autoimmune conditions? -P: No. +P: No. D: OK, and currently what is your living situation like? P: So I live with uh, four roommates here going to school. -D: OK, and so do you work right now or you just a student right now? +D: OK, and so do you work right now or you just a student right now? P: Just a student. @@ -208,6 +208,6 @@ P: OK, thank you. D: We'll also get some blood work done as well, so that'll be done before your next appointment. -P: Alright, that sounds good. Thank you. +P: Alright, that sounds good. Thank you. D: You're welcome. diff --git a/tests/data/transcripts/RES0042.txt b/tests/data/transcripts/RES0042.txt index 58f8e63..f593956 100644 --- a/tests/data/transcripts/RES0042.txt +++ b/tests/data/transcripts/RES0042.txt @@ -1,6 +1,6 @@ D: What brings you in today? -P: So, just for the past, like 3 days I've been coughing. It's I I don't feel particularly sick. I'm just kind of dry like annoying call that won't go away and then today I took my temp in it It's pretty high. It was like 99 point like 9. I didn't really take it the other days, so I guess so I just thought I'd better come get it checked out because I, I am on like a biologic medication, so, for my Crohn's disease. +P: So, just for the past, like 3 days I've been coughing. It's I I don't feel particularly sick. I'm just kind of dry like annoying call that won't go away and then today I took my temp in it It's pretty high. It was like 99 point like 9. I didn't really take it the other days, so I guess so I just thought I'd better come get it checked out because I, I am on like a biologic medication, so, for my Crohn's disease. D: OK, yeah. Yeah, thank you for coming in. I think it's good that you are getting this checked out as early as possible. So just to rewind a little bit. When did your dry cough start? @@ -16,11 +16,11 @@ P: Yeah, it's always a dry cough. It's really just annoying. D: Yeah, yeah. Do you feel wheezy at all? -P: Uh, no. +P: Uh, no. D: No wheeziness, OK. How about short of breath? -P: No. +P: No. D: No OK. Uhm, any chest pain? @@ -32,27 +32,27 @@ P: No, I can't say that I do. D: OK, any swelling in your limbs? -P: Um, no. +P: Um, no. D: OK, how about um, um a sore throat? -P: No. +P: No. D: No sore throat, OK. Any issues with taste or smell? -P: No. +P: No. D: Do you have a runny nose or a stuffy nose? -P: Maybe a bit of a runny nose. +P: Maybe a bit of a runny nose. D: OK. And any issues with vision or hearing? -P: Ah, no. +P: Ah, no. D: OK, how about, uh, fevers or chills? -P: No, no fever. I mean I I took my temp was high. I guess I felt hot but I didn't, there were no chills. +P: No, no fever. I mean I I took my temp was high. I guess I felt hot but I didn't, there were no chills. D: OK, OK, how about weight loss? Oh that's OK. How about weight loss? @@ -60,21 +60,21 @@ P: Weight loss? No, no, nothing, nothing new. D: OK. Any changes in your hair, nails, or skin? Like rashes? -P: No. +P: No. -D: OK. Um, any issues swallowing food? +D: OK. Um, any issues swallowing food? -P: No. +P: No. -D: Nausea or vomiting? +D: Nausea or vomiting? -P: No. +P: No. D: Um, changes in your bowel habits? P: Well, like I said I have Crohn's disease. I'm not like in a flare right now or anything, so I'll say no, but like my baseline is not like totally normal. -D: OK yeah, that makes sense. Umm, alright. Do any changes in your urine? +D: OK yeah, that makes sense. Umm, alright. Do any changes in your urine? P: No. @@ -82,17 +82,17 @@ D: No changes in urine. D: How about dizziness or fainting spells? -P: No. +P: No. -D: Any confusion or memory loss? +D: Any confusion or memory loss? P: No. -D: OK, and are you otherwise healthy? I know you mentioned you have Crohn's disease. Do you have any other longstanding medical conditions? +D: OK, and are you otherwise healthy? I know you mentioned you have Crohn's disease. Do you have any other longstanding medical conditions? P: Oh, not really. Just that, and, uh, eczema. -D: Eczema, OK. +D: Eczema, OK. P: Tends to get pretty bad, like I don't really have any right now, but I really stay on top of it with like my moisturizers and like I always have like a hydrocortisone cream on hand just in case. @@ -118,13 +118,13 @@ P: It's just like this environmental, it's not like not like the really dangerou D: Right, OK. Um, how about immunizations? Are you up to date? -P: I think so. +P: I think so. D: Alright, and in terms of family history, are there any lung conditions or heart conditions? -P: Oh, like my dad had high blood pressure, but other than that I don't think there is anything that stood out. +P: Oh, like my dad had high blood pressure, but other than that I don't think there is anything that stood out. -D: OK. And how about your smoking history? Do you smoke at all? +D: OK. And how about your smoking history? Do you smoke at all? P: Um, like I did for a couple years when I was like 18 and then I haven't ever since. @@ -150,7 +150,7 @@ P: No, it's like a pretty new build. D: OK, and have you been around any sick contacts recently? -P: Ah I mean, my kids just left this weekend. Uhm, there's really only people I've been around. I can, I maybe I should have asked him before coming here if they like knew they had seen anyone but they were fine, over the weekend. +P: Ah I mean, my kids just left this weekend. Uhm, there's really only people I've been around. I can, I maybe I should have asked him before coming here if they like knew they had seen anyone but they were fine, over the weekend. D: OK. Um, and have you traveled to anywhere recently? @@ -164,7 +164,7 @@ D: OK. P: You know, I hope I hope I just wanted to come in in case it was something bad because I you know I have those other health problems. I just want to make sure. Yeah. -D: Yeah, yeah for sure and I think it's a good thing that you came in, so thank you. Right now, I guess top on the list of things that you could possibly have is COVID, so we'll get you tested for that and we'll get you a swab and you should have the results of the that swab in about 24 to 48 hours and then you should isolate for 14 days regardless though because your symptoms do overlap with symptoms of COVID. And, and that includes isolating from your your children as well. +D: Yeah, yeah for sure and I think it's a good thing that you came in, so thank you. Right now, I guess top on the list of things that you could possibly have is COVID, so we'll get you tested for that and we'll get you a swab and you should have the results of the that swab in about 24 to 48 hours and then you should isolate for 14 days regardless though because your symptoms do overlap with symptoms of COVID. And, and that includes isolating from your your children as well. P: Oh ok. diff --git a/tests/data/transcripts/RES0043.txt b/tests/data/transcripts/RES0043.txt index 62da829..aa3e55a 100644 --- a/tests/data/transcripts/RES0043.txt +++ b/tests/data/transcripts/RES0043.txt @@ -1,18 +1,18 @@ D: What brings you all in today? -P: Essentially, when he, so today is Friday, when he got home from school on Wednesday, he seemed fine, but he, I don't know that night he started to have a bit of like a cough. It just seemed like a little dry cough, but obviously I just wanted to keep him home, keep him safe and not like spread anything if he was sick, so he stayed at home on Thursday and he was like having a bit of a cough. Um and then, yesterday it seemed to get a little bit worse and he was really tired, or sorry it's today, today is Friday, um, he was like his cough is like getting a bit worse and I've been taking his temp the whole time and it got like a little high today. What was it? My thermometer says it was high. I'm just like trying to remember. It was it was, it was like over 100 though. +P: Essentially, when he, so today is Friday, when he got home from school on Wednesday, he seemed fine, but he, I don't know that night he started to have a bit of like a cough. It just seemed like a little dry cough, but obviously I just wanted to keep him home, keep him safe and not like spread anything if he was sick, so he stayed at home on Thursday and he was like having a bit of a cough. Um and then, yesterday it seemed to get a little bit worse and he was really tired, or sorry it's today, today is Friday, um, he was like his cough is like getting a bit worse and I've been taking his temp the whole time and it got like a little high today. What was it? My thermometer says it was high. I'm just like trying to remember. It was it was, it was like over 100 though. D: Oh OK. P: 101 or something or maybe 100.1. But anyways, it was, so I I just thought I should probably bring him in 'cause I was really worried about him and you know thought he could have maybe got COVID and get school or something. -D: Yeah for sure. Um, OK, so just to clarify, he's had this cough and fever for the past five 5 days. +D: Yeah for sure. Um, OK, so just to clarify, he's had this cough and fever for the past five 5 days. P: Mhmm. -D: OK. OK, so let's focus on the cough. +D: OK. OK, so let's focus on the cough. -P: Sorry, it's been more like 3 three days like Wednesday is when he came home and then, and then today's Friday, so yeah, sorry. +P: Sorry, it's been more like 3 three days like Wednesday is when he came home and then, and then today's Friday, so yeah, sorry. D: Today is Friday, OK. Um, OK, yeah sure. So, is this cough a productive cough, or is it kind of a dry cough? @@ -32,15 +32,15 @@ P: Um, I don't think so like he, usually he's a really active kid and he has, he D: OK, yeah. OK, and is his coughing getting worse with certain times of the day? Like is it worse at night in the morning? -P: I think it kinda just there the whole day. +P: I think it kinda just there the whole day. D: OK um. And does it, how does it sound? Does this sound like a barky cough? Does it sound? Um, like harsh, what is, what would you say the quality of it, of the sound of the cough is? -P: Uh, I just sounds kind of dry. It's not like super loud. +P: Uh, I just sounds kind of dry. It's not like super loud. D: OK. OK, and has he ever experienced anything like this in the past? -P: I don't like he's had colds before, but I haven't like, I haven't like you, this time he kind of had the fever, which is different than you know, having a regular cold. +P: I don't like he's had colds before, but I haven't like, I haven't like you, this time he kind of had the fever, which is different than you know, having a regular cold. D: OK. And are his symptoms getting worse? @@ -48,7 +48,7 @@ P: I think so. Because yeah, he first day he just seemed like little dry and the D: OK, and um, is he complaining of anything like chest pain? Or feeling like his heart's racing? -P: No, I don't think so. +P: No, I don't think so. D: No OK. Does he have a sore throat? @@ -68,11 +68,11 @@ P: Ah, this morning he really seemed like he wasn't like into his breakfast and D: OK, how about vision or hearing? -P: I think those are fine. +P: I think those are fine. D: OK, and is he complaining of any chills or night sweats? -P: No. +P: No. D: OK, any changes in his hair, nails or skin like rashes? @@ -82,19 +82,19 @@ D: OK, any changes in his bowel movements? P: Uh, no. -D: Pardon? +D: Pardon? P: I'm sorry, no changes. D: OK, no diarrhea, no constipation, no blood in the stool. -P: No. +P: No. D: OK, any nausea or vomiting? -P: No. +P: No. -D: OK, any changes in his urine? +D: OK, any changes in his urine? P: Really been looking, but I don't think so. @@ -104,7 +104,7 @@ P: No, just like fatigue. D: OK, any confusion or memory loss? -P: No. +P: No. D: And is he an, is he an otherwise healthy child? @@ -132,7 +132,7 @@ P: Uhm, no, no, I don't think so. I mean like he hasn't really taken a lot of me D: Is he up to date with all his immunizations? -P: Yep. +P: Yep. D: Yeah, OK. And in terms of family history, are there any lung conditions or heart conditions? @@ -148,11 +148,11 @@ P: Yeah I like she, yeah she's healthy. D: OK an any concerns for old carpets, mold, asbestos or any environmental issues like that in the home that you're in? -P: No. +P: No. D: No OK, um has he been around any sick contacts recently? -P: Not not like outside of school. I like we know for sure, not outside of school but he goes to school right now so kind of hard to say. They haven't like contacted us about anything. +P: Not not like outside of school. I like we know for sure, not outside of school but he goes to school right now so kind of hard to say. They haven't like contacted us about anything. D: OK, sure. And has he traveled anywhere recently? @@ -183,6 +183,6 @@ he could be worked up for, but right now it sounds like a, it sounds like an inf P: OK yeah, that's good to know. -D: Alright, sounds great. Have a good day. +D: Alright, sounds great. Have a good day. P: You too, thanks. diff --git a/tests/data/transcripts/RES0044.txt b/tests/data/transcripts/RES0044.txt index 99343fa..2110f50 100644 --- a/tests/data/transcripts/RES0044.txt +++ b/tests/data/transcripts/RES0044.txt @@ -36,7 +36,7 @@ D: OK, and do you find that it's constantly there or um is it worse during a par P: It's kind of just been there all the time right now. -D: OK, and um is it getting worse, do you think? +D: OK, and um is it getting worse, do you think? P: I think so. I think like today is worse than yesterday, and the day before that, it just felt like dry and then and then like the next day I started coughing, so yeah. @@ -79,7 +79,7 @@ little high like I don't know if it was like a fever but I've been feeling hot, D: OK OK yeah so yeah we'll double check to make sure that um you either do or don't have a fever. Um have you experienced any chills or night sweats over the past few days? -P: Uh, no. +P: Uh, no. D: No, OK. OK, how about um any weight loss? @@ -87,11 +87,11 @@ P: No, like I don't weigh myself regularly, but I don't think so. D: OK, um any changes to your hair or uh nails or skin, like rashes? -P: Uh no. +P: Uh no. D: No, OK. How about um chest pain? -P: Uh, no. +P: Uh, no. D: No chest pain, OK. Um swelling in your limbs? @@ -99,7 +99,7 @@ P: Uh, no. D: No, do you ever feel like your heart's racing? -P: Uh, no. +P: Uh, no. D: No, OK. Um how about um, how about any dizziness or or fainting spells? @@ -109,17 +109,17 @@ D: Just tired, OK. P: Yeah I don't, I don't, I haven't fainted or anything. -D: OK, any headaches? +D: OK, any headaches? -P: No. +P: No. D: No, OK. Uh how about confusion or memory loss? -P: Um, no, I don't think so. +P: Um, no, I don't think so. D: OK, um any changes to your bowel habits? -P: Um, no. +P: Um, no. D: No, OK. So no constipation or diarrhea or blood in your stool? @@ -127,7 +127,7 @@ P: Yeah, exactly. D: OK, any changes to your urine? -P: No. +P: No. D: OK. Any nausea or vomiting? @@ -135,7 +135,7 @@ P: No. D: No, OK. And um no abdominal aches? -P: No. +P: No. D: No, OK. Um are you otherwise healthy? @@ -147,7 +147,7 @@ P: Yeah, like I, I've been seeing my family doctor and they they said they thoug D: Oh, I see, OK. Um, OK. -P: I wish I knew exactly, but they just said, yeah, they don't really know. +P: I wish I knew exactly, but they just said, yeah, they don't really know. D: OK. @@ -159,7 +159,7 @@ P: No. D: No, OK. Um are you on any medications? -P: No. +P: No. D: OK, and how about um any allergies? @@ -167,25 +167,25 @@ P: Um, just uh pineapple, like not any medications or anything. D: Pineapple, OK. Um are you up to date with all your immunizations? -P: Uh yeah yeah. +P: Uh yeah yeah. D: OK. Um any family history of lung conditions or heart conditions? P: Um, like my my uncle had a heart attack. -D: OK. +D: OK. -P: I don't, like, not my parents. +P: I don't, like, not my parents. D: OK, I see. Um any cancers in the family? -P: Uh, no. +P: Uh, no. D: OK. Um and do you smoke? P: No. -D: No, OK. How about marijuana? +D: No, OK. How about marijuana? P: No. @@ -251,4 +251,4 @@ P: Awesome. D: Alright, thank you. -P: OK thanks. +P: OK thanks. diff --git a/tests/data/transcripts/RES0045.txt b/tests/data/transcripts/RES0045.txt index 9081822..f5b9d6c 100644 --- a/tests/data/transcripts/RES0045.txt +++ b/tests/data/transcripts/RES0045.txt @@ -1,4 +1,4 @@ -D: What brings you in? +D: What brings you in? P: I've had a cough that started like 4 days ago, um and it's just been getting worse, so I I wanted to come in. @@ -26,7 +26,7 @@ D: OK, and um has anything made it better? Have you tried anything for this coug P: Uh I tried um drinking some uh like tea and some other cough syrups and it didn't didn't help. -D: OK, um how about, ah, OK. And if you were to describe the quality of this cough, would you say it's it's, it sounds barky, it sounds harsh, um how would you describe it? +D: OK, um how about, ah, OK. And if you were to describe the quality of this cough, would you say it's it's, it sounds barky, it sounds harsh, um how would you describe it? P: Uh harsh. @@ -60,7 +60,7 @@ P: Yeah, yeah exertion. Um as well as like the cough itself, I'm finding that I' D: Yeah, for sure. Um OK, and any chest pain? -P: No chest pain. +P: No chest pain. D: OK. Um How about feeling like your heart's racing? @@ -68,11 +68,11 @@ P: No, nothing like that. D: No, any swelling in your legs or arms? -P: No. +P: No. D: OK. Do you ever feel like you have uh pain in your calves after walking um a few blocks? -P: No. +P: No. D: No, any fainting spells or dizziness? @@ -80,7 +80,7 @@ P: Uh, no. D: No, um have you had a sore throat? -P: No. +P: No. D: No, any changes in your vision or hearing? @@ -88,17 +88,17 @@ P: No. D: Runny nose or stuffy nose? -P: Not, no, but I've definitely, I feel like I've maybe noticed a change in my smell. +P: Not, no, but I've definitely, I feel like I've maybe noticed a change in my smell. D: OK, how so? P: I just uh, I feel like I haven't been able to smell as well. -D: Um when did you notice that? +D: Um when did you notice that? P: The, really, these last like 2 days. -D: OK, and any changes in your taste? +D: OK, and any changes in your taste? P: Uh I haven't really I, I thought, well, I wasn't really able to taste my food, but I thought that was because I couldn't, I wasn't smelling, um so I thought that was just going to go away, but the symptoms have gotten worse. @@ -110,9 +110,9 @@ D: Did you take your temperature? P: I haven't checked it, but um like I've been feeling pretty sweaty from how hot I've been. -D: OK um so we'll take your temperature today and we'll let you know. Um have you noticed any weight loss over the past few weeks? +D: OK um so we'll take your temperature today and we'll let you know. Um have you noticed any weight loss over the past few weeks? -P: No. +P: No. D: No weight loss, how about fatigue or muscle aches? @@ -128,11 +128,11 @@ P: Uh, no. D: No, any nausea or vomiting? -P: Um, no, no. +P: Um, no, no. D: No, OK. Any abdominal pains? -P: No. +P: No. D: Any changes to your urine? @@ -154,21 +154,21 @@ D: OK, um, are you on any medications? P: Uh nope, just uh take a multivitamin and uh, and that's about it. -D: OK, um, OK, um any allergies? +D: OK, um, OK, um any allergies? -P: Uh yeah, I'm allergic to um cats. +P: Uh yeah, I'm allergic to um cats. -D: Cats, OK. And have you been around any cats recently? +D: Cats, OK. And have you been around any cats recently? P: No. -D: No, OK. How about immunizations? Are you up to date? +D: No, OK. How about immunizations? Are you up to date? P: Yeah I am. D: OK. Um any family history of lung conditions or heart conditions? -P: Uh, no. +P: Uh, no. D: How about cancers? @@ -176,19 +176,19 @@ P: Nothing like that. D: OK, and do you smoke? -P: No. +P: No. D: Um how about marijuana? P: Uh sometimes I'll have a joint with friends or something like that on the weekend, but um yeah, so maybe once a week. -D: Once a week, OK. Um, how about alcohol, do you drink any alcohol? +D: Once a week, OK. Um, how about alcohol, do you drink any alcohol? P: Uh, no D: No, OK. Um and where do you live right now? -P: I live in a house um with my wife and uh 3 kids. +P: I live in a house um with my wife and uh 3 kids. D: OK. Is anyone else sick at home? @@ -202,9 +202,9 @@ D: Yeah, yeah for sure. Um, any travel recently? P: Uh no travel, all the meetings have been in the city. -D: OK, OK good. So those were all the questions that I had for you today. Did you have any questions of your own or anything that you wanted to discuss today that I missed? +D: OK, OK good. So those were all the questions that I had for you today. Did you have any questions of your own or anything that you wanted to discuss today that I missed? -P: Um no, that, I was just worried about uh Covid. +P: Um no, that, I was just worried about uh Covid. D: Yeah, so that's definitely top on the list right now for things that we have to rule you out for. Um so we'll take a swab today, we'll send it off um for those PCR results, you should hear back in 24 to 48 hours. Uh in the meantime, you should isolate for 14 days, and that includes from family members when possible, and public health will get in touch with you if those results are positive and so they can they can do some contact tracing. If it's not Covid, it could be another viral illness that's going around, and I guess the best therapy for that is staying hydrated, um getting good sleep, and eating nutritious foods. Uh but if your symptoms get worse, like you're running a really high fever, um you're having neurological symptoms like you know seizures or fainting spells, um or if you're having difficulty breathing, um you should come back to the ER. So how does that sound? diff --git a/tests/data/transcripts/RES0046.txt b/tests/data/transcripts/RES0046.txt index 355cda6..033e662 100644 --- a/tests/data/transcripts/RES0046.txt +++ b/tests/data/transcripts/RES0046.txt @@ -1,6 +1,6 @@ D: What brings you in? -P: I've had this cough that started four days ago uh that that's been getting worse and um just started having some some diarrhea yesterday as well. +P: I've had this cough that started four days ago uh that that's been getting worse and um just started having some some diarrhea yesterday as well. D: OK um sorry, how long did you say your cough has been going on for? @@ -8,7 +8,7 @@ P: Last four days. D: Last four days, OK, and do you feel that um it's getting worse, better, or staying the same? -P: Uh it's getting getting worse. +P: Uh it's getting getting worse. D: Getting worse, OK. And how often are you coughing? @@ -22,19 +22,19 @@ D: OK, well that's good that you're taking a little break from smoking. Um how w P: Yeah, the cough's like, yeah, harsh. -D: Harsh, OK. And in terms of severity, 1 to 10, 10 being the worst, how bad is it? +D: Harsh, OK. And in terms of severity, 1 to 10, 10 being the worst, how bad is it? P: Uh I'd say it's a 7. I just can't stop coughing. D: Yeah, have you ever experienced anything like this in the past? -P: Uh yeah, nothing like this really before. +P: Uh yeah, nothing like this really before. D: OK, uh is the cough a dry cough or is it, or do you have sputum coming up as well? P: It's it's dry. -D: Dry, OK. So no blood? +D: Dry, OK. So no blood? P: Yeah no no blood, just yeah, it's been mostly dry. @@ -42,9 +42,9 @@ D: OK, and any shortness of breath? P: Uh not really, I mean I well I guess I've been short of breath after I cough, so yeah. -D: OK, um any wheeziness? +D: OK, um any wheeziness? -P: Uh no. +P: Uh no. D: How about chest pain? @@ -56,11 +56,11 @@ P: No, nothing like that D: Um, swelling in your limbs? -P: No. +P: No. D: No, how about uh pain in your calves when you walk a few blocks? -P: No +P: No D: Um dizziness or fainting spells? @@ -72,7 +72,7 @@ P: No. D: No fainting, OK. Any um pain in your throat? -P: Uh no, my throat's felt OK. +P: Uh no, my throat's felt OK. D: OK. Um any changes in your vision or hearing? @@ -92,7 +92,7 @@ P: Um I think this morning, um, yeah, I really noticed that when I was I was try D: Yeah, that's unfortunate. Um have you noticed any weight loss over the past few weeks? -P: No, weight's been stable. +P: No, weight's been stable. D: OK. How about fevers or chills? @@ -104,7 +104,7 @@ P: No, I haven't. D: OK, well we can do that today in the clinic and we'll let you know. Um, and changes to your hair, nails, or skin, like rashes? -P: Uh, no. +P: Uh, no. D: No, OK. How about fatigue or muscle aches? @@ -114,7 +114,7 @@ D: OK. Um and you mentioned you've been having diarrhea. How long has that been P: Uh maybe the last like two days. -D: Two days, OK. And how often are you having a bowel movement? +D: Two days, OK. And how often are you having a bowel movement? P: Uh every well, it kind of changes so um maybe every few hours. @@ -128,21 +128,21 @@ P: Uh at first it was a lot, but um now it it just hasn't been much. It's relati D: OK, so you have some abdominal pain associated with that too? -P: Yeah. +P: Yeah. D: Yeah, OK, and then any blood in your stool? P: No, no blood. -D: OK um have you noticed any malodours, well I guess uh out of the ordinary? +D: OK um have you noticed any malodours, well I guess uh out of the ordinary? P: Uh no, I haven't noticed anything like that. D: OK. -P: But I haven't been able to smell so, who knows? +P: But I haven't been able to smell so, who knows? -D: Right, OK, true. Um in terms of your abdominal pain, when did that start? +D: Right, OK, true. Um in terms of your abdominal pain, when did that start? P: Uh I I think around the same time as the diarrhea, so the last two days. @@ -154,7 +154,7 @@ D: OK. The abdominal pain, is it, where is it located? Is it pretty central? Is P: Yeah, it's pretty like central or general I guess you could say, there isn't really one specific spot that I feel it. -D: OK, and what makes it worse? What makes it better? +D: OK, and what makes it worse? What makes it better? P: Uh nothing, I'm not really too sure, nothing really makes it better or worse. @@ -164,19 +164,19 @@ P: Uh I'd say it's pretty achy. D: OK. And out of 1 to 10, 10 being the worst, how bad is the abdominal pain? -P: Uh probably like 4. +P: Uh probably like 4. D: OK. Um and is your abdominal pain getting worse, staying the same, or getting better? -P: About the same. +P: About the same. D: OK. Um, any memory loss or confusion? -P: No. +P: No. -D: No, OK. Are things normal with your urine? +D: No, OK. Are things normal with your urine? -P: Yes. +P: Yes. D: OK. So, are you an otherwise healthy person? @@ -194,7 +194,7 @@ D: OK and when was that? P: Oh about 10 years ago. -D: OK so I just wanna, before we move on, I'm just gonna recap kind of the symptoms that you have. You've had uh for the past four days more or less, you've had um a possible fever, um this cough, um loss of smell and taste, um diarrhea, uh abdominal pain, and nausea. Is that correct? +D: OK so I just wanna, before we move on, I'm just gonna recap kind of the symptoms that you have. You've had uh for the past four days more or less, you've had um a possible fever, um this cough, um loss of smell and taste, um diarrhea, uh abdominal pain, and nausea. Is that correct? P: Yeah, that's correct, yeah. @@ -212,11 +212,11 @@ P: No, nothing like that. D: OK, any allergies? -P: Uh no allergies. +P: Uh no allergies. D: OK, are you up to date with all your immunizations? -P: I am, yeah. +P: I am, yeah. D: Um, any family history of lung conditions or heart conditions? @@ -232,7 +232,7 @@ P: Uh no, no cancers. D: OK, um any um, OK, well I'm going to ask you, uh do you smoke? You mentioned you did. -P: Uh yeah, I I I do, um I smoke maybe about a half a pack of cigarettes per day, probably less, um yeah. +P: Uh yeah, I I I do, um I smoke maybe about a half a pack of cigarettes per day, probably less, um yeah. D: OK, how long have you been doing that? @@ -242,7 +242,7 @@ D: OK, have you ever thought of quitting? P: Yeah, I've I've been slowly cutting it down. I was smoking a pack a day before and now under half a pack, so I'm trying. -D: OK. Well congrats, that's a big feat, um if you need additional resources to try and help you quit, please do let us know. Um I will ask you my next question then, um, do you do marijuana at all? +D: OK. Well congrats, that's a big feat, um if you need additional resources to try and help you quit, please do let us know. Um I will ask you my next question then, um, do you do marijuana at all? P: Uh no. @@ -252,11 +252,11 @@ P: Uh nope, nothing like that. D: Do you drink alcohol? -P: Yeah, I'll have a glass of um wine on Sundays, but that's about it. +P: Yeah, I'll have a glass of um wine on Sundays, but that's about it. D: OK, how about um, where do you live? -P: Uh so I live in a townhouse um with my wife um and daughter. +P: Uh so I live in a townhouse um with my wife um and daughter. D: OK, are any of them sick? @@ -264,18 +264,18 @@ P: Um my my wife was talking about being really fatigued and uh she did mention D: OK um, have you been around anyone else who's been sick recently? -P: Uh, no. +P: Uh, no. D: No, OK. Um have you traveled to anywhere recently? P: Um no, I haven't. -D: OK. Um, those were all the questions that I had. Did you have any concerns, any questions, anything that you wanted to discuss that I uh possibly missed today? +D: OK. Um, those were all the questions that I had. Did you have any concerns, any questions, anything that you wanted to discuss that I uh possibly missed today? P: Uh nope, that was that was everything then, thank you. -D: OK, no problem, So we'll, what we'll do is we'll get a covid swab on you just because your symptoms do overlap with those of covid, um so we want to make sure that that's not what you have, so we'll take a swab. You will hear back in about 24 to 48 hours. Um but in the meantime, you still should isolate for 14 days, and that includes trying to isolate from your family members as well when, when possible, and uh public health will be in touch to let you know uh to do some contact tracing. If it's not covid, you you could possibly have um some sort of other viral infection that's going around these days. Um how does that sound? +D: OK, no problem, So we'll, what we'll do is we'll get a covid swab on you just because your symptoms do overlap with those of covid, um so we want to make sure that that's not what you have, so we'll take a swab. You will hear back in about 24 to 48 hours. Um but in the meantime, you still should isolate for 14 days, and that includes trying to isolate from your family members as well when, when possible, and uh public health will be in touch to let you know uh to do some contact tracing. If it's not covid, you you could possibly have um some sort of other viral infection that's going around these days. Um how does that sound? -P: Yeah, it sounds great. Thank you. +P: Yeah, it sounds great. Thank you. D: Alright, no worries. diff --git a/tests/data/transcripts/RES0047.txt b/tests/data/transcripts/RES0047.txt index 811f0ff..9a5d7f8 100644 --- a/tests/data/transcripts/RES0047.txt +++ b/tests/data/transcripts/RES0047.txt @@ -14,7 +14,7 @@ D: Um are there any triggers for your cough? P: Uh, yeah, if I'm doing, um, like if I'm really active like if I run to catch the bus or uh or if I'm shovelling snow, maybe I can make, become short of breath, but um not if I'm just walking around the block or anything like that. -D: OK, and what caused this cough initially three years ago? Do you know? +D: OK, and what caused this cough initially three years ago? Do you know? P: Uh yeah, I think um I think it's just a smokers cough. I think that my family doctor told me I had like chronic bronchitis before. @@ -26,7 +26,7 @@ D: OK, um and does anything make your cough better? Like do you take any over th P: Um yeah, I've tried some over the counter uh cough syrups in the past, but it hasn't helped. -D: OK, OK, and if you were to talk about the quality of your cough, is it is it barky? Does it sound harsh? What does it sound like? +D: OK, OK, and if you were to talk about the quality of your cough, is it is it barky? Does it sound harsh? What does it sound like? P: Uh yeah, I would say it sounds pretty harsh. You can kind of, it sounds like there's um mucus moving around, I guess with with the cough in my chest, I can I can kind of feel it @@ -44,15 +44,15 @@ P: I would bring up sputum, but it's usually clear and white. D: OK, OK, and do you have any wheeziness associated with this cough? -P: Uh, yes I do +P: Uh, yes I do D: Yes, OK. And you mentioned you were short of breath. Were you short of breath prior to your cough or did that start um when when this cough got worse? -P: I think the shortness of breath has gotten a bit worse over the um last few days uh as the cough has gotten worse. +P: I think the shortness of breath has gotten a bit worse over the um last few days uh as the cough has gotten worse. D: OK, OK. And if you were to rate the severity of your symptoms, of how you're feeling, 1 to 10, 10 being the worst, where would you put yourself at? -P: Uh I would say an 8, it's been really tough, it's been getting really difficult to um breathe. +P: Uh I would say an 8, it's been really tough, it's been getting really difficult to um breathe. D: OK, yeah. And have you ever experienced anything to this severity in the past? @@ -60,7 +60,7 @@ P: No, I haven't had uh this difficulty breathing before. D: OK. OK. Um do you have any chest pain? -P: Uh, my chest is, it feels tight. +P: Uh, my chest is, it feels tight. D: OK. Uh it feels tight, OK, does that, does it hurt though? @@ -84,11 +84,11 @@ P: Uh I haven't had anything like that. D: OK. Um any changes to your vision or hearing? -P: No. +P: No. D: No, um, do you have a stuffy nose or runny nose? -P: No. +P: No. D: Um how about a sore throat? @@ -96,19 +96,19 @@ P: No. D: No, any changes to your smell or taste? -P: No. +P: No. D: Um any fevers or chills? -P: No, I've felt OK. +P: No, I've felt OK. D: OK, any weight loss? -P: Um yeah, maybe I mean over the last few years I've um lost a few pounds, but maybe maybe 10 pounds over the last last couple of years +P: Um yeah, maybe I mean over the last few years I've um lost a few pounds, but maybe maybe 10 pounds over the last last couple of years D: Last couple of years, OK. Was it intentional weight loss or unintentional? -P: Unintentional. +P: Unintentional. D: OK, um alright, and any changes to your hair, nails or skin, like rashes? @@ -120,19 +120,19 @@ P: Yeah, that's been normal. D: OK, everything normal with regards to your urine? -P: Yeah, that's been normal. +P: Yeah, that's been normal. D: OK. Any confusion or memory loss? -P: No. +P: No. D: No, OK. Any fatigue? -P: Yeah, I've been feeling well, really tired these last three days. +P: Yeah, I've been feeling well, really tired these last three days. D: Yeah, OK. Any joint pains or muscle aches? -P: No. +P: No. D: No, OK um and are you otherwise healthy? @@ -148,7 +148,7 @@ P: Uh I had an ACL repair like when I was a teenager. D: OK, and besides the inhalers, are you on any other medication? -P: Yeah, there's one for blood pressure um and I take vitamin D, um and that's it. +P: Yeah, there's one for blood pressure um and I take vitamin D, um and that's it. D: OK, which one, which um medication are you on for the blood pressure? @@ -168,7 +168,7 @@ P: Uh it's been a couple of years for well, for the the short one that I I use f D: OK, OK, and do you find that your inhalers are helping? -P: Yeah. They um, I definitely notice a difference when I, if I miss a dose or something. +P: Yeah. They um, I definitely notice a difference when I, if I miss a dose or something. D: Yeah, OK. And um, do you have any allergies? @@ -176,13 +176,13 @@ P: Uh no, I don't think so. D: No, OK. How about um immunizations, are you up to date? -P: Yeah, I believe so. +P: Yeah, I believe so. D: OK. And in terms of family history, uh are there any lung conditions or heart conditions that run in the family? -P: Um, uh no. +P: Um, uh no. -D: No, OK. Um do you currently smoke? +D: No, OK. Um do you currently smoke? P: Uh I do, yes. I've been trying to quit, I um I smoke about a pack of cigarettes per day now. I used to smoke like 2 packs per day. @@ -192,44 +192,44 @@ P: Yeah, that would be great. D: Yeah, um how much, for how long have you been smoking? Like how many years? -P: Uh well, I started when I was a teenager, so probably like 35. +P: Uh well, I started when I was a teenager, so probably like 35. -D: OK. Um and do you do any marijuana? +D: OK. Um and do you do any marijuana? P: Uh no. -D: No, OK, OK, um how about alcohol? Do you drink alcohol? +D: No, OK, OK, um how about alcohol? Do you drink alcohol? -P: Yeah, a few beers on the weekend. +P: Yeah, a few beers on the weekend. D: OK. Um and then where do you live currently? -P: I live in an apartment by myself. +P: I live in an apartment by myself. D: OK. Um and any reasons to think that there are any old carpets, mold, or um asbestos or anything like that that could be exacerbating your symptoms? -P: Uh I mean I do have a carpet in the bedroom so, but I mean that that's the only carpet in the apartment. +P: Uh I mean I do have a carpet in the bedroom so, but I mean that that's the only carpet in the apartment. D: OK. Um and do you live with anyone? P: No, it's it's just me and my dog. -D: OK. Uh have you, have you been around any sick contacts recently? +D: OK. Uh have you, have you been around any sick contacts recently? P: Um maybe, I mean I I usually will see uh, a couple of friends, we'll meet up to grab some coffee in the morning in the morning um but I feel like they have been uh OK. -D: Yeah OK, how about um travel, have you traveled anywhere recently? +D: Yeah OK, how about um travel, have you traveled anywhere recently? P: No. -D: No, OK. OK, well I think those were all the questions that I had for you. Did you have any questions or concerns or anything that I missed that you wanted to discuss? +D: No, OK. OK, well I think those were all the questions that I had for you. Did you have any questions or concerns or anything that I missed that you wanted to discuss? P: Um no, I just wanted to, um, yeah, come in because it's been really difficult to breathe. D: Yeah, so OK, well we'll do a physical exam on you um to try to understand um how bad your COPD exacerbation is. Um we'll also try to get an um oxygen saturation on you, and we do want that reading to be between 88 to 92%. If it is less than that um and we think you have a mild exacerbation, we'll just suggest that you use your short acting beta agonist puffer um more often, and then if you, -if we think you have moderate, um moderate exacerbation we'll also prescribe uh antibiotics and or steroids to go along with the short acting beta agonist. And if it is severe, or if it becomes severe, um please do seek out aid um in the ER and they'll try, they'll probably put you on um uh some sort of, um oxy like um some sort of supplemental oxygen, whether it's BiPAP or CPAP. Um and again they'll continue giving you your bronchodilators and steroids, as well as antibiotics to um make sure that you don't have any bad complications of uh pneumonia. Um and it does sound like it is a COPD exacerbation at this point, but if you develop any other symptoms like um fevers, or any symptoms that overlap with uh viral viral illnesses, we'll we'll we'll work you up for that, we'll do, I think we will still do a covid swab on you just to make sure you don't have that, uh but we'll start with um working you up for COPD. How does that sound? +if we think you have moderate, um moderate exacerbation we'll also prescribe uh antibiotics and or steroids to go along with the short acting beta agonist. And if it is severe, or if it becomes severe, um please do seek out aid um in the ER and they'll try, they'll probably put you on um uh some sort of, um oxy like um some sort of supplemental oxygen, whether it's BiPAP or CPAP. Um and again they'll continue giving you your bronchodilators and steroids, as well as antibiotics to um make sure that you don't have any bad complications of uh pneumonia. Um and it does sound like it is a COPD exacerbation at this point, but if you develop any other symptoms like um fevers, or any symptoms that overlap with uh viral viral illnesses, we'll we'll we'll work you up for that, we'll do, I think we will still do a covid swab on you just to make sure you don't have that, uh but we'll start with um working you up for COPD. How does that sound? P: That sounds great. Thank you. diff --git a/tests/data/transcripts/RES0048.txt b/tests/data/transcripts/RES0048.txt index 174438a..510683b 100644 --- a/tests/data/transcripts/RES0048.txt +++ b/tests/data/transcripts/RES0048.txt @@ -10,9 +10,9 @@ D: 10 days ago, OK, and how about the shortness of breath? P: That just started in the last uh I think 3 days. -D: OK, and then the the bowel bowel changes, when did that start? +D: OK, and then the the bowel bowel changes, when did that start? -P: Yes, I think it also started in like, I would say, for the last three days I've been getting uh diarrhea. +P: Yes, I think it also started in like, I would say, for the last three days I've been getting uh diarrhea. D: OK OK, so let's go back to the cough, is it constant or um is it triggered by certain things like the cold air, dust, um you know, um, certain times of the day, like morning, evening? @@ -32,11 +32,11 @@ P: No, no, I haven't seen any blood at all and rarely do I bring like up some sp D: OK, it's a dry cough. Um and would you say the cough's getting worse? -P: Yeah, I'd definitely say in the last um three to four days I've been just coughing nonstop, it's very irritating. +P: Yeah, I'd definitely say in the last um three to four days I've been just coughing nonstop, it's very irritating. D: Yeah, have you experienced anything like this before? -P: Um, probably a few years ago, I think I caught the flu or something and got really sick with a fever and just a lot of coughing. But since then, nothing else. +P: Um, probably a few years ago, I think I caught the flu or something and got really sick with a fever and just a lot of coughing. But since then, nothing else. D: OK. Um the shortness of breath, 1 to 10, 10 being the worst, how bad is it? @@ -45,11 +45,11 @@ couldn't take deep breaths like I noticed that my breathing was getting a little D: Yeah, um does anything make the shortness of breath worse? Like I guess um you know exertion, uh laying down, anything like that? -P: Um, not really. Maybe like sitting down helps sometimes, but even when I'm sitting down I'm still coughing. +P: Um, not really. Maybe like sitting down helps sometimes, but even when I'm sitting down I'm still coughing. D: OK. OK and um do you have any wheeziness? -P: No, I don't think so. +P: No, I don't think so. D: OK, any chest pain? @@ -57,7 +57,7 @@ P: Um, maybe from all the coughing, sometimes I feel like there's some pain ther D: OK, um do you feel like your heart's racing at all? -P: Uh no, not really. +P: Uh no, not really. D: OK. Um have you noticed any swelling in your limbs? @@ -65,7 +65,7 @@ P: No, I didn't notice anything like that. D: OK, how about um pain in your calves when you walk a few blocks? -P: No, I've been fine that way. +P: No, I've been fine that way. D: OK. Dizziness or fainting spells? @@ -79,7 +79,7 @@ P: OK, we'll take your temperature today just to make sure. Um any weight loss o D: Uh no, probably weight gain. -P: OK, any changes in your hair, nails, or skin, like rashes? +P: OK, any changes in your hair, nails, or skin, like rashes? P: Uh, no, I haven't noticed anything like that. @@ -97,7 +97,7 @@ P: No, no, no no congestion really. D: OK, and um have you had a sore throat at all? -P: No, no sore throat. +P: No, no sore throat. D: OK. Um any issues swallowing food? @@ -131,7 +131,7 @@ D: OK, um any blood in the stool? P: No, I've been checking uh no, I didn't notice any blood or change in colour. It's mainly just um liquid diarrhea. -D: OK, any changes in your urine? +D: OK, any changes in your urine? P: No. @@ -153,11 +153,11 @@ P: Yeah, so for diabetes I'm taking this medication called uh like I think metfo D: Yep, OK, and you're taking that um as directed, right? -P: Yeah, I've been taking that regularly and my blood pressure, I've been measuring, it's been pretty steady, no changes. +P: Yeah, I've been taking that regularly and my blood pressure, I've been measuring, it's been pretty steady, no changes. D: OK, that's good. Have you had any hospitalizations or surgeries in the past? -P: I did have my appendix removed, probably in my 20s, but uh that was the only thing. +P: I did have my appendix removed, probably in my 20s, but uh that was the only thing. D: OK, um and do you have any allergies? @@ -222,16 +222,16 @@ P: No, uh we've been in Canada, Ontario, haven't left to go anywhere. D: OK. OK, well those are all the questions that I had for you. Did you have any questions or did you have any concerns, anything that you wanted to discuss today? -P: Yeah no, I just uh was wondering if I can get the covid test, that would just, I wanted to make sure I don't give anyone covid if I do have it. +P: Yeah no, I just uh was wondering if I can get the covid test, that would just, I wanted to make sure I don't give anyone covid if I do have it. D: Yeah, for sure, I think that's a good idea. Um so, and it's definitely something that we need to rule out, so we'll do a covid swab today um and you'll hear back within 24 to 48 hours, um but in the mean time, regardless of whether you actually have covid or not, because your symptoms overlap with covid, um it's good to isolate for 14 days and that includes trying to isolate from your wife as well if possible, and public health should be in touch if it's positive uh to do contact tracing. Um and if it's not covid, it's probably another viral illness that's going around at this time of year. Uh if your symptoms get worse, um you know you're having neurological symptoms or or if your fever gets really high, or you're having a lot of trouble breathing, then you should go see the ER. How does that sound? P: My, if my breathing gets worse uh I'll just go to the emergency Department? -D: Yes, please do. +D: Yes, please do. P: OK, sounds good. -D: Alright, take care. +D: Alright, take care. P: You too, thank you. diff --git a/tests/data/transcripts/RES0049.txt b/tests/data/transcripts/RES0049.txt index 53be5c7..df57f11 100644 --- a/tests/data/transcripts/RES0049.txt +++ b/tests/data/transcripts/RES0049.txt @@ -2,7 +2,7 @@ D: What brings you in? P: Yeah, nice to meet you I, I've been having just over the last week my cough that's been getting worse and I had a fever a couple of nights and just yesterday I noticed that I started having a loss of taste and smell so that got me really worried. -D: OK, so yeah, let's rewind a little bit. The cough you said started a couple of weeks ago, so would that be about 2 weeks? Three weeks? +D: OK, so yeah, let's rewind a little bit. The cough you said started a couple of weeks ago, so would that be about 2 weeks? Three weeks? P: I would say last week, so like 7 seven days ago. @@ -16,7 +16,7 @@ P: Yeah. D: OK, we could take your temperature today. And then the loss of smell and taste. Do they both happen at the same time? -P: I think the taste happened like before, but that was just yesterday and then yesterday morning like at breakfast, I couldn't really taste anything and then continued during lunch and dinner, but smell, I kind of lost around the evening. +P: I think the taste happened like before, but that was just yesterday and then yesterday morning like at breakfast, I couldn't really taste anything and then continued during lunch and dinner, but smell, I kind of lost around the evening. D: OK. @@ -36,7 +36,7 @@ P: Uhm, I would just say it's like kind of harsh at times, but mainly it's a dry D: OK, OK. And then you said dry cough so no sputum or blood right? -P: No. +P: No. D: OK. Have you ever experienced anything like this in the past? @@ -62,13 +62,13 @@ D: OK, how about fatigue? P: I have been a bit tired in the last few days. The fevers at night and morning. Just feeling a little bit crummy, just not really energetic, energetic to do anything. -D: Yeah, for sure. +D: Yeah, for sure. P: Just been planner, just sitting on the couch. D: OK. Any changes to your hair, nails, or skin, like rashes? -P: No, I haven't noticed anything like that. +P: No, I haven't noticed anything like that. D: OK, you mentioned loss of smell. Do you have a runny nose or a stuffy nose? @@ -120,7 +120,7 @@ P: Um, just maybe in like a little bit with the loss of smell and taste, the foo D: Yeah yeah, that makes sense. Any nausea or vomiting? -P: No. +P: No. D: No, OK. And any changes in terms of urine? @@ -132,9 +132,9 @@ P: No, I've been fortunate otherwise healthy. I had asthma as a kid, but like I D: Oh ok. OK. And what triggers your asthma? -P: I think back then it was just when I did sports and I was running around a lot. I've been fine for the last 10 years at least. +P: I think back then it was just when I did sports and I was running around a lot. I've been fine for the last 10 years at least. -D: OK. OK, that's good. And any surgeries or hospitalizations in the past? +D: OK. OK, that's good. And any surgeries or hospitalizations in the past? P: No. @@ -178,9 +178,9 @@ D: OK, have you ever thought about cutting down? P: Yeah, especially with this pandemic going on, it's been, I've been trying to cut down just because like I don't want to get the, get COVID and then you know my lungs are probably already weaker because of the smoking. So I've been trying to cut down. -D: Yeah, for sure it's good that you're trying to cut down. We have resources to help you if you ever need them. +D: Yeah, for sure it's good that you're trying to cut down. We have resources to help you if you ever need them. -P: Yeah, for sure. +P: Yeah, for sure. D: Do you do marijuana? @@ -192,7 +192,7 @@ P: No, um, besides alcohol, nothing else. D: OK, and then um, I guess I'll ask you about the alcohol, uhm, how much do you drink? -P: Um, um, not that much. I'd probably say like a few times a week when there's a game on. I just grab a couple of beers, but that's about it. +P: Um, um, not that much. I'd probably say like a few times a week when there's a game on. I just grab a couple of beers, but that's about it. D: OK. Uhm, and where do you live right now? @@ -212,7 +212,7 @@ P: Uh, yeah, I I that I'm just wondering like I could it be COVID I I don't know D: Yeah for sure. that's definitely something that we need to rule out, so we will be doing a COVID swab on you and and you will hear back in about 24 to 48 hours with the results. But regardless, because your symptoms overlap with symptoms of COVID especially umm, the loss of smell and taste, we do recommend that you isolate for 14 days and that includes trying to isolate from family members as well. So we'll, that's where we'll start. If it's not COVID, it could be another viral illness that's going around at this time of year. But, we'll start with, we'll start with these COVID swabs. How does that sound? -P: Yeah, that sounds good. I'll, I'll let my work know and yeah, hopefully it comes back negative, but I'll stay away from everyone till then. +P: Yeah, that sounds good. I'll, I'll let my work know and yeah, hopefully it comes back negative, but I'll stay away from everyone till then. D: OK, sounds great, thank you. diff --git a/tests/data/transcripts/RES0050.txt b/tests/data/transcripts/RES0050.txt index c740ce2..cbac670 100644 --- a/tests/data/transcripts/RES0050.txt +++ b/tests/data/transcripts/RES0050.txt @@ -1,4 +1,4 @@ -D: I was wondering if you could tell me what brought you in. +D: I was wondering if you could tell me what brought you in. P: Sure, um, I have been coughing a lot. I've been feeling short of breath and I just feel really wheezy, so I thought I should come check it out. @@ -28,7 +28,7 @@ P: Um, more sputum, and sputum just looks different. D: OK, have you noticed any blood? -P: No blood. +P: No blood. D: OK, and you mentioned you've been you've had a wheeze, when you do you notice that? @@ -36,7 +36,7 @@ P: Uhm, I also, I guess I notice that mostly last night, yeah. D: OK, um and what types of activities have you had shortness of breath? -P: Uhm, I guess walking, doing day to day things has made me feel a little bit more short of breath than I used to feel. +P: Uhm, I guess walking, doing day to day things has made me feel a little bit more short of breath than I used to feel. D: OK. And have you been experiencing any other symptoms besides the cough, wheeze and shortness of breath? @@ -48,7 +48,7 @@ P: My sleep has been, um, pretty normal. It's been, yeah, it's been the same. I D: OK, have you had any ear pain or eye pain? -P: Ear pain, or eye pain? No. +P: Ear pain, or eye pain? No. D: Any discharge from either, either your ears or eyes? @@ -58,7 +58,7 @@ D: OK. Have you had a runny nose? P: No. -D: Or felt congested? +D: Or felt congested? P: No. @@ -96,25 +96,25 @@ P: Ah no, no chest. Well my chest feels, I guess sometimes I, it feels painful b D: OK, do you get chest pain when you exert yourself physically? -P: Uhm, no. +P: Uhm, no. D: OK, so it's just after the coughing? -P: Yeah. +P: Yeah. D: OK and how would you describe the character of the chest pain? Some people will say sharp, dull, achy. P: Um, I would say dull. -D: OK, and have you had any like heart palpitations, feeling like your heart's racing? +D: OK, and have you had any like heart palpitations, feeling like your heart's racing? P: No. D: And how about any episodes where you felt like you were going to faint or, yeah, pass out? -P: No. +P: No. -D: OK. Uhm and have you had any swelling in your feet, ankles, hands? +D: OK. Uhm and have you had any swelling in your feet, ankles, hands? P: No, nothing like that. @@ -132,13 +132,13 @@ P: No, nothing like that. D: And how about any rashes anywhere? -P: No. +P: No. D: OK, and then, sorry, have you had any nausea or vomiting? P: Uh, no. -D: OK. In terms of your past medical history, have you been diagnosed with any conditions before? +D: OK. In terms of your past medical history, have you been diagnosed with any conditions before? P: Uhm, I have high blood pressure and diabetes. @@ -152,7 +152,7 @@ P: Um, just some calcium and vitamin D. D: Any surgeries in the past? -P: Nope. +P: Nope. D: Any allergies to medications? @@ -164,9 +164,9 @@ P: I believe so, but I recently learned that I should get something called the p D: Yeah, you're you're right. So for um, in Canada or anybody or in Ontario, at least, anybody who's older than 65, it's recommended to get this vaccine to protect against certain types of bacterial infections type which can cause pneumonia. So it would be good something that you can set up with your family doctor. -P: OK. +P: OK. -D: Yeah, and so are you, so do you smoke cigarettes? +D: Yeah, and so are you, so do you smoke cigarettes? P: I used to. @@ -182,23 +182,23 @@ D: OK, and any triggers that you can think of you were exposed to either at work P: No, nothing like that. -D: OK, have you traveled anywhere? +D: OK, have you traveled anywhere? P: No. D: Alright, and have you been near anybody who's been sick or has similar symptoms? -P: Uhm, no. +P: Uhm, no. D: Alright, and anybody in the family have a heart or lung condition? -P: Um, no. +P: Um, no. D: Any cancers in the family? -P: Um, there was a liver cancer. +P: Um, there was a liver cancer. -D: OK, and, I think that.. OK, and that was all I wanted to ask on history. Was there anything else that you wanted to tell me today? +D: OK, and, I think that.. OK, and that was all I wanted to ask on history. Was there anything else that you wanted to tell me today? P: Um, no, just um, what do you think the problem is? I've never felt this bad with my shortness of breath before. diff --git a/tests/data/transcripts/RES0051.txt b/tests/data/transcripts/RES0051.txt index 4d3b04b..7928989 100644 --- a/tests/data/transcripts/RES0051.txt +++ b/tests/data/transcripts/RES0051.txt @@ -12,7 +12,7 @@ P: No. D: Okay, are you bringing up any blood? -P: No. +P: No. D: OK, have you been coughing at night time as well? Is it interfering with your sleep? Or is the cough just during the day? @@ -44,17 +44,17 @@ P: No, no I don't think so. D: OK, and have you had any difficulties breathing or short of breath? -P: No. +P: No. D: OK. And have you had any symptoms like this before? -P: No, nothing like this. +P: No, nothing like this. D: OK. And how has your energy level been? Have you been fatigued? -P: A little bit, yes. +P: A little bit, yes. -D: OK. Have you had any changes to your vision or or hearing? +D: OK. Have you had any changes to your vision or or hearing? P: No. @@ -72,33 +72,33 @@ P: I don't know about fevers. I guess I was feeling a little bit hot last night, D: OK, so possibly a fever. I will certainly check your temperature today to investigate that. Have you had any night sweats? -P: Umm, no night sweats. +P: Umm, no night sweats. -D: Alright. And have you had any weight loss in the last few months? +D: Alright. And have you had any weight loss in the last few months? -P: No. +P: No. D: OK. And have you had any chest pain? P: No chest pain. -D: Have you noticed any heart palpitations or heart racing? +D: Have you noticed any heart palpitations or heart racing? P: No. D: Right, OK, have you had any wheezing? -P: No. +P: No. D: Alright. And have you had any abdominal pain? -P: No. +P: No. D: Any nausea or vomiting? P: No. -D: OK, how about any urinary problems? +D: OK, how about any urinary problems? P: No. @@ -116,7 +116,7 @@ P: No. D: OK, so the cough started 5 days ago, you had a sore throat, you've been feeling a bit more tired and haven't been able to taste your food for the last couple of days. -P: Yes. +P: Yes. D: OK. Have you been diagnosed with any medical conditions before? @@ -136,19 +136,19 @@ P: Umm, possibly penicillin. D: OK, do you know what the reaction was? -P: I think I had a rash. +P: I think I had a rash. D: OK. Are your immunizations up to date? P: I think, yeah, I think so. -D: Excellent and any surgeries before? +D: Excellent and any surgeries before? -P: Umm, no. +P: Umm, no. D: And have you been in the hospital for any reason? -P: Umm, no, no. +P: Umm, no, no. D: OK. And are you in school now? @@ -172,15 +172,15 @@ P: I live with two of my younger siblings and my mom and dad. D: OK, and is there any physical or verbal abuse in the home? -P: No. +P: No. D: OK, so you do feel safe in the home? -P: Yes yes. +P: Yes yes. D: OK. And do you smoke cigarettes? -P: I don't. +P: I don't. D: OK and I know some people in your age group might even start using other types of substances. Have you noticed anything like that, or have you used anything like that? @@ -192,7 +192,7 @@ P: I have had a sip of wine, but that's that's about it. D: OK, great. And has anybody in your family had had similar symptoms? -P: No, I don't think so. +P: No, I don't think so. D: OK, um and anybody in the family have asthma or lung conditions? @@ -204,7 +204,7 @@ P: I think Crohn's disease. D: OK, and umm, who in the family has that? -P: My father. +P: My father. D: OK, so that was everything that I wanted to ask today, was there anything else you wanted to tell me? diff --git a/tests/data/transcripts/RES0052.txt b/tests/data/transcripts/RES0052.txt index eef7880..436c385 100644 --- a/tests/data/transcripts/RES0052.txt +++ b/tests/data/transcripts/RES0052.txt @@ -1,6 +1,6 @@ D: Would you mind by starting to tell me what brought you in? -P: Sure, my 5 year old daughter, I noticed that she's been coughing a lot over the past two days. She sounds like she has a stuffy nose and now she's got this pink eye so I just wanted to get it checked out by you. +P: Sure, my 5 year old daughter, I noticed that she's been coughing a lot over the past two days. She sounds like she has a stuffy nose and now she's got this pink eye so I just wanted to get it checked out by you. D: Yeah, for sure. So the cough started 5 days ago? @@ -12,7 +12,7 @@ P: Yes, it sounds harsh. D: OK, alright was there anything that changed two days ago that might have triggered the cough? -P: I don't think so, although she does go to daycare. +P: I don't think so, although she does go to daycare. D: OK, uh and so has she been bringing up any sputum with the cough? @@ -36,27 +36,27 @@ P: That was just yesterday. D: OK, any discharge from the eyes? -P: No. +P: No. D: OK, nothing like that? No tearing or anything like that? -P: No. +P: No. D: OK. Umm and has she complained about any like changes to vision? P No, not really, just the pain. -D: No. OK, uh, and how about any itchiness in the eyes? +D: No. OK, uh, and how about any itchiness in the eyes? -P: She's been rubbing it and so it's possibly itchy. +P: She's been rubbing it and so it's possibly itchy. D: OK. And have you noticed any mucus coming out? -P: Umm, no, it's actually stuffy. +P: Umm, no, it's actually stuffy. D: OK -P: Yeah, not so much mucous. +P: Yeah, not so much mucous. D: OK, has she mentioned anything about losing smell? @@ -68,11 +68,11 @@ P: She just sounds like she's congested. D: OK. Umm any sore throat? -P: Umm, possibly. +P: Umm, possibly. D: OK, how has she been eating? -P: Um, she's been eating OK. I guess she's been eating alittle less than usual. +P: Um, she's been eating OK. I guess she's been eating alittle less than usual. D: OK umm, would you say that she's been going to the bathroom as often as normal? @@ -80,7 +80,7 @@ P: Yep, I would say so. D: No changes there, OK. Um and has she had any loss of taste? -P: Umm, possibly since she's not eating as much. +P: Umm, possibly since she's not eating as much. D: OK. Any fevers or chills? @@ -88,7 +88,7 @@ P: Um, she did feel a little bit hot, but I didn't take her temperature. D: OK, so hot. We will definitely check for fever today. Any night sweats? -P: Umm, no. +P: Umm, no. D: OK. And has she been gaining weight OK? @@ -96,15 +96,15 @@ P: Yep, Yep, no change, nothing abnormal there. D: OK, and has she been complaining about having any stomach pains? -P: Umm, no. +P: Umm, no. -D: OK, has she had any nausea or vomiting? +D: OK, has she had any nausea or vomiting? P: Um no no. D: OK, and how about any painful urination? -P: No. +P: No. D: OK, and any diarrhea?\ @@ -112,13 +112,13 @@ P: Umm, no. D: OK, and has she mentioned anything about headaches? -P: No. +P: No. D: OK. And how about any aches or pains anywhere? P: Uh, no, I don't think so. -D: Have you noticed any rashes? +D: Have you noticed any rashes? P: No. @@ -128,17 +128,17 @@ P: No. D: OK. And any reason for her to be hospitalized? -P: Uh, no. +P: Uh, no. D: OK, um does she take any medications regularly? -P: Um, no. +P: Um, no. -D: OK, does she have any allergies to medications? +D: OK, does she have any allergies to medications? -P: Umm, no. +P: Umm, no. -D: Alright, any surgeries before? +D: Alright, any surgeries before? P: Umm, no. @@ -146,9 +146,9 @@ D: Any concerns with her growth or development? P: Umm, no, everything's been pretty normal. -D: OK, and any concerns about her vision or hearing? +D: OK, and any concerns about her vision or hearing? -P: No. +P: No. D: OK. And can tell you tell me a little bit about the living situation currently? Are you the primary caregiver? @@ -156,31 +156,31 @@ P: I am. D: OK, and who else is in the home? -P: Her father. +P: Her father. D: OK, are there any pets around? -P: No. +P: No. D: Alright. And does anybody in the house smoke? -P: No, no one smokes. +P: No, no one smokes. D: OK, any exposures in the house to like carpets or dust or inhalants that might bring on a cough? -P: No. +P: No. D: OK. Ummm and uhh anybody in the family been sick? -P: No. +P: No. D: OK, and how about anybody you mentioned at the daycare? Was anybody been sick there? -P: No, I don't think so. I contacted them and checked, but it seems like no one's been sick. +P: No, I don't think so. I contacted them and checked, but it seems like no one's been sick. D: OK, and you say you haven't traveled anywhere? -P: Oh no, no, not recently. +P: Oh no, no, not recently. D: OK. And any lung conditions or heart conditions that run in the family? diff --git a/tests/data/transcripts/RES0053.txt b/tests/data/transcripts/RES0053.txt index 3b3ff83..c28c892 100644 --- a/tests/data/transcripts/RES0053.txt +++ b/tests/data/transcripts/RES0053.txt @@ -14,9 +14,9 @@ P: No, we're a little scared to give him anything. He's so young. He's 2 1/2. We D: OK, good. And if you were to describe the quality of this cough, would you say it's barky? Is it harsh? -P: Barky might be a good word to describe it, like he's had colds before his coughs were quiet but this sounds harsh. It sounds like he's really trying to cough hard there. Very violent sometimes. +P: Barky might be a good word to describe it, like he's had colds before his coughs were quiet but this sounds harsh. It sounds like he's really trying to cough hard there. Very violent sometimes. -D: OK OK. And has he ever had a cough like this in the past? +D: OK OK. And has he ever had a cough like this in the past? P: No, never. @@ -30,7 +30,7 @@ P: Sputum like phlegm,no he doesn't bring anything up really, so dry. D: OK so no blood as well right? -P: No blood. +P: No blood. D: OK, does he have any shortness of breath with his cough? @@ -42,15 +42,15 @@ P: No, not really. He's able to breathe. I can't really hear him breathing that D: OK, and any reason for you to think he has chest pain? -P: He hasn't any sort of chest pain. He says his throat hurts, but I don't think it's his chest. +P: He hasn't any sort of chest pain. He says his throat hurts, but I don't think it's his chest. -D: Has he had any fevers? +D: Has he had any fevers? -P No. +P No. D: Any change in his hair, nails or skin like rashes? -P: No, no rashes. +P: No, no rashes. D: How about weight loss? @@ -58,7 +58,7 @@ P: No weight loss, he's a fairly healthy kid. D: And his vision and hearing are normal? -P: You know, I haven't gotten him formally assessed yet, but seems to be able to read pretty well from a distance. He's not in school yet, but I haven't noticed anything, and he can hear fine. I think he responds when I call. +P: You know, I haven't gotten him formally assessed yet, but seems to be able to read pretty well from a distance. He's not in school yet, but I haven't noticed anything, and he can hear fine. I think he responds when I call. D: OK, has he had a stuffy or runny nose? @@ -74,17 +74,17 @@ P: Well, we've been kind of spoiling him a bit, just giving him ice cream. His t D: OK, so he has a little bit of a sore throat as well? -P: Yeah. +P: Yeah. D: OK OK, and then any dizziness or fainting spells that you've noticed? -P: No fainting or dizzy spells, but he's really gassed after he has like a coughing fit and he doesn't want to stand up, he'll just be sitting down or he wants to be held. +P: No fainting or dizzy spells, but he's really gassed after he has like a coughing fit and he doesn't want to stand up, he'll just be sitting down or he wants to be held. D: OK, is he more irritable than usual? P: Yeah after he has a bad coughing fit, he wants to be soothed and he'll be crying, but it's just more of because he's worn out, I believe he's tired. -D: Yeah, OK, and then any confusion or memory loss? +D: Yeah, OK, and then any confusion or memory loss? P: No. @@ -94,7 +94,7 @@ P: Oh yeah, process of potty training him, but no, no real changes. D: OK, so no diarrhea, no constipation, no blood in the stool? -P: No. +P: No. D: OK and he's passing gas? @@ -104,25 +104,25 @@ D: Any nausea or vomiting? P: No. We haven't been really feeding him solid meals, it's because he's been sick, we've been trying to give him soup and liquids for the most part because his throat hurts, but he's able to keep them down. So no, no nausea, no vomiting. -D: OK, and then how about changes in his appetite? +D: OK, and then how about changes in his appetite? -P: Yeah, he's not eating as much but still, we're trying to force food into him to keep his energy up. Most of time he always will be asking for snacks in the afternoon, but now not so much. +P: Yeah, he's not eating as much but still, we're trying to force food into him to keep his energy up. Most of time he always will be asking for snacks in the afternoon, but now not so much. D: OK. Alright and any anything else that I missed that he's been experiencing over the past few days? -P: No, just the cough. +P: No, just the cough. D: OK, and then he otherwise healthy? Does he have any longstanding medical conditions? -P: No longstanding medical conditions. Yeah, nothing really. We had a little bit of stay in the NICU, just because he was a little bit underweight, but no, nothing really. +P: No longstanding medical conditions. Yeah, nothing really. We had a little bit of stay in the NICU, just because he was a little bit underweight, but no, nothing really. D: OK. And then his mother's pregnancy with him? Any complications at that point? -P: Yeah he's a little pre term. 34 weeks I think. +P: Yeah he's a little pre term. 34 weeks I think. D: OK, was he also underweight too? You mentioned just a little bit. -P: Yeah. +P: Yeah. D: OK, and any complications during the actual delivery? @@ -146,15 +146,15 @@ P: No, OK we give him like a flintstone gummy. D: OK, is he up to date with all his immunizations? -P: Yeah. +P: Yeah. -D: Any allergies? +D: Any allergies? P: Not that we know of. D: Any family history of lung conditions? -P: So my grandfather, so his greatgrandfather I suppose passed away from lung cancer. He was a heavy smoker though. On my mom's side there's some breast cancer. No, nothing really that comes to mind for lungs. +P: So my grandfather, so his greatgrandfather I suppose passed away from lung cancer. He was a heavy smoker though. On my mom's side there's some breast cancer. No, nothing really that comes to mind for lungs. D: And any heart conditions? @@ -182,24 +182,24 @@ P: No, with covid and everything, we have just been keeping to ourselves. D: And with who and where does he live? -P: He lives with me and his mother in a house +P: He lives with me and his mother in a house D: OK. Any old carpets or mold or concerns for asbestos? Anything like that at home? -P: I don't know when this house is built. I don't think there's any asbestos in it and it's all hardwood. So no. +P: I don't know when this house is built. I don't think there's any asbestos in it and it's all hardwood. So no. D: OK, good. Anyone at home smoke? -P: No, no. +P: No, no. D: OK, good. So those were all the questions that I had. Do you have any questions for me? P: No, no that's it, no. -D: OK, well, from the sounds of it, he most likely has some sort of viral infection. We will do a COVID swap to rule that out because some symptoms do seem to overlap with COVID and we want to make sure to rule that out. So we'll take a swab. Those PCR results should come back in about 24 to 48 hours. In the meantime, he should isolate for 14 days at home and if it's not COVID, it could be another viral infection like parainfluenza, also known as croup. So for that, for any of these viral infections, actually the best treatment is to stay at home and make sure that he's very well hydrated and eating well. If his symptoms persist for three to five days or more, or if his symptoms worsen, especially if he has like a seizure or urological issues, he should go to the ER and if his symptoms do become worse, we can also prescribe him some steroids or epinephrine just to open up his airways. And if it's really, really bad he might be hospitalised as well. So just keep an eye on on that for now. And if you have any +D: OK, well, from the sounds of it, he most likely has some sort of viral infection. We will do a COVID swap to rule that out because some symptoms do seem to overlap with COVID and we want to make sure to rule that out. So we'll take a swab. Those PCR results should come back in about 24 to 48 hours. In the meantime, he should isolate for 14 days at home and if it's not COVID, it could be another viral infection like parainfluenza, also known as croup. So for that, for any of these viral infections, actually the best treatment is to stay at home and make sure that he's very well hydrated and eating well. If his symptoms persist for three to five days or more, or if his symptoms worsen, especially if he has like a seizure or urological issues, he should go to the ER and if his symptoms do become worse, we can also prescribe him some steroids or epinephrine just to open up his airways. And if it's really, really bad he might be hospitalised as well. So just keep an eye on on that for now. And if you have any questions or concerns, just give us a call. How does that sound? -P: A little scary. Sounds good. OK, I'll just keep an eye on him for the next five days. +P: A little scary. Sounds good. OK, I'll just keep an eye on him for the next five days. D: Give us a call if his symptoms are becoming worse or if they're not resolving and we will try to do an assessment on him. Of course we will do a physical exam today and will let you know how severe his symptoms are. Most children will get over their infection on their own and he likely won't need any additional treatments. diff --git a/tests/data/transcripts/RES0055.txt b/tests/data/transcripts/RES0055.txt index 6c4a3be..7b74e74 100644 --- a/tests/data/transcripts/RES0055.txt +++ b/tests/data/transcripts/RES0055.txt @@ -2,13 +2,13 @@ D: What brings you in? P: Hi, yes I just came in today because I've been a bit concerned about some breathing difficulties over the last few days. It all started out with like a cough over the last week, but now I'm having trouble breathing as well. -D: Oh OK, well I'm sorry to hear that. So you said a cough as well, so the cough at least a week back and the shortness of breath or difficulty breathing, when did that start? +D: Oh OK, well I'm sorry to hear that. So you said a cough as well, so the cough at least a week back and the shortness of breath or difficulty breathing, when did that start? P: So yeah, the cough, I usually have a cough. I've had COPD for a long time, but this past week the coughing has been much worse with a lot of more sputum and. Other than that, it started I would say two to three days ago. The cough got worse and then every time I'm moving around I like have to sit down and catch my breath, which is pretty abnormal for me. D: OK yeah, so alright. So let's focus on the cough first. You said it's a wet cough? -P: Yes, I am producing a lot of sputum. +P: Yes, I am producing a lot of sputum. D: OK, what color is your sputum? @@ -20,7 +20,7 @@ P: No, I don't think so. But there's definitely like a lot more than what I usua D: OK, umm this cough, does it sound harsh, barky or does it sound muffled? -P: I would say it's a bit harsh at times. I wouldn't say it's barky or muffled. I do find myself wheezing a little over the last few days as well. +P: I would say it's a bit harsh at times. I wouldn't say it's barky or muffled. I do find myself wheezing a little over the last few days as well. D: OK. Do you find you have any chest pain associated with the shortness of breath? @@ -28,11 +28,11 @@ P: Oh no, I don't really have any pains. D: OK, and have you ever experienced anything like this before? -P: I did a couple of years ago, I had to be admitted because I had some shortness of breath. +P: I did a couple of years ago, I had to be admitted because I had some shortness of breath. D: OK. -P: But that was, I think, two years ago. +P: But that was, I think, two years ago. D: OK. And when you were admitted two years ago, did they tell you what you had? @@ -50,37 +50,37 @@ D: OK, any weight loss? P: No. -D: OK, how about changes in your hair or nails like or or skin like rashes? +D: OK, how about changes in your hair or nails like or or skin like rashes? -P: Umm, no. +P: Umm, no. D: Any changes in your vision or hearing? -P: Nope. +P: Nope. D: And how about smell or taste? -P: Umm, no. I think they're the same. +P: Umm, no. I think they're the same. D: OK. Have a stuffy nose or runny nose? -P: I do feel a bit stuffy, but it's not too bad. +P: I do feel a bit stuffy, but it's not too bad. D: OK. And any swelling in your in your legs or upper limbs? P: No, not that I know. -D: How about calf pain? +D: How about calf pain? P: Nope. D: Dizziness or fainting spells? -P: No. +P: No. D: Headaches? -P: No headaches. +P: No headaches. D: Memory loss or confusion? @@ -88,15 +88,15 @@ P: Nope. D: Changes in your bowel movement or abdominal pain? -P: Nope. +P: Nope. D: Changes to urinating? -P: No, that's all fine +P: No, that's all fine D: OK, so besides the COPD, do you have any other longstanding conditions? -P: I do have some high blood pressure which I take, I think I take one of these medications called metoprolol. +P: I do have some high blood pressure which I take, I think I take one of these medications called metoprolol. D: OK, and when was the last time you had your blood pressure checked? @@ -106,7 +106,7 @@ D: Oh, I see. OK, any hospitalizations besides the one that you had for COPD a y P: Umm, back when I was a kid I had my tonsils removed. -D: OK, are you on any medications besides the metoprolol? +D: OK, are you on any medications besides the metoprolol? P: I do take multivitamins.I think that's yeah, that's about it. @@ -136,11 +136,11 @@ P: Umm, no I don't think so. Yeah, no, I don't think so. D: OK. How about heart conditions? -P: Yeah, my father died of a heart attack in his 60s. +P: Yeah, my father died of a heart attack in his 60s. D: OK. Alright, any cancers? -P: My uncle had skin cancer. +P: My uncle had skin cancer. D: OK. Do you know what type of skin cancer like melanoma, basal cell, squamous cell? @@ -158,7 +158,7 @@ D: Umm, have you ever thought about quitting? P: Yeah I did. I did once and then went back onto it. I definitely do smoke less than before though. OK, but yeah, I don't think I'm ready to quit yet. -D: OK, yeah no problem. Do you drink alcohol? +D: OK, yeah no problem. Do you drink alcohol? P: Umm, yeah, maybe once a week I would have a small Cup of whiskey. @@ -168,7 +168,7 @@ P: No, no marijuana, no other drugs. D: OK, and where do you live right now? -P: Right now I live in a small bungalow in London. +P: Right now I live in a small bungalow in London. D: OK, any reasons to believe there are carpets, dust, mold, asbestos, anything that could be triggering your COPD? @@ -176,7 +176,7 @@ P: Umm, I don't think so. Everything is pretty up to date. D: OK, have you had any contact with anyone that's been sick recently? -P: No, I've been mostly trying to isolate and like just be in my own home. +P: No, I've been mostly trying to isolate and like just be in my own home. D: OK, how about travel to anywhere? @@ -188,6 +188,6 @@ P: Yeah, I was just worried if it can be COVID or if it's just like another infe D: Yeah, so we're definitely going to do a COVID swab on you and those results should take about 24 to 48 hours to come back to you. And in the meantime, because your symptoms do overlap with COVID, you should isolate for 14 days. Public health will be in touch with you if it's positive to do some contact tracing. If it's not COVID, it could be another viral infection that's been going around during this time of year which is likely because you have COPD, since you're already coughing more than you usually are and seeing more sputum. We will reassess to see whether your puffers are working. If we need to add any additional things like inhaled corticosteroids as well as antibiotics and so just keep an eye on your symptoms for now and will also want to do probably a chest X Ray and possibly a pulmonary function test. How does that sound? -P: Thank you. +P: Thank you. D: OK yeah no problem. diff --git a/tests/data/transcripts/RES0056.txt b/tests/data/transcripts/RES0056.txt index 487898a..0a68a1a 100644 --- a/tests/data/transcripts/RES0056.txt +++ b/tests/data/transcripts/RES0056.txt @@ -8,11 +8,11 @@ P: Yeah, around a week ago OK and the fever started two to three days ago. Yeah, D: Ok, have you taken your temperature? You said you haven't taken your temperature right? -P: No. +P: No. D: OK. So let's focus on the cough. Is it persistent or does it come and go? -P: I think the cough is pretty persistent over the last week. +P: I think the cough is pretty persistent over the last week. D: OK, and does it get worse with like cold air or dust? Like maybe pets or anything like that? @@ -20,7 +20,7 @@ P: No, I think it stays around the same. D: OK, umm, does it get better with anything? Have you tried any over the counter cough syrup? -P: Yes, I tried tylenol cold and liked it. I think it made it a bit better, like it helped me sleep. Other than that, during the day, it's still around the same. +P: Yes, I tried tylenol cold and liked it. I think it made it a bit better, like it helped me sleep. Other than that, during the day, it's still around the same. D: OK, and how would you describe this cough? Is it barky? Is it harsh? Does it sound muffled? @@ -34,9 +34,9 @@ D: OK, is it ever green or do you ever see blood in there? P: No, I haven't seen any of that. -D: OK. And have you ever had a cough like this before? +D: OK. And have you ever had a cough like this before? -P: Umm, yeah, probably like in the last year, maybe I have gotten sick like once and had a similar cough. +P: Umm, yeah, probably like in the last year, maybe I have gotten sick like once and had a similar cough. D: OK, do you have a sore throat? @@ -44,7 +44,7 @@ P: No, I don't have a sore throat. D: Is this cough getting worse? -P: It's, I think not really, it stayed around the same and I definitely feel a bit better with the tylenol cold. +P: It's, I think not really, it stayed around the same and I definitely feel a bit better with the tylenol cold. D: OK, good. Any changes in your taste or smell? @@ -52,9 +52,9 @@ P: No, no changes. D: OK, any changes in hearing or vision? -P: Nope. +P: Nope. -D: And did you have in the past week a runny or stuffy nose? +D: And did you have in the past week a runny or stuffy nose? P: No. @@ -68,7 +68,7 @@ P: No, no changes to the skin. D: OK, any shortness of breath? -P: No, no. +P: No, no. D: How about wheezing? @@ -88,15 +88,15 @@ P: No, no, nothing like that. D: OK, how about a calf pain? -P: No, no. +P: No, no. D: Any dizziness or fainting spells? -P: No, nothing like that. +P: No, nothing like that. D: Headaches? -P: No. +P: No. D: Confusion or memory loss? @@ -112,11 +112,11 @@ P: Everything normal there. Yeah, no trouble. D: OK,nausea or vomiting? -P: No. +P: No. D: Joint pain or muscle ache? -P: No, I don't think so. +P: No, I don't think so. D: OK. Any Contacts with sick people around you recently? @@ -134,7 +134,7 @@ D: Are you otherwise healthy? Do you have any longstanding medical conditions? P: Just as a child. I had, probably in my teens, had my appendix removed, but nothing other than that. -D: OK. OK, no hospitalizations other than that too, right? +D: OK. OK, no hospitalizations other than that too, right? P: No, No. @@ -148,7 +148,7 @@ P: Yeah, as far as I know. D: OK, how about allergies? -P: I do have like some, I get some runny nose around spring time probably I think I'm allergic to pollen. +P: I do have like some, I get some runny nose around spring time probably I think I'm allergic to pollen. D: OK. And any family history of lung conditions? @@ -156,7 +156,7 @@ P: No, not that I know. D: How about heart conditions? -P: No, I think my father has high blood pressure if that's like a heart condition. +P: No, I think my father has high blood pressure if that's like a heart condition. D: OK, sure. And how old was he when he got that? @@ -176,11 +176,11 @@ P: No, I don't smoke. D: How about marijuana? -P: Marijuana just maybe like one or two joints in a month, just when I'm feeling that I need to relax a little. +P: Marijuana just maybe like one or two joints in a month, just when I'm feeling that I need to relax a little. D: OK, sure and by joint, you said once a month right? -P: Yeah, once per month. +P: Yeah, once per month. D: OK, any other drugs? @@ -192,7 +192,7 @@ P: I live in London right now. I live with my wife in an apartment. D: OK, any reasons to think you have old carpet mold or asbestos? -P: No, it's a fairly new apartment. +P: No, it's a fairly new apartment. D: OK, and well those are all the questions that I had for you today. Did you have any questions for me? diff --git a/tests/data/transcripts/RES0057.txt b/tests/data/transcripts/RES0057.txt index 4edec7c..081b350 100644 --- a/tests/data/transcripts/RES0057.txt +++ b/tests/data/transcripts/RES0057.txt @@ -12,7 +12,7 @@ P: Yeah, not really. Actually, it's been well, but just bad after I cough. D: So say walking up the stairs or doing any exercise doesn't make it worse? -P: Not really, I've been able to do the same amounts of of activity I guess. +P: Not really, I've been able to do the same amounts of of activity I guess. D: OK, so there's really no relationship with activity with your shortness of breath. OK, and I can see that you're able to sort of talk in full sentences. OK, how is it making it difficult for you to do things at home, your difficulty breathing? @@ -20,13 +20,13 @@ P: I am a little bit, I mean, I feel I just haven't been feeling very good overa D: OK, and your cough, you said that started three days ago. Is it a dry cough or wet cough? -P: It's dry. It's a dry cough. +P: It's dry. It's a dry cough. D: OK, and there's no sputum production with it? Anything coming up at all? -P: No, I haven't noticed anything like that. +P: No, I haven't noticed anything like that. -D: OK, and is there anything that's making the cough better? Did you take anything? Any medications for it? +D: OK, and is there anything that's making the cough better? Did you take anything? Any medications for it? P: I tried some over the counter stuff but it didn't help. @@ -68,7 +68,7 @@ P: No, I haven't noticed that. D: What about your sense of taste? Are you able to taste things? -P: Yeah, I think so. +P: Yeah, I think so. D: Have you noticed any rash anywhere on your body? @@ -84,7 +84,7 @@ P: No, I haven't had any. D: OK. Alright, well it sounds like you have multiple symptoms right now that started about 3 days ago. You're feeling tired, you have a headache, difficulties breathing, some muscle aches and you've been feeling feverish. You've also had this cough, and your nose is feeling congested. Is there anything else that that you've been experiencing over the past three days that I haven't talked about yet? -P: No, as you mentioned, the headache's there too, then yeah, that's everything. +P: No, as you mentioned, the headache's there too, then yeah, that's everything. D: OK, umm, alright, can you tell me about your past medical history? Do you have any medical conditions? @@ -92,7 +92,7 @@ P: Yeah, I have asthma and GERD I think. D: Umm, does the shortness of breath that you're experiencing feel similar to the asthma attacks in any way? -P: No, I haven't had any issues with like asthma attacks in a long time. +P: No, I haven't had any issues with like asthma attacks in a long time. D: Do you have an inhaler? @@ -106,13 +106,13 @@ D: Uh, and other than that, have you had any any surgeries in the past? P: Uh, I had a colonoscopy two years ago. -D: Any reason for that? +D: Any reason for that? -P: Uhh, my father had colon cancer when he was in his 60s. +P: Uhh, my father had colon cancer when he was in his 60s. D: I see OK, and any hospitalizations? -P: No. +P: No. D: OK. Do you take any medications? I know you have puffers. Any medications, including over the counter pills? @@ -124,7 +124,7 @@ P: Yeah, I have environmental allergies. I think like usually they come on in th D: In terms of family histories, you did mention that your dad had colon cancer. Any other medical problems that that run in your family? -P: Umm, no. +P: Umm, no. D: OK. And do you currently smoke? @@ -132,7 +132,7 @@ P: No, I don't and have never smoked in the past. D: OK, what about marijuana? -P: Umm, no. +P: Umm, no. D: OK, do you or have you ever had alcohol? @@ -144,7 +144,7 @@ P: Like a long time ago, maybe when I was in college, once or twice. D: Alright, sounds good, and have you had any contact with any sick people? Anyone who's sick recently? -P: Not that I know of. I mean, I went to a few stores here and there that I had been going to. I've been working from home so maybe at one of the stores. And I would imagine I were wearing a mask and of course trying to maintain social distancing as much as possible. But yeah, you never, really know. +P: Not that I know of. I mean, I went to a few stores here and there that I had been going to. I've been working from home so maybe at one of the stores. And I would imagine I were wearing a mask and of course trying to maintain social distancing as much as possible. But yeah, you never, really know. D: What about any other travels or any travels at all outside the city or the country recently? @@ -154,4 +154,4 @@ D: Alright. So I guess that's all I wanted to know. I'll go talk to the attendin P: Yeah, that sounds great. -D: Thank you. OK alright. +D: Thank you. OK alright. diff --git a/tests/data/transcripts/RES0058.txt b/tests/data/transcripts/RES0058.txt index 3579bad..42c00ed 100644 --- a/tests/data/transcripts/RES0058.txt +++ b/tests/data/transcripts/RES0058.txt @@ -1,6 +1,6 @@ D: How are you? -P: I'm doing OK. Thank you. How are you? +P: I'm doing OK. Thank you. How are you? D: I'm well thanks. What brings you in today? @@ -8,27 +8,27 @@ P: So, usually we go to my favorite pizza spot for lunch and these last couple o D: OK, when you say the past couple of days, do you mean two days, three days, four days? -P: I would say the last two days, yeah, just yesterday and today. +P: I would say the last two days, yeah, just yesterday and today. D: OK, so loss of taste, so you can't taste anything or you can only taste some things or you're just not getting the full depth of your taste? -P: Yeah, I really noticed it with the pizza, but with like other things too, it's just a yeah, really plain, it doesn't really have any flavor with the food that I'm eating. +P: Yeah, I really noticed it with the pizza, but with like other things too, it's just a yeah, really plain, it doesn't really have any flavor with the food that I'm eating. -D: OK, so it kind of tastes like cardboard. +D: OK, so it kind of tastes like cardboard. -P: Yeah, kind of, and I think, like, I mean part of that is that I maybe not smelling it as well either. +P: Yeah, kind of, and I think, like, I mean part of that is that I maybe not smelling it as well either. D: Yeah, OK. Umm, did you have any trauma to the area like the mouth area or the nose area in the past couple of days or days leading up to that? -P: Umm, no, not at all, no. +P: Umm, no, not at all, no. D: OK and do you have a fever at all? -P: Umm, I don't think so no. +P: Umm, I don't think so no. -D: OK, you have a cough? +D: OK, you have a cough? -P: Yeah, I've had a cough. +P: Yeah, I've had a cough. D: OK, a similar timeline? @@ -36,23 +36,23 @@ P: Yeah, that's when the cough started, maybe three or four days ago. D: OK. And is it a dry cough or a wet cough? -P: Yeah, it's a dry cough. +P: Yeah, it's a dry cough. D: OK, so no sputum, no blood? P: No sputum and and no blood. -D: And do you feel wheezy at all? +D: And do you feel wheezy at all? P: No wheeziness. D: How about shortness of breath? -P: Umm, maybe after coughing, I've had a hard time catching my breath. +P: Umm, maybe after coughing, I've had a hard time catching my breath. -D: OK, sure, yeah. And how about any fatigue? Do you feel like you're more tired than usual? +D: OK, sure, yeah. And how about any fatigue? Do you feel like you're more tired than usual? -P: Yeah, these past few days I have definitely. I felt more tired, I've been sleeping a lot more throughout the day and just I don't know, kind of lazy. +P: Yeah, these past few days I have definitely. I felt more tired, I've been sleeping a lot more throughout the day and just I don't know, kind of lazy. D: Yeah, and I know you mentioned you're having a hard time tasting. How about your appetite though? Do you feel like you've lost appetite? @@ -60,7 +60,7 @@ P: I think appetite's been OK. I've been hungry. D: Yeah, OK umm, how about muscle aches? -P: Umm, no, just tired. +P: Umm, no, just tired. D: OK and chest pain? @@ -68,13 +68,13 @@ P: No chest pain. D: Alright, do you have a feeling like your heart's racing? -P: No, nothing like that. +P: No, nothing like that. D: OK, any changes in your bowel movements? P: Umm, yeah, well, I had diarrhea this morning actually. -D: OK, so some diarrhea this morning. +D: OK, so some diarrhea this morning. P: None before that though. It was just the one or kind of two times, but it hasn't happened since then. @@ -84,23 +84,23 @@ P: No. D: No blood in your stool? -P: I know I didn't see anything red. +P: I know I didn't see anything red. D: OK, how about your stool seeming like it's very dark? Almost to the point where it looks black? -P: Oh no, it it wasn't dark like that. +P: Oh no, it it wasn't dark like that. D: OK, good, any abdominal pain? -P: No. +P: No. D: Any issues swallowing food? -P: Umm, no issues swallowing food. My throat has felt a bit itchy. I mean I've been coughing alot. +P: Umm, no issues swallowing food. My throat has felt a bit itchy. I mean I've been coughing alot. D: Does it feel sore as well? -P: Not really or just kind of yeah, kind of scratchy. +P: Not really or just kind of yeah, kind of scratchy. D: OK, have you had a runny nose or a blocked nose? @@ -108,7 +108,7 @@ P: Umm, not really. D: No, OK, any rashes? -P: Umm, no. I haven't noticed any rashes. +P: Umm, no. I haven't noticed any rashes. D: OK, and are things normal with your urine? @@ -116,11 +116,11 @@ P: Yeah they are. D: How about dizziness or fainting spells? -P: Umm, a little bit dizzy I when I got out of bed this morning, but we sat back down for a couple of minutes. I felt better. +P: Umm, a little bit dizzy I when I got out of bed this morning, but we sat back down for a couple of minutes. I felt better. D: OK, good good. Do you think that this morning you were dizzy because you were dehydrated? Or is this like a normal thing for you? -P: I mean, I guess I could have been dehydrated. I didn't even think of that, but I mean, since the food didn't taste so great, I don't know. I probably didn't eat as much yesterday or the last couple of days. Maybe I haven't eaten as much. +P: I mean, I guess I could have been dehydrated. I didn't even think of that, but I mean, since the food didn't taste so great, I don't know. I probably didn't eat as much yesterday or the last couple of days. Maybe I haven't eaten as much. D: OK, Yep. OK, do you feel weak? @@ -132,7 +132,7 @@ P: Umm, no, I have been able to do some of my school work. D: OK, good. And you mentioned no rashes, right? -P: No rash. +P: No rash. D: OK, any weight loss over the past couple of months? @@ -146,9 +146,9 @@ D: OK, so kind of like you have a fever? P: Yeah, I guess so, maybe. -D: Sure any muscle aches? +D: Sure any muscle aches? -P: Umm, no muscle aches. +P: Umm, no muscle aches. D: Have you been around anyone who's been sick recently? @@ -172,7 +172,7 @@ P: Possibly cats but we don't have any pets at home. D: OK, good have you been around cats recently? -P: No. +P: No. D: OK and then any hospitalizations or surgeries in the past? @@ -184,7 +184,7 @@ P: I am, yeah. I have my immunization card here actually. D: OK, good. Any family history of lung conditions or heart conditions that you know of? -P: I know my grandfather had lung cancer, but he smoked his whole life also. Also diabetes but don't know if he had any heart problems though. +P: I know my grandfather had lung cancer, but he smoked his whole life also. Also diabetes but don't know if he had any heart problems though. D: OK, I'm sorry I forgot to ask you, are you on any medications? @@ -196,11 +196,11 @@ P: Umm, I don't. D: OK, how about marijuana? -P: Uh, no. Oh, but I guess I use a vape every once in a while.. +P: Uh, no. Oh, but I guess I use a vape every once in a while.. D: With like marijuana? -P: No, it's like those flavored ones. +P: No, it's like those flavored ones. D: Oh OK, yeah. How often do you use that? @@ -212,7 +212,7 @@ P: I think there might be, but umm, I don't know. I usually just buy the flavore D: OK, well, you should probably look into if it has tobacco or nicotine, because neither of those are good for your health. And so we can, you know, have a discussion later on trying to cut down or quitting completely if you are open to that. -P: Yeah, sure. +P: Yeah, sure. D: I'll just continue on asking you some other questions. Do you drink alcohol? @@ -236,7 +236,7 @@ P: No, I live in a nice place. It's usually like really clean. D: OK, good, umm alright, so those are all the questions I had for you. Did you have any questions or any concerns that you wanted to bring up? -P: I guess the only thing that I was concerned about was possibly having COVID. +P: I guess the only thing that I was concerned about was possibly having COVID. D: Yeah, you know, that's probably top on my list of things to investigate you for, so I would say COVID or other viral illnesses that could be going around this time of year. That would have less of a similar presentation, and so we will do a COVID swab for you. And in the meantime, if you could isolate for 14 days, regardless of whether the swab comes back positive or negative, and that would be great. If the swab comes back positive, we will notify public health and they'll try to trace where you could have caught this from and if it turns out it's not a viral illness, we will try to work you up for any bacterial infections which can be treated with antibiotics. So that's where we will start, does that sound good? diff --git a/tests/data/transcripts/RES0059.txt b/tests/data/transcripts/RES0059.txt index cf939f0..ead940f 100644 --- a/tests/data/transcripts/RES0059.txt +++ b/tests/data/transcripts/RES0059.txt @@ -4,27 +4,27 @@ P: Oh, not too great I've had this cough the last few days. D: OK, umm, how old are you? -P: I'm 36. +P: I'm 36. D: OK, so for the past couple of days you said, so is that two days? Three days? -P: I think 3 three days. +P: I think 3 three days. D: OK and is it a dry cough or are you bringing up anything? -P: It's dry. +P: It's dry. D: OK, so no sputum, no blood? -P: No blood. +P: No blood. D: OK and do you feel wheezy at all? -P: No, no wheezing. +P: No, no wheezing. D: No shortness of breath? -P: Now I ran to catch the bus yesterday and I was a bit more short of breath than I would usually be. +P: Now I ran to catch the bus yesterday and I was a bit more short of breath than I would usually be. D: OK, and have you had a fever? @@ -32,15 +32,15 @@ P: I've felt hot yes. D: OK, did you actually take your temperature or do you just feel hot? -P: I just got hot. +P: I just got hot. D: OK so we can take your temperature today. Any chest pain? -P: No chest pain. +P: No chest pain. D: OK, and any throat pain? -P: Yeah, my throat's been a little sore, but I thought it was maybe just because I was coughing so much. +P: Yeah, my throat's been a little sore, but I thought it was maybe just because I was coughing so much. D: OK and any issues swallowing food? @@ -48,7 +48,7 @@ P: Umm, no problems swallowing food. D: OK, any changes in your smell? -P: Now that you mention it, yeah I thought it was maybe just plugged up, but I haven't really been able to smell these last few days. +P: Now that you mention it, yeah I thought it was maybe just plugged up, but I haven't really been able to smell these last few days. D: OK, and how about hearing? Any changes in your hearing? @@ -56,15 +56,15 @@ P: No changes there. D: OK any ear pain? -P: No ear pain, no. +P: No ear pain, no. D: OK, any changes in your vision? -P: Umm, I got glasses last year but nothing recently. +P: Umm, I got glasses last year but nothing recently. D: OK and any eye pain or discharge from the eyes? -P: No. +P: No. D: OK, and have you had any night sweats or chills? @@ -72,19 +72,19 @@ P: Nothing like that. D: Any weight loss? -P: No weight loss, no. +P: No weight loss, no. D: OK and then how about changes in your bowel movements? -P: No, everything's been regular there. +P: No, everything's been regular there. D: OK, no diarrhea, no constipation, no blood in your stool? -P: No diarrhea, no constipation, and I haven't noticed any blood. +P: No diarrhea, no constipation, and I haven't noticed any blood. D: OK, any changes in your urine? -P: Uh, no. +P: Uh, no. D: No, OK. Um, how about muscle aches or pains? @@ -96,15 +96,15 @@ P: :Yeah, I would say it started around the same time. D: OK, any dizziness? -P: Uh, no. +P: Uh, no. D: Any confusion or memory loss? -P: No. +P: No. D: OK, any fainting spells? -P: No. +P: No. D: Any rashes? @@ -112,15 +112,15 @@ P: I haven't noticed any rashes. D: OK, so it's your cough and just in general how you feel. Does it get better or worse with anything? Have you tried you know Tylenol and any antipyretics? -P: Yeah, I tried some uh like day and night time Tylenol at home to sleep but still, when I woke up in the morning, still not feeling very good and the cough is still here too. +P: Yeah, I tried some uh like day and night time Tylenol at home to sleep but still, when I woke up in the morning, still not feeling very good and the cough is still here too. D: OK, yeah. Have you ever experienced anything like this before? -P: Maybe as a kid. I mean, I remember getting the flu. I had a cough and that sort of thing, but I haven't been sick for several years now. +P: Maybe as a kid. I mean, I remember getting the flu. I had a cough and that sort of thing, but I haven't been sick for several years now. -D: OK. Umm, and then since you started having this cough too, now has anything changed? How are you feeling worse? Or do you feel kind of the same as when it started? +D: OK. Umm, and then since you started having this cough too, now has anything changed? How are you feeling worse? Or do you feel kind of the same as when it started? -P: I would say I feel a bit worse. +P: I would say I feel a bit worse. D: OK, and has anyone around you been sick recently? @@ -128,11 +128,11 @@ P: Umm, no, not that I know of. Yeah, everybody in the house has been OK. D: OK, have you traveled anywhere recently? -P: Umm, yeah, I was visiting some cousins up North several weeks ago, but that was just traveling within the province. +P: Umm, yeah, I was visiting some cousins up North several weeks ago, but that was just traveling within the province. D: OK, and they're fine? No one is sick? -P: I haven't heard of anybody being sick. +P: I haven't heard of anybody being sick. D: OK, and are you otherwise healthy? Do you have any medical conditions? @@ -140,7 +140,7 @@ P: I've been told I had high cholesterol before. But I don't take any medication D: Sure, OK. No surgeries or hospitalizations in the past? -P: No. +P: No. D: OK and no other medications? @@ -148,19 +148,19 @@ P: Umm, no, I just take a multivitamin. D: Ok, and no other you know over the counter medications or herbal stuff? -P: No, I'll use my Tylenol or Ibuprofen or Advil I guess if I get the occasional headache. And I guess, umm, something like Reactine or Claritin for the seasonal allergies but that's about it. +P: No, I'll use my Tylenol or Ibuprofen or Advil I guess if I get the occasional headache. And I guess, umm, something like Reactine or Claritin for the seasonal allergies but that's about it. D: OK. And so you said seasonal allergies. Any other allergies? -P: Umm, no, just usually like in the springtime. +P: Umm, no, just usually like in the springtime. D: OK, and are you up to date with all your immunizations? -P: Yeah I am. Yeah I get the flu shot every year. +P: Yeah I am. Yeah I get the flu shot every year. D: OK good. And in terms of family history, do any of your family members have lung conditions or heart conditions? -P: I know mom has high blood pressure, but nobody's had a heart attack or, uh, no lung conditions either. +P: I know mom has high blood pressure, but nobody's had a heart attack or, uh, no lung conditions either. D: OK, any cancers that run in the family? @@ -174,17 +174,17 @@ D: OK, how much do you smoke? P: Um, I would say maybe, I enjoy it on the weekends. -D: Did you say a joint on the weekends? +D: Did you say a joint on the weekends? -P: Yes. +P: Yes. D: OK, so is that like 1 milligram? -P: Yeah, I would say something about that. Yeah, it's not much. +P: Yeah, I would say something about that. Yeah, it's not much. D: OK. But no cigarettes though? -P: No. +P: No. D: OK, any other recreational drugs? @@ -198,13 +198,13 @@ D: Sure. And and where do you live? P: I'm just like 20 minutes down the road in a house here. -D: Sure, is it an apartment complex or is it like a full house? +D: Sure, is it an apartment complex or is it like a full house? P: Yeah, it's a single family home. I live there with my wife and three kids. D: OK, um any concerns with your living arrangements you know, like old carpets or anything like that? -P: Actually last year we had most of the carpets taken out, so not anymore. +P: Actually last year we had most of the carpets taken out, so not anymore. D: OK good good. Did you have any other questions or concerns? Anything that you wanted to bring up that I didn't touch on today? @@ -212,7 +212,7 @@ P: Yeah, I was just really worried that this could be COVID. I mean I have a cou D: Yeah, for sure, and I think that's a valid concern. So right now I'm just going through, you know, a list of differential diagnoses that you could possibly have and COVID, it's definitely top on my list and so we will likely get a swab and run those tests and try to get that back to you as soon as we can. It could also be other respiratory infections, especially viral infections this time of the year. And so, if it comes back negative for COVID, it's probably you know something else like respiratory virus or even the flu. So we'll go from there. And if it turns out it's not a viral infection, we will likely see if it's some sort of bacterial infection in which we can prescribe antibiotics for those. But it definitely sounds like there's an infectious picture going on here because of the acuteness of the presentation, and just your symptoms. So we will do afollow up in a week or so. Until then, we will run all these labs. Does that sound good? -P: Alright, yeah, that sounds good, so I guess I will kind of self isolate until the COVID results come back. +P: Alright, yeah, that sounds good, so I guess I will kind of self isolate until the COVID results come back. D: Oh yes please do so. That's that's a great point. I do suggest isolating for two weeks at least if you have any sort of symptoms, because even though the PCR that we do to test for COVID is supposed to be reliable and it's supposed to be specific and sensitive, there are sometimes false negative tests. You know, just to be on the safe side, if you're experiencing any of the symptoms that overlap with COVID symptoms, isolate for two weeks. But by the end of the week we should know what the test results are and then you will know for sure what you have. diff --git a/tests/data/transcripts/RES0060.txt b/tests/data/transcripts/RES0060.txt index 9ae43af..d94ef59 100644 --- a/tests/data/transcripts/RES0060.txt +++ b/tests/data/transcripts/RES0060.txt @@ -1,6 +1,6 @@ D: What brings you in? -P: So I've had a fever that I measured this morning and I had a cough. I've had a cough these last several days. Yeah, today is Friday so it started Monday, so I guess like yeah the cough started four days ago. +P: So I've had a fever that I measured this morning and I had a cough. I've had a cough these last several days. Yeah, today is Friday so it started Monday, so I guess like yeah the cough started four days ago. D: OK, and the fever started four days ago as well? @@ -20,7 +20,7 @@ P: No sore throat. It does get a little scratchy with my cough but hasn't been s D: OK, and do you have any issues swallowing food? -P: No, but I haven't been as hungry. +P: No, but I haven't been as hungry. D: OK, you haven't been as hungry. Um, have you had any changes to your taste? @@ -32,7 +32,7 @@ P: I feel like I've been able to smell. D: OK, do you have a runny nose or a blocked nose? Do you feel congested? -P: Maybe a little runny, but not too bad. +P: Maybe a little runny, but not too bad. D: OK, how about your hearing or vision? Any changes there? @@ -44,11 +44,11 @@ P: No, nothing like that. D: OK, so let's go back to the cough. Um, are you producing any sputum? -P: No sputum. +P: No sputum. D: OK, so it's a dry cough? -P: Yeah it is. +P: Yeah it is. D: OK, any blood associated with the cough? @@ -56,11 +56,11 @@ P: I haven't seen any blood. D: OK, do you feel wheezy at all? -P: I haven't noticed any wheezing. +P: I haven't noticed any wheezing. D: OK, how about shortness of breath? -P: Usually well, after some of my coughing fits, I can be a little bit shorter in breath, but otherwise they've been. +P: Usually well, after some of my coughing fits, I can be a little bit shorter in breath, but otherwise they've been. D: OK, any chest pain? @@ -68,11 +68,11 @@ P: No, I haven't had any chest pain. D: Do you ever feel like your heart's racing? -P: No, I don't. +P: No, I don't. D: OK, and any night sweats or chills? -P: I have felt a little chilly at night, but I haven't had any night sweats. +P: I have felt a little chilly at night, but I haven't had any night sweats. D: OK, and how about weight loss? Have you had any weight loss over the past few months? @@ -80,7 +80,7 @@ P: No, it's been about the same. Maybe down a few pounds over this week as I jus D: OK, yeah. Umm, does anything make the cough better or worse? -P: Umm, no, I can't think of anything. +P: Umm, no, I can't think of anything. D: OK, and how have your bowel movements been? @@ -104,7 +104,7 @@ P: Um, so it's been on and off these last several days so I've been kind of rest D: OK yeah, you said past several days, have you ever had headaches before that? -P: Yeah, I've had, I think they're called tension headaches. I get those every so often and will take Advil or something like that for them, and they usually go away. +P: Yeah, I've had, I think they're called tension headaches. I get those every so often and will take Advil or something like that for them, and they usually go away. D: OK. Do these headaches feel like the same headaches? @@ -120,9 +120,9 @@ P: Yeah, for sure. I haven't really had any changes, but just haven't been reall D: Yeah, umm, and do you feel any sort of body aches that go along with your fatigue? -P: Maybe a little. +P: Maybe a little. -D: OK. Umm, can you think of anything that may have caused your symptoms? You know, have you been in contact with anyone who's been sick recently? +D: OK. Umm, can you think of anything that may have caused your symptoms? You know, have you been in contact with anyone who's been sick recently? P: I can't think of anybody I've been around who's been sick, but last weekend I went shopping in the mall so I went into quite a few stores. @@ -132,15 +132,15 @@ P: Yeah, everybody far as I could tell. D: OK, have you traveled anywhere recently? -P: Uh, no, I've just been home. +P: Uh, no, I've just been home. D: OK, I just want to ask you a few more questions. Any memory loss or confusion? -P: No. +P: No. D: Any dizziness or fainting spells? -P: Nothing like that, no. +P: Nothing like that, no. D: OK. Are you otherwise healthy? @@ -150,7 +150,7 @@ D: OK, and is it helping with the cholesterol levels? P: Yeah, the last time I was at the family doctor I was told they were at a good level. O -D: OK, good. +D: OK, good. P: I'm sorry I'm pre-diabetic as well. @@ -164,7 +164,7 @@ P: Yeah, I think my A1C was like 6.2% so uh, on the cusp. D: OK, yeah, that's understandable. Um, have you made any sort of lifestyle changes to get your blood glucose under control? -P: Well, I have been walking the dog more. he weather is getting better and trying to eat out less often. Yeah, I've been trying to lose weight, but it it's been yeah, relatively stable still. +P: Well, I have been walking the dog more. he weather is getting better and trying to eat out less often. Yeah, I've been trying to lose weight, but it it's been yeah, relatively stable still. D:OK, we can review some options with you later on in the visit if you would like. @@ -172,21 +172,21 @@ P: Yeah, certainly we can talk about that later. D: OK, sounds good. Have you had any surgeries or hospitalizations in the past? -P: Yeah I had an inguinal hernia repaired about five years ago. +P: Yeah I had an inguinal hernia repaired about five years ago. D: And are you on any medications? -P: Just Rosuvastatin right now. +P: Just Rosuvastatin right now. D: OK, and any over the counter medications or herbal supplements? -P: Just a multi vitamin. +P: Just a multi vitamin. -D: OK, umm, do you have any allergies? +D: OK, umm, do you have any allergies? -P: Penicillin. I break out in hives. +P: Penicillin. I break out in hives. -D: OK, and did you need to be treated with any sort of antibiotics recently? +D: OK, and did you need to be treated with any sort of antibiotics recently? P: No, no, I haven't had any antibiotics for a long time. @@ -204,13 +204,13 @@ P: I think my grandfather had bladder cancer, but, uh, I'm not sure. D: OK, and I forget if I asked you earlier, but have you had any changes to your urinary habits, any changes in your urine itself or voiding frequency? -P: No, I haven't had any changes there and I haven't noticed any like blood or color changes. No pain. +P: No, I haven't had any changes there and I haven't noticed any like blood or color changes. No pain. -D: OK, great. And do you smoke? +D: OK, great. And do you smoke? P: Um, no I do not. -D: OK, how about marijuana? +D: OK, how about marijuana? P: Nope. @@ -232,12 +232,12 @@ P: Not in our unit so I mean, maybe upstairs, but if it's anything like our plac D: OK. I think those were all the questions that I had for you. Did you have any questions or concerns that you wanted to bring up before we end the interview? -P: Uh, no, well I guess I was just concerned about about COVID. +P: Uh, no, well I guess I was just concerned about about COVID. D: Yeah, you know that's the top on my list of differential diagnosis for you. So what we'll do is a COVID swab and that should come back in a day or so, but we do encourage isolation for 14 days and that includes from your girlfriend as well. So even if the COVID swab comes back negative, sometimes it can be false negative, so as long as you're having these symptoms, and these symptoms are common in COVID, we do ask that you isolate for 14 days if the swab comes back positive. We will also notify public health so that they can get in touch with you and do some contact tracing to see where you may have gotten COVID from, but other than that, if it's not COVID, it could likely be another upper respiratory viral illness because of this time of year. A lot of different viruses are going around like common viruses or the flu, you know, so it could be one of those. And then if you're still sick or your symptoms change, we can reassess to make sure it's not a bacterial infection or bacterial pneumonia, in which case we can prescribe antibiotics. P: OK yeah, thank you for all that information. Sounds great. -D: OK, well take care then, alright. +D: OK, well take care then, alright. P: Thank you. diff --git a/tests/data/transcripts/RES0061.txt b/tests/data/transcripts/RES0061.txt index e9df7eb..fafb345 100644 --- a/tests/data/transcripts/RES0061.txt +++ b/tests/data/transcripts/RES0061.txt @@ -4,39 +4,39 @@ P: I'm not so good, these last few days I haven't benn able to reallykeep anythi D: OK, I'm sorry to hear that. Um, when you say last few days, did you mean the past two days? 3 days? -P: Well, I feel like maybe the last five days I just haven't been feeling so good and I haven't really felt like eating. But these last two days I've been really nauseous and I've thrown up a few times. +P: Well, I feel like maybe the last five days I just haven't been feeling so good and I haven't really felt like eating. But these last two days I've been really nauseous and I've thrown up a few times. -D: OK, when you say you haven't been feeling good for the past five days, is it that you feel achy? Do you feel hot like you have a fever, or do you feel weak? +D: OK, when you say you haven't been feeling good for the past five days, is it that you feel achy? Do you feel hot like you have a fever, or do you feel weak? P: Yeah, I do feel hot and um, yeah, maybe a bit tired. -D: Tired? OK. And nausea and vomiting. Are you throwing up or just feeling nauseous? +D: Tired? OK. And nausea and vomiting. Are you throwing up or just feeling nauseous? P: Mostly nauseous, but yeah, yesterday I threw up like three or four times and then again today I threw up like two or three times. -D: OK, are you throwing up any blood? +D: OK, are you throwing up any blood? P: No, I didn't see any red. It was mostly like yellow and umm, liquidy beacuse I haven't been eating much solids or like just like food. I've been mostly just having drinks. D: OK, um, and so mostly fluid you said? -P: Yeah. +P: Yeah. D: OK, and what color is it? -P: Uhh, yeah, usually usually kind of like yellowish clear. +P: Uhh, yeah, usually usually kind of like yellowish clear. D: OK. Are you having any abdominal pain? -P: Maybe like after I vomit it kind of feels like squeezing a little bit. But I think, yeah, I think yeah that's just really just with when I'm heaving. +P: Maybe like after I vomit it kind of feels like squeezing a little bit. But I think, yeah, I think yeah that's just really just with when I'm heaving. D: Right, um, are you, do you have any changes in your bowel movements? -P: Umm, no, I haven't noticed anything there. +P: Umm, no, I haven't noticed anything there. D: OK. And so no diarrhea, no constipation? -P: No, nothing like that. +P: No, nothing like that. D: OK, no blood in your stool? @@ -56,7 +56,7 @@ P: Um, maybe I mean, yeah, I think I might not be really tasting things the same D: OK, how about smell? -P: Now that you say it, I might, uh, yeah I think my smell has been impacted as well. I can't really smell anything. +P: Now that you say it, I might, uh, yeah I think my smell has been impacted as well. I can't really smell anything. D: OK. @@ -64,7 +64,7 @@ P: I thought that was kind of weird, but didn't think anything of it actually un D: Yeah for sure. And how about any changes in your vision or hearing? -P: No changes to vision or hearing. +P: No changes to vision or hearing. D: OK, any discharge? @@ -84,7 +84,7 @@ P: It's uh, oh, a dry cough usually. D: Dry cough, OK. Any blood that you produce? -P: No blood, no blood. +P: No blood, no blood. D: OK, any shortness of breath? @@ -96,7 +96,7 @@ P:: Um, no, I haven't had a a wheeze. D: OK, how about any fatigue or tiredness? -P: Yeah, I've definitely felt a little bit more kind of groggy and tired this last week, really. +P: Yeah, I've definitely felt a little bit more kind of groggy and tired this last week, really. D: OK, and muscle aches to go along with that? @@ -104,15 +104,15 @@ P: Yeah, bit in my like kind of upper arms and legs a little bit. D: OK, you said you've been feeling groggy. Do you feel dizzy at all? -P: Not dizzy, just maybe that I'm like moving in slow motion. +P: Not dizzy, just maybe that I'm like moving in slow motion. D: OK yeah, any confusion or memory loss? P: No, I think I've been OK. -D: OK, any rashes? +D: OK, any rashes? -P: No, I haven't noticed any rashes. +P: No, I haven't noticed any rashes. D: OK, how about headaches? @@ -124,7 +124,7 @@ P: Yeah, I had similar headaches before I think. They come like this. Like if I D: Yeah, that's understandable. But it's not like the worst headache you've ever had? -P: No, no, it's pretty similar to headaches that I've had before. +P: No, no, it's pretty similar to headaches that I've had before. D: OK, OK, good, and are you otherwise healthy? @@ -132,15 +132,15 @@ P: Yeah, well I have high blood pressure and also, high cholesterol, so I do tak D:OK, OK, good. It's good that you're on both of those. Do you take any other medications like over the counter medications or herbal supplements? -P: Yeah, I've been taking vitamin D and also a multivitamin. I heard that that we don't get enough vitamin D throughout the winter. +P: Yeah, I've been taking vitamin D and also a multivitamin. I heard that that we don't get enough vitamin D throughout the winter. D: Yeah, it's a great idea to take that, especially as we get older and if we live in a country where we don't get a lot of sun exposure like Canada, so that's good. And sorry before I move on, I forgot to ask you earlier if you have experienced any weight loss or night sweats recently? -P: No, my weight's been, uh, about the same unfortunately and I haven't had any night sweats. But I mean now that you asked if I felt more hot than than usual, maybe. +P: No, my weight's been, uh, about the same unfortunately and I haven't had any night sweats. But I mean now that you asked if I felt more hot than than usual, maybe. -D: OK, and did you take your temperature? +D: OK, and did you take your temperature? -P: Uh, I did and the last time I checked it was a few days ago and at that time I didn't have a fever, but I mean, I'm still feeling hot so I'm not sure. +P: Uh, I did and the last time I checked it was a few days ago and at that time I didn't have a fever, but I mean, I'm still feeling hot so I'm not sure. D: Yeah, OK. Alright, so I'll go back to your past medical history. Have you been hospitalized or have you ever needed surgeries in the past? @@ -148,9 +148,9 @@ P: Um, no. Like the last time I was in the hospital with, it was for a colonosco D: OK, that's good. Um, are you up to date with all your immunizations? -P: Uh, yeah, actually got the shingles vaccine a few months ago. +P: Uh, yeah, actually got the shingles vaccine a few months ago. -D: OK. +D: OK. P: Probably closer to a year ago now, actually. @@ -162,29 +162,29 @@ D: Peanuts, OK. Do you know if you have a family history of any lung or heart co P: Yeah, my son has asthma. But nobody in my family's had a heart problem, though. -D: OK, how about any stomach problems or liver problems? Colon problems? +D: OK, how about any stomach problems or liver problems? Colon problems? P: Yeah, my dad actually had colon cancer. He was 70 and so that's why we went and decided to get a colonoscopy instead of just doing the immunohistochemistry test. D: OK, yeah, that's a good idea. Um, so it sounds like you're, you know, preemptive with your health, which is good. Any other cancers that run in the family? -P: No, just my dad had colon cancer. +P: No, just my dad had colon cancer. D: OK. And do you smoke at all? -P: No, I don't. +P: No, I don't. D:OK, how about marijuana? -P: Um, no, I don't smoke marijuana. +P: Um, no, I don't smoke marijuana. D: OK, how about other recreational drugs? -P: I mean, I briefly like dabbled in the past at parties and stuff like that but that was when I was way younger, like in in my college years. +P: I mean, I briefly like dabbled in the past at parties and stuff like that but that was when I was way younger, like in in my college years. D: OK, what kind of drugs? -P: I think maybe we used cocaine a few times and MDMA, uh, but that was like a long time, probably like 30 years ago. +P: I think maybe we used cocaine a few times and MDMA, uh, but that was like a long time, probably like 30 years ago. D: OK, were any of these drugs injected IV? @@ -198,9 +198,9 @@ D: OK, that's good. What kind of drinks do you have and how much of it do you ha P: Usually, it'll just be one or two glasses of wine at a time and maybe two nights a week. -D: OK. +D: OK. -P: And I usually stick with red wine. +P: And I usually stick with red wine. D: OK, great, and who do you live with? @@ -216,14 +216,14 @@ P: Um, yeah, we live in an apartment. Yeah, on the 8th floor. D: On the 8th floor, OK, any issues in terms of like old carpet or mold or asbestos in the apartment? -P: It's a newish building so there isn't really any carpet actually in the unit, so yeah, it's pretty clean that way. +P: It's a newish building so there isn't really any carpet actually in the unit, so yeah, it's pretty clean that way. D: OK good. That's good. So those were all the questions that I had for you. Did you have any questions or concerns that you wanted to bring up before we ended the interview? -P: Well, I'm just hoping to to get this sorted out and feel better. +P: Well, I'm just hoping to to get this sorted out and feel better. D: Yeah for sure. So you know, right now we're thinking it could be a viral GI viral infection because of your complaints of nausea, vomiting, loss of appetite and fever. But it could also be COVID and we are going to have to do a swab for you and run that test because you have a lot of symptoms that overlap with those symptoms. Um, and then, so just going off of that, we'll wait for the swabs to come back. If they come back positive, we will notify public health and they'll do a trace to see where you could have gotten this infection from. And then meanwhile, we do suggest that you isolate for two weeks so that you don't spread the illness, and even if the swab comes back negative, there is still a chance that you may have COVID and it's a false negative test. So we'll start there. If it turns out you don't have any of those viral illnesses and you have more of a, you know, bacterial picture, we can work you up for that and prescribe antibiotics. So that's where we will start. How does that sound? -P: Yeah, that sounds like a great start. Thank you. +P: Yeah, that sounds like a great start. Thank you. D: Alright, great. diff --git a/tests/data/transcripts/RES0062.txt b/tests/data/transcripts/RES0062.txt index a3b4a91..a7efccc 100644 --- a/tests/data/transcripts/RES0062.txt +++ b/tests/data/transcripts/RES0062.txt @@ -1,4 +1,4 @@ -D: What brings you in? +D: What brings you in? P: Well, I've had this cough but the biggest issue is that I've been really short of breath. @@ -6,21 +6,21 @@ D: OK, um, when did the cough start? P: I would say about 3 days ago. -D: Three days ago, OK, and uh, around that time did you also start feeling short of breath? +D: Three days ago, OK, and uh, around that time did you also start feeling short of breath? P: Uh, the shortness of breath has come on, I don't know within the last day or so. It's come on after that, the cough started first. -D: OK, and the cough, is it a dry cough or is it a wet cough? +D: OK, and the cough, is it a dry cough or is it a wet cough? P: Well, I've been bringing up some yellowish green, kind of like phlegm, so um I guess a wet cough. D: OK, so yeah, yellowish green you said. -P: Yeah. +P: Yeah. D: OK, any blood in the sputum? -P: I haven't noticed any blood. +P: I haven't noticed any blood. D: OK, and how much sputum are you coughing up each time? Like is it kind of the size of your fingertip or does it fill your whole palm? @@ -34,13 +34,13 @@ D: OK, and if you were to describe the sound of your cough, does it sound like i P: I don't know, I guess hacking. -D: Alright, and do you hear any wheezing at all? +D: Alright, and do you hear any wheezing at all? -P: No, well, maybe I guess when I'm really short of breath, yeah, wheezing, yeah. +P: No, well, maybe I guess when I'm really short of breath, yeah, wheezing, yeah. D: OK, and the shortness of breath, how severe is it? 1 to 10, 10 being the worst? -P: Maybe a 7? +P: Maybe a 7? D: At seven OK, are you having issues sleeping because of your shortness of breath? @@ -56,11 +56,11 @@ P: Um, not really. D: OK, and have you ever experienced anything like this in the past? -P: No, I haven't. +P: No, I haven't. D: OK. And any other symptoms that you have along with your coughing and sputum? -P: As soon as I breath, well, I just haven't felt good like, tired, kind of weakish. +P: As soon as I breath, well, I just haven't felt good like, tired, kind of weakish. D: OK yeah um, along with your fatigue and feeling weak, have you experienced any dizziness or fainting spells? @@ -96,7 +96,7 @@ P: Oh yeah, I don't know why, yeah, my belly's been a bit achy maybe. D: OK, and how about a sore throat? -P: No, my throat felt OK. +P: No, my throat felt OK. D: OK, good and have you experienced any loss of taste? @@ -108,11 +108,11 @@ P: Yeah, there was a candle on earlier today and I guess I couldn't really smell D: Ok, do you have a runny nose or a blocked nose? -P: No, I haven't had to blow my nose or anything. +P: No, I haven't had to blow my nose or anything. D: OK, any changes in your vision or hearing? -P: No, that's been normal. +P: No, that's been normal. D: OK, any discharge or pain in your eyes or ears? @@ -130,7 +130,7 @@ D: OK, how long have you had A. fib? P: It was like 4 years ago I think it was. It was having that like, felt like my heart was racing you were asking about earlier and they did an ECG and I was told I had atrial fibrillation. So yeah, I've been on a beta blocker for three years now. -D: OK, four years, and when was the last time you had an ECG? +D: OK, four years, and when was the last time you had an ECG? P: Uh, maybe just a couple of months ago. I think every time that I come in to see my family doctor, they they do one. @@ -140,15 +140,15 @@ P:Yeah, they said yeah. My heart rate's been around 80 beats per minute which is D: OK, good. And then have you had any hospitalizations or surgeries in the past? -P: I had an inguinal hernia repair about 15 years ago. +P: I had an inguinal hernia repair about 15 years ago. D: OK, any complications from that? -P: Um no. +P: Um no. D: OK, and then besides the Metoprolol, are you on any other medications? -P: Oh yeah, I take a statin and baby aspirin. +P: Oh yeah, I take a statin and baby aspirin. D: OK, and is that for the A. fib as well, the aspirin? Or is that just for other cardiovascular issues or some sort of preventative measure? @@ -166,7 +166,7 @@ D: OK, OK and have you had any reason to suspect that you may have taken any sul P: No, I haven't had any antibiotics so no, really no changes. -D: OK, OK, good and are you up to date with all your immunizations? +D: OK, OK, good and are you up to date with all your immunizations? P: I am yeah. I've received the Zoster vaccine for shingles and also the one for pneumonia. @@ -188,15 +188,15 @@ P: Yeah, there has been, I thought I was like away from those areas but I have h D: OK, OK and any travel history? -P: No travel. +P: No travel. D: And do you smoke? -P: I used to smoke a pack of cigarettes a day, but I quit about, uh, about five years ago. I know four years ago it was when I found out I had atrial fibrillation. I quit. +P: I used to smoke a pack of cigarettes a day, but I quit about, uh, about five years ago. I know four years ago it was when I found out I had atrial fibrillation. I quit. D: OK, OK, well that's good. Good for you for quitting. How about marijuana? -P: No, I don't smoke it, but I'll use some edibles I buy from the Ontario stores a couple of times per week. Just the CBD stuff. +P: No, I don't smoke it, but I'll use some edibles I buy from the Ontario stores a couple of times per week. Just the CBD stuff. D: The CBD stuff OK. And how many milligrams? @@ -204,7 +204,7 @@ P: I'm not sure, I know it's their lowest dose though. D: OK, OK if it's lowest dose, it might be 2.5 milligrams. -P: Sounds familiar. +P: Sounds familiar. D: OK good. Is there a particular reason you take these CBD edibles? @@ -216,11 +216,11 @@ P: OK for sure. Yeah I will. Um, yeah we can talk about that later. D: OK, that sounds good and do you do any other recreational drugs? -P: I do not. +P: I do not. D: OK, how about alcohol? -P: Uh, no, I don't drink anymore. +P: Uh, no, I don't drink anymore. D: OK, and did you used to drink before? @@ -228,7 +228,7 @@ P: Yes, I just stopped a few years ago, D: OK, and what's your living situation like right now? -P: I live in a house with my wife. +P: I live in a house with my wife. D: In a house, OK. Any concerns for like old carpets, mold or asbestos in your house? diff --git a/tests/data/transcripts/RES0063.txt b/tests/data/transcripts/RES0063.txt index f6dbbdd..9f6c379 100644 --- a/tests/data/transcripts/RES0063.txt +++ b/tests/data/transcripts/RES0063.txt @@ -4,7 +4,7 @@ P: Yeah, so I've been feeling just really down recently in the last week. I star D: OK, alright so the sore throat started 5 days ago and then the fever started when? -P: So the fever. I think I haven't measured it, but I started having chills like 3 days ago. +P: So the fever. I think I haven't measured it, but I started having chills like 3 days ago. D: Three days ago, OK, and the muscle aches started two days ago? @@ -48,7 +48,7 @@ P: No, no shortness of breath or wheezing. D: OK chest pain or you feeling like your heart's racing? -P: No. +P: No. D: No, and how about dizziness or fainting spells? @@ -56,7 +56,7 @@ P: Uh, no, I haven't had any of those. D: OK, how about changes to your bowel movements? -P: No, I don't think so. I go regularly once a day and I haven't noticed any watery stool or diarrhea. +P: No, I don't think so. I go regularly once a day and I haven't noticed any watery stool or diarrhea. D: OK, that's good. Any changes in your appetite? @@ -64,9 +64,9 @@ P: Yeah, with a sore throat I tend to like eat softer foods right now. I can't r D: Yeah, OK. How about nausea or vomiting? -P: No, no, nothing like that. +P: No, no, nothing like that. -D: OK, OK, and any issues with joint pain? You said your muscle aches, but how about joints? +D: OK, OK, and any issues with joint pain? You said your muscle aches, but how about joints? P: Um, no, I don't think it's specifically my joints. I think more so I would say like around in my thighs. Then I would say just my upper arms hurt a lot. And even, uh, my upper back area hurts a lot as well, so it's kind of just everywhere. But those are some areas that hurt the most. @@ -124,15 +124,15 @@ P: No, no sick contacts that I know of. I've been mainly in my house. I do go ou D: Yeah, OK, and you said you're retired. Do you live alone? Do you live with anyone? -P: No, yeah, I live alone now. And I live in London in an apartment +P: No, yeah, I live alone now. And I live in London in an apartment -D: OK, any old carpets? Mold, dust, asbestos? +D: OK, any old carpets? Mold, dust, asbestos? P: No, nothing like that. It's a pretty safe building. D: OK, good, and do you smoke? -P: I used to. I used to smoke, probably in my 20s to late 40s, but then I quit. +P: I used to. I used to smoke, probably in my 20s to late 40s, but then I quit. D: OK, good, good for you. How much did you smoke before you quit? diff --git a/tests/data/transcripts/RES0064.txt b/tests/data/transcripts/RES0064.txt index aef6a7f..bc326c8 100644 --- a/tests/data/transcripts/RES0064.txt +++ b/tests/data/transcripts/RES0064.txt @@ -28,15 +28,15 @@ P: No, no rashes. D: OK. Have you taken his temperature at home? -P: No, I think he might have had a fever yesterday, but we didn't really take a temperature. +P: No, I think he might have had a fever yesterday, but we didn't really take a temperature. -D: OK. And, any fatigue or exhaustion? +D: OK. And, any fatigue or exhaustion? P: Energy's pretty much the same, just really complaining a lot about the throat. D: OK, OK, have you noticed any swelling in in the neck area? -P: Uhm, I think there might be like a few lumps near his neck, so I don't know if that's swelling, but definitely there is. There's a few that I felt over the last few days. +P: Uhm, I think there might be like a few lumps near his neck, so I don't know if that's swelling, but definitely there is. There's a few that I felt over the last few days. D: OK, coughing? @@ -52,7 +52,7 @@ P: No. D: Feeling like his heart is racing? -P: No. +P: No. D: Swelling in his limbs? @@ -60,13 +60,13 @@ P: No. I haven't noticed anything like that. D: OK, dizziness or fainting spells? -P: No. +P: No. D: Headaches? P: He was complaining of a headache a few days ago, but it kind of went away on its own. -D: OK. So the headache's gone completely now. +D: OK. So the headache's gone completely now. P: Yeah, yeah. @@ -90,13 +90,13 @@ D: Any appetite changes? P: Yeah, just with the trouble swallowing I'm trying to make sure that he gets like liquids because over the last few days he can't tolerate like solid foods at all. -D: Yeah, how about a weight loss over the past few weeks? +D: Yeah, how about a weight loss over the past few weeks? P: No, not really. t's just been over the last few days that he hasn't been eating like himself. D: OK. Alright and has he been healthy otherwise? -P: Yeah, otherwise he's a very healthy child. We have rarely gone to a doctor for him before, so yeah, nothing. Nothing else with him. +P: Yeah, otherwise he's a very healthy child. We have rarely gone to a doctor for him before, so yeah, nothing. Nothing else with him. D: OK, have you tried anything for his sore throat? Anything over the counter? @@ -104,9 +104,9 @@ P: We did try, uh, like Tylenol cold. It helped with this headache, but it didn' D: OK, and has he ever experienced anything like this in the past? -P: No, not that I know of. +P: No, not that I know of. -D: OK. Any hospitalizations or surgeries in the past? +D: OK. Any hospitalizations or surgeries in the past? P: No. @@ -130,7 +130,7 @@ D: OK, how old was he when he was diagnosed with diabetes? P: I think probably in his late 30s with type 2 diabetes. -D: Type 2, OK and then any sick contacts recently that he may have had? +D: Type 2, OK and then any sick contacts recently that he may have had? P: I don't think at home at least, uh, but maybe at school, like you never know who they are in contact with, so I'm wondering if he just picked it up somewhere from school. @@ -162,6 +162,6 @@ D: Yeah, so he does seem to be checking off some of the criteria for strep throa P: Yeah, that sounds good. -D: OK, great thank you. +D: OK, great thank you. P: Thank you. diff --git a/tests/data/transcripts/RES0065.txt b/tests/data/transcripts/RES0065.txt index b1b8d08..dbf49d7 100644 --- a/tests/data/transcripts/RES0065.txt +++ b/tests/data/transcripts/RES0065.txt @@ -4,11 +4,11 @@ P: Yeah, I've had this sore throat for the past three days and it doesn't seem t D: OK, and when did you start having this sore throat? -P: Three days ago. +P: Three days ago. D: OK, and how about the fever? -P: The fever I noticed maybe a day back. +P: The fever I noticed maybe a day back. D: OK, and did you get any temperature measurements? @@ -24,7 +24,7 @@ P: I would say that it doesn't really have a pattern. The sore throat is always D: OK. And besides that, do you have any cough? -P: No, no cough. +P: No, no cough. D: OK, and have you tried anything that has helped you at all? @@ -44,7 +44,7 @@ P: Not that I know of. D: Anything that makes your sore throat worse? -P: I guess swallowing foods makes it worse, or at least it's painful. +P: I guess swallowing foods makes it worse, or at least it's painful. D: OK. And have you at all noticed any like swelling around your neck region, like swelling of your lymph nodes? @@ -52,21 +52,21 @@ P: So yeah, not swelling of my entire neck, but I have felt some lumps in my nec D: OK, and how about any swelling anywhere else on your body? -P: Nowhere else. +P: Nowhere else. -D: OK, have you noticed any kind of skin changes like rashes or anything like that? +D: OK, have you noticed any kind of skin changes like rashes or anything like that? -P: No. +P: No. D: OK. And have you traveled at all recently? -P: No, nowhere. +P: No, nowhere. D: OK, do you have any headaches or nausea or vomiting? -P: No, nothing like that. +P: No, nothing like that. -D: OK, and any night sweats. +D: OK, and any night sweats. P: No. @@ -76,7 +76,7 @@ P: Umm, yeah, I've been feeling really tired. D: OK, any chest pain or feeling that your heart is racing? -P: No, nothing like that. +P: No, nothing like that. D: OK. Any issues with bowel movements, like any diarrhea or constipation? @@ -98,17 +98,17 @@ D: And is it just with solids or do you get the soreness with liquids too? P: I would say mostly with solids, sometimes with liquid. If it's like really cold or something. -D: OK. Do you have any kind of allergies to anything in your house like carpets, pets or anything like that? +D: OK. Do you have any kind of allergies to anything in your house like carpets, pets or anything like that? P: No. -D: OK, have you had any recent infections like a cold? +D: OK, have you had any recent infections like a cold? -P: No. +P: No. D: No, OK. And do you have any past medical conditions? -P: Um, I have Crohn's disease. +P: Um, I have Crohn's disease. D: And when did you get diagnosed with Crohn's? @@ -116,7 +116,7 @@ P: That would have been last year. D: Last year, OK. And are you taking any medications for your Crohn's disease? -P: I am on something for it, I think it's Sulfasalazine or something like that. +P: I am on something for it, I think it's Sulfasalazine or something like that. D: OK. And any other medications besides that? @@ -126,9 +126,9 @@ D: Any previous hospitalizations or surgeries? P: Um, I had a colonoscopy done. I just needed hospitalization for just the day I guess. -D: OK, and when was that? +D: OK, and when was that? -P: That was also last year. +P: That was also last year. D: Last year, OK. And do you have any family history of any conditions that run in the family? Like do you have any Crohn's disease or Ulcerative Colitis that run in the family? @@ -136,11 +136,11 @@ P: Yeah, both do. D: Both do, OK. Any anything else that runs in the family? -P: Uhm, I know there's some asthma and eczema that run in the family too. +P: Uhm, I know there's some asthma and eczema that run in the family too. D: OK. And you mentioned you haven't been around anyone that was sick or recently got sick? -P: No. +P: No. D: OK. And where do you currently live? @@ -152,11 +152,11 @@ P: No, I drank once or twice in the past, but I didn't like it. It makes my Croh D: OK, and do you smoke cigarettes? -P: No. +P: No. -D: And how about any other drugs like marijuana? +D: And how about any other drugs like marijuana? -P: No. +P: No. D: OK. Alright, so do you partake in any like sports or activities or anything like that? @@ -164,7 +164,7 @@ P: Um, I swim. D: OK, any contact sports? -P: No. +P: No. D: OK. Alright, so yeah, overall it seems that you had this sore throat which is constant, getting worse and a bit of a fever in th last one or two days and you've also had swelling in your neck and so yeah, do you have any other questions or concerns? @@ -176,8 +176,8 @@ P: OK, sure I can do that. D: Yeah, do you have any questions? -P: No, that sounds good. Thank you so much. +P: No, that sounds good. Thank you so much. -D: You're welcome. Take care. +D: You're welcome. Take care. P: You too. diff --git a/tests/data/transcripts/RES0066.txt b/tests/data/transcripts/RES0066.txt index 91d95c6..2ae3f82 100644 --- a/tests/data/transcripts/RES0066.txt +++ b/tests/data/transcripts/RES0066.txt @@ -26,9 +26,9 @@ D: Are you producing any sputum? P: Um, I guess a little bit, yeah. Yeah, I guess a little bit and it's yellow. -D: It's yellow, OK, do you notice any kind of blood in your sputum? +D: It's yellow, OK, do you notice any kind of blood in your sputum? -P: No, no blood. +P: No, no blood. D: OK, so just yellow sputum and how much would you say you're producing an average day? @@ -44,7 +44,7 @@ P: Yeah, chills. I've been feeling kind of hot during the day. D: Yeah, OK. And how about the shortness of breath, is that just during activity or you can have that when you're sleeping or resting as well? -P: The shortness of breath is more with like activity when I'm walking around. +P: The shortness of breath is more with like activity when I'm walking around. D: OK. And have all these symptoms been getting worse at all? @@ -56,15 +56,15 @@ P: Um, no. D: Do you have any muscle aches? -P: Um, a little bit. +P: Um, a little bit. D: OK, and where on your muscles would you say are aching? -P: I would say my lower limbs and just generally all over, but just yeah like the big muscles like my thighs, my shoulders. +P: I would say my lower limbs and just generally all over, but just yeah like the big muscles like my thighs, my shoulders. D: OK. And have you been having any kind of swelling in your limbs at all? -P: No, no swelling. +P: No, no swelling. D: OK and any kind of swelling of your neck region or lymph nodes? @@ -88,7 +88,7 @@ P: No headaches. D: Any nausea or vomiting? -P: No. +P: No. D: Any kind of fatigue or increased tiredness? @@ -96,9 +96,9 @@ P: I feel fatigued, yes. D: OK, and do you feel at all that your heart is racing? -P: No. +P: No. -D: OK, and do you have any symptoms like a loss of taste, sense of taste or smell? +D: OK, and do you have any symptoms like a loss of taste, sense of taste or smell? P: No. @@ -108,19 +108,19 @@ P: No. D: And any urinary trouble? -P: Um, nothing like that. +P: Um, nothing like that. D: OK, have you lost any weight recently? -P: No. +P: No. D: Have you been able to sleep throughout the night or does the cough wake you up or the chills wake you up? -P: Um, no, they don't wake me up. I wouldn't say that. +P: Um, no, they don't wake me up. I wouldn't say that. D: OK. Are you having any other symptoms like a sore throat, runny nose, congestion, anything like that? -P: No. +P: No. D: OK, and anything in your house like dust or an old carpet or pets? Anything that triggers some of these symptoms? @@ -142,17 +142,17 @@ D: No worries. Then when you went home and you were discharged, did they give yo P: Ah yes, they did. So I only had one days worth left. I was switched from IV antibiotic to the oral kind and so I'd finish the remaining pills that day, then went home. -D: OK, so you finished the course, OK. Great and do you have any past history when you were admitted, any other hospitalizations or surgeries at all? +D: OK, so you finished the course, OK. Great and do you have any past history when you were admitted, any other hospitalizations or surgeries at all? -P: Um, no. +P: Um, no. -D: Do you have any family history of asthma, COPD or any lung conditions? +D: Do you have any family history of asthma, COPD or any lung conditions? P: No. D: Any other conditions that run in the family? -P: No. +P: No. D: OK. And currently, where do you live? @@ -160,7 +160,7 @@ P: I live in a house with my daughter and her husband. D: OK, and any one of them have similar symptoms or have been sick recently? -P: No. +P: No. D: OK, and have you had a COVID test done at all? @@ -186,11 +186,11 @@ D: OK. Do you drink alcohol? P: I drink like a glass of wine a week. -D: OK. Any other recreational drugs like marijuana? +D: OK. Any other recreational drugs like marijuana? -P: No. +P: No. -D: OK. Yeah, so is there anything else? Any other questions that you have for me today? +D: OK. Yeah, so is there anything else? Any other questions that you have for me today? P: No, what do you think I have? diff --git a/tests/data/transcripts/RES0067.txt b/tests/data/transcripts/RES0067.txt index 9b6131d..98c09d5 100644 --- a/tests/data/transcripts/RES0067.txt +++ b/tests/data/transcripts/RES0067.txt @@ -68,7 +68,7 @@ P: I mean, she goes to daycare so she might have picked something up from there. D: OK, any past medical history? -P: Um, no, she's been pretty healthy otherwis. +P: Um, no, she's been pretty healthy otherwis. D: Any issues during pregnancy or after birth at all? @@ -80,7 +80,7 @@ P: Um, yes, she didn't get the H. flu vaccine though. D: OK, OK, any hospitalizations or anything like that in the past? -P: Um, no. +P: Um, no. D: OK, and any family history of any medical conditions? @@ -90,7 +90,7 @@ D: And currently, who does she live with at home? P: I'm she lives with myself as well as her older brother. -D: OK, alright, so yeah those are all the questions that I have. +D: OK, alright, so yeah those are all the questions that I have. P: Do you think this is like an urgent matter? @@ -106,6 +106,6 @@ D: So I'll give them a call right now, and, uh, you can head over to the ER. Or P: OK, great, that sounds great. -D: Thank you. +D: Thank you. P: You too. diff --git a/tests/data/transcripts/RES0068.txt b/tests/data/transcripts/RES0068.txt index 622f68a..f2dfa24 100644 --- a/tests/data/transcripts/RES0068.txt +++ b/tests/data/transcripts/RES0068.txt @@ -4,11 +4,11 @@ P: So I've had this stuffy nose for the past three days. I'm getting some yellow D: OK, so just to kind of get a timeline, what kind of started first? -P: So first, my nose was kind of stuffy. And and then I started having this yellow discharge from the nose and then I kind of lost some of my smell. And then now my head hurts. It's not even like, it's not like a headache, it's like a facial pressure +P: So first, my nose was kind of stuffy. And and then I started having this yellow discharge from the nose and then I kind of lost some of my smell. And then now my head hurts. It's not even like, it's not like a headache, it's like a facial pressure D: OK. And have you had any of these symptoms before? -P: No, never. +P: No, never. D: OK. Alright, have you noticed...so you said like the discharge is yellow, how much of the discharge are you having like in a day? @@ -16,7 +16,7 @@ P: Like probably enough to fill the inside of my palm. D: OK, and have you been having any fevers or chills? -P: Uh, no, nothing like that. I did have what they thought was a viral infection a week back. +P: Uh, no, nothing like that. I did have what they thought was a viral infection a week back. D: OK. And did you recover from it, like on your own? @@ -28,7 +28,7 @@ P: Yeah, that's right. D: OK, alright, have you been coughing at all? -P: Uh, no. +P: Uh, no. D: OK, any sore throat? @@ -48,7 +48,7 @@ P: The loss of smell came after the congestion. D: OK, and would you say you're still pretty congested? -P: I think so, yeah. +P: I think so, yeah. D: OK. And has it been getting worse would you say? Or do you feel that it's getting better? @@ -56,27 +56,27 @@ P: Um, I would say it's getting worse. D: OK, and right now what would you say is the most troubling symptom for you? Is it that pressure in your face or is it the congestion? -P: It's the...it's the pressure in my face. It hurts. +P: It's the...it's the pressure in my face. It hurts. D: Yeah, have you tried any medications, over the counter medications at all? -P: I tried some nasal sprays. And like decongestions but it's not really helping. +P: I tried some nasal sprays. And like decongestions but it's not really helping. D: OK. And so you've tried nasal sprays? Have you tried any of those, like nasal rinses, or anything like that? P: Yeah, and they don't seem to be helping. -D: I see, OK. Any recent contact with anyone who's been ill or any recent travel? +D: I see, OK. Any recent contact with anyone who's been ill or any recent travel? -P: Uh, no. +P: Uh, no. -D: OK, any nausea or vomiting? +D: OK, any nausea or vomiting? P: Uh, no. D: Any fevers or chills? -P: No. +P: No. D: Any fatigue? @@ -110,7 +110,7 @@ D: Any changes in your sleep or appetite? P: Well, I guess sleeping is a little bit harder now because of the pressure in my face, but other than that, no. -D: OK, is there anything that helps you at all that you've tried? +D: OK, is there anything that helps you at all that you've tried? P: Like just the positions of how I'm sleeping sometimes helps, yeah. @@ -122,9 +122,9 @@ D: OK. Do you have any other medical conditions at all that you've been diagnose P: No, not that I can think of. -D: OK. Alright, so have you noticed at all any weight changes? +D: OK. Alright, so have you noticed at all any weight changes? -P: No. +P: No. D: OK, and have you been exposed to like fumes or dust? Or how do you have any animals or pets at home? @@ -132,15 +132,15 @@ P: No, nothing like that. D: OK, and do you take any medications or anything regularly? -P: Um no, I just take some multivitamins. +P: Um no, I just take some multivitamins. D: OK, and do you know if you have any allergies? -P: I just have some, I just have some seasonal allergies. +P: I just have some, I just have some seasonal allergies. D: OK, any previous hospitalizations or surgeries? -P: Uh, no, actually I had my appendix taken out when I was 12. +P: Uh, no, actually I had my appendix taken out when I was 12. D: OK. Right, and do you have any family history of any conditions, like any lung conditions, heart conditions, any cancers? @@ -152,13 +152,13 @@ P: No. D OK. Where currently where do you live? -P: I live in a house with my husband and my 3 year old daughter. +P: I live in a house with my husband and my 3 year old daughter. -D: OK. And do you currently smoke cigarettes? +D: OK. And do you currently smoke cigarettes? P: No. -D: Do you drink alcohol? +D: Do you drink alcohol? P: I don't. @@ -168,7 +168,7 @@ P: Um, I'll smoke a joint or two once a week. D: Ok, a joint or two, OK. And is that, is that just recreationally or has it been helping at all with your symptoms? -P: Uh, that's just recreationally. +P: Uh, that's just recreationally. D: OK. Alright, yeah, so those are all the questions I had for you today. Do you have any questions at all for me? @@ -176,15 +176,15 @@ P: Uh, no, what was like, what do you think I have? D: Yeah, so from the symptoms that you're describing, it does seem more like sinus issues. There's a sinus behind your face and what can happen is if you get an infection, like all the the mucous and everything can build up and increase the pressure. That's the pressure you're feeling underneath your face. It's because of a sinus infection most likely. And usually like, it's usually like a viral infection that can go away on its own. We usually ask patients to try the nasal rinses, and then some oral decongestents. Or have you tried any anti histamines? -P: No, I haven't. +P: No, I haven't. -D: OK, so no antihistamines. It seems most likely that you have a sinus infection. It can be bacterial with the yellow discharge that you're having as well. So we can give you some antibiotics, so will give you some. Amoxicillin. +D: OK, so no antihistamines. It seems most likely that you have a sinus infection. It can be bacterial with the yellow discharge that you're having as well. So we can give you some antibiotics, so will give you some. Amoxicillin. P: Sure. D: So it's only been three day since you're having these symptoms, right? And you haven't had any high fever or anything like that? Have you measured your temperature? -P: I haven't, I haven't, no. +P: I haven't, I haven't, no. D: OK. @@ -192,7 +192,7 @@ P: I don't feel hot though. D: OK, since it's been three days, what I'm going to do is still give you some antibiotics so Amoxicillin and then we'll see like after you finish that dose how you feel. And will set up another appointment for when we can do like a phone appointment and or clinic appointment when your doses are done. Does that sound good? -P: Yeah that sounds great. Thank you. +P: Yeah that sounds great. Thank you. D: OK, you're welcome and hopefully you feel better. diff --git a/tests/data/transcripts/RES0069.txt b/tests/data/transcripts/RES0069.txt index 2d70239..f14b28d 100644 --- a/tests/data/transcripts/RES0069.txt +++ b/tests/data/transcripts/RES0069.txt @@ -1,6 +1,6 @@ D: Would you mind by starting to tell me what brought you in? -P: Yeah, absolutely. Uhm, I don't know, I've just been feeling a little feverish, uhm, and I also have a, a bit of a sore throat. +P: Yeah, absolutely. Uhm, I don't know, I've just been feeling a little feverish, uhm, and I also have a, a bit of a sore throat. D: OK, when... @@ -8,15 +8,15 @@ P: I just came in, I just came in to see what's going on, cause I was worried, y D: Certainly, when did the, the sore throat start? -P: Last night actually. +P: Last night actually. D: OK. -P: Yeah. +P: Yeah. D: And uhm, have you had any, uhm, problems with swallowing, like food or liquids? -P: No, I don't think so. I just had breakfast this morning and no problems there. +P: No, I don't think so. I just had breakfast this morning and no problems there. D: OK, uh, any like, changes that, uhm, other symptoms that you've been having with the sore throat? @@ -40,11 +40,11 @@ P: No, neither of those. D: OK, have you had a headache? -P: No. +P: No. D: OK, uh, and have you had any shortness of breath? -P: I don't think so. +P: I don't think so. D: OK, and how about any loss of taste or loss of smell? @@ -56,7 +56,7 @@ P: I guess yeah, now that I think about it. D: OK, uh, and how has your appetite been? -P: It's alright. +P: It's alright. D: OK, and so you haven't had any cough or shortness of breath, but have you noticed any wheezing? @@ -70,7 +70,7 @@ D: Have you felt as though your hearts's been racing at all or, or beating out o P: No. -D: OK, have you been dizzy or lightheaded? +D: OK, have you been dizzy or lightheaded? P: No. @@ -96,7 +96,7 @@ P: Sort of, like I just, I found it really hard to get out of bed this morning. D: OK. How has your energy been? Have you been, like really fatigued? -P: Yeah. +P: Yeah. D: OK, and when did, uh, you said the muscle ache started this morning, uhm, how, when did the fatigue start? @@ -118,7 +118,7 @@ D: OK, and are you taking any medications regularly? P: No, no, I'm not. It's not bad. I sometimes just take like, Advil whenever my headache's coming on. -D: OK. Any allergies? +D: OK. Any allergies? P: Uh, nope. @@ -126,11 +126,11 @@ D: OK. And do you smoke cigarettes? P: I smoke, uh, two or three a day. -D: OK, and have you tried to quit? +D: OK, and have you tried to quit? P: No. -D: OK, if at any point this is something that you wanted to talk about, we, we certainly could later. +D: OK, if at any point this is something that you wanted to talk about, we, we certainly could later. P: sure. @@ -142,7 +142,7 @@ D: OK, and do you use any other recreational drugs? P: No, no, no, nothing like that. -D: OK, have you in the past? +D: OK, have you in the past? P: No. @@ -156,7 +156,7 @@ P: But no, nothing, nothing else. I've just been at home for the most part. D: OK, have you traveled traveled anywhere? -P: No. +P: No. D: OK, and, uh, does your granddaughter go to daycare? Or is she in school? @@ -200,4 +200,4 @@ P: OK, sounds good. D: All right, we'll get that started. -P: Great. +P: Great. diff --git a/tests/data/transcripts/RES0070.txt b/tests/data/transcripts/RES0070.txt index 38c020e..2f95334 100644 --- a/tests/data/transcripts/RES0070.txt +++ b/tests/data/transcripts/RES0070.txt @@ -6,7 +6,7 @@ D: OK, has the headache, uhm, stayed the same, gotten worse, gotten any better? P: It's only gotten worse over the past two days. -D: OK, and when the headache started, was it like a thunder clap, kind of worst headache of your life when it came on? +D: OK, and when the headache started, was it like a thunder clap, kind of worst headache of your life when it came on? P: No, no. @@ -16,7 +16,7 @@ P: No, I just, uhm, I just went out for dinner, the night before and I know that D: OK. Uhm, and have you had any other associated symptoms, with the headache. -P: I've been feeling really tired. I took the day off yesterday and today, I'm working from home, but I still decided not to get any work done today or yesterday. +P: I've been feeling really tired. I took the day off yesterday and today, I'm working from home, but I still decided not to get any work done today or yesterday. D: OK. Uhm, and the fatigue, when did that start? @@ -24,7 +24,7 @@ P: I think that started yesterday morning. D: OK. And sorry, back to the headache. Have you tried anything for it? -P: I took Tylenol and Advil, but, I guess it did get better for about an hour a little bit, but it was back on again. +P: I took Tylenol and Advil, but, I guess it did get better for about an hour a little bit, but it was back on again. D: OK. And could you describe like where you feel the headache? @@ -36,19 +36,19 @@ P: No, no, like I said it's like nothing like my usual migraine headaches. D: OK. And, I mean, the Advil or Tylenol, It helps the symptoms for a brief period, but has there been anything else that's helped your headache? -P: No, not really. +P: No, not really. D: OK. And is there any particular time of the day that the headache's worse, like, is, in the morning time when you're first waking up or later in the day? P: I don't think so. -D: OK. And have you had any nausea or vomiting? +D: OK. And have you had any nausea or vomiting? P: No. D: OK. And have you had any, like visual changes? -P: No. +P: No. D: OK. Uhm, and have you had a runny nose or a sore throat? @@ -72,13 +72,13 @@ P: No, nothing like that. D: OK, uh and with the, with the cough, have you had any difficulties breathing or shortness of breath? -P: Maybe a little bit. +P: Maybe a little bit. D: OK, how about any wheezing? P: No. -D: OK. Have you been bringing up any sputum with the cough? +D: OK. Have you been bringing up any sputum with the cough? P: No. @@ -86,21 +86,21 @@ D: OK, how about, any, any blood? P: No. -D: OK. And have you had any changes to your sense of smell? +D: OK. And have you had any changes to your sense of smell? P: No. D: Any changes to your sense of taste? -P: No. +P: No. -D: OK. Uh, and have you had any changes to your weight recently over the last several months? +D: OK. Uh, and have you had any changes to your weight recently over the last several months? P: I don't think so. D: Alright, and how is your appetite been? -P: Uhm, it's fine. +P: Uhm, it's fine. D: Any chest pain? @@ -108,13 +108,13 @@ P: No. D: OK. Uhm any lightheadedness or, or feeling dizzy? -P: No, no. +P: No, no. D: Alright. Any nausea or vomiting? P: No. -D: Any diarrhea? +D: Any diarrhea? P: No. @@ -122,7 +122,7 @@ D: Any urinary problems? P: No -D: How about , uh, have you had any muscle aches or joint pains? +D: How about , uh, have you had any muscle aches or joint pains? P: A little bit. @@ -130,7 +130,7 @@ D: OK. And any rashes anywhere? P: No, no, no. -D: OK. And have you been diagnosed with any medical conditions before? +D: OK. And have you been diagnosed with any medical conditions before? P: Uhm, I have, uh, I have migraines and uh, I also have Polymyalgia rheumatica. @@ -140,11 +140,11 @@ P: No. D: OK. And have you had any hospitalizations? -P: No. +P: No. D: OK, any surgeries? -P: No. +P: No. D: OK, and, uh, do you smoke cigarettes? @@ -168,7 +168,7 @@ P: Yeah. D: And any heart conditions or cancers or anything like that in the family? -P: No no no. +P: No no no. D: OK. And have you been around anybody who's been sick, recently? You went out for dinner a couple days ago. @@ -176,7 +176,7 @@ P: Yeah, uhm, I don't think anyone was sick. D: OK. And you didn't feel that you had any triggers to your migraines at that time? -P: No, I didn't. I did yes, I, I did meet up with my friends and we went out for dinner. I know we're not supposed to, but it's been such a long time. +P: No, I didn't. I did yes, I, I did meet up with my friends and we went out for dinner. I know we're not supposed to, but it's been such a long time. D: Yeah. diff --git a/tests/data/transcripts/RES0071.txt b/tests/data/transcripts/RES0071.txt index 5eb1f65..5e105e1 100644 --- a/tests/data/transcripts/RES0071.txt +++ b/tests/data/transcripts/RES0071.txt @@ -28,7 +28,7 @@ P: No. D: And is the cough uh, constant or does it come and go? -P: It comes and goes, uh, throughout the day. No particular time of the day it's worse. +P: It comes and goes, uh, throughout the day. No particular time of the day it's worse. D: OK, and, um, are you having any, uh, other symptoms besides the cough, um, like shortness of breath,sore throat, um, runny nose, congestion, anything like that? @@ -44,7 +44,7 @@ P: No, that's been about the same. D: And do you have any difficulty, uh, swallowing at all? -P: It's a little sore, but, uh, it's been OK, to eat and drink. +P: It's a little sore, but, uh, it's been OK, to eat and drink. D: OK, and have you noticed any kind of redness in your throat or any swelling around your neck? @@ -54,13 +54,13 @@ D: OK, and how about the headache? When did that start? P: So it's been, uh, kind of off and on over the past, uh, week or so. Um, feels like a like a pressure sensation and my head is just really squeezing. -D: OK, and um. So is it on one side of your head or both sides? +D: OK, and um. So is it on one side of your head or both sides? P: Both sides. D: And it's Kind of like a pressure and squeezing. Is it at all pulsating? -P: No +P: No D: No? OK, Is it constant or does it come and go? @@ -72,7 +72,7 @@ P: Yeah, I have used some Advil for the headaches and over the counter medicine D: OK. Uh,and do you recall doing anything in the last few weeks which you might believe that Uh, caused some of these symptoms? like for example, were you in contact with anyone that was sick at all? -P: Well, I'm a nursing student and I've been on rotations in the hospital recently. +P: Well, I'm a nursing student and I've been on rotations in the hospital recently. D: And anyone that you probably saw in the hospital, anyone sick that you were in contact with? @@ -84,31 +84,31 @@ P: Yeah, I've felt chills. D: OK chills, and when did you feel them? -P: I've been feeling chills throughout the day and at night, I just feel like I can't get warm even with a blanket on. +P: I've been feeling chills throughout the day and at night, I just feel like I can't get warm even with a blanket on. D: OK, and have you taken your temperature at all? -P: No. +P: No. D: OK yeah, we can do that for you today. Uh, other than that any recent travel outside of the province. -P: No, been just at school. +P: No, been just at school. D: OK, and any loss of sense of taste or smell? -P: No. +P: No. D: Any nausea or vomiting? P: No. -D: Any night sweats? +D: Any night sweats? -P: No, +P: No, D: OK, any fatigue? -P: Yes. +P: Yes. D: OK, and When did that start? @@ -116,7 +116,7 @@ P: Just over this past week I've been really tired, I've been been needing naps D: OK, any chest pain at all? -P: Yeah, It does feel sore, kind of, uh, the center of my chest. +P: Yeah, It does feel sore, kind of, uh, the center of my chest. D: OK, so any coughing at all? @@ -124,17 +124,17 @@ P: Yeah, I feel it, like more, like it does hurt when when I'm coughing, that's D: And besides, when you're coughing, do you have any pain in your chest when you're breathing in or out? -P: No, +P: No, D: No? OK. Alright, any changes to your bowel movements, like any Constipation or diarrhea? -P: No. +P: No. -D: Any urinary issues? +D: Any urinary issues? P: No. -D: OK, any changes with your sleeping or your appetite? +D: OK, any changes with your sleeping or your appetite? P: No. @@ -156,31 +156,31 @@ P: No, I don't, I'm healthy. D: OK, do you have any allergies? -P: No. +P: No. D: Do you take any medications regularly? -P: Uh, no. +P: Uh, no. D: OK, any hospitalizations or surgeries in the past? -P: No. +P: No. D: OK, and any family history of any lung or heart conditions or any cancers? -P: I think my mom has high blood pressure, but that's about it. +P: I think my mom has high blood pressure, but that's about it. D: OK. I forgot to ask you this earlier. Have you been experiencing any wheezing? P: Yeah I have noticed a bit of a wheeze, yes. -D: And currently you are nursing student. Where do you live? +D: And currently you are nursing student. Where do you live? P: I live with a couple of my classmates downtown. D: OK, and do you live in an apartment or dorm, a house? -P: An apartment. +P: An apartment. D: OK, anyone sick in your household at all? @@ -192,11 +192,11 @@ P: Sometimes with friends, on a weekend. D: Do you smoke cigarettes at all? -P: No, I don't. +P: No, I don't. D: And any recreational drugs like marijuana? -P: Nope. +P: Nope. D: OK. Alright, so yeah those are all the questions I had for you. Do you have any questions or concerns? diff --git a/tests/data/transcripts/RES0072.txt b/tests/data/transcripts/RES0072.txt index 748f67c..c73709c 100644 --- a/tests/data/transcripts/RES0072.txt +++ b/tests/data/transcripts/RES0072.txt @@ -44,7 +44,7 @@ P: Uh, I would say, uh, a 6, it's pretty painful. D: OK, um, have you noticed any kind of like swelling around your neck? Or any redness in your throat? -P: Yeah, I felt my neck this morning in the front of it, it does feel swollen. +P: Yeah, I felt my neck this morning in the front of it, it does feel swollen. D: OK. And are you coughing at all? @@ -56,13 +56,13 @@ P: No, nothing like that. D: OK, are you coughing up any blood at all? -P: No. +P: No. D: Is there anything that makes it better or worse that you have tried? -P: Just cold drinks. +P: Just cold drinks. -D: OK. And, uh. So you've also had nausea and vomiting. Are you having any kind of diarrhea or Constipation? +D: OK. And, uh. So you've also had nausea and vomiting. Are you having any kind of diarrhea or Constipation? P: No, but I've had a sore stomach. @@ -72,17 +72,17 @@ P: Yeah, it's just been, like, fairly generalized. Feels sore. D: OK, so not in any particular area, just kind of all over your stomach? -P: Yeah, like, I mean, I guess sort of like in the center, more so, but I can't really put one finger on the spot. +P: Yeah, like, I mean, I guess sort of like in the center, more so, but I can't really put one finger on the spot. D: OK, and is it constant or does it come and go? -P: It kind of comes and goes. +P: It kind of comes and goes. D: OK, and uh, is it associated with eating food at all, or does it get better when you defecate? P: I haven't noticed anything like that, maybe it's worse after vomiting, those few times. -D: I see OK, yeah. So yeah, sometimes with the vomiting you can also get some some discomfort. So no diarrhea or Constipation though, right? +D: I see OK, yeah. So yeah, sometimes with the vomiting you can also get some some discomfort. So no diarrhea or Constipation though, right? P: No. @@ -92,7 +92,7 @@ P: No, nothing like that. I've just had a headache as well, but it's pretty mild D: OK, have you tried any medications at all, over the counter? -P: yeah, I took a Tylenol cause I started feeling a little bit hot as well, to help me sleep last night +P: yeah, I took a Tylenol cause I started feeling a little bit hot as well, to help me sleep last night D: OK, have you been having any fevers or chills? @@ -112,7 +112,7 @@ P: I mean, not that I can think of. D: OK, uhm, so I'm just going to list a few symptoms just let me know if you have any of them. Do you, do you feel fatigued? -P: No. +P: No. D: Do you feel that you have any kind of swelling in your extremities, or any rashes or skin changes? @@ -120,11 +120,11 @@ P: No, I haven't noticed anything like that. D: OK, any changes in your urinary pattern? -P: No. +P: No. D: OK, any changes in your sleep or appetite? -P: No. +P: No. D: OK, any significant weight loss over the last month? @@ -140,7 +140,7 @@ P: Uh, no. D: OK, so you're healthy? -P: Yes. +P: Yes. D: OK, do you have any allergies? @@ -148,11 +148,11 @@ P: No, I don't. D: OK, are you currently taking any medications regularly? -P: No. +P: No. D: Any previous hospitalizations or surgeries? -P: No. +P: No. D: Any family history of any lung conditions or heart conditions or any cancers? @@ -160,15 +160,15 @@ P: No, nothing like that. D: OK, and currently do you work? -P: No, I'm just going to school. +P: No, I'm just going to school. -D: OK, and so, currently where do you live and Who do you live with? +D: OK, and so, currently where do you live and Who do you live with? -P: Yeah, so we live in a house with my parents and younger brother and we've been both back at school now Part time and doing some of it at home online as well. +P: Yeah, so we live in a house with my parents and younger brother and we've been both back at school now Part time and doing some of it at home online as well. D: OK, so anyone at all that you notice at school that was sick around you? -P: No, not that I am aware of. +P: No, not that I am aware of. D: OK. So yeah, this is just a question that we ask everyone. Do you drink alcohol or smoke cigarettes or use any recreational drugs? @@ -176,7 +176,7 @@ P: Uh, no. D: Ok, so those are all the questions I had to ask you. Anything that I may have missed or anything you want to tell me? -P: No, that's everything that's been happening over the last couple of days. +P: No, that's everything that's been happening over the last couple of days. D: OK. Alright, so yeah it seems that, from your age and some of your symptoms we will definitely do a testing for strep throat. It seems that you meet that criteria. And we also want to make sure that, since you're having other symptoms as well, just to do a covid test, just in case. We'll take your temperature as well, and we might give you some antibiotics as well to treat you and relieve some of those symptoms. So yeah, just hang tight, we'll get the swab done for you for the Covid test, as well as strep throat and then we'll go from there. diff --git a/tests/data/transcripts/RES0073.txt b/tests/data/transcripts/RES0073.txt index e32651d..892440c 100644 --- a/tests/data/transcripts/RES0073.txt +++ b/tests/data/transcripts/RES0073.txt @@ -20,19 +20,19 @@ P: Yeah, so just in the last three days when the congestion got really bad I sta D: OK, have you had any changes to your sense of taste? -P: No, taste is fine. +P: No, taste is fine. D: OK, and have you had any cough or sore throat? P: Uh, no. No cough or sore throat. -D: OK, and the symptoms have gone on for five days. Have you had a period of time where you got better and then got sick again? +D: OK, and the symptoms have gone on for five days. Have you had a period of time where you got better and then got sick again? P: I did kind of have a runny nose last week as well, so probably like 8 days ago but then the runny nose discontinued a little bit but really got worse 5 days ago, but all these other symptoms just happened in the last few days. D: OK, and you have pain. Do you feel it in your jaw or do you feel it in the in the front of your nose? -P: Yes, I would say mainly over the cheeks. It can kind of go near the front of my teeth as well, so like I would say like mostly around the cheeks, jaws and up to the front of my teeth. +P: Yes, I would say mainly over the cheeks. It can kind of go near the front of my teeth as well, so like I would say like mostly around the cheeks, jaws and up to the front of my teeth. D: OK, And do you grind your teeth at all at night? or have you had, TMJ issues before? @@ -46,7 +46,7 @@ D: OK, have you had any fevers or chills? P: Uhm, I Don't think I've had a fever. I did feel some chills over the last few days, but just very brief episodes. -D: OK, and over the last few weeks have you had any weight loss? +D: OK, and over the last few weeks have you had any weight loss? P: No. @@ -60,7 +60,7 @@ P: Uh, not shortness of breath. Just sometimes when my nose gets like really con D: I see, OK, and have you had any chest pain? -P: No, no chest pain. +P: No, no chest pain. D: Alright, and any lightheadedness or feeling dizzy? @@ -68,9 +68,9 @@ P: No. D: OK, have you had any nausea or vomiting? -P: Nope. +P: Nope. -D: Any abdominal pain? +D: Any abdominal pain? P: No. @@ -80,7 +80,7 @@ P: Sorry, what was that? D: Have you had any diarrhea? -P: No diarrhea. +P: No diarrhea. D: OK, and have you had any urinary problems? @@ -90,7 +90,7 @@ D: And have you had any rashes or skin changes? P: No, not that I know. -D: OK, then how about any muscle aches or joint aches? +D: OK, then how about any muscle aches or joint aches? P: Uh, no. @@ -110,9 +110,9 @@ D: OK, have your eyes been itchy? P: Uhm Yeah, a little bit. I would say they have been a bit itchy. -D: OK, alright then, do you have any medical conditions that you see a physician for regularly? +D: OK, alright then, do you have any medical conditions that you see a physician for regularly? -P: Uh, just uhm, its called dyslipidemia. +P: Uh, just uhm, its called dyslipidemia. D: OK, I see, and any medications you take for that? @@ -128,7 +128,7 @@ P: Uh, no, not that I know. D: OK, so you don't experience any symptoms like this when the seasons change? -P: I don't think so. I have had this happen to me, Uh, I would say like once before. It happened like two years ago. It was pretty similar. +P: I don't think so. I have had this happen to me, Uh, I would say like once before. It happened like two years ago. It was pretty similar. D: OK, uhm, and what was done at that time? @@ -140,7 +140,7 @@ P: No hospitalizations. D: Any surgeries? -P: Nope. +P: Nope. D: Alright, and could you tell me where abouts you're living currently and who you're living with? @@ -166,7 +166,7 @@ D: Oh, that's great. It's not easy to quit, so that's awesome. And do you drink P: Just maybe like red wine a couple of times a week. -D: I see, OK, and do you use any recreational drugs? +D: I see, OK, and do you use any recreational drugs? P: Uh, just, in a month, maybe once or twice, I smoke a joint. @@ -182,7 +182,7 @@ D: OK, I think I that was everything I wanted to ask about today. Was there any P: No, I think that's all. I just didn't know if I needed any, like, medications or if I needed to get tested. I just wanted to make sure. -D: Yeah, so well, certainly check your temperature to see if you have a fever. And if you do and it's high enough, that will increase the chance that you have a bacterial sinusitis, and if so, with some of your symptoms, including the discharge, obstruction, loss of smell, and facial pain, that all fits the picture for it and also you had a period where you felt a little bit better and then worse again. So that might require antibiotics, but we will check your temperature and go from there. +D: Yeah, so well, certainly check your temperature to see if you have a fever. And if you do and it's high enough, that will increase the chance that you have a bacterial sinusitis, and if so, with some of your symptoms, including the discharge, obstruction, loss of smell, and facial pain, that all fits the picture for it and also you had a period where you felt a little bit better and then worse again. So that might require antibiotics, but we will check your temperature and go from there. P: Alright, sounds good, thank you so much. diff --git a/tests/data/transcripts/RES0074.txt b/tests/data/transcripts/RES0074.txt index 7e486fe..9607895 100644 --- a/tests/data/transcripts/RES0074.txt +++ b/tests/data/transcripts/RES0074.txt @@ -12,9 +12,9 @@ P: Uhm, yeah my appetite's been a bit less over the last few days just because o D: OK, have you noticed any neck swelling? -P: Uh, no, not really. +P: Uh, no, not really. -D: OK, how about any redness in the back of your throat? +D: OK, how about any redness in the back of your throat? P: I checked, I didn't see too much. @@ -24,7 +24,7 @@ P: Uhm, a little bit, I wouldn't say too significant. D: OK, and muscle aches, like, when did those start? -P: Yeah, so that started just 3 days ago. I remember waking up and my thighs were hurting, then my upper arms and then it kind of went into my upper back and now it's kind of just general pain in all of the muscles. +P: Yeah, so that started just 3 days ago. I remember waking up and my thighs were hurting, then my upper arms and then it kind of went into my upper back and now it's kind of just general pain in all of the muscles. D: OK, are you having any muscle weakness? @@ -34,7 +34,7 @@ D: OK, and how has your energy been? Have you been having fatigue? P: Yeah, I would say, uh, I don't know if it's because of the pain, but I definitely feel a lot more tired. -D: OK, and you mentioned diarrhea as well. When did that start? +D: OK, and you mentioned diarrhea as well. When did that start? P: Yeah, diarrhea also started around 3 days ago. I normally go 1 or 2 times a day, but now I'm going like 6 or 7 times a day and it's all usually pretty watery. @@ -48,23 +48,23 @@ P: No, it's usually just been loose watery stools. D: OK, and have you been experiencing any other symptoms besides the sore throat, muscle aches, fatigue, and diarrhea? -P: Uhm, no, I don't think so. Those are probably all of the symptoms. +P: Uhm, no, I don't think so. Those are probably all of the symptoms. D: OK, so quickly to run through a review. Have you been having any fevers or chills? P: No, not that I've noticed. -D: OK, how about any headaches? +D: OK, how about any headaches? P: Uh, no. -D: OK, and have you had a runny nose? +D: OK, and have you had a runny nose? P: No. D: Have you had a loss of smell or taste? -P: I don't think so. I haven't been really eating too much recently, but I don't think so, no. +P: I don't think so. I haven't been really eating too much recently, but I don't think so, no. D: OK, have you had a cough? @@ -80,23 +80,23 @@ P: No wheezing. D: OK, you said you haven't had a cough, but have you brought up any sputum? -P: No. +P: No. D: OK, and have you had any chest pain? -P: No chest pain. +P: No chest pain. D: Alright, any dizziness or lightheadedness? -P: Nope. +P: Nope. -D: Any feeling as though your heart is racing. +D: Any feeling as though your heart is racing. P: No. D: OK, have you had any abdominal pain? -P: Uhm, maybe just a little bit with all the diarrhea, I feel like I do have some, Just, tenderness in my abdomen. +P: Uhm, maybe just a little bit with all the diarrhea, I feel like I do have some, Just, tenderness in my abdomen. D: OK, uh and have you had any nausea or vomiting? @@ -104,7 +104,7 @@ P: No, not really. D: OK, have you had any urinary problems? -P: Uhm, no. +P: Uhm, no. D: OK, and any rashes anywhere? @@ -136,7 +136,7 @@ P: No, that's the only surgery. D: OK, and any allergies to medications? -P: No, not that I know of. +P: No, not that I know of. D: OK, and can you tell me a little bit about your living situation? @@ -144,9 +144,9 @@ P: Yeah, so I currently live with my wife and son. We live in a house just in Lo D: OK, well that's good. Yeah, it's important to be socially distancing, especially when having symptoms. Has anybody else in that house been sick? -P: No, no one has been sick recently, at least in my house, but uh, just two weeks ago I did attend a family event, and just last week I found out, uhm, someone was having symptoms. They just got tested two days ago and their test result hasn't come back. +P: No, no one has been sick recently, at least in my house, but uh, just two weeks ago I did attend a family event, and just last week I found out, uhm, someone was having symptoms. They just got tested two days ago and their test result hasn't come back. -D: OK, I see. And have you traveled anywhere outside of the province or outside of the country? +D: OK, I see. And have you traveled anywhere outside of the province or outside of the country? P: No, it was just here in London, so nothing other than that. I haven't left the province. @@ -164,7 +164,7 @@ P: Yeah, maybe a one or two beers a week. D: OK, and uh, do you use any recreational drugs? -P: No, never. +P: No, never. D: OK. And, uh, in terms of family history, does anybody in the family have any heart or lung conditions? diff --git a/tests/data/transcripts/RES0075.txt b/tests/data/transcripts/RES0075.txt index 4f86109..a0a9ea8 100644 --- a/tests/data/transcripts/RES0075.txt +++ b/tests/data/transcripts/RES0075.txt @@ -26,19 +26,19 @@ D: OK, and uh, you mentioned you had shortness of breath as well. When does this P: Since yesterday it's been pretty constant and it's more like, Uh, just uh, I'm really having trouble getting any deep breaths in, so I feel like I'm having to just breathe faster and more shallow. -D: I see, OK, and has anything like this happened to you before? +D: I see, OK, and has anything like this happened to you before? -P: No, never. +P: No, never. D: OK, and have you been experiencing any headaches? -P: No. +P: No. D: How about any viral symptoms, like eye redness, nasal discharge, or nasal congestion or cough? P: I have been having a little bit of a cough, but that's it, like, it kind of started today, but it's nothing too significant. -D: OK, alright, is the cough dry or have you brought up sputum? +D: OK, alright, is the cough dry or have you brought up sputum? P: It is dry. @@ -48,7 +48,7 @@ P: Uh, no. D: How about a loss of taste or a loss of smell? -P: No. +P: No. D: OK, how has your appetite been? @@ -58,7 +58,7 @@ D: OK, so has your weight been stable over the last several months. P: Yeah, weight has been stable. -D: OK, and have you had any fevers, chills, or night sweats? +D: OK, and have you had any fevers, chills, or night sweats? P: Uhm, Nope. @@ -76,7 +76,7 @@ P: No, I don't think so. D: OK, and with the cough, have you brought up any blood? -P: No. +P: No. D: OK, and have you had any, Uh, like urinary problems? @@ -96,7 +96,7 @@ P: No. D: OK, and have you had any muscle aches, joint pains or skin changes? -P: No. +P: No. D: OK, and uhm, in the past have you been diagnosed with any medical conditions? @@ -108,11 +108,11 @@ P: No, nothing at all. D: And do you have any allergies? -P: No, no allergies. +P: No, no allergies. D: Any hospitalizations in the past or any surgeries? -P: No. +P: No. D: OK, and currently, can you tell me just a little bit about your living situation? @@ -122,7 +122,7 @@ D: OK. P: I live in like a student housing situation. -D: OK, has anybody in the house been sick or anybody that you've been around been sick? +D: OK, has anybody in the house been sick or anybody that you've been around been sick? P: No, we've been all pretty healthy. @@ -136,7 +136,7 @@ P: 1 gram probably lasts like 2 weeks. D: OK, and do you drink alcohol? -P: Yeah, just a couple of beers maybe on the weekend. +P: Yeah, just a couple of beers maybe on the weekend. D: OK, and are you currently sexually active? @@ -148,7 +148,7 @@ P: Yeah, we use condoms, we're pretty safe. D: OK, and have you had a sexually transmitted infection before? -P: No, never. +P: No, never. D: OK, any concerns right now or anything like that? @@ -156,7 +156,7 @@ P: No, uh, we've been pretty safe and we've both been tested before and everythi D: OK, great and has anybody in the family had like a similar presentation before, like any lung problems or heart problems? -P: No, I think my sister, she has asthma, but that's about it. +P: No, I think my sister, she has asthma, but that's about it. D: OK, and uh, any cancers that run in the family? diff --git a/tests/data/transcripts/RES0076.txt b/tests/data/transcripts/RES0076.txt index cbc537b..aa3d5ac 100644 --- a/tests/data/transcripts/RES0076.txt +++ b/tests/data/transcripts/RES0076.txt @@ -28,7 +28,7 @@ P: Not really, no. D: How much blood would you say you're coughing up now in an average day? -P: I would say, maybe two or three teaspoons. +P: I would say, maybe two or three teaspoons. D: OK, I see. Has your coughing gotten worse or has it stayed about the same? @@ -52,7 +52,7 @@ P: Uh, well that's been an ongoing problem for the last several years now, I tho D: I see, OK, and do you have any chest pain with inspiration or expiration? -P: No, no chest pain. +P: No, no chest pain. D: OK, any dizziness? Any fainting episodes? @@ -64,7 +64,7 @@ P: No, I've been at home. D: OK, any headaches, fevers or chills? -P: No, no fevers or chills, and I haven't had any headaches either. +P: No, no fevers or chills, and I haven't had any headaches either. D: OK, any losses in sense of taste or smell? @@ -78,17 +78,17 @@ D: OK, and when did you start feeling nauseous? P: It kinda comes and goes, I've had that problem for the last two months or so. -D: OK, and do you feel nauseous at anytime particularly in the day, like after eating, Or does it just come on randomly? +D: OK, and do you feel nauseous at anytime particularly in the day, like after eating, Or does it just come on randomly? P: Randomly. D: OK, and have you been having any kind of diarrhea or Constipation, changes in your bowel movement? -P: No. +P: No. D: OK, any blood in your stools at all? -P: No. +P: No. D: OK, have you been feeling fatigued at all? @@ -104,9 +104,9 @@ P: If I exert myself or if I'm doing more activity, it it does get harder to to D: And do you notice you have to like get up at night to take a breath? Or when you're laying down,do you have any trouble breathing? -P: No. +P: No. -D: OK, and have you noticed any kind of swelling in your extremities or anything like that? +D: OK, and have you noticed any kind of swelling in your extremities or anything like that? P: No swelling. @@ -130,13 +130,13 @@ D: OK, so yeah, ten to fifteen pounds in the last, how many months would you say P: Maybe two months. -D: Two months, OK. Have you recently had any infections, like viral symptoms, like runny nose, fever, or any cold like symptoms? +D: Two months, OK. Have you recently had any infections, like viral symptoms, like runny nose, fever, or any cold like symptoms? P: No. D: OK, and any exposure to anyone that you know of that might have tuberculosis? -P: No, I've been been mostly at home. I Haven't really been seeing many people lately. +P: No, I've been been mostly at home. I Haven't really been seeing many people lately. D: OK, and do you have any past medical history or any diagnosis like COPD, asthma, high blood pressure, diabetes, anything like that? @@ -152,9 +152,9 @@ P: I think sulfa, but that's it. D: OK, and what kind of reaction do you get? -P: Uh, I get a rash. +P: Uh, I get a rash. -D: Rash, OK, any surgeries or hospitalizations in the past? +D: Rash, OK, any surgeries or hospitalizations in the past? P: I just had cataract removed from my right eye, and uh, that's about it. @@ -182,7 +182,7 @@ D: And where do you live right now? In an apartment? In a home? And who do you l P: I live in a home with my wife and it's just us two. -D: And do you know if there's any like asbestos exposure in your home at all? +D: And do you know if there's any like asbestos exposure in your home at all? P: I don't think so, no. @@ -200,17 +200,17 @@ P: Yeah, I've been trying. I was thinking of maybe talking about a prescription D: Yeah, well, it's really great that you're thinking about quitting. We can definitely help you with some resources, and some medications. Have you tried anything before that I should know of, to help you quit? -P: I've tried nicotine patches and gum, but that's it. +P: I've tried nicotine patches and gum, but that's it. D: OK, so yeah, there's uh, like other options as well that you can take. Have you heard of Champix? -P: Uh, I did hear of it actually. Yeah, so one of my friends tried it and it worked well for them so, Yeah. +P: Uh, I did hear of it actually. Yeah, so one of my friends tried it and it worked well for them so, Yeah. D: OK, yeah, so we can, if you're wondering about that, I can give you some information on that medication, like a whole package for you and then we can discuss if that could work for you. -P: That sounds great. +P: That sounds great. -D: OK, sweet. And other than smoking, do you use any recreational drugs like marijuana? +D: OK, sweet. And other than smoking, do you use any recreational drugs like marijuana? P: No, I don't. @@ -226,6 +226,6 @@ D: OK, so if you think you can produce that, we can even take a sample of that a P: That sounds good. Thank you. -D: You're welcome. Take care. +D: You're welcome. Take care. P: Bye. diff --git a/tests/data/transcripts/RES0077.txt b/tests/data/transcripts/RES0077.txt index 9238324..dfd165c 100644 --- a/tests/data/transcripts/RES0077.txt +++ b/tests/data/transcripts/RES0077.txt @@ -10,7 +10,7 @@ D: OK and so it started three days ago? P: Yeah. -D: When did the shortness of breath start? +D: When did the shortness of breath start? P: That started probably about two days ago. @@ -22,7 +22,7 @@ D: OK, so it's it's pretty constant? P: Yeah, it's been constant. -D: OK, and how much sputum would you say you're bringing up? +D: OK, and how much sputum would you say you're bringing up? P: I would say, uh, maybe like two teaspoons a day. It's only like a little bit in the tissues and I'm not bringing up sputum every time. @@ -32,9 +32,9 @@ P: No, I haven't noticed anything like that. D: OK, so it's mainly just white or clear. -P: Yeah, it's mostly, yeah, like whiteish or clear. +P: Yeah, it's mostly, yeah, like whiteish or clear. -D: OK, uhm, and have you had anything like this happen before? +D: OK, uhm, and have you had anything like this happen before? P: No, I haven't. @@ -64,7 +64,7 @@ P: No, I haven't had anything like that. D: OK, and have you been diagnosed with cancer or any other medical conditions? -P: No, I haven't. +P: No, I haven't. D: OK uhm, so would you say the coughing and the shortness of breath is getting worse, or it's about the same? @@ -92,17 +92,17 @@ P: Uhm, nothing like that. D: OK, and any headaches? -P: I have had a little bit of a headache over the last day. Usually I get headaches like this when I haven't slept well. +P: I have had a little bit of a headache over the last day. Usually I get headaches like this when I haven't slept well. D: OK, and is it like a different type of headache and is it on one side of your head or both? -P: Yeah, I feel it on both, kinda like right up into my forehead there. +P: Yeah, I feel it on both, kinda like right up into my forehead there. D: OK, and is it kind of like a pressure like pain? Is it pulsating pain? How would you describe it? P: I would say it's more of a pressure, yeah. -D: OK, uh, have you tried any medications for it? +D: OK, uh, have you tried any medications for it? P: Uhm, Yeah, I took an Advil this morning. It's taken the edge off a little bit. I will use that sometimes when I get headaches. @@ -112,7 +112,7 @@ P: No, I haven't had anything like that. D: OK, and have you traveled outside of the country or outside of the province at all? -P: No, I haven't. +P: No, I haven't. D: Have you been in contact with anyone that's been sick recently? @@ -152,7 +152,7 @@ P: Just kind of all over, my whole body just kind of feels a bit achy. D: OK, and when did this start? -P: Yeah, probably like last night, this morning when I was laying down and just felt a bit tired and achy? +P: Yeah, probably like last night, this morning when I was laying down and just felt a bit tired and achy? D: OK. Has your sleep or appetite changed at all? @@ -164,7 +164,7 @@ P: No, I don't take any medications. D: OK, and have you had any surgeries or have been hospitalized before? -P: I did have tubes in my ears when I was little, but that's it though. +P: I did have tubes in my ears when I was little, but that's it though. D: OK. Any family history of any heart or lung conditions? @@ -184,7 +184,7 @@ P: I do, yeah I work at a car factory nearby, just on the assembly line. D: And have you been off of work right now, with your symptoms? How is that going? -P: Oh yeah, just like these last two days I called in and I let them know and I left work early yesterday when I realized that I was feeling sick and didn't go in this morning. +P: Oh yeah, just like these last two days I called in and I let them know and I left work early yesterday when I realized that I was feeling sick and didn't go in this morning. D: OK, uh, and what's your living situation like? @@ -196,7 +196,7 @@ P: No, they've been good. My wife works from home and my son, he's been his play D: OK, that's good. OK, last few questions. Do you smoke at all? -P: No, I don't. +P: No, I don't. D: Do you use any recreational drugs like marijuana? diff --git a/tests/data/transcripts/RES0078.txt b/tests/data/transcripts/RES0078.txt index 00aa399..10e4f3e 100644 --- a/tests/data/transcripts/RES0078.txt +++ b/tests/data/transcripts/RES0078.txt @@ -2,9 +2,9 @@ D: How may I help you? P: I've been having difficulties breathing over these last few days. -D: When did it start? +D: When did it start? -P: It started about, like, three or four days ago. +P: It started about, like, three or four days ago. D: OK, and since then, has it gotten any better or worse? @@ -12,11 +12,11 @@ P: It has, maybe gotten a little bit worse, but not, maybe, a little worse. D: And are there certain times when you feel that you're more short of breath than other times? Anything in particular that you're doing that makes it worse? -P: Uhm, not really, it's kind of, I just feel like, it's just more difficult to breathe, uh, most of the time. +P: Uhm, not really, it's kind of, I just feel like, it's just more difficult to breathe, uh, most of the time. D: And, has this happened to you before? -P: Uhm, not like, no, nothing like this has happened before. +P: Uhm, not like, no, nothing like this has happened before. D: OK, do you have a history of any lung problems? @@ -36,7 +36,7 @@ P: I've been bringing up, some, like, uh, whitish sputum. It's like, yeah, whiti D: And you haven't seen blood anytime right? In your sputum? -P: No. +P: No. D: OK, and has the cough gotten any worse overtime? @@ -64,7 +64,7 @@ P: I would say, maybe six. It feels pretty sharp when it happens and it goes awa D: OK, and where exactly is it, is the pain? -P: Uh yeah, I kind of feel it, Yeah, just over on the right side of the sternum. +P: Uh yeah, I kind of feel it, Yeah, just over on the right side of the sternum. D: OK. Alright, and does it radiate anywhere? Does it go anywhere other than that one location? @@ -76,7 +76,7 @@ P: No, that pain started, I guess like two days ago. More recent than the cough D: I see, I see, OK. And so you said that coughing makes it worse and sometimes breathing in. So is it just normal breathing or when you're doing like, deep breathing? -P: Deep breathing. +P: Deep breathing. D: Deep breathing hurts? OK. Alright, and you've never experienced this before, right? @@ -86,7 +86,7 @@ D: OK, when you sort of touch that area over your chest, does touching it make i P: Uhm, no, I haven't noticed that, touching it doesn't make it worse. -D: OK. Uhm, alright, have you had a headache? +D: OK. Uhm, alright, have you had a headache? P: Uh, no. @@ -94,17 +94,17 @@ D: No, OK. What about fatigue or muscle aches? P: I've been fatigued. No muscle aches. -D: OK, any pain in your belly? +D: OK, any pain in your belly? P: No. -D: Any diarrhea? +D: Any diarrhea? P: No. D: Constipation? -P: No. +P: No. D: Any changes in your, uh, any changes when you pee? @@ -112,7 +112,7 @@ P: Uh, nothing there. D: No. OK. Any rash that you've noticed on your skin? -P: No. +P: No. D: OK. Any changes in your sense of taste? @@ -128,7 +128,7 @@ P: No, I haven't. I don't have a thermometer at home. D: Yeah, no problem and your throat's been a little bit itchy and then two days ago you also started having this pain in your chest. Is there any other symptom that I have not mentioned that you have been experiencing over the past couple of days? -P: No, that's everything. +P: No, that's everything. D: Yeah, OK. And you mentioned that you don't have a history of asthma or COPD. Do you have any other medical conditions? @@ -160,13 +160,13 @@ P: She's been fine. Yeah, she's been healthy. D: OK, good. Other than your daughter, have you been in contact with anyone else who might have, who might be sick or might have symptoms similar to what your daughter has? -P: I don't think so. +P: I don't think so. D: OK, alright, and do you, have you traveled anywhere recently? P: No, I've been just, uh, working from home. -D: OK, and do you smoke? +D: OK, and do you smoke? P: No. @@ -190,7 +190,7 @@ D: Alright, and you told me about your medical history, but do you have, have yo P: Uh, I've had a hernia repair, about seven years ago. I haven't had any issues since. -D: Alright, OK, uhm, and are there any medical conditions that run in your family? +D: Alright, OK, uhm, and are there any medical conditions that run in your family? P: Uhm, my grand-father had a heart attack, in his seventies. And, I think my dad has high blood pressure as well, but, I think that's it. diff --git a/tests/data/transcripts/RES0079.txt b/tests/data/transcripts/RES0079.txt index 228afb4..bc669ab 100644 --- a/tests/data/transcripts/RES0079.txt +++ b/tests/data/transcripts/RES0079.txt @@ -1,6 +1,6 @@ D: How may I help you today? -P: Yeah I've had, a fever and a cough that started just like four days ago. +P: Yeah I've had, a fever and a cough that started just like four days ago. D: OK, when did you, when did you start having your, so the cough started four days ago, what about the fever? @@ -12,19 +12,19 @@ P: Yeah, I just checked it last night. I felt hot previously, but, I don't know, D: OK, and the cough that started four days ago, has it been a dry cough or wet cough? -P: It's been dry. +P: It's been dry. D: OK, so there's been no sputum or any, or blood? -P: No sputum or blood +P: No sputum or blood D: OK. Has it gotten worse over the past four days? P: Uh, a little bit, yeah. -D; And, other than the fever and the cough, do you have any fatigue? +D; And, other than the fever and the cough, do you have any fatigue? -P: Uhm, yes. +P: Uhm, yes. D: We do, OK. Any muscle aches? @@ -32,11 +32,11 @@ P: Uh, no. D: OK, Sore throat? -P: No. +P: No. D: Any difficulties breathing? -P: No. +P: No. D: Any wheezing? @@ -44,19 +44,19 @@ P: No. D: Any chest pain or pressure? -P: No. +P: No. -D: OK, any runny nose? +D: OK, any runny nose? -P: Yeah, my nose has been a little bit runny. +P: Yeah, my nose has been a little bit runny. D: OK, that started over the past four days as well? -P: Yeah. +P: Yeah. D: OK, what about pain in your belly? -P: No pain. +P: No pain. D: OK, any diarrhea or Constipation? @@ -66,21 +66,21 @@ D: Any nausea or vomitting? P: No. -D: Any urinary symptoms? +D: Any urinary symptoms? -P: No. +P: No. D: OK, any rash that you've noticed on your skin? P: No. -D: Any changes in your sense of taste or your sense of smell? +D: Any changes in your sense of taste or your sense of smell? P: Uh, yeah, I haven't been able to smell as well. D: You feel like you have a runny nose, but is it sort of congested? -P: Not really, it, yeah, just kind of running, and yeah, I haven't been able to smell very well. +P: Not really, it, yeah, just kind of running, and yeah, I haven't been able to smell very well. D: OK, and do you have any past medical, any conditions, medical conditions? @@ -88,7 +88,7 @@ P: Uh, depression and anxiety. D: And have you had any surgeries in the past or hospitalizations? -P: Uhm, no +P: Uhm, no D: OK, are you taking any medications, including over the counter pills? @@ -98,15 +98,15 @@ D: And, uh. P: sorry I do take, um, I take, uh, an SSRI, Citalopram as well. -D: OK, that's good. OK, any allergies? +D: OK, that's good. OK, any allergies? -P: No allergies +P: No allergies D: OK, specifically allergies to medications? P: Uhm, yeah no, no medications, I don't think so. -D: Good, ok, and do you currently smoke or have you ever smoked in the past? +D: Good, ok, and do you currently smoke or have you ever smoked in the past? P: Uhm, I smoked when I was in high school very briefly, but I haven't smoked anything in the last twenty years. @@ -116,7 +116,7 @@ P: Uh, we'll use edibles every once in a while. I buy them from the, like, I gue D: I see, OK, any recreational drugs? -P: No, +P: No, D: OK, and do you currently live alone or do you live with others? @@ -142,7 +142,7 @@ D: OK, alright, and uh, any, you don't have any asthma or COPD or any lung condi P: Right, I don't have anything like that. -D: OK, and, any conditions that run in your family? +D: OK, and, any conditions that run in your family? P: Uhm, no, nothing that runs in the family. diff --git a/tests/data/transcripts/RES0080.txt b/tests/data/transcripts/RES0080.txt index 08a4923..91f9d8a 100644 --- a/tests/data/transcripts/RES0080.txt +++ b/tests/data/transcripts/RES0080.txt @@ -12,9 +12,9 @@ P: Yeah, so initially it was just, it was just climbing stairs, you know, but th D: OK, and have you had, uh, shortness of breath on exertion like this before? -P: Uhm, you know, sometimes. +P: Uhm, you know, sometimes. -D: OK. +D: OK. P: I don't, do much anyway, because my CPD, you know, just makes things a little bit difficult, uh, yeah, I use my puffers. @@ -30,13 +30,13 @@ D: OK, and you mentioned you were bringing up sputum. Could you describe the col P: Yeah, I don't know it's kinda yellow, uh, green. -D: Has that changed from before? +D: Has that changed from before? P: Yeah, yeah, so usually it's just sort of whiteish and foamy, and uh, yeah it's different. And it's more, you know, it's alot more, every time I'm coughing it's just like, spoonfuls, it's a lot more than usual. D: OK, yeah, it sounds like a lot more and have you noticed any blood? -P: No, no, no. +P: No, no, no. D: OK, and uh, so have you had a cough then? @@ -46,21 +46,21 @@ D: OK, and is your cough worse at any particular time of the day, Or does it hap P: Well, it's a bit worse when I'm smoking, but otherwise it's the same. -D: OK, and has your cough been worse these past couple of days as well? +D: OK, and has your cough been worse these past couple of days as well? -P: No. +P: No. D: OK, and have you had any headaches? -P: No. +P: No. D: How about any ear pain or eye pain? -P: No. +P: No. D: Any sore throat? -P: No. +P: No. D: OK, have you had a loss of smell or a loss of taste? @@ -68,7 +68,7 @@ P: No, I don't think so. D: OK, and have you had any wheezing? -P: A little bit. It's been there for a while though. +P: A little bit. It's been there for a while though. D: OK, have you noticed any changes to the wheeze? @@ -76,7 +76,7 @@ P: No, I don't think so. I don't know. I can't tell. D: I see, OK, and have you had any chest pain? -P: No. +P: No. D: Have you had any lightheadedness or dizziness? @@ -86,15 +86,15 @@ D: OK, and have you had any heart palpitations? P: No. -D: Alright, and have you had any abdominal pain, nausea or vomiting? +D: Alright, and have you had any abdominal pain, nausea or vomiting? P: No. D: Alright, and any urinary problems? -P: No. +P: No. -D: Any bowel problems? +D: Any bowel problems? P: No. @@ -108,11 +108,11 @@ P: I think I was feeling very chilly last night. My wife had to bring an extra b D: OK, have you had any night sweats? -P: No, I don't think so. +P: No, I don't think so. D: OK, and uh, have you checked your temperature? -P: No, I didn't. +P: No, I didn't. D: OK, we'll certainly check that today. And have you had any weight loss in the last several months? @@ -146,13 +146,13 @@ D: OK, and, uh, can you tell me a little bit about your living situation, like w P: Yeah, I live with my wife about ten minutes away from here. We live in an apartment, uh, yeah. -D: OK, are you working, are you retired? +D: OK, are you working, are you retired? P: I retired two years ago. I used to work at Chrysler, as a mechanic. -D: OK, and have you been around anybody who might be sick? +D: OK, and have you been around anybody who might be sick? -P: No. +P: No. D: Alright, how about, have you traveled anywhere? @@ -176,7 +176,7 @@ P: I drink a glass or two every weekend. D: OK, and do use any other recreational drugs like marijuana, cocaine? -P: No. +P: No. D: OK, and, any family history of heart or lung conditions? @@ -190,6 +190,6 @@ D: Alright, and, so you've been experiencing worsening sputum production that no P: Sure. -D: Alright, we'll get that started. +D: Alright, we'll get that started. P: Thank you. diff --git a/tests/data/transcripts/RES0081.txt b/tests/data/transcripts/RES0081.txt index 2466fd8..573a8af 100644 --- a/tests/data/transcripts/RES0081.txt +++ b/tests/data/transcripts/RES0081.txt @@ -8,7 +8,7 @@ P: Uhm so, he's just having this wheezing that just doesn't go away, like, I can D: OK, so yeah, it's been affecting, uh, sleep, appetite, his mood, has he been short of breath? -P: If he was like, he said that he was having some difficulty breathing, yeah. +P: If he was like, he said that he was having some difficulty breathing, yeah. D: OK, has he, uh, able to talk like in full sentences, like, how is he right now? @@ -28,7 +28,7 @@ P: No. D: Or any blood? -P: No no no. +P: No no no. D: OK, and has the cough been getting any better or any worse? @@ -36,11 +36,11 @@ P: It's been the same. D: OK, uhm, and has he complained of having a sore throat or painful ears? -P: No, he hasn't complained of those. +P: No, he hasn't complained of those. D: OK, and have you noticed any eye redness or or any discharge from his eyes or nose? -P: No. +P: No. D: OK, and has he been having any chest pain? @@ -48,17 +48,17 @@ P: Uh, no. D: OK, and you mentioned, uh, a wheeze, have you been able to hear a wheeze like this before? -P: It's usually not this bad. +P: It's usually not this bad. D: OK, has he been having any abdominal pain? -P: No. +P: No. D: Any nausea or vomiting? P: No. -D: Has he had any urinary problems like, painful when he's going to the bathroom? +D: Has he had any urinary problems like, painful when he's going to the bathroom? P: No, he hasn't complained of anything like that. @@ -68,7 +68,7 @@ P: No. D: OK, has he had any skin changes or rashes? -P: No, no, I checked for those very carefully. He used to get rashes when he was a child, but no, he doesn't, he doesn't have anything right now. +P: No, no, I checked for those very carefully. He used to get rashes when he was a child, but no, he doesn't, he doesn't have anything right now. D: Alright, and has he had any muscle aches or joint pains? @@ -78,13 +78,13 @@ D: OK, and two days ago, can you think of any triggers like, was there any expos P: Yeah, you know, if I think about it, he did go outside to play with his brother and, I don't know he might have got something out there maybe. -D: Yeah, uh, certainly possible and was it like a particularly cold day? +D: Yeah, uh, certainly possible and was it like a particularly cold day? P: Yeah, it was a very windy, little bit chilly too. D: And when, like, during the winter time, does cold air trigger attacks for Dave? -P: Oh yeah. +P: Oh yeah. D: OK, and how about exercise? @@ -128,11 +128,11 @@ P: Just the dermatitis and asthma? D: OK, and when was his last asthma exacerbation? -P: Last year. +P: Last year. D: OK, has he ever needed to be hospitalized for one? -P: Oh no, no, nothing like that, he's a healthy kid. +P: Oh no, no, nothing like that, he's a healthy kid. D: OK, that's good, has he had any surgeries before? @@ -154,7 +154,7 @@ D: OK, has anybody in the home been sick, either his brother, yourself, or fathe P: Uh, no. -D: OK, and anybody, at work or any other places that you maybe traveled to, that, uh, been around anybody who's been sick? +D: OK, and anybody, at work or any other places that you maybe traveled to, that, uh, been around anybody who's been sick? P: Uhm, no, I don't think so. I don't think there was anyone that was sick. @@ -166,9 +166,9 @@ D: OK, and are there any pets in the home? P: No. -D: Alright, any carpets or like, uh, curtains or anything like that, covering the windows? +D: Alright, any carpets or like, uh, curtains or anything like that, covering the windows? -P: No, we got all those removed when he had his big exacerbation last year. +P: No, we got all those removed when he had his big exacerbation last year. D: I see, OK, and does anybody smoke in the home, either cigarettes or marijuana? @@ -176,15 +176,15 @@ P: Uhm, my husband smokes, but he smokes outside, he never smokes in front of th D: OK, I see, and uh, does anybody in the family, have any heart or lung conditions? -P: No, uhh, I have some, I have high blood pressure but that's it +P: No, uhh, I have some, I have high blood pressure but that's it -D: OK, any, like, congenital diseases that run in the family? +D: OK, any, like, congenital diseases that run in the family? P: No. D: Or how about any genetic diseases? -P: No +P: No D: Cystic fibrosis or anything like that? @@ -196,6 +196,6 @@ P: No, I'm just worried that he's going to have a big asthma attack like last ye D: For sure, yeah, we'll, uh, check his his vital signs and do a physical exam. And it does sound like it could be an asthma exacerbation, and so we can trial some inhaler medications, a little bit different than what you use at home. But also using Ventolin as well and we'll assess the need for potential, uh, antibiotics and also steroid if necessary and if his breathing gets worse or you're starting to hear that the wheezing is getting worse or his work of breathing is becoming more intense then certainly we'll need to add on some oxygen and possibly, some other therapies. -P: Thank you so much doc. +P: Thank you so much doc. D: Alright, thank you. diff --git a/tests/data/transcripts/RES0082.txt b/tests/data/transcripts/RES0082.txt index 4a6a633..5bdff2a 100644 --- a/tests/data/transcripts/RES0082.txt +++ b/tests/data/transcripts/RES0082.txt @@ -20,9 +20,9 @@ P: Uh, Yeah, it has been a bit sore when eating food, but it hasn't been so pain D: OK, do you have a cough? -P: No, I haven't had a cough. +P: No, I haven't had a cough. -D: OK, uhm, and do you have a runny nose, any discharge? +D: OK, uhm, and do you have a runny nose, any discharge? P: Uh, Yeah, there's been a little bit of a like watery discharge, my nose has been running. @@ -32,7 +32,7 @@ P: Uh, yeah, now that you say it, yeah, when I was bending over to put my shoes D: OK, and you haven't been feeling feverish or having having any chills, right? -P: No +P: No D: OK, any fatigue, malaise, any aches or pains? @@ -40,7 +40,7 @@ P: Uh. no, I felt OK, that way, yeah. D: Any rashes? -P: Uh, no. +P: Uh, no. D: No, OK, Have you been up to date with your immunizations? @@ -60,15 +60,15 @@ P: Uh, no, I haven't noticed anything like that. D: OK, alright and any difficulties breathing? -P: No. +P: No. -D: Any chest pain? +D: Any chest pain? P: No chest pain. D: Ok, any pain in your belly or any problems with your bowel movements? -P: No +P: No D: OK, any urinary symptoms? @@ -94,9 +94,9 @@ D: Have you been around a cat recently? P: No, we used to have a cat, but unfortunately we were unable to keep it because allergies were so bad. -D: Yeah, do you have any environmental allergies at all? +D: Yeah, do you have any environmental allergies at all? -P: Uhm, yeah sometimes in the spring or fall I can get like itchy eyes and a runny nose, so that's why I didn't think much about the runny nose at first, but with a sore throat and, been sneezing more, I thought to come in. +P: Uhm, yeah sometimes in the spring or fall I can get like itchy eyes and a runny nose, so that's why I didn't think much about the runny nose at first, but with a sore throat and, been sneezing more, I thought to come in. D: Yeah, OK. So in terms of your, uh, so general information. Do you live alone or do you live with your parents or anyone else? @@ -124,7 +124,7 @@ P: No, I haven't. D: Have you taken any antibiotics recently? -P: No. +P: No. D: OK, alright well it sounds like you're probably having just a common cold, likely viral. So, and seeing that it's only been two days, have your symptoms gotten better or worse in the past couple of days? diff --git a/tests/data/transcripts/RES0083.txt b/tests/data/transcripts/RES0083.txt index f0376b8..980e42a 100644 --- a/tests/data/transcripts/RES0083.txt +++ b/tests/data/transcripts/RES0083.txt @@ -2,7 +2,7 @@ D: What can I do for you? P: I've been feeling really, just, bad these last couple of days. I've had these, uh, muscle aches and headache and cough that have been really bothering me. -D: When did all this start? +D: When did all this start? P: So yeah, about 3 days ago I woke up in the morning with, uh, and yeah, I started having these, like muscle aches and a cough started kind of that day. @@ -34,9 +34,9 @@ D: That front part, both sides, left and right? P: Yeah, kind of both sides. -D: Is it accompanied with, uh, so is the headache worse when you're in bright light? +D: Is it accompanied with, uh, so is the headache worse when you're in bright light? -P: No. +P: No. D: No, OK, is it worse when, are you trying to stay in a dark room with no sound? Is it worse when you're, when people are talking or there's loud noises around you? @@ -44,7 +44,7 @@ P: No. D: No, any nausea or vomiting? -P: No. +P: No. D: Any stiffness in your neck? Any difficulties moving your neck? @@ -56,15 +56,15 @@ P: I don't think so. D: OK, and any sore throat? -P: No. +P: No. D: Runny nose, congestion? -P: No. +P: No. D: OK, uhm, any other, I guess, any difficulties breathing? -P: No, no, +P: No, no, D: Any chest pain? @@ -72,7 +72,7 @@ P: No. D: Any palpitations? Do you feel like your heart's racing? -P: No. +P: No. D: Any pain your belly? @@ -94,11 +94,11 @@ D: Any medications that you're on? P: Yeah, I take a statin. -D: And any allergies? +D: And any allergies? -P: Uh, maybe penicillin, I think I got hives when I was a kid or some sort of rash. +P: Uh, maybe penicillin, I think I got hives when I was a kid or some sort of rash. -D: I see, OK, and any medical conditions that run in your family? +D: I see, OK, and any medical conditions that run in your family? P: I know my dad had a stroke when he was in his late 70s and my mom had high cholesterol as well. @@ -112,7 +112,7 @@ P: I smoked about a half a pack per day. D: For how many years? -P: For about 12 years I guess +P: For about 12 years I guess D: OK, and do you consume alcohol? @@ -122,9 +122,9 @@ D: Alright, and what about any marijuana? P: Uh, no. -D: Any recreational drugs? +D: Any recreational drugs? -P: No. +P: No. D: OK, do you take any herbal medications or any vitamins or anything else over the counter? @@ -136,11 +136,11 @@ P: I don't think so, um, everybody in my family has been been OK. D: Have you had exposure to anyone or met anyone who you think might have had covid? -P: Uh well, I did go to a family party, just last weekend. It was outside and we were maintaining distancing, but, yeah. +P: Uh well, I did go to a family party, just last weekend. It was outside and we were maintaining distancing, but, yeah. D: Are you vaccinated? -P: No, not yet. +P: No, not yet. D: No, OK, alright, OK, so you've had this dry cough and muscle aches and headache for the past three days or so and your symptoms are getting a little bit worse or your cough's getting worse for the past three days. We're gonna, it could be that you have some sort of a viral infection like an upper respiratory infection but you might also or you could possibly have covid, so we'll do a covid test, and I just recommend that you stay hydrated and continue to eat and drink well and and monitor your symptoms. Take Tylenol, it sounds like Tylenol has been helping a little bit, continue to take Tylenol, get lots of rest and if you have any shortness of breath, or if you feel like your symptoms are getting worse call 911 for help if your concerned about your health at all. And we'll get a covid test set up for you. diff --git a/tests/data/transcripts/RES0084.txt b/tests/data/transcripts/RES0084.txt index c20e049..5661fb7 100644 --- a/tests/data/transcripts/RES0084.txt +++ b/tests/data/transcripts/RES0084.txt @@ -6,7 +6,7 @@ D: Yeah, it's good that you came in. Lets rewind a little bit and get a full his P: So, the headache started first, so that was around four days ago. -D: OK +D: OK P: And three days ago, like my body just started aching all over the place and then just two days ago I noticed that I had a fever and I've been getting a fever since then, as well, like even today, I was having chills. @@ -16,7 +16,7 @@ P: Like 38 to 39. D: OK, so headache started four days ago. Is it persistent or constant or does it come and go? -P: It was pretty constant, the headache kind of got better yesterday but last few days it's just been constant headache Pretty much every day. +P: It was pretty constant, the headache kind of got better yesterday but last few days it's just been constant headache Pretty much every day. D: OK, OK. Does anything make it better or worse? @@ -24,11 +24,11 @@ P: Just some rest and, uh, I tried to take some Tylenol to get rid of it, took s D: How long does the headache last when you get it? -P: If I don't take medications, it can last honestly, the whole day. +P: If I don't take medications, it can last honestly, the whole day. D: OK, yeah, um, and if you were to describe it, is it sharp, dull, achy? -P: It's just achy and it's kind of all over the front of my forehead. +P: It's just achy and it's kind of all over the front of my forehead. D: OK. @@ -52,15 +52,15 @@ P: Yeah, the headache has improved a bit, the body aches are still there and the D: OK, alright. Have you had any fainting spells or dizziness? -P: No, nothing like that. +P: No, nothing like that. D: Any confusion or memory loss? -P: No. +P: No. D: Any neck pain? -P: Uhm, not neck pain but like just below my neck, like my back, upper back hurts as well. +P: Uhm, not neck pain but like just below my neck, like my back, upper back hurts as well. D: OK, and, any weight loss recently? @@ -76,11 +76,11 @@ P: No, nothing that I've noticed. D: How about changes in your vision or hearing? -P: No. +P: No. -D: No OK, how about a stuffy nose or runny nose? +D: No OK, how about a stuffy nose or runny nose? -P: Uh, I do feel a bit more stuffy like today, but there's no like runny nose or anything like that, but I do feel a bit more pressure and stuffiness in my face today. +P: Uh, I do feel a bit more stuffy like today, but there's no like runny nose or anything like that, but I do feel a bit more pressure and stuffiness in my face today. D: OK, OK, how about changes in smell or taste? @@ -88,7 +88,7 @@ P: Yeah, I think, just last night dinner, it was just kind of a funky like, diff D: OK, um, any coughing or shortness of breath? -P: Uh, no, no, I haven't been coughing or no shortness of breath at all. +P: Uh, no, no, I haven't been coughing or no shortness of breath at all. D: OK and how about wheezing? @@ -100,17 +100,17 @@ P: No. D: How about feeling like your heart's racing? -P: No, nothing like that. +P: No, nothing like that. -D: No, OK. Any swelling that you've noticed in your limbs? +D: No, OK. Any swelling that you've noticed in your limbs? P: No. D: No, ok. Any issues with your bowel movements or urine? -P: No, nothing. +P: No, nothing. -D: OK, how about nausea or vomiting? +D: OK, how about nausea or vomiting? P: uh no, no nausea or vomiting. @@ -124,9 +124,9 @@ P: Yeah, probably like, it all kind of went down in my 40s. I did gain a lot of D: OK, so you said diabetes, high blood pressure, fatty liver, and sorry, what was the other one? -P: High cholesterol. +P: High cholesterol. -D: High cholesterol, OK, are you on medications for all of these things? +D: High cholesterol, OK, are you on medications for all of these things? P: Yeah so I am on a statin medication for the cholesterol, then I'm on metformin, and then I'm on a blood pressure medication as well. I can't recall the name. Uh, so yeah, those are the medications that I'm on. @@ -152,11 +152,11 @@ P: No, no cancers. D: OK, do you smoke? -P: I used to when I was in my 30s. I quit a pretty long time ago. +P: I used to when I was in my 30s. I quit a pretty long time ago. D: OK, how much did you smoke before that? -P: I probably smoked up until I was 35, so for probably like 10 years from 25 to 35 and probably smoked a pack a day at that time. +P: I probably smoked up until I was 35, so for probably like 10 years from 25 to 35 and probably smoked a pack a day at that time. D: OK, yeah, and do you drink alcohol? @@ -170,9 +170,9 @@ D: OK, no recreational drugs, and where do you live right now? P: I just live with my wife in an apartment in the city, and yeah. -D: OK, any old carpet, dust, mold, anything that is concerning from that standpoint? +D: OK, any old carpet, dust, mold, anything that is concerning from that standpoint? -P: Nope. +P: Nope. D: No, and have you been in contact with anyone who's been sick recently? @@ -180,7 +180,7 @@ P: Not that I know of. D: Do you still go to work? -P: I just have like a desk job. I have my own room. It's not like, I don't see too many people and like, when I do I'm wearing a mask so I don't think so. +P: I just have like a desk job. I have my own room. It's not like, I don't see too many people and like, when I do I'm wearing a mask so I don't think so. D: OK. diff --git a/tests/data/transcripts/RES0085.txt b/tests/data/transcripts/RES0085.txt index 08b4660..bd6b0d3 100644 --- a/tests/data/transcripts/RES0085.txt +++ b/tests/data/transcripts/RES0085.txt @@ -22,19 +22,19 @@ D: OK, any blood in there? P: No, I haven't notice any blood. -D: Does he sound wheezy? +D: Does he sound wheezy? P: Uh no, it's mainly just the grunting. -D: OK, OK, does he look swollen to you? +D: OK, OK, does he look swollen to you? P: Uh, swollen as in just, uh, like in his. D: In his, uh, like uh, legs, arms or belly area. -P: No, I don't think so. +P: No, I don't think so. -D: No ok, and uh, does he have a runny nose or a stuffy nose? +D: No ok, and uh, does he have a runny nose or a stuffy nose? P: No, I don't think so. @@ -54,13 +54,13 @@ D: OK, OK, good. Have you noticed any changes to his bowel movements or urine? P: No, pretty much been the same. -D: OK, is he throwing up at all? +D: OK, is he throwing up at all? P: Nope, just some spit ups, I don't know if that's, Just because of the coughing or if they're just spit ups, like, but nothing after eating. D: OK, OK, have you noticed any rashes on him? -P: No, no rashes. +P: No, no rashes. D: OK, uhm, has he had any fainting spells or seizures? @@ -78,7 +78,7 @@ D: OK, and is he an other-wise healthy baby? P: Yeah, so, uh, healthy but he was born premature at 36 weeks. -D: OK. +D: OK. P: And no complications really with the pregnancy or after he was born. But yeah, he was premature. @@ -96,7 +96,7 @@ P: No, nothing like that. D: OK, and is he up to date with all his immunizations? -P: Yeah, the two months vaccinations are all up to date. +P: Yeah, the two months vaccinations are all up to date. D: OK, good. Medication-wise is he on anything? @@ -110,13 +110,13 @@ D: Any family history of lung conditions or heart conditions? P: No, not that we know of. -D: OK, any cancers in the family? +D: OK, any cancers in the family? P: Nope. D: And who does he live with at home? -P: Just me and my wife. +P: Just me and my wife. D: OK, uhm, in a house, apartment? @@ -124,11 +124,11 @@ P: In a house. D: OK, any old carpets, mold, dust, asbestos, pets, anything like that at home? -P: No, nothing like that. +P: No, nothing like that. D: OK, and does anyone at home smoke? -P: Nope. +P: Nope. D: OK, well, those were all the questions I had for you. Did you have any questions of your own? diff --git a/tests/data/transcripts/RES0086.txt b/tests/data/transcripts/RES0086.txt index b0399f3..cd779be 100644 --- a/tests/data/transcripts/RES0086.txt +++ b/tests/data/transcripts/RES0086.txt @@ -10,7 +10,7 @@ D: 13, OK, and you've been using Puffers since? p: Yeah so from then to like maybe when I was 18 I was using Puffers, and then I continued using them on and off like, just the blue one whenever I needed it. But for the last five years, I haven't even had to use any puffers at all. -D: OK, OK. So can you tell me a little bit about the symptoms that you're experiencing right now? OK, so you said some shortness of breath, when did that start? +D: OK, OK. So can you tell me a little bit about the symptoms that you're experiencing right now? OK, so you said some shortness of breath, when did that start? P: So yeah, in the last, I would say two months I've noticed it, similarly to when I was younger, especially when I'm on the treadmill or running, I get short of breath very easily. But at rest I'm fine, I don't have any trouble, but I've noticed it for the last few months. @@ -24,13 +24,13 @@ P: Yeah, in the last one to two weeks I would say I'm also wheezing as well. Mai D: So once you stop activity, does your shortness of breath and wheezing eventually resolve? -P: Yeah, yeah, so I just have to kind of sit down and relax for a bit and then it goes away on its own. +P: Yeah, yeah, so I just have to kind of sit down and relax for a bit and then it goes away on its own. D: OK, how long does it last before it goes away? P: Probably, at least, like I would say 10 to 15 minutes. -D: OK, OK. +D: OK, OK. P: Until I'm fully kind of recovered. @@ -48,7 +48,7 @@ P: No, no, nothing like that. D: No, you don't feel like you're breathing a lot more than usual? -P: Uh, no, I don't think so. +P: Uh, no, I don't think so. D: OK, Do you still have puffers at home? @@ -68,7 +68,7 @@ P: I do, I have just, uh, eczeme, I've had it for most of my life now, so especi D: OK, any changes in your vision or hearing? -P: No, no changes. +P: No, no changes. D: Stuffy nose, runny nose, changes in your taste? @@ -88,13 +88,13 @@ P: No, just when I'm exercising, especially running. D: OK, sure, any dizziness or fainting spells? -P: No. +P: No. D: Any headaches? P: No headaches. -D: Any like, reflux, heartburn? +D: Any like, reflux, heartburn? P: No. @@ -104,7 +104,7 @@ P: No. D: Changes to your bowel movements? -P: Nope. +P: Nope. D: OK, so you mentioned you were diagnosed with asthma and eczema in the past, any other longstanding medical conditions that you have? @@ -116,7 +116,7 @@ P: I do have, I think like, just seasonal allergies. I don't know if I'm allergi D: OK, so you're not getting any night time symptoms, and you're only getting day time symptoms with activity, right? -P: Yeah. +P: Yeah. D: Has this prevented you from going to work or school? diff --git a/tests/data/transcripts/RES0087.txt b/tests/data/transcripts/RES0087.txt index 9c6772b..42ee890 100644 --- a/tests/data/transcripts/RES0087.txt +++ b/tests/data/transcripts/RES0087.txt @@ -4,9 +4,9 @@ P: Yeah, I'm just coming in with my son, he's been having, he's been complaining D: Yeah OK, so, how long did you say he's had this ear pain? -P: I would say four days now. +P: I would say four days now. -D: Four days, OK. Have you noticed any hearing loss? +D: Four days, OK. Have you noticed any hearing loss? P: Uh, no, he still responds when I call his name. @@ -30,7 +30,7 @@ D: OK, yeah, that's fair. And you mentioned he's had a runny nose too, When did P: Yeah, so that, kind of like last week he was recovering from, I think it was just a cold and he had a runny nose and just was a bit congested. But then over the last week it kind of just resolved. But then this week he started having just this ear pain. -D: OK. Any fevers? +D: OK. Any fevers? P: Uh, no, not that I, I haven't measured anything and he hasn't mentioned any, like he hasn't felt cold or anything like that. @@ -76,7 +76,7 @@ P: No, no. D: No, OK, any wheezing? -P: No, no wheezing. +P: No, no wheezing. D: No chest pain? @@ -94,7 +94,7 @@ D: No, OK and, how about urine, is that normal? P: Yeah, Uh, no changes at all. -D: Any headaches? +D: Any headaches? P: Not that he's told me about. @@ -116,7 +116,7 @@ P: Uhm, no, I don't think anyone's been sick around him. D: OK and has he traveled to anywhere recently? -P: Uh, no, like, he's mainly just been inside his home. +P: Uh, no, like, he's mainly just been inside his home. D: OK. has he ever had ear pain before? @@ -134,13 +134,13 @@ D: OK, alright, is he otherwise healthy? P: Yeah, otherwise he's healthy. No, other conditions or anything like that. -D: No hospitalizations or surgeries? +D: No hospitalizations or surgeries? P: No. D: And is he on any medications? -P: No medications. +P: No medications. D: OK, is he up to date with all his immunizations? @@ -160,7 +160,7 @@ P: Fairly young I would say, in his 20s. D: OK, OK, uhm, alright, we'll keep an eye on it in him, like if he has any changes in his bowel movements or if he's getting severe abdominal pain after eating certain foods with gluten you can get him checked up for that as well. -P: OK. +P: OK. D: Yeah and then, in terms of where he lives, does he live with you and your partner? @@ -172,7 +172,7 @@ P: We live in a, it's like a condominium. D: OK, OK, any old carpet, mold or asbestos in the building? -P: No, no, nothing like that. It's fairly well kept. +P: No, no, nothing like that. It's fairly well kept. D: OK, And is he other-wise like developmental-wise, he's OK? There's no past history of like developmental disorders, anything like that? diff --git a/tests/data/transcripts/RES0088.txt b/tests/data/transcripts/RES0088.txt index 60a6d27..a2d40ee 100644 --- a/tests/data/transcripts/RES0088.txt +++ b/tests/data/transcripts/RES0088.txt @@ -12,15 +12,15 @@ P: I'd say about two or three days now. D: Two or three days, OK. And when she was coughing, you mentioned like previously was she coughing up any sputum or was it more of a dry cough? -P: It was more of a dry cough +P: It was more of a dry cough -D: And the cough has pretty much resolved by now? +D: And the cough has pretty much resolved by now? P: Yeah, she still gets them once in a while, but yeah, it's pretty much gone. D: OK, and when she was coughing, did she at all bring up any kind of blood or any green or yellowish material? -P: No +P: No D: No, OK. Did she have any fevers at all, recently? @@ -28,15 +28,15 @@ P: Uh, no, no fevers. D: OK. And does she have any kind of, uh, along with a hoarse voice, does she have any pain with talking? -P: Yes, I think so. +P: Yes, I think so. D: OK, and does she have any pain with swallowing any foods or liquids? -P: She's eating and drinking ok, but I suspect there is some pain. +P: She's eating and drinking ok, but I suspect there is some pain. D: OK, So how long has she, so she has a sore throat, how long has she had that for? -P: The sore throat? Uhm I would say for the past two or three days as well. +P: The sore throat? Uhm I would say for the past two or three days as well. D: OK, and was there anything that, so she had kind of like a cough previously, but anything else, anyone sick around her, or anything you think might have precipitated some of her symptoms? @@ -58,9 +58,9 @@ D: OK. And other than the symptoms that you've mentioned, has she had any kind o P: No, nothing like that. -D: OK, and no fevers, right? +D: OK, and no fevers, right? -P: No +P: No D: OK. Has she traveled at all recently outside of the country or outside of the province? @@ -68,7 +68,7 @@ P: No, no, nothing like that. D: OK, and any headaches at all? -P: Uhm, no. +P: Uhm, no. D: No, any nausea or vomiting? @@ -76,19 +76,19 @@ P: Uh, no, nothing like that. D: OK, any runny nose or congestion? -P: No. +P: No. D: No, OK. And have you had a chance to at all, look into her mouth and throat? And if you have, have you noticed any kind of redness, swelling? P: I haven't looked in there too much, like, just an inspection the other day, it looked a little bit red, but I didn't see any discharge. -D: OK, and have you noticed any kind of swelling around her neck, ears, like, around her lymph nodes? +D: OK, and have you noticed any kind of swelling around her neck, ears, like, around her lymph nodes? P: Uhm, I haven't actually taken a look there. D: OK, we can do that. Other than those symptoms, has she been experiencing any kind of like fatigue or have you notice her being just very tired? -P: Um, she has seemed a little bit more tired than usual. +P: Um, she has seemed a little bit more tired than usual. D: OK, and right now is she going to school or is right now all like virtual? Is she at home? @@ -108,7 +108,7 @@ P: No. D: OK, has she been able to sleep well or does she wake up a lot more at night? -P: Uhm, she's been able to sleep well, yeah +P: Uhm, she's been able to sleep well, yeah D: OK, how about her appetite? @@ -116,9 +116,9 @@ P: Its been pretty normal. She's not eating as much as she used to, but she's st D: OK, and have you noticed any kind of weight changes at all recently has she lost any weight? -P: No +P: No -D: OK, and, has she had any loss of taste, of smell or sorry, loss of sense of taste or smell at all. +D: OK, and, has she had any loss of taste, of smell or sorry, loss of sense of taste or smell at all. P: Uh, no. @@ -146,9 +146,9 @@ D: OK, any allergies that you know of? P: I know she has seasonal allergies, but that's about it. -D: OK, and does she take any medications at all on a daily basis? +D: OK, and does she take any medications at all on a daily basis? -P: Uh, no, she just takes multi vitamins. +P: Uh, no, she just takes multi vitamins. D: OK, and currently or previously has she had any surgeries or hospitalizations? @@ -156,7 +156,7 @@ P: No. D: No, OK. Are there any family history of any lung or heart conditions? -P: Uh, no. +P: Uh, no. D: Any cancers? @@ -164,27 +164,27 @@ P: There's some colon cancer on her dad side of the family. D: OK, and is there any, so do you remember who the person is and also like when they got diagnosed with the colon cancer? -P: So it was her uncle. He was diagnosed when he was forty five. +P: So it was her uncle. He was diagnosed when he was forty five. -D: OK, other than that, were there any developmental challenges at all while she was growing up? Did she, was she meeting her milestones? Any concerns at all? +D: OK, other than that, were there any developmental challenges at all while she was growing up? Did she, was she meeting her milestones? Any concerns at all? -p: No concerns, she was meeting all her milestones from what I remember. +p: No concerns, she was meeting all her milestones from what I remember. D: OK, and uh, in terms of her pregnancy, were there any, or your pregnancy with her, were there any complications at all either during the pregnancy or after she was born? P No, no complications. -D: And right now, where does she live, and who does she live with? +D: And right now, where does she live, and who does she live with? P: she's at home with myself, my husband and she has one younger sibling. -D: OK and, is everyone at home well, does anyone have any of these symptoms? +D: OK and, is everyone at home well, does anyone have any of these symptoms? -P: No, OK. +P: No, OK. D: Right, so, and in terms of the home environment, does anyone smoke in the house? -P: No. +P: No. D: No OK, alright so I think that's all the questions I had right now. Do you have any questions or concerns? diff --git a/tests/data/transcripts/RES0089.txt b/tests/data/transcripts/RES0089.txt index c04a2d7..532f146 100644 --- a/tests/data/transcripts/RES0089.txt +++ b/tests/data/transcripts/RES0089.txt @@ -24,7 +24,7 @@ P: It's been like that for the past two weeks. D: OK, and before that, were you having coughing as well? -P: Yeah, before that I was still coughing but not as much. +P: Yeah, before that I was still coughing but not as much. D: OK, uhm, and was there anything that happened, uh, did you get sick at all recently, or were you in contact with anyone who was sick? @@ -32,7 +32,7 @@ P: No, not that I know of. D: OK, any kind of fevers at all? -P: No, no fevers. +P: No, no fevers. D: OK. Have you noticed any kind of, uh, coughing up blood or blood tinged sputum at all? @@ -44,11 +44,11 @@ P: Uhm, I'm bringing up about, I'd say it would fill like two, two of my palms, D: OK. Alright, and is your coughing like constant or does it come and go? -P: It's pretty constant now. +P: It's pretty constant now. D: OK. And have you had at all any kind of, uh, fevers or anything like that? -P: No fevers. +P: No fevers. D: OK, and how about your shortness of breath? Is that, when does that happen? Is it mainly with exercise and exertion, or can it happen even when you're just going on about your day? @@ -60,7 +60,7 @@ P: Uh, yeah, some chest tightness. D: And is that mainly when you're coughing and short of breath or, uhm, at other times as well? -P: Uhm, other times as well. +P: Uhm, other times as well. D: OK. Are you having any other, any other like, can you describe your chest pain a little bit? Is it kind of a pressure pain or is it a sharp pain, aching pain? How would you describe it? @@ -92,7 +92,7 @@ P: Uh, no. No, not recently. D: OK, now are you having any wheezing at all? -P: Uhm, some wheezing, yeah. +P: Uhm, some wheezing, yeah. D: OK. And any kind of headaches or nausea or vomiting. @@ -108,15 +108,15 @@ P: Ah, sometimes I feel sweaty, but that's just with the shortness of breath. D: OK, and how long does your shortness of breath usually last? -P: It lasts about, uh, I don't know, I kind of feel short of breath all the time, but when it's really bad, it lasts about five-ten minutes and then it goes back to like my normal shortness of breath. +P: It lasts about, uh, I don't know, I kind of feel short of breath all the time, but when it's really bad, it lasts about five-ten minutes and then it goes back to like my normal shortness of breath. D: OK. And has this happened to you before? P: Uhm no, I don't think so. -D: OK. +D: OK. -P: Like not, not this bad, I've always had some shortness of breath but nothing like this. +P: Like not, not this bad, I've always had some shortness of breath but nothing like this. D: OK. And , uh, do you have any kind of diarrhea or constipation? @@ -146,7 +146,7 @@ D: OK, and have you at all had any changes in your appetite or anything like tha P: No, no change in appetite. -D: OK. Any exposures to any like dust, fumes or any irritants recently +D: OK. Any exposures to any like dust, fumes or any irritants recently P: No. @@ -168,7 +168,7 @@ P: Uh, a little bit. Yeah, a little bit I would say. D: OK. And any other medical conditions? -P: Nope, no others. +P: Nope, no others. D: Any allergies? @@ -184,15 +184,15 @@ P: Mhm. D: OK, and are you using, like the blue one, the blue one more at all, are you having to use the short acting one more? -P: I'm definitely using the short acting more, like I'm using it almost every day. +P: I'm definitely using the short acting more, like I'm using it almost every day. D: And does it help at all? -P: Uh I4 think so. +P: Uh I4 think so. -D: OK yeah, so other than that, are you on any other medications? +D: OK yeah, so other than that, are you on any other medications? -P: No. +P: No. D: No, OK. And have you been taking your Spironolactone? @@ -208,9 +208,9 @@ P: Uhm, I guess just, yeah, I'm not really too sure, they said I had some heart D: OK, and have you at all had any kind of heart attacks or anything like that? -P: No. +P: No. -D: No, OK. and did they, when you were having shortness of breath, did you have a like a pneumonia or infection that you had to get antibiotics for any or anything like that? +D: No, OK. and did they, when you were having shortness of breath, did you have a like a pneumonia or infection that you had to get antibiotics for any or anything like that? P: Uhm, no. Actually I might have gotten some antibiotics at one point, but not during that visit. @@ -234,7 +234,7 @@ D: OK, and uh, do you use a, like the provincial marijuana, or do you have any o P: I use uhm, Pardon me, what was that? Do I use? -D: Like uh, do you get it from a store that sells the joint? +D: Like uh, do you get it from a store that sells the joint? P: Yeah, I get it from like a medical dispensary. @@ -246,7 +246,7 @@ D: Yeah, and other than that, do you have any questions or concerns at all? P: No, what do you think I should do from, For now? -D: Yeah, so right now what we're going to do is because you're having the coughing, shortness of breath, and you have a history of COPD & CHF, we definitely want to make sure that you're not having, uhm, what I think you might be having isn't just an exacerbation of your COPD, and especially with the green sputum it might be like a bacterial infection that's causing your symptoms to get worse, so we'll do all the appropriate testing, we'll do, a chest X-ray, we'll get some blood work done as well, w'ell give you some uh, Ventolin as well while you're here, and we might give you like a steroid medication as well. So we'll do some of those things right now for you to kind of help you right now, as well as do some of those tests that I mentioned. Depending on what comes back, you might require an admission to the hospital just because we want to make sure you don't go home with an exacerbation, especially with the CHF as well, we need to, we will need to get that under control because that can get worse with your COPD exacerbation as well. So we need to make sure some of that, swelling goes down, if we need to adjust your medications while you're here. So yeah, let's just, I'll get back to you, we'll do some of those testing and then see where to go from there. Is that OK? +D: Yeah, so right now what we're going to do is because you're having the coughing, shortness of breath, and you have a history of COPD & CHF, we definitely want to make sure that you're not having, uhm, what I think you might be having isn't just an exacerbation of your COPD, and especially with the green sputum it might be like a bacterial infection that's causing your symptoms to get worse, so we'll do all the appropriate testing, we'll do, a chest X-ray, we'll get some blood work done as well, w'ell give you some uh, Ventolin as well while you're here, and we might give you like a steroid medication as well. So we'll do some of those things right now for you to kind of help you right now, as well as do some of those tests that I mentioned. Depending on what comes back, you might require an admission to the hospital just because we want to make sure you don't go home with an exacerbation, especially with the CHF as well, we need to, we will need to get that under control because that can get worse with your COPD exacerbation as well. So we need to make sure some of that, swelling goes down, if we need to adjust your medications while you're here. So yeah, let's just, I'll get back to you, we'll do some of those testing and then see where to go from there. Is that OK? P: Yeah, that sounds great. Thank you. diff --git a/tests/data/transcripts/RES0090.txt b/tests/data/transcripts/RES0090.txt index 08a3bc5..261e28b 100644 --- a/tests/data/transcripts/RES0090.txt +++ b/tests/data/transcripts/RES0090.txt @@ -28,9 +28,9 @@ P: Uh, I mean it's possible, like people get sick in my family all the time in I D: And were you at all, in India when, were you were you living in like close quarters like in a smaller space with other people at all? -P: I have a big family so we all live together. +P: I have a big family so we all live together. -D: OK. +D: OK. P: Uh, so it's yeah, so there are about like ten of us. @@ -42,7 +42,7 @@ D: OK, and is it like a constant cough? Or does it come and go? P: It's uh, it's pretty constant, well, I guess it comes and goes, it's, it's not there all the time. -D: OK, and have you had this happen before at all? +D: OK, and have you had this happen before at all? P: No, never. @@ -72,7 +72,7 @@ P: Uh, yeah, I would say so. D: OK, and do you have any symptoms like chest pain or racing heart or anything like that? -P: No, nothing like that. +P: No, nothing like that. D: OK, uhm, any headaches, nausea, vomiting? @@ -112,37 +112,37 @@ P: Uh, no, nothing like that. D: OK, are you on any medications at all? -P: Uhm, no, just some vitamins. +P: Uhm, no, just some vitamins. -D: OK, and any previous hospitalizations or surgeries? +D: OK, and any previous hospitalizations or surgeries? P: Uh, no. D: OK, other than that, have you had any family history of any heart or lung conditions? -P: Nope, nothing like that. +P: Nope, nothing like that. D: OK, uhm, currently right now, so you live with roommates. Is it like an apartment, is it a home, like a house? P: I live in an apartment. -D: OK, uhm, do you currently smoke? +D: OK, uhm, do you currently smoke? P: No. -D: OK, do you drink alcohol? +D: OK, do you drink alcohol? P: No. D: Any recreational drugs like marijuana? -P: No. +P: No. D: No, OK, alright, so those are all the questions we had. Do you have any questions or concerns? P: No, what do you think I have and is there anything I need to do right now? -D: Yeah, So what, uh, some of your symptoms are concerning, especially the coughing up blood, which is something that we always think of with tuberculosis. You don't have any history of, uh, family history of lung cancer or anything like that, so right now, especially since you just moved from India where tuberclosis is endemic, we need to make sure that we test you for tuberculosis. In the meantime though, you will need to stay in the hospital and be in an isolated room, uh, where we can filter some of the air and make sure, it's a very infective condition if you do have it so while you're getting all the tests done, you will need to stay here in an isolated room. Also, we will get some sputum smears and cultures to test for TB and we will also, I will need to, if the test comes back positive we will need to contact public health and let your contacts know as well. Lastly, we will also be getting, since you're having the hemoptysis, like coughing up blood, we will, we might also do a chest X-ray to see if +D: Yeah, So what, uh, some of your symptoms are concerning, especially the coughing up blood, which is something that we always think of with tuberculosis. You don't have any history of, uh, family history of lung cancer or anything like that, so right now, especially since you just moved from India where tuberclosis is endemic, we need to make sure that we test you for tuberculosis. In the meantime though, you will need to stay in the hospital and be in an isolated room, uh, where we can filter some of the air and make sure, it's a very infective condition if you do have it so while you're getting all the tests done, you will need to stay here in an isolated room. Also, we will get some sputum smears and cultures to test for TB and we will also, I will need to, if the test comes back positive we will need to contact public health and let your contacts know as well. Lastly, we will also be getting, since you're having the hemoptysis, like coughing up blood, we will, we might also do a chest X-ray to see if you, if you have active TB. P: OK diff --git a/tests/data/transcripts/RES0091.txt b/tests/data/transcripts/RES0091.txt index e96c3ec..3f7d81b 100644 --- a/tests/data/transcripts/RES0091.txt +++ b/tests/data/transcripts/RES0091.txt @@ -24,7 +24,7 @@ P: No. D: No, uhm, and the, from the runny nose, are you having any yellow or green discharge? -P: No, it's clear. +P: No, it's clear. D: It's clear, OK. Have you at all coughed up any blood at all? @@ -32,7 +32,7 @@ P: No, nothing like that. D: OK, and do these symptoms come and go, or are they pretty constant? -P: Uhm, they are pretty constant. +P: Uhm, they are pretty constant. D: OK, and is there anything that you have tried that has helped you with these symptoms? Any over the counter medications? @@ -52,7 +52,7 @@ P: No, nothing like that, that I can think of. D: OK and any travel? -P: Uhm, no. +P: Uhm, no. D: OK, and any symptoms of a loss of taste of, sorry, loss of sense of taste or smell? @@ -64,11 +64,11 @@ P: Uh, nope. D: Any night sweats? -P: No. +P: No. D: How about fatigue, or do you feel tired? -P: A little bit, yeah. +P: A little bit, yeah. D: OK, are you, do you work at all? @@ -76,11 +76,11 @@ P: I work from home right now. D: OK, and has this affected your work in any way? -P: No. +P: No. D: OK, uhm, where, where do you live? Do you live in an apartment, a house? -P: I live in an apartment. +P: I live in an apartment. D: And do you live with anyone? @@ -90,7 +90,7 @@ D: OK, and any mold or dust or fumes, anything in your household? P: I have some old carpets, but that's about it. -D: OK. Have you felt any changes in your sleep or appetite? +D: OK. Have you felt any changes in your sleep or appetite? P: No, nothing like that. @@ -102,7 +102,7 @@ D: Any urinary trouble? P: No. -D: Any weight loss? +D: Any weight loss? P: No. @@ -126,17 +126,17 @@ D: OK, but other than that, nothing else? P: No. -D: OK. And currently right now, do you smoke cigarettes at all? +D: OK. And currently right now, do you smoke cigarettes at all? P: No. -D: Have you smoked in the past? +D: Have you smoked in the past? P: No. D: Any recreational drugs like marijuana? -P: No. +P: No. D: OK. And do you drink alcohol? @@ -148,7 +148,7 @@ P: Uh, no, what can I do about this runny nose? D: Yeah, so it seems like it's been going on for more than one and a half week. What, what is reassuring is that you're not having any other symptoms that are concerning, like you're not having any cough, you're not having any green or yellow sputum, you're not having any fevers, so it seems that you might just be having a cold, which can be caused by just a viral, uh, infection, but it should go away on its own. Just make sure that you're getting some rest, you're hydrating well, uhm, you can get some over the counter medications like Tylenol cold for example, but for now I would say we should just wait and watch. But just in case, also, since it is one of the symptoms that's for covid as well, in this time period we will just get a covid swab just in case, but most likely it's nothing to be worried about. Until you get your test, I would recommend staying isolated. And then we can go on from there, is that, does that sound good to you? -P: Yeah, that sounds great. Thank you so much. +P: Yeah, that sounds great. Thank you so much. D: You're welcome, take care. diff --git a/tests/data/transcripts/RES0092.txt b/tests/data/transcripts/RES0092.txt index b895730..eec5f3b 100644 --- a/tests/data/transcripts/RES0092.txt +++ b/tests/data/transcripts/RES0092.txt @@ -16,11 +16,11 @@ P: No, I haven't noticed any blood. D: Alright, what about any other symptoms over the past two weeks? Have you had, have you had any fevers or chills? -P: Not, no. +P: Not, no. D: No. OK. And any uhm, I guess, any runny nose? -P: Yeah, my nose was a bit runny last week, but it's, that's better now. +P: Yeah, my nose was a bit runny last week, but it's, that's better now. D: OK. OK, uhm, it's just, OK last week, what else, what other symptoms did you have last week? @@ -28,7 +28,7 @@ P: Yeah, I had a sore throat and a little bit of a headache as well, uhm, and, a D: So those other symptoms that you had last week that lasted about three days, are they all gone? are you still feeling fatigued or having a headache? -P: Those are both, yeah, they're gone. +P: Those are both, yeah, they're gone. D: Hmm, It's only the cough? @@ -42,7 +42,7 @@ D: OK, but you're otherwise feeling better? P: Yeah, for the most part, yeah, feeling better, but I still have a cough. -D: OK. Uhm, have you had any chest pain? +D: OK. Uhm, have you had any chest pain? p: No. @@ -80,7 +80,7 @@ P: No, not that I could think of, I mean we went out one night last week and tha D: OK, OK. Uhm and have you traveled outside the city or country? -P: No, I haven't. +P: No, I haven't. D: No, ok. Do you drink alcohol? @@ -90,15 +90,15 @@ D: alright. P: Just a few drinks. -D: What about smoking? +D: What about smoking? P: Uh, no. -D: Marijuana? +D: Marijuana? P: Uh, sometimes with, like socially with friends, but that might be once a month or probably even less. -D: Any recreational drugs? +D: Any recreational drugs? P: No. diff --git a/tests/data/transcripts/RES0093.txt b/tests/data/transcripts/RES0093.txt index 732b861..4721f83 100644 --- a/tests/data/transcripts/RES0093.txt +++ b/tests/data/transcripts/RES0093.txt @@ -8,7 +8,7 @@ P: It's wet, I've been bringing up, uh, sputum that's uh, It's just, it leaves a D: What color is the sputum? -P: It's kind of, uh, like, yellowish green, type color. +P: It's kind of, uh, like, yellowish green, type color. D: Havey you noticed any blood? @@ -18,11 +18,11 @@ D: And it only started yesterday. What about the difficulties breathing, when di P: Yeah, that started really within the last twelve hours or so. -D: And can you tell me if it's gotten better or worse since then? +D: And can you tell me if it's gotten better or worse since then? P: Yeah, it's been, it's been getting worse, uhm, and the phlegm, also smells really bad. -D: OK. When do you have difficult, like, is there anything that makes the, shortness of breath, worse? +D: OK. When do you have difficult, like, is there anything that makes the, shortness of breath, worse? P: Yeah, if I, uhm, when I was having a cigarette earlier today, it got a bit worse and when I went out to get the Mail today I, I just couldn't do it. I, I had to just sit down. @@ -46,7 +46,7 @@ D: Any congestion? P: No. -D: No, OK. Have you had any pain in your chest? +D: No, OK. Have you had any pain in your chest? P: Uh, no pain. @@ -70,7 +70,7 @@ D: OK, and any uh diarrhea or Constipation? P: Uhm no, I haven't anything like that. -D: OK, any sore throat? +D: OK, any sore throat? P: Uhm, no. @@ -94,7 +94,7 @@ D: OK, ok. P: And I've also been, had issues with anxiety in the past as well. -D: In terms of medications, are you taking any? +D: In terms of medications, are you taking any? P: Yeah, I take uhm, an ACE inhibitor, statin, uhm, and uh, medication for my stomach, I think, like Pantoprazole. @@ -112,7 +112,7 @@ P: No, I haven't had any, any panic attacks. D: OK, alright. Do you have any allergies? -P: No. +P: No. D: OK, so you said that these symptoms started yesterday and they were quite sudden, uh, was there anything that you were doing yesterday or the day before that was different or unusual? diff --git a/tests/data/transcripts/RES0094.txt b/tests/data/transcripts/RES0094.txt index c8a27fb..4e03420 100644 --- a/tests/data/transcripts/RES0094.txt +++ b/tests/data/transcripts/RES0094.txt @@ -1,4 +1,4 @@ -D: Uh, how may I help you? +D: Uh, how may I help you? P: I've, uh, had a runny nose over the last few days and I've started to have a sore throat as well. @@ -12,13 +12,13 @@ P: Uh, it's been kind of watery, it's clear. D: OK. Alright and has your sore throat gotten better or worse over the past five days? -P: Uh, it did get a little bit worse initially and since then it's been kind of stable. +P: Uh, it did get a little bit worse initially and since then it's been kind of stable. D: Have you, uhm, had any difficulties swallowing? P: No, it, it is a bit sore, uhm, to swallow so it takes me a little bit longer to eat, but I've been able to still, still eat. -D: Have you changed, noticed any changes in your voice? Any hoarseness in your voice? +D: Have you changed, noticed any changes in your voice? Any hoarseness in your voice? P: No. @@ -36,7 +36,7 @@ P: No. D: Any cough? -P: No. +P: No. D: OK, uhm any, uh, pain in your chest? @@ -90,7 +90,7 @@ D: What allergies do you have? P: I have allergies to dust and some environmental things, like pollen or ragweed I think maybe. -D: I see. Alright, and, uhm, do you have any family history of any medical conditions? +D: I see. Alright, and, uhm, do you have any family history of any medical conditions? P: Uh, I think my dad has high blood pressure. He takes a medication for that, uhm nothing serious though that I know of. @@ -100,7 +100,7 @@ P: So I live with both my parents and I have an older sister as well. D: Good, OK, and do you smoke? -P: I did try a vape once or twice, but, didn't really like it so, no. +P: I did try a vape once or twice, but, didn't really like it so, no. D: Alright, what about marijuana? @@ -110,7 +110,7 @@ D: Any recreational drugs? P: No. -D: Do you drink alcohol? +D: Do you drink alcohol? P: No. @@ -120,7 +120,7 @@ P: No, we've been doing classes virtually. D: And any contact with anyone who you think might be sick. -P: No. +P: No. D: OK alright, well sounds like you have a sore throat and runny nose. You've been a little bit drowsy, had some headaches in the past five days, things were getting a little bit worse early on, but it's been a little bit, it's been more stable now. We'll do a physical exam, see, just listen to your chest, have a look inside your mouth and check your temperature and go from there. It sounds like you probably have a viral infection of some sort that should get, hopefully get better over time. We will also get a covid swab done just in case and if things seem to get worse, we can, you can definitely come back. diff --git a/tests/data/transcripts/RES0095.txt b/tests/data/transcripts/RES0095.txt index 4e1fa47..1e2743c 100644 --- a/tests/data/transcripts/RES0095.txt +++ b/tests/data/transcripts/RES0095.txt @@ -18,9 +18,9 @@ D: OK, and have you had shortness of breath like this before? P: Yeah, uhm, six months ago. -D: OK, could you tell me about what happened six months ago? +D: OK, could you tell me about what happened six months ago? -P: Yeah, yeah, I was feeling all, I was feeling, just like this was feeling awful. I went to the hospital. They started me on a water pill, kept me for a couple of days and then sent me back home. Uhm, they changed some of my meds, I think, increased the dose of something and yeah that's what happened. +P: Yeah, yeah, I was feeling all, I was feeling, just like this was feeling awful. I went to the hospital. They started me on a water pill, kept me for a couple of days and then sent me back home. Uhm, they changed some of my meds, I think, increased the dose of something and yeah that's what happened. D: OK, I see and have you been having, uhm, any swelling? @@ -50,23 +50,23 @@ D: Is this a nightly thing? P: It's, it's fine with the two pillows now. -D: OK. Yeah, and have you been experiencing any cough? +D: OK. Yeah, and have you been experiencing any cough? -P: No. +P: No. -D: Alright, and, uhm, how about any, any chest pain? +D: Alright, and, uhm, how about any, any chest pain? P: No. D: Have you been having any, uh, instances feeling as though your heart's racing or beating out of your chest? -P: No. +P: No. -D: Alright, have you had any fainting or dizziness? +D: Alright, have you had any fainting or dizziness? P: Uh, no. -D: Alright, have you had any wheezing? +D: Alright, have you had any wheezing? P: No. @@ -76,15 +76,15 @@ P: Not recently, I had that about two months ago, but that got better. D: OK, did you need antibiotics two months ago? -P: No, no, just lasted a couple days and got better on its own. +P: No, no, just lasted a couple days and got better on its own. -D: I see OK and, uhm, have you been having any abdominal pain? +D: I see OK and, uhm, have you been having any abdominal pain? P: No. D: How about any changes to bowel habits such as diarrhea or Constipation? -P: Uhm, no. +P: Uhm, no. D: Any urinary problems? @@ -100,7 +100,7 @@ P: Yeah, I have uh, heart, heart failure and uh, had two heart attacks and have D: OK, do you know what your BMI is currently? -P: What's that? +P: What's that? D: So this is a measure of body mass index and, uhm, can help give an indication about weight ranges, uhm, whether, uhm, being in a healthy weight range or, uhm, a weight range that's associated with, uhm, risk of certain diseases such as high blood pressure. @@ -114,7 +114,7 @@ D: OK, and yeah we can check that, uh, with your height today. P: My height is 5'2". -D: OK, thank you. And, uhm, so just looking at the medications here now, I see a variety for uhm, cardiovascular protection, so things like aspirin, beta blocker, ACE inhibitor, statin, uhm and, uhm, do you have any allergies to medications? +D: OK, thank you. And, uhm, so just looking at the medications here now, I see a variety for uhm, cardiovascular protection, so things like aspirin, beta blocker, ACE inhibitor, statin, uhm and, uhm, do you have any allergies to medications? P: No. @@ -138,7 +138,7 @@ D: I see, I'm sorry to hear that about your husband. Uhm, are you currently, uh, P: Oh, she, she, she has to help me out, uhm she has to help me out. I uhm, I sometimes need help with the showering, simply because I get really short of breath and then, so I have to stop and it's just, she's just worried that it's unsafe, so she helps me out with that. Uhm, she gets most of the things done at home. She does the groceries and everything. -D: OK, I see, and do you, do you smoke cigarettes? +D: OK, I see, and do you, do you smoke cigarettes? P: I, I don't. @@ -170,9 +170,9 @@ D: Alright, uh, and uh, and in terms of family history, has anybody had any hear P: Oh yeah, everyone in my family has high blood pressure. My mom had a heart attack. My brother had a heart attack. My sister had a heart attack. Everyone, everyone has heart problems. -D: OK, certainly sounds like something, uh, common in the family. Has there been any other, uh, conditions that run in the family? +D: OK, certainly sounds like something, uh, common in the family. Has there been any other, uh, conditions that run in the family? -P: No. +P: No. D: Alright, uhm, I, I don't, I don't think I asked. Have you had any fevers or chills? @@ -184,12 +184,12 @@ P: No D: OK, and, uh, I might have asked, but just to, to be complete, did you have any nausea or vomiting? -P: No. +P: No. D: OK, uhm, so were there any other symptoms or anything else that, that I may have forgot to ask about? P: No, I don't think so. It's just the, the difficulties with breathing and the swelling. -D: Yeah, so the first thing, I'll speak to your daughter and we will, uhm, get a look at some of the old or some of the reports from, uhm, over the last several months from, and from the cardiologist you see. But it's, uh, and then, uh, also we'll get some blood work and a chest x-ray. But it is sounding like this could be a heart failure exacerbation. Which, so some of the shortness of breath, it could be coming from fluid, uhm, that has accumulated in your lungs and so, uh, we'll give you, oh, another type of water pill now, Furosemide, to try and help get rid of some of that fluid so it will help with the breathing. And in the meantime, we'll wait for the investigations to come back. +D: Yeah, so the first thing, I'll speak to your daughter and we will, uhm, get a look at some of the old or some of the reports from, uhm, over the last several months from, and from the cardiologist you see. But it's, uh, and then, uh, also we'll get some blood work and a chest x-ray. But it is sounding like this could be a heart failure exacerbation. Which, so some of the shortness of breath, it could be coming from fluid, uhm, that has accumulated in your lungs and so, uh, we'll give you, oh, another type of water pill now, Furosemide, to try and help get rid of some of that fluid so it will help with the breathing. And in the meantime, we'll wait for the investigations to come back. P: Sure, Thank you. diff --git a/tests/data/transcripts/RES0096.txt b/tests/data/transcripts/RES0096.txt index 022d20d..40d3ac5 100644 --- a/tests/data/transcripts/RES0096.txt +++ b/tests/data/transcripts/RES0096.txt @@ -18,7 +18,7 @@ D: And prior to this change, how far were you able to walk and and how long ago P: Uhm, I, I guess I could walk, uh, I don't know, it's been very, I guess it's, it's been a gradual change. Uhm, maybe a month, a month ago I felt that I couldn't really walk as much as I used to, and then it's only gotten worse. Two or three months ago I could, I could walk a kilometre or two, or more. -D: OK, so quite a significant change over the last little while. Have you had any episodes where you wake up in the middle of the night with, with shortness of breath, and you need to sit up? +D: OK, so quite a significant change over the last little while. Have you had any episodes where you wake up in the middle of the night with, with shortness of breath, and you need to sit up? P: No. @@ -28,7 +28,7 @@ P: One. D: OK and have you noticed any like ankle swelling or or leg swelling? -P: No. +P: No. D: OK. And you mentioned cough. When did that start? @@ -52,11 +52,11 @@ P: A bit more of a dry cough before, but I mean, so sometimes it will be a dry c D: OK, and you're coughing more often as well over this last month? -P: Oh yeah, Oh yeah, +P: Oh yeah, Oh yeah, D: OK. Have you been experiencing any, any headaches? -P: No. +P: No. D: OK, how about any eye pain or ear pain? @@ -64,15 +64,15 @@ P: No, no, no. D: How about any eye redness or, or discharge? -P: Nope. +P: Nope. D: Any runny nose or sore throat? -P: no. +P: no. D: OK, have you had any fevers or chills? -P: Uhm, I, I checked my fevers, I checked my temperature uh, couple days ago. It's just been this little bit, 30, I think it was 38. +P: Uhm, I, I checked my fevers, I checked my temperature uh, couple days ago. It's just been this little bit, 30, I think it was 38. D: OK, so, yeah, that would be a fever. @@ -80,7 +80,7 @@ P: That was I think two weeks ago. D: OK, do you feel hot now? -P: Not really, no. +P: Not really, no. D: OK. Have you had any night sweats? @@ -104,17 +104,17 @@ P: Yeah, yeah I was, uhm, 210 pounds. D: OK, uhm, so yeah, about a 10% reduction in your weight over the last couple of months, it sounds like. OK, How is your appetite been? -P: Uh, it's OK. +P: Uh, it's OK. D: Alright, and have you been having any chest pain? -P: No. +P: No. -D: Any, any wheeze? +D: Any, any wheeze? P: No. -D: Have you had any dizziness or lightheadedness? +D: Have you had any dizziness or lightheadedness? P: Uhm no, no. @@ -130,7 +130,7 @@ D: Any urinary problems? P: No. -D: Any skin rashes or muscle aches. +D: Any skin rashes or muscle aches. P: No. @@ -138,7 +138,7 @@ D: OK, and, uh, have you been diagnosed with any medical conditions before? P: Yeah, I've been diagnosed with COPD, with, uh, high blood pressure and high cholesterol. -D: I see, alright and do you take any medications for those? +D: I see, alright and do you take any medications for those? P: Uh, I take Lipitor. @@ -148,7 +148,7 @@ P And I take some puffers but don't use them very frequently. I forget to use th D: OK, so yeah, you've tried them, when you were short of breath and they haven't helped? -P: They haven't done much. +P: They haven't done much. D: OK. And are you allergic to any medications or have any allergies? @@ -164,17 +164,17 @@ P: It's been, uh, I was, uh, I was actually hospitalized about four or five time D: And was this for COPD exacerbations? -P: Yeah, yeah. +P: Yeah, yeah. D: OK, did those each require a stay in the hospital? -P: Two or three of them I did, yeah. +P: Two or three of them I did, yeah. -D: OK. And have you had any surgeries? +D: OK. And have you had any surgeries? P: Uh, no. -D: And are you currently smoking? +D: And are you currently smoking? P: Yeah. @@ -200,7 +200,7 @@ P: I live with my wife. D: OK, and are you, uhm, do you help looking after the home, and uh, like functionally independent right now? -P: Uh, yeah. I use a cane. +P: Uh, yeah. I use a cane. D: Mhm, ok. @@ -212,7 +212,7 @@ P: yep. D: OK, uhm, and has anybody in the family had any heart or lung conditions? -P: My dad died of lung cancer. He was a, he was a big smoker as well. And my mom had a heart attack. +P: My dad died of lung cancer. He was a, he was a big smoker as well. And my mom had a heart attack. D: OK, and how old were your parents approximately? @@ -224,7 +224,7 @@ P: No, no she did not. D: Oh, I'm sorry to hear that. Uhm, and the lung cancer you mention, any other cancers that run in the family? -P: No. +P: No. D: OK, so that was all the questions I wanted to ask on on history. Uhm certainly it sounds like you're bringing up some blood with, with, with the increased cough and with difficulties breathing so we will get a, uhm, a chest x-ray and possibly a CT image of your chest as well to see if there's anything going on in your lungs and we might do some blood work as well to check a few things so uhm, we'll get those ordered and, and see what, see what that shows. diff --git a/tests/data/transcripts/RES0097.txt b/tests/data/transcripts/RES0097.txt index d6fbe5a..fc76df9 100644 --- a/tests/data/transcripts/RES0097.txt +++ b/tests/data/transcripts/RES0097.txt @@ -6,7 +6,7 @@ D: OK, I see and so the, the cough you said started three or four days ago. Has P: Gotten a bit worse, I would say. -D: Is he bringing up any sputum? +D: Is he bringing up any sputum? P: No. @@ -60,13 +60,13 @@ P: Yeah, he's wearing a couple, a couple of layers at home, still feels chilly, D: Alright, and has the fever been there the whole whole time, if you're aware or has that kind of come and gone? -P: Uhm, you know what, I actually just checked yesterday so I don't know. +P: Uhm, you know what, I actually just checked yesterday so I don't know. D: Alright, has he had a sore throat? P: Yeah, it's usually worse in the morning. I think it's more of a, I guess the post nasal drip you know with the, with a runny nose. It's just, It's pretty bad in the morning. -D: OK, has he had any red eyes or, or eye discharge or eye pain? +D: OK, has he had any red eyes or, or eye discharge or eye pain? P: No no no. @@ -82,7 +82,7 @@ D: Any chest pain? P: No. -D: Any lightheadedness, dizziness or fainting? +D: Any lightheadedness, dizziness or fainting? P: No. @@ -108,13 +108,13 @@ P: No, nothing like that. He hasn't complained of anything like that. D: Has he had any skin changes or rashes? -P: No. +P: No. D: And how about any muscle aches or joint pains? P: Yeah, yeah he definitely has that. He's complaining a lot about muscle aches. -D: OK, and how has his energy been? Has he been fatigued? +D: OK, and how has his energy been? Has he been fatigued? P: Oh yeah. He hasn't gone out to play. He hasn't done anything, he's just been lying in bed. @@ -140,7 +140,7 @@ P: Yes, yes, yes. D: OK, uhm and has there been, like an increase in the sputum production or like worsening shortness of breath over these last few days? -P: No, not really. +P: No, not really. D: OK. And has he had any surgeries? @@ -148,11 +148,11 @@ P: No. D: Does he have any allergies to medications? -P: Uhm, Sulfa drugs. +P: Uhm, Sulfa drugs. D: And the reaction is? -P: Uhm, he just gets a rash. +P: Uhm, he just gets a rash. D: OK is it, are immunizations up to date? @@ -160,7 +160,7 @@ P: Oh yeah, yeah, we're very careful about that given his diagnosis. He's got al D: That's great, that's really important for sure, uhm, and so I just wanted to ask about life at home a little bit. So who's in the house and who's the primary caregiver for him? -P: I'm the primary caregiver, its just, uh, me, him and my husband. +P: I'm the primary caregiver, its just, uh, me, him and my husband. D: OK, and uh, is he, uh, what grade is he in right now? @@ -172,11 +172,11 @@ P: Schools going well, it's just the, yeah, the hospitalizations can sometimes b D: Excellent and have you had any concerns about about development or, or his growth? -P: Uhm, no. +P: Uhm, no. D: OK, so meeting all milestones and? -P: Yeah. +P: Yeah. D: OK. And in regards to, uhm, birth history, were there any complications throughout pregnancy or, or at birth? @@ -184,7 +184,7 @@ P: Uhm, no, nothing at birth or during pregnancy, but he did start having lots o D: OK, uhm, and does anybody in the home smoke? -P: No. +P: No. D: Or drink alcohol? @@ -192,7 +192,7 @@ P: no. D: OK, uhm, and are there any pets in the home? -P: No. +P: No. D: OK, has he been around anybody who's been sick? @@ -204,11 +204,11 @@ P: No, just been at home. D: OK, uhm, and has anybody in the, else in the family have cystic fibrosis? -P: No, no, no, no one else does. But we got tested and we were both found, my, my husband and I were found out have the gene for it. We were carriers. +P: No, no, no, no one else does. But we got tested and we were both found, my, my husband and I were found out have the gene for it. We were carriers. D: OK, uhm, I see. And any, any heart conditions or, or other lung conditions that run in the family? -P: No, nothing else. +P: No, nothing else. D: OK. And were there any other symptoms that, or anything else that you wanted to tell me that maybe I forgot to ask about? diff --git a/tests/data/transcripts/RES0098.txt b/tests/data/transcripts/RES0098.txt index d80c58b..f121cbb 100644 --- a/tests/data/transcripts/RES0098.txt +++ b/tests/data/transcripts/RES0098.txt @@ -20,13 +20,13 @@ P: Uhm, it was, it was mainly dry yesterday, like, like the cough has kind of go D: OK, have you brought up any blood? -P: No. +P: No. D: OK, and have you had any infectious symptoms like, eye tearing or red eyes, maybe a runny nose or sore throat? -P: Uhm, not a sore throat, but it does feel like it, it's kind of like just constricted in there like, uhm, I don't know if it's relevant, but I, I do have asthma. Uh, like I was diagnosed ten years ago, but it's been pretty stable, like it's, like just right now. I haven't had shortness of breath for a pretty long time. +P: Uhm, not a sore throat, but it does feel like it, it's kind of like just constricted in there like, uhm, I don't know if it's relevant, but I, I do have asthma. Uh, like I was diagnosed ten years ago, but it's been pretty stable, like it's, like just right now. I haven't had shortness of breath for a pretty long time. -D: OK, uh, and, uh, we'll get back to the past medical history shortly, I just wanted to ask a few more symptoms, but certainly could be relevant today. Uhm, so uhm, so you mentioned that you have had some throat tightness. Have you had any loss of smell or, or loss of taste? +D: OK, uh, and, uh, we'll get back to the past medical history shortly, I just wanted to ask a few more symptoms, but certainly could be relevant today. Uhm, so uhm, so you mentioned that you have had some throat tightness. Have you had any loss of smell or, or loss of taste? P: No, nothing like that. @@ -56,13 +56,13 @@ P: No. D: OK. And have you noticed any skin changes or rashes? -P: Uh, no, I, I do have just like the general, like, eczema, that I use a cream for, but that's just normal for me. +P: Uh, no, I, I do have just like the general, like, eczema, that I use a cream for, but that's just normal for me. D: OK. And any muscle aches or, or joint pains? -P: No. +P: No. -D: Have you had any fatigue? +D: Have you had any fatigue? P: No. @@ -74,9 +74,9 @@ D: OK, and do you use inhalers for that? P: Yeah, I have two inhalers, uh, like one, one is like a blue one, one is like an, like an orange one, uh, it's, so I think it's one of them is just like, I take whenever I really need to and the other one I take every day. Uhm, and I haven't been taking the one, uh, I think it's called Ventolin. But I took it like, uh, had to take it like three or four times last night and like, throughout the day yesterday. And it, it did help, but it didn't really relieve some of my symptoms. -D: OK, and prior to that, how often have you been using, uhm, the blue one. +D: OK, and prior to that, how often have you been using, uhm, the blue one. -P: The blue one before yesterday, probably the last time I used it was probably like a month ago. +P: The blue one before yesterday, probably the last time I used it was probably like a month ago. D: OK, so you don't need it that that often then? @@ -92,7 +92,7 @@ P: Uh, just when I have allergies. I, I just use over the counter allergy meds. D: OK, and you use a cream for, for your skin too like, yeah? -P: Yeah, I use, like it's, it's, I think it's like a mixture of like a steroid cream. +P: Yeah, I use, like it's, it's, I think it's like a mixture of like a steroid cream. D: OK, and do you have any allergies to medications? @@ -148,7 +148,7 @@ P: Yeah so my, my older sister actually also was diagnosed with asthma. She also D: OK, well that's good that, that she's been OK. Does anybody in the family have any heart or, or lung conditions or any cancers that run in the family? -P: My grandfather died of lung cancer, but he was just, just smoked all throughout his life. +P: My grandfather died of lung cancer, but he was just, just smoked all throughout his life. D: OK, uhm, alright, so that was all of the questions that I wanted to ask today. So the next part we'll go on to do a physical exam, but did you have any thing else that maybe I forgot to ask about today? diff --git a/tests/data/transcripts/RES0099.txt b/tests/data/transcripts/RES0099.txt index 0fcc59f..b8ab1eb 100644 --- a/tests/data/transcripts/RES0099.txt +++ b/tests/data/transcripts/RES0099.txt @@ -14,7 +14,7 @@ D: OK. Uh, and in terms of the headache, could you describe, uhm, could you desc P: Yes, it's just kind of like at the front like near my forehead, on, on kind of like both sides more. It just feels like, like pressure in there. -D: OK, have you had headaches like this before? +D: OK, have you had headaches like this before? P: Uh, no, not really. @@ -60,7 +60,7 @@ P: No, I don't have any of those symptoms. D: OK, you mentioned you felt feverish. Do you feel hot now? -P: Not right now, but I did have, last night just, was just very chilly and Uh, I had to just wrap myself up in a couple blankets. +P: Not right now, but I did have, last night just, was just very chilly and Uh, I had to just wrap myself up in a couple blankets. D: OK. Did you have any night sweats? @@ -76,7 +76,7 @@ P: Nope. D: OK. And have you had any wheeze? -P: No wheezing. +P: No wheezing. D: OK. Uhm, and have you noticed any swelling to any of your extremities? Like your ankles? @@ -88,7 +88,7 @@ P: No belly pain. D: Any urinary problems like pain or, or frequency going to the bathroom? -P: No. +P: No. D: And any diarrhea? @@ -96,11 +96,11 @@ P: No diarrhea. D: Alright, and have you noticed any rashes or, or changes to your skin? -P: No, not at all. +P: No, not at all. D: Alright, and I don't know, you've had muscle aches, have you had any joint pains? -P: Uh, no, no musc, sorry no joint pain. It's mainly just like in, I would say in around my upper back like my upper arms and kind of like my thighs and glutes areas +P: Uh, no, no musc, sorry no joint pain. It's mainly just like in, I would say in around my upper back like my upper arms and kind of like my thighs and glutes areas D: OK. And how has your energy been these last couple of days? @@ -108,11 +108,11 @@ P: Yesterday I felt a bit drained. I just kind of like stayed in bed the whole d D: OK, and have you tried any medications for the, for the headache or any of your symptoms so far? -P: I, I took a Tylenol. I actually took a couple Tylenols, uh, when the headache and pain started. It did help a bit for a couple hours, but it just kind of came back. +P: I, I took a Tylenol. I actually took a couple Tylenols, uh, when the headache and pain started. It did help a bit for a couple hours, but it just kind of came back. D: OK. And in the past, have you been diagnosed with any medical conditions? -P: Uhm, Just uh, like I had type 2 diabetes, that's it. +P: Uhm, Just uh, like I had type 2 diabetes, that's it. D: OK, and are you using medications for your diabetes? @@ -124,31 +124,31 @@ P: No, no, I've never had to use insulin. It's pretty stable, like my family doc D: OK, no, that's great. And that reminds me, actually, how has your weight been over the last several months? Have you had any weight changes? -P: Not really, like I, I, I think over the last two years I've just been very focused on my fitness, so I feel like I've probably lost around 30 pounds over the last year. Last one to two, yeah, year, but like I, I've been exercising a lot like uhm, gym every day, it's, it's been, it's been a journey. +P: Not really, like I, I, I think over the last two years I've just been very focused on my fitness, so I feel like I've probably lost around 30 pounds over the last year. Last one to two, yeah, year, but like I, I've been exercising a lot like uhm, gym every day, it's, it's been, it's been a journey. D: no that's great though, good for you. I encourage you to keep that up for sure. OK, and so do you take any other medications, other, over the counter or prescribed? -P: Uhm, just a multi vitamins. +P: Uhm, just a multi vitamins. D: Alright, and do you have any allergies to medications? P: No, not that I know of. -D: All right. So have you had any hospitalizations or surgeries? +D: All right. So have you had any hospitalizations or surgeries? P: No. D: Alright, and uh, anybody in the family have any like lung conditions, heart conditions or diseases that run in the family? -P: Uh, my, my son actually just recently was diagnosed with asthma. But I think that he gets that from his mom's side. +P: Uh, my, my son actually just recently was diagnosed with asthma. But I think that he gets that from his mom's side. D: OK. Uhm, you don't have any asthma or problems breathing like that? -P: No, nothing like that. +P: No, nothing like that. D: OK, and right now, so you mentioned your son and wife, is that who you're living with? -P: Yeah, it's just us three. +P: Yeah, it's just us three. D: OK, and uh, any exposures to, to anybody who's been sick, either at home or at work or, or any other activities? @@ -184,7 +184,7 @@ P: No. Never. D: OK, uhm, and do you drink alcohol? -P: Yeah, well just occasionally, like I would say maybe, maybe some wine, once, uh, like once every couple days. Maybe a beer on the weekend, but that's it. +P: Yeah, well just occasionally, like I would say maybe, maybe some wine, once, uh, like once every couple days. Maybe a beer on the weekend, but that's it. D: Alright. So I think that was all I wanted to ask on history today. Was there anything else that, that you wanted to add before we go on to the exam and? diff --git a/tests/data/transcripts/RES0100.txt b/tests/data/transcripts/RES0100.txt index 044e933..114f672 100644 --- a/tests/data/transcripts/RES0100.txt +++ b/tests/data/transcripts/RES0100.txt @@ -12,11 +12,11 @@ P: I do feel like I've lost a bit of my appetite over the last three to four day D: OK, and have you noticed any changes to your voice? -P: Uhm, I don't think so, not yet, I, but I think, like the way it's hurting right now, I feel like it's coming. +P: Uhm, I don't think so, not yet, I, but I think, like the way it's hurting right now, I feel like it's coming. D: Alright, so have you notice any like neck swelling? -P: Yeah, now that you mention it, I, I do have like these two lumps on the right side of my neck, like kind of right below the jaw. +P: Yeah, now that you mention it, I, I do have like these two lumps on the right side of my neck, like kind of right below the jaw. D: OK. Are they painful? @@ -32,21 +32,21 @@ P: No headaches, no. D: Alright, how about any eye redness or runny nose, or? -P: Uh no, no runny nose, or, so I, I don't have headaches, but I, I, I think I was having some body aches just yesterday. +P: Uh no, no runny nose, or, so I, I don't have headaches, but I, I, I think I was having some body aches just yesterday. D: OK, so any particular area that, that's aching? -P: Uhm, not really. It's kind of just like a general, like I don't know if it was, it was because I was lying around the whole day, but just kind of a general pain throughout the body. +P: Uhm, not really. It's kind of just like a general, like I don't know if it was, it was because I was lying around the whole day, but just kind of a general pain throughout the body. D: OK. And have you been experiencing any difficulties, or sorry, have you been experiencing any cough? -P: No, not really. +P: No, not really. -D: OK, how about any shortness of breath or trouble breathing? +D: OK, how about any shortness of breath or trouble breathing? P: No. -D: OK, have you had any wheezing? +D: OK, have you had any wheezing? P: No wheezing. @@ -56,13 +56,13 @@ P: No, no, no chest pain. D: Have you had any heart palpitations or, or feeling like your heart's racing? -P: No. +P: No. D: OK, uhm, and, maybe you had any lightheadedness or, or dizziness? P: Uh, no, not really. -D: Have you had any abdominal pain? +D: Have you had any abdominal pain? P: Uhm, actually, yeah, yesterday when I was, uhm, like when I was having the body pain, I also noticed a little bit of abdominal pain just, like on the upper, I would say upper left side. @@ -80,7 +80,7 @@ P: Yeah, that, that just started yesterday. D: OK. Have you had any nausea or vomiting? -P: No. +P: No. D: How about any diarrhea? @@ -116,7 +116,7 @@ P: No, hasn't really started spreading yet, I just noticed it on, on my arm, and D: OK, this is on, on one arm? -P: Yeah. +P: Yeah. D: OK. And you've had some body aches, uh, have you had any joint pains? @@ -124,15 +124,15 @@ P: No join pains, no. D: OK, and are you currently sexually active? -P: Yes. +P: Yes. -D: Alright, and could you tell me a little bit about your partners or, or partner and I, and I was wondering if you use condoms? +D: Alright, and could you tell me a little bit about your partners or, or partner and I, and I was wondering if you use condoms? P: Yeah, so I, I just have one partner right now, my fiance, and we Uh, I actually like have in an IUD, so like we, we don't use condoms, but like we're pretty honest and safe with each other. I fully trust him, like he doesn't have any partners or anything like that and I only have, I don't have any other partners as well. D: OK, have you had a sexually transmitted infection before? -P: No, never. +P: No, never. D: OK, any concerns currently? Any vaginal discharge or itchiness or, or pain? @@ -140,7 +140,7 @@ P: No, nothing like that. D: OK, and have you been pregnant before? -P: No, I haven't no. +P: No, I haven't no. D: OK. And have you been diagnosed with any medical conditions before? @@ -152,11 +152,11 @@ P: Currently, no, no. D: Any allergies to medications? -P: No. +P: No. D: Alright, uhm, and any hospitalizations or surgeries in the past? -P: No. +P: No. D: OK. And could you tell me a little bit about your living situation currently, like, who you live with, and, and where? @@ -172,7 +172,7 @@ P: He did have a sore throat last week, but it kind of just went away on its own D: OK, uh. And have you traveled anywhere? -P: No. +P: No. D: And do you smoke cigarettes? @@ -184,13 +184,13 @@ P: Uh, probably smoke marijuana, just maybe once or twice a month. D: OK, so it sounds like socially? -P: Yeah. +P: Yeah. D: Do you use any other recreational drugs? P: No, nothing else. -D: OK. And do you drink alcohol? +D: OK. And do you drink alcohol? P: Yeah, I, Probably have some red wine every other day, I would say. @@ -208,9 +208,9 @@ P: Not that I know of. D: OK. So that was everything that I wanted to ask about on history, and so next we'll go ahead and get vitals and do a physical exam. But did you have anything else that maybe I forgot to ask about, or any other symptoms maybe? -P: No, I don't think so. Do you think it can be covid at all? +P: No, I don't think so. Do you think it can be covid at all? -D: Uhm, so covid does present in a variety of non specific ways and so it certainly could be on the differential for causing a sore throat and abdominal pain and as well as a fever. However, it could be caused by other things as well. Uhm, currently your constellation of symptoms, with the enlarged lymph nodes in the neck, sore throat, it sounds like you may have uhm, an inflamed spleen as well, which could all be signs and symptoms of something called EBV or, or mono. And it sounds like you might have had an exposure, like your husband or fiance rather may have had this last week with the sore throat. All that being said, today we'll do the monospot test to check for that as well as some blood work. And we will do a covid swab as well, just in case. +D: Uhm, so covid does present in a variety of non specific ways and so it certainly could be on the differential for causing a sore throat and abdominal pain and as well as a fever. However, it could be caused by other things as well. Uhm, currently your constellation of symptoms, with the enlarged lymph nodes in the neck, sore throat, it sounds like you may have uhm, an inflamed spleen as well, which could all be signs and symptoms of something called EBV or, or mono. And it sounds like you might have had an exposure, like your husband or fiance rather may have had this last week with the sore throat. All that being said, today we'll do the monospot test to check for that as well as some blood work. And we will do a covid swab as well, just in case. P: OK, that sounds good. Thank you. diff --git a/tests/data/transcripts/RES0101.txt b/tests/data/transcripts/RES0101.txt index 67c5c26..7886f73 100644 --- a/tests/data/transcripts/RES0101.txt +++ b/tests/data/transcripts/RES0101.txt @@ -10,7 +10,7 @@ D: OK, and have you had any pain in your calf, and if so, which which one? P: It's just the right calf and it's it's pretty swollen right now and I was having a lot of pain over it for the last two days. -D: OK is it, can you feel the pain at rest, or or is it with uh like with movement? Or if you press on it? +D: OK is it, can you feel the pain at rest, or or is it with uh like with movement? Or if you press on it? P: It's yeah, it's pretty tender when I press on it. I haven't really been moving around, and it's still like painful right now, but it doesn't really hurt when I'm like, like I've been trying to keep myself rested just because of the surgery, but when I press on it, it is pretty tender. @@ -24,7 +24,7 @@ P: Maybe a little bit. I haven't really noticed it too much. D: OK, and do you have a history of like varicose veins or anything like that? -P: No, nothing like that. +P: No, nothing like that. D: OK. So uhm when did the coughing up blood start? @@ -62,11 +62,11 @@ D: Alright, and how about your breathing? Do you feel like you're breathing fast P: No breathing, I feel like it's around the same. -D: OK, and have you had any lightheadedness, or dizziness, or or feeling like you're going to pass out? +D: OK, and have you had any lightheadedness, or dizziness, or or feeling like you're going to pass out? -P: No. +P: No. -D: OK. And have you had any any wheezing? +D: OK. And have you had any any wheezing? P: No wheezing. @@ -74,11 +74,11 @@ D: Alright, uh have you had any abdominal pain? P: Uh no, no abdominal pain. -D: Any nausea or vomiting. +D: Any nausea or vomiting. P: Nope. -D: Have you had any diarrhea? +D: Have you had any diarrhea? P: No diarrhea, no. @@ -88,11 +88,11 @@ P: No. D: Have you had any skin changes or or rashes? -P: Uh, no. +P: Uh, no. D: OK, and how about any other like joint pains, muscle aches? -P: No, nothing like that. +P: No, nothing like that. D: Alright. Have you ever had a a DVT before? @@ -100,7 +100,7 @@ P: No, I've never had anything like that. D: OK, or yeah, like a deep vein thrombosis or have you had a pulmonary embolism before? -P: No, I've never had anything like that before. +P: No, I've never had anything like that before. D: OK, have you been diagnosed with any medical conditions in the past? @@ -116,7 +116,7 @@ P: Yeah, so for the blood pressure I'm taking medication called Ramipril, and th D: OK, have you needed like insulin for diabetes before? -P: No, I've never had to use insulin. +P: No, I've never had to use insulin. D: OK, and and do you take any other medications, either prescribed or over the counter? @@ -148,7 +148,7 @@ P: Yeah, so I'm living with my wife in a house. I do have two kids, but they're D: OK, and and what what do you do for uh for work? -P: Yes, so I actually work as a mechanic, and right now I'm kind of off of work with, I just need to recover and kind of get that physiotherapy done and then I can return, hopefully in a month or two. +P: Yes, so I actually work as a mechanic, and right now I'm kind of off of work with, I just need to recover and kind of get that physiotherapy done and then I can return, hopefully in a month or two. D: OK, yeah we need to recover after the knee surgery. OK, and do you smoke cigarettes? @@ -160,15 +160,15 @@ P: Yeah. D: OK, and do you drink alcohol? -P: Uh no. +P: Uh no. D: OK, how about using any other recreational drugs? -P: No other drugs. +P: No other drugs. D: Ok, and in the family, are there any heart conditions or or lung conditions? -P: No, not that I know of. +P: No, not that I know of. D: OK, and anybody in the family have a bleeding disorder or or a clotting disorder? @@ -176,7 +176,7 @@ P: No, not not that I'm aware of. D: OK, have you heard of anybody in the family having, I know you said you haven't had had this before, but anybody in the family having a deep vein thrombosis or or PE. -P: Not that I know, not really. +P: Not that I know, not really. D: OK. So that was everything that I wanted to ask about on history today. We'll do physical exam and I'll listen to your chest and have a look at your leg. We'll also order some imaging studies, with a CTPA it's called. Uh but before we go ahead with that, was there anything else that that you wanted to add? diff --git a/tests/data/transcripts/RES0102.txt b/tests/data/transcripts/RES0102.txt index d6c2215..5995d9f 100644 --- a/tests/data/transcripts/RES0102.txt +++ b/tests/data/transcripts/RES0102.txt @@ -1,5 +1,5 @@ -D: What brings you in here today. +D: What brings you in here today. P: I I've had this cough that's been ongoing and and getting worse, and and now I've been having this like sharp pain in my in my chest. @@ -19,13 +19,13 @@ D: OK, and before that were you getting any production throughout your coughs fo P: Uh, no. -D: No, OK. Can you just describe your cough currently? Is it more of a wet cough or dry cough? +D: No, OK. Can you just describe your cough currently? Is it more of a wet cough or dry cough? P: Uh it, yeah, it's it's dry mostly with the exception of bringing up some of the blood. -D: And is the blood just in like sputum that you're bringing up? Or are you coughing up blood into the tissue, for example? +D: And is the blood just in like sputum that you're bringing up? Or are you coughing up blood into the tissue, for example? -P: Blood is, I'm coughing that up into the tissue. +P: Blood is, I'm coughing that up into the tissue. D: OK, and do you remember 2 weeks ago prior to that, were there any factors that might have caused this, like for example, did you travel anywhere or see or was in contact with anyone that was sick? @@ -47,7 +47,7 @@ D: OK, are you having any other symptoms at all besides the the coughing and the P: Yeah, I've been uh, starting to get like this sharp chest pain as well. I kind of feel it on the left sides and in center I guess kinda more so. -D: OK and your chest pain, when did that start? +D: OK and your chest pain, when did that start? P: So, uh, this started, yeah, 'bout a few days ago as well. It's been within the last week. @@ -65,7 +65,7 @@ P: Yeah, well if I lie flat, uhm it, it's uh, or sorry. No actually, the pain ge D: OK, I see, and do you have any pain when breathing in or out? -P: I do, yeah it it gets worse if I if I'm taking a deep breath in, and even more so after I after I cough, if I'm trying to catch my breath, I'll feel it then too. +P: I do, yeah it it gets worse if I if I'm taking a deep breath in, and even more so after I after I cough, if I'm trying to catch my breath, I'll feel it then too. D: OK, and uhm, other than these symptoms, do you have any kind of shortness of breath? Do you have any dizziness or increased sweating, any of those symptoms? @@ -97,7 +97,7 @@ P: No. D: OK, and do you have any issues with your bowel movements? Any Constipation or diarrhea? -P: No. +P: No. D: Any urinary issues? @@ -109,7 +109,7 @@ P: Uh, no. Sleep's been OK, and I've been eating well, but I have uhm, lost some D: OK. Before the two weeks or a couple of weeks that you had this, were you sick at all recently? Like with a cold or any flu like symptoms? -P: No, I I uh, I guess I've been fatigued over the last couple of months, but I haven't had any flu like symptoms. +P: No, I I uh, I guess I've been fatigued over the last couple of months, but I haven't had any flu like symptoms. D: OK, and do you have any exposure to dust, fumes, animals anywhere in your surrounding? @@ -165,11 +165,11 @@ P: No. D: And how about alcohol? -P: Sometimes I'll have some like red wine with dinner, but that's only on like Christmas or an occasion. +P: Sometimes I'll have some like red wine with dinner, but that's only on like Christmas or an occasion. D: OK. Yeah, alright so uh other than that, sorry, I think I might have forgotten to ask you a couple questions. So no fainting spells, no shortness of breath, nothing like that? -P: No, I haven't had anything like that, just a stern cough. +P: No, I haven't had anything like that, just a stern cough. D: OK, and no chest pain on exertion? diff --git a/tests/data/transcripts/RES0103.txt b/tests/data/transcripts/RES0103.txt index c8accc1..4f02f02 100644 --- a/tests/data/transcripts/RES0103.txt +++ b/tests/data/transcripts/RES0103.txt @@ -4,7 +4,7 @@ P: Yeah, I'm just bringing in my old daughter who's really been complaining abou D: OK, and what symptoms started first? -P: I think the runny nose is what, what started first. And like kind of the nasal congestion. She was telling you that she felt that there was like pressure or congestion in her nose. +P: I think the runny nose is what, what started first. And like kind of the nasal congestion. She was telling you that she felt that there was like pressure or congestion in her nose. D: OK, and then this, when did this sneezing start? @@ -44,7 +44,7 @@ P: No, we've been at home. D: Any headaches, nausea or vomiting? -P: Uhm, no. +P: Uhm, no. D: OK, any chest pain that she's described? @@ -60,7 +60,7 @@ P: No, she had a urinary tract infection when she was like little but hasn't had D: OK, any issues with their sleep or appetite? -P: She has been a bit a bit fussy, but she's been sleeping OK. +P: She has been a bit a bit fussy, but she's been sleeping OK. D: OK. Uhm, has she lost any weight recently? @@ -72,7 +72,7 @@ P: No, I can't think of anything like that. We don't have any pets at Home and s D: OK, has she been diagnosed with any medical conditions in the past? -P: No, she just said, ah, just yeah had a urinary tract infection when she was younger and that's about it. +P: No, she just said, ah, just yeah had a urinary tract infection when she was younger and that's about it. D: OK. Any allergies to medications that you know of? @@ -82,7 +82,7 @@ D: Is she on any medications? P: No. -D: OK, any hospitalizations or surgeries in the past? +D: OK, any hospitalizations or surgeries in the past? P: No. @@ -94,13 +94,13 @@ D: OK, does, has she lost a sense of taste or smell at all? P: No, she hasn't said any anything like that, just the nasal congestion. -D: OK. Did you feel any pressure in around her face at all? +D: OK. Did you feel any pressure in around her face at all? P: Uh, yeah, well yeah, I think so. She doesn't say, well, no pain but does feel like a bit of pressure with the congestion, I think. D: OK, uhm any issues developmentally as she was growing up like to meet are all our milestones at an appropriate age? -P: She did yeah, she has met she was walking at the appropriate times and able to talk and does work really well in school and is social with with her classmates and peers. +P: She did yeah, she has met she was walking at the appropriate times and able to talk and does work really well in school and is social with with her classmates and peers. D: So no, no issues or no complaints at all? @@ -132,6 +132,6 @@ P: Yeah yeah. D: Yeah, and so most likely it's just caused by a viral infection like common cold perhaps, it she doesn't have any worrying signs of any systemic things going on right now, so and no signs of like a bacterial infection that I would be concerned about that I would give antibiotics for right now. But definitely if her symptoms get worse at home and if she starts having any kind of shortness of breath, increased coughing with producing, more yellow or green material and if she gets more feverish, so will also do a physical exam and take her temperature today as well. But yeah, some of these things you just look out for, but yeah, so that that we'll do the physical examination and go from there. -P: Alright, thank you. +P: Alright, thank you. D: Hey, you're welcome. Take care. diff --git a/tests/data/transcripts/RES0104.txt b/tests/data/transcripts/RES0104.txt index 504902d..cd9a898 100644 --- a/tests/data/transcripts/RES0104.txt +++ b/tests/data/transcripts/RES0104.txt @@ -1,10 +1,10 @@ D: Can you tell me what brings you in here today? -P: So I've had this, uh, this cough that it started two days ago and it's been getting worse. I've been bringing up this rust colored sputum. +P: So I've had this, uh, this cough that it started two days ago and it's been getting worse. I've been bringing up this rust colored sputum. D: OK, and so that's been going on for a few days? -P: Yeah, yeah about two days. +P: Yeah, yeah about two days. D: OK, and how often are you coughing? @@ -14,7 +14,7 @@ D: OK, and the shortness of breath, is it just with the exertion or it can, is i P: Yeah, even right now it feels like I'm not able to get, I don't know, a full breath, it just feels like it's more difficult to to breathe. -D: OK, have you felt any kind of dizziness or fainting episodes? +D: OK, have you felt any kind of dizziness or fainting episodes? P: No, I haven't. @@ -36,7 +36,7 @@ P: No, I haven't noticed anything like that. D: OK. Any fevers or chills? -P: Yeah, I have had, I've had both of those. I've had a I I checked my temperature this morning and it was 38.2 and I was pretty chilly last night. +P: Yeah, I have had, I've had both of those. I've had a I I checked my temperature this morning and it was 38.2 and I was pretty chilly last night. D: OK. Uhm, and before these symptoms started, were you having any similar symptoms at all before? @@ -48,7 +48,7 @@ P: I did try some over the counter cold medicine. It, I think it might have help D: OK, does your shortness of breath improve with any positions or does it improve when you're not exerting yourself? -P: Uh, not really. It's kind of always there, +P: Uh, not really. It's kind of always there, D: It's ok. Do you have to wake up at night to take a deep breath? Or do you feel any kind of shortness of breath with laying down at all? @@ -78,7 +78,7 @@ D: OK, and give any other symptoms like chest pain, runny nose, sore throat, any P: Uh, no. Just been really tired these last couple of days and I've just felt like sleeping all day. Haven't felt like eating either, my appetite has been really poor. -D: OK, uhm. And other than that, have you experienced any kind of headaches, nausea or vomiting? +D: OK, uhm. And other than that, have you experienced any kind of headaches, nausea or vomiting? P: No, I haven't. @@ -120,7 +120,7 @@ P: Yeah my, my left hand, still, still it gives me some some problems. I get uh, D: OK, OK, and are you taking any other medications at all? -P: Yeah, I use metformin. Empagliflozin or an SGLT2, insulin and uh, and aspirin, I think. +P: Yeah, I use metformin. Empagliflozin or an SGLT2, insulin and uh, and aspirin, I think. D: OK, and any over the counter medications? @@ -128,15 +128,15 @@ P: Yeah, I take a multivitamin and in vitamin D. D: OK. Any allergies to any medications at all? -P: No. +P: No. D: OK, any environmental allergies? -P: No. +P: No. -D: OK, any ill contacts at all? +D: OK, any ill contacts at all? -P: No, no. +P: No, no. D: Any recent or prior hospitalizations? @@ -146,7 +146,7 @@ D: OK and so, but after that, no other hospitalizations or surgeries? P: No. -D: OK, any surgeries in the past? +D: OK, any surgeries in the past? P: Yeah, well I did have a C-section for my son but that was many years ago now and everything for that was, was OK. Yeah. @@ -170,9 +170,9 @@ D: OK, and how, how long have you have smoked for? P: Since I was 15 maybe? -D: OK. +D: OK. -P: So yeah for like 45 years. +P: So yeah for like 45 years. D: And have you, at all been diagnosed with COPD or anything like that? diff --git a/tests/data/transcripts/RES0105.txt b/tests/data/transcripts/RES0105.txt index ea74153..9659646 100644 --- a/tests/data/transcripts/RES0105.txt +++ b/tests/data/transcripts/RES0105.txt @@ -32,7 +32,7 @@ P: Yeah, I think it, it's there kind of most of the time, like the chest pressur D: OK I see. And are all of your symptoms constant? Or do they come and go? -P: They've been constant and they've got been getting worse since since last night. +P: They've been constant and they've got been getting worse since since last night. D: OK, and have you had this happen to you before? @@ -40,7 +40,7 @@ P: It has, yeah, I, actually last last winter I was hospitalized for a COPD exac D: I see and did you go home on home oxygen at all? Like do you use oxygen at home? -P: No, I was told I didn't need any any yet, but if I didn't quit smoking I might in the future. +P: No, I was told I didn't need any any yet, but if I didn't quit smoking I might in the future. D: OK, and are you using any kind of puffers at all? @@ -52,13 +52,13 @@ P: Yeah, we just tried it last night. D: OK, so nothing today right? -P: No, nothing today. +P: No, nothing today. D: OK. Other than that, so you did have an admission before for this. And you have COPD. Do you have any other symptoms right now? Like runny nose, sore throat, any cold like symptoms? P: No, no, I I I don't. -D: Did you have it before these symptoms started? +D: Did you have it before these symptoms started? P: Uhm no, I've been feeling, I've been feeling OK. @@ -72,7 +72,7 @@ P: No, I don't, I don't think so. D: And is there, are you having any headache or nausea or vomiting? -P: No, I haven't had anything like that. +P: No, I haven't had anything like that. D: OK. And besides the time you got hospitalized, have you had any exacerbations after that? @@ -104,7 +104,7 @@ P: That's been that's been normal. Been eating well. D: OK. Any kind of confusion or any do you feel like yourself? -P: Yeah, I do. +P: Yeah, I do. D: OK, any confusion at all that anyone's noticed? @@ -120,15 +120,15 @@ P: About 10 years ago. D: OK, do you have any other medical conditions? -P: I do, yeah. I have a high blood pressure, type two diabetes and like and there's something wrong with my, with my kidneys as well. I think my EGFR is low or something like that. +P: I do, yeah. I have a high blood pressure, type two diabetes and like and there's something wrong with my, with my kidneys as well. I think my EGFR is low or something like that. -D: Oh, I see, OK. And do you take any medications besides your puffers? +D: Oh, I see, OK. And do you take any medications besides your puffers? P: Yeah, I I do. I I take on an ACE inhibitor, Metformin, SGLT2 inhibitor and I'm also taking a, uh, a water pill as well 'cause I, over these last couple of years I've had some more swelling in my in my feet. D: OK, I see. Do you have any swelling, increased swelling right now? -P: No, I that's been about this. Been pretty constant. +P: No, I that's been about this. Been pretty constant. D: OK. And do you feel recently at all that you're short of breath when lying down, or do you have to wake up to take a deep breath? Anything like that? @@ -146,7 +146,7 @@ D: OK. Yeah. And other than that, any previous surgeries in the past? P: Uhm, I, yeah I had a Uterine prolapse, so I had surgery for that. I have five kids. -D: OK. Any, any complications after that surgery at all? +D: OK. Any, any complications after that surgery at all? P: No, it helped, it actually fixed the leaking at the time I was having, so was happy with that. @@ -172,7 +172,7 @@ P: Oh, I started in my teens, so most of my life I've I've smoked. I grew up aro D: OK, uhm, and do you use any recreational drugs like marijuana? -P: No, I don't. +P: No, I don't. D: OK. And do you drink alcohol at all? @@ -192,6 +192,6 @@ P: OK, that sounds good. Thank you. D: Welcome. Take care. -P: Bye +P: Bye D: Bye. diff --git a/tests/data/transcripts/RES0106.txt b/tests/data/transcripts/RES0106.txt index 8819a6c..cbd83de 100644 --- a/tests/data/transcripts/RES0106.txt +++ b/tests/data/transcripts/RES0106.txt @@ -10,7 +10,7 @@ D: OK, what colour is the phlegm? P: It's like whitish, sometimes it's clear. -D: OK, is it ever green or bloody? +D: OK, is it ever green or bloody? P: No. @@ -30,7 +30,7 @@ D: Any chest pain? P: Um, no not initially, but like since the past few days, especially after I've like coughed a lot, it just kind of hurts me a little bit. -D: OK, OK, any, do you ever feel so it just hurts after coughing. +D: OK, OK, any, do you ever feel so it just hurts after coughing. P: Yeah. @@ -46,7 +46,7 @@ D: OK, OK, and do you ever feel like your heart's racing? P: No, no. -D: OK. And have you noticed any swelling in your legs, arms, or abdomen? +D: OK. And have you noticed any swelling in your legs, arms, or abdomen? P: No. @@ -64,7 +64,7 @@ P: No. D: Have you noticed any fevers? -P: No. +P: No. D: Any weight loss? @@ -112,7 +112,7 @@ P: I kind of had this about, I don't know three or four years ago. I just had th D: Yeah, for sure. When you had this in the past, were you ever done given a diagnosis? -P: No, I didn't go to see a doctor. I just kind of stay at home. +P: No, I didn't go to see a doctor. I just kind of stay at home. D: OK. @@ -134,7 +134,7 @@ D: OK OK, are you otherwise healthy? Do you have any longstanding medical condit P: No, I don't. I don't. -D: No, OK. Have you had any hospitalizations or surgeries in the past? +D: No, OK. Have you had any hospitalizations or surgeries in the past? P: I have my wisdom teeth removed. @@ -190,17 +190,17 @@ D: OK. Uhm, any travel recently? P: No. -D: No, OK. How about umm smoking, do you smoke? +D: No, OK. How about umm smoking, do you smoke? P: Uhm, once in awhile. -D: OK, what's once in awhile? +D: OK, what's once in awhile? P: Maybe when I'm out with my friends I might sometimes, have a cigarette or two. I used to smoke a lot more, but I'm trying to cut it down. D: OK. How long have you been smoking for? -P: I started smoking in high school, so when I was 18 years old. +P: I started smoking in high school, so when I was 18 years old. D: Mhmm. @@ -224,7 +224,7 @@ P: Uh, I live, I live in an apartment with my boyfriend, about 20 minutes from h D: OK. Any old carpets at home? Dust, mold, asbestos, anything that would be triggering your cough? -P: I don't know. I have not really had a problem but been here at this place for about a year and a half. +P: I don't know. I have not really had a problem but been here at this place for about a year and a half. D: OK. diff --git a/tests/data/transcripts/RES0107.txt b/tests/data/transcripts/RES0107.txt index 333750c..23938e8 100644 --- a/tests/data/transcripts/RES0107.txt +++ b/tests/data/transcripts/RES0107.txt @@ -28,9 +28,9 @@ P: Kind of. In the morning, so I I see that whenever he wakes up in the morning, D: OK, OK. Is he bringing up phlegm when he coughs? -P: Um, a little bit. +P: Um, a little bit. -D: What colour is it? +D: What colour is it? P: It's the same stuff that comes out of his nose. @@ -38,13 +38,13 @@ D: OK yeah, so no blood or pus? P: No, no. -D: No? OK. Have you, do you think he's lost his like sense of smell or taste? +D: No? OK. Have you, do you think he's lost his like sense of smell or taste? P: Uhh no. D: No? OK. Any changes in his vision or hearing? -P: Um I don't think so. +P: Um I don't think so. D: No? Did like, um, have you noticed any discharge from his eyes? @@ -52,15 +52,15 @@ P: No, no. Sometimes he does have that, but no, not in the past two weeks. D: OK so his like eyelids aren't swollen or his eyes aren't red? -P: No, no, no. +P: No, no, no. D: No? OK. And does he, have you noticed any swelling in his, either like face, neck, like belly area, or his limbs? P: No, no I haven't. It's just his nose is like a little bit red. -D: OK. +D: OK. -P: And uh yeah, he's just he's just itching all the time, just itching his nose, itching his um ears, yeah but no, no swelling. +P: And uh yeah, he's just he's just itching all the time, just itching his nose, itching his um ears, yeah but no, no swelling. D: No swelling. Have you noticed any rashes on him? @@ -68,7 +68,7 @@ P: No, I checked yesterday night very carefully. D: OK, good. Any weight loss? -P: No, he's been gaining weight so um good that he's been eating well. +P: No, he's been gaining weight so um good that he's been eating well. D: Yeah, that's good. Any fevers or chills? @@ -80,13 +80,13 @@ P: He's a little bit fatigued because of the sneezing and the, and the runny nos D: Mhmm. -P: Um but it's not, you know he's still, he's still cheerful. He's not irritable or anything. +P: Um but it's not, you know he's still, he's still cheerful. He's not irritable or anything. D: OK, OK. Um and then have you noticed that he's like, taking in like, rapid breaths? P: No, no, his breathing has been good. -D: OK. How about his bowel movements? Have those been normal? +D: OK. How about his bowel movements? Have those been normal? P: Yeah. @@ -96,7 +96,7 @@ P: No. D: Um, how about his urine? -P: No, no problems there. +P: No, no problems there. D: OK, how about like dizziness or fainting spells? @@ -104,11 +104,11 @@ P: No, no, no. I didn't notice anything like that. D: No? Any confusion that you noticed? -P: No. +P: No. D: Headaches? -P: No. +P: No. D: No, OK. Um has he been like excessively itching anywhere? @@ -137,15 +137,15 @@ P: Yeah, yeah, he's an, he's a healthy kid. D: OK, um any complications when you were pregnant with him? -P: No. +P: No. D: No? Um how about at birth? P: No, no complications. - + D: OK. Did he need to be hospitalized after birth for any reason? -P: No. +P: No. D: Any surgeries? @@ -155,27 +155,27 @@ D: Um, any allergies? P: Um I don't think so. I know he's not. -D: No? He's never been diagnosed with like eczema or asthma? +D: No? He's never been diagnosed with like eczema or asthma? P: Oh he's, he's had eczema. He had it. -D: OK. +D: OK. P: Yeah, comes and goes. D: His eczema comes and goes? -P: Hmm. +P: Hmm. D: OK, um is he on any medications? -P: No. +P: No. D: No? Even for his eczema? P: It's pretty mild. -D: OK. Um has, have you ever like given him um Reactine or like any of the, those anti allergy medications in the past? +D: OK. Um has, have you ever like given him um Reactine or like any of the, those anti allergy medications in the past? P: I've tried the, uh, yeah, the ones over the counter, um, they do help. Um, I tried it this time, but uh it didn't do much. @@ -187,29 +187,29 @@ D: OK. P: It usually gets worse um uh I guess like around this time, uh I can tell when spring is coming up. Um, it gets pretty bad, but he always has a runny nose um and he sneezes sometimes here and there. -D: OK, and you mentioned this has been going on for more than four days this time around? +D: OK, and you mentioned this has been going on for more than four days this time around? -P: It's been, it's been going on for the past uh two weeks. +P: It's been, it's been going on for the past uh two weeks. -D: OK. OK, and is it like um impairing his like daily activities or like his ability to um like, sleep? +D: OK. OK, and is it like um impairing his like daily activities or like his ability to um like, sleep? P: Uh it does affect his sleep sometimes he doesn't like um, just the itching really bothers him. D: Mhmm. -P: So he can't uh, he finds it hard to fall asleep. That's like, I usually, that's when I give him the the medications. To help him fall asleep. +P: So he can't uh, he finds it hard to fall asleep. That's like, I usually, that's when I give him the the medications. To help him fall asleep. D: OK. OK. And uh is he up to date with all his immunizations? -P: Yeah. +P: Yeah. D: OK. Any family history of asthma, eczema, or something called allergic rhinitis? -P: Uh I have asthma. +P: Uh I have asthma. D: OK. And is your asthma severe? -P: Uh no, it's it's pretty well controlled. I used to, actually, I used to have asthma as a child. +P: Uh no, it's it's pretty well controlled. I used to, actually, I used to have asthma as a child. D: OK, I see. @@ -219,7 +219,7 @@ D: OK, OK. P: I remember I used to, I used to get allergies as well as a child. -D: Oh I see. +D: Oh I see. P: But very similar, lots of sneezing and yeah. @@ -233,11 +233,11 @@ P: No, but I feel like he probably should. D: Yeah, OK. And then, does anyone at home smoke? -P: No. +P: No. D: No, OK. Um do you have any, like old carpets, dust, mold, or asbestos at your place? -P: Uh we've got all of, we got our carpets uh removed uh two years ago. That's actually helped uh with his symptoms. Uh and I know, we tried it, we removed the curtains as well and we've used blinds. So yeah. +P: Uh we've got all of, we got our carpets uh removed uh two years ago. That's actually helped uh with his symptoms. Uh and I know, we tried it, we removed the curtains as well and we've used blinds. So yeah. D: OK. diff --git a/tests/data/transcripts/RES0108.txt b/tests/data/transcripts/RES0108.txt index df99fb8..4f8dc1e 100644 --- a/tests/data/transcripts/RES0108.txt +++ b/tests/data/transcripts/RES0108.txt @@ -2,17 +2,17 @@ D: What brings you in? P: Hi. Uh, I've just had this cough for the past week and I was worried I might have Covid so I just wanted to um I just wanted to be checked. -D: Sure, so you mentioned you, it started a week ago. +D: Sure, so you mentioned you, it started a week ago. -P: Yeah. +P: Yeah. D: Has it been persistent or does it come and go? P: Um it's just been there. -D: Been there. OK. +D: Been there. OK. -P: Yeah, I just get this itchy sort of uh like scratchy sensation in my throat. And then I just cough and um that makes it better. +P: Yeah, I just get this itchy sort of uh like scratchy sensation in my throat. And then I just cough and um that makes it better. D: OK. OK, uhm what, how would you describe your cough like is it barky? Is it harsh? Is it muffled? @@ -20,7 +20,7 @@ P: Uhm no, I don't I don't think it's barky or harsh. D: OK, and does anything make it better or worse like you know, like the cold air, laying down, at particular time of day? -P: Not really, I haven't uh, nothing's really helped. Um I also tried a cough syrup, um it didn't, it helped for a couple hours, but then it was back again. The cough was back again. +P: Not really, I haven't uh, nothing's really helped. Um I also tried a cough syrup, um it didn't, it helped for a couple hours, but then it was back again. The cough was back again. D: OK, and have you ever experienced anything like this in the past? @@ -30,11 +30,11 @@ D: Mhmm, OK. P: Once a year maybe. -D: Once a year? OK. Um do you experience any shortness of breath with this cough? +D: Once a year? OK. Um do you experience any shortness of breath with this cough? -P: No. +P: No. -D: No, OK. Is it a dry cough or do you bring up any phlegm? +D: No, OK. Is it a dry cough or do you bring up any phlegm? P: No, it's a dry cough. @@ -44,9 +44,9 @@ P: No, no. D: No, OK. And do you feel wheezy? -P: No. +P: No. -D: No, chest pain? +D: No, chest pain? P: No. @@ -62,13 +62,13 @@ D: No, any fainting spells? P: Uhm, no. -D: No, OK. Do you ever feel like your nose is stuffy or runny? +D: No, OK. Do you ever feel like your nose is stuffy or runny? P: No. D: No, any changes in your vision or hearing? -P: Uh no. +P: Uh no. D: A sore throat? @@ -82,7 +82,7 @@ D: Any weight loss? P: Uh no. -D: Fevers? +D: Fevers? P: I checked no, no, I don't have a fever. @@ -90,7 +90,7 @@ D: No, any rashes? P: No. -D: Issues uh, any changes in your bowel movements? +D: Issues uh, any changes in your bowel movements? P: Um uh no, I've just been constipated from time to time, but that's nothing, that's not new. @@ -106,11 +106,11 @@ D: OK, any nausea or vomiting? P: Uh, no. -D: No, OK. Any joint pain? +D: No, OK. Any joint pain? P: No. -D: No, numbness or tingling? +D: No, numbness or tingling? P: No. @@ -118,7 +118,7 @@ D: Headaches? P: No. -D: No, OK. Are you otherwise healthy? Do you have any longstanding medical conditions? +D: No, OK. Are you otherwise healthy? Do you have any longstanding medical conditions? P: I have diabetes. @@ -126,23 +126,23 @@ D: OK, how long have you had diabetes? P: It's about, it's been uh seven years now. -D: OK, any hospitalizations or surgeries in the past? +D: OK, any hospitalizations or surgeries in the past? P: No. -D: OK and um how about medications? Are you on any? +D: OK and um how about medications? Are you on any? P: Uh yeah, I've been taking uh metformin for the past uh, for the past five years, when, five or six years. -D: OK. +D: OK. P: Um and uh my family Doc started me on uh ramipril about two weeks ago, he told me that uh now that I'm 50, I need to I need to be on this pill as well, so now I have to take 2 pills instead of one. -D: OK. +D: OK. P: Yeah because I think it's it's good for my heart or something. -D: Yeah, for sure. So you started that two weeks ago, OK. Are you up to date with all your immunizations? +D: Yeah, for sure. So you started that two weeks ago, OK. Are you up to date with all your immunizations? P: Uh yeah, I think so. @@ -150,17 +150,17 @@ D: OK, any allergies? P: Uhm penicillin, I just get uh I get a rash. I got a rash when I was a child, I haven't had it since then. -D: OK, OK. Any family history of lung or heart conditions? +D: OK, OK. Any family history of lung or heart conditions? P: Uh no, nothing like that. -D: No, OK. Do you smoke? +D: No, OK. Do you smoke? P: Uh, no. D: No, how about, uh, marijuana or other recreational drugs? -P: No. +P: No. D: No, OK, um alcohol? @@ -170,9 +170,9 @@ D: OK, what do you drink and how much do you drink? P: I'll have maybe two or three uh bottles of beer. -D: OK sure, and um have you been in contact with any sick people recently? +D: OK sure, and um have you been in contact with any sick people recently? -P: No, no, I've just been staying at home.I'm just scared of covid, but I'm I'm still worried I might have somehow gotten it. +P: No, no, I've just been staying at home.I'm just scared of covid, but I'm I'm still worried I might have somehow gotten it. D: Yeah, for sure. Uhm, any travel recently? @@ -180,25 +180,25 @@ P: No. D: No, OK. And where do you live right now? -P: I live in a house with my wife and my two kids. +P: I live in a house with my wife and my two kids. D: OK, uh are they healthy? P: Yeah, they're all healthy. -D: OK. Any old carpet, dust, mold, or asbestos in your home? +D: OK. Any old carpet, dust, mold, or asbestos in your home? P: Um not that I'm aware of. D: No, OK. OK, well it seems like um those are all the questions that I had for you today. Did you have any questions of your own? -P: Uh no, I just want to get tested for Covid. +P: Uh no, I just want to get tested for Covid. D: Yeah, so we will definitely do a Covid swab on you because you have a cough, um and those results should come back to you in about 24 to 48 hours, and so you'll know more then. But because your symptoms do overlap with that of Covid, we still recommend isolating for 14 days. But the other thing I want to mention is that you don't have any other symptoms of infection besides your cough, and it seems like the cough started a week ago and you started this new medication ramipril two weeks ago, and so ramipril is a type of ACE inhibitor and one of its side effects is that in some people it can cause coughing. So, I am going to review your medications and if your family Doc also agrees, we may try uh another um blood pressure medication for you instead of ramipril. -P: Sure. +P: Sure. -D: Um so we'll try and change that medication and see if your coughing stops. How does that sound? +D: Um so we'll try and change that medication and see if your coughing stops. How does that sound? P: Sounds great. diff --git a/tests/data/transcripts/RES0109.txt b/tests/data/transcripts/RES0109.txt index 52bf71d..9c7757e 100644 --- a/tests/data/transcripts/RES0109.txt +++ b/tests/data/transcripts/RES0109.txt @@ -1,16 +1,16 @@ D: What brings you in? -P: Hi, I've just had a runny nose and a cough for the past uh week. +P: Hi, I've just had a runny nose and a cough for the past uh week. -D: OK, um so for the past week you said, did the cough start first, or the runny nose? +D: OK, um so for the past week you said, did the cough start first, or the runny nose? P: Uh it started with the cough. I usually don't come in when I have symptoms like this uh, but I've just been, uhm, I just heard of someone who passed away due to Covid and I'm just like very scared and I just decided to come in. D: Yeah, for sure that's understandable. Um With the cough, is it a dry cough or are you bringing up some phlegm? -P: Um it's mostly a dry cough +P: Um it's mostly a dry cough -D: Dry cough. OK, um and is it persistent or does it come and go? +D: Dry cough. OK, um and is it persistent or does it come and go? P: It comes and goes. It does get better when I um take um like over the counter medications for for um like the antitussive pills. @@ -24,13 +24,13 @@ P: Uh yeah, I usually I do get a cold um couple times a year. D: OK yeah, that makes sense. Um and any shortness of breath? -P: Um no, no I don't think so. +P: Um no, no I don't think so. D: No, any wheeziness? -P: Um no. +P: Um no. -D: Chest pain? +D: Chest pain? P: No. @@ -38,7 +38,7 @@ D: Um, how about a stuffy nose? P: Yeah, I do have a stuffy nose. -D: OK, when your nose does run, do you notice that it's like uh yellow in colour or red? +D: OK, when your nose does run, do you notice that it's like uh yellow in colour or red? P: No, no. @@ -76,21 +76,21 @@ P: No. D: No, OK. Any changes to your bowel movements? -P: No. +P: No. -D: No, um nausea or vomiting? +D: No, um nausea or vomiting? -P: Uhm, no. +P: Uhm, no. D: No, OK. Uhm how about headaches? P: Uhm, no. -D: Fainting spells or dizziness? +D: Fainting spells or dizziness? P: No. -D: Joint pain? +D: Joint pain? P: Um no. @@ -132,17 +132,17 @@ P: Uh, just um high cholesterol. D: OK. Um how about smoking, do you smoke? -P: No. +P: No. D: Um any other recreational drugs like marijuana? P: Um yeah, sometimes. I'll just have a joint um maybe um two or three times a week. -D: OK, OK. And is that for like medical purposes or just like recreationally? +D: OK, OK. And is that for like medical purposes or just like recreationally? P: Uh just you know just to relax. -D: OK, sure. Um alcohol? +D: OK, sure. Um alcohol? P: Uh no. @@ -156,7 +156,7 @@ P: No, I haven't traveled anywhere. D: No, OK. OK, well those are all the questions I had for you. Did you have any questions of your own? -P: No. +P: No. D: No, OK. So we'll do a covid swab anyways today because your, some of your symptoms do overlap with that of Covid and you should hear back in about 24 to 48 hours. But in the meantime you should self isolate for 14 days. diff --git a/tests/data/transcripts/RES0110.txt b/tests/data/transcripts/RES0110.txt index 9319178..536f08f 100644 --- a/tests/data/transcripts/RES0110.txt +++ b/tests/data/transcripts/RES0110.txt @@ -4,7 +4,7 @@ P: Hi, um so for the past week or so I've um I've had this cough um and some sho D: Yeah, yeah it's it's that was a really good idea to come in to get checked out. Um so can you uh, I'll talk I'll ask about each symptom a little bit. So starting with the shortness of breath can you um tell me how uh bad the shortness of breath has been? -P: Uh it's been sometimes it's not so bad, some other times it's really bad. Um at first it wasn't that bad, but now like I'm having a hard time taking a deep breath in. Um it hurts and I just feel like I can't walk like 2 blocks even before getting short of breath. +P: Uh it's been sometimes it's not so bad, some other times it's really bad. Um at first it wasn't that bad, but now like I'm having a hard time taking a deep breath in. Um it hurts and I just feel like I can't walk like 2 blocks even before getting short of breath. D: And uh before this week how much did, did you ever feel short of breath before this? @@ -24,9 +24,9 @@ P: Um it was it was a dry cough at first, but now I'm seeing some phlegm um and D: Have you seen any blood in the phlegm? -P: No. +P: No. -D: Uhm and, uh, are you hearing any wheezing sounds? +D: Uhm and, uh, are you hearing any wheezing sounds? P: Yeah, a little bit. @@ -40,7 +40,7 @@ P: Um I did I it was like 38.5 this morning. D: And have you been checking your fever this past week, or was that the first time you, um, checked it? -P: It's the first time I checked it. I I've felt hot though in the past and I've felt like I had chills. +P: It's the first time I checked it. I I've felt hot though in the past and I've felt like I had chills. D: Yeah. You're also feeling a little bit fuzzy. When did that start, and can you explain that a little bit? @@ -60,7 +60,7 @@ P: Um no, no headache. D: OK, any changes in your vision or your uh hearing that has that has uh been very sudden or that has happened over the past week? -P: No. +P: No. D: Nothing like that, OK. Um any change in your taste, change uh, sense of smell? @@ -70,7 +70,7 @@ D: Sense of taste? P: No. -D: OK uhm and uh any runny nose or congestion? +D: OK uhm and uh any runny nose or congestion? P: Um a little bit of a runny nose, yeah. @@ -82,13 +82,13 @@ D: Um any uh sore throat? P: Uhm no, no sore throat. -D: OK. And um any chest pain? +D: OK. And um any chest pain? P: Yeah, it hurt hurts when I try to take a deep breath in. D: When did that start? -P: That started about the same time as my shortness of breath. +P: That started about the same time as my shortness of breath. D: OK, uhm and uh any uh do you feel like your heart is racing? @@ -116,11 +116,11 @@ P: No. D: Uh any changes in your bowel movements like diarrhea or constipation that is new in the past week or two weeks or so? -P: No. +P: No. D: OK. Um any um difficulties with uh peeing? Do you have uh any pain or any increase in how often you're going to the bathroom, or how um urgently you need to get to the bathroom? Anything like that? -P: No. +P: No. D: No, OK. Any pains in your joints or muscles? @@ -160,9 +160,9 @@ P: No. D: Ever been diagnosed with asthma? -P: No +P: No -D: Heart attack or any heart related problems? +D: Heart attack or any heart related problems? P: No. @@ -172,7 +172,7 @@ P: Um no. Actually sorry, I have, for the DVT. D: Yeah, yeah, yeah, I see. Any surgeries? -P: Uh no, no surgeries. +P: Uh no, no surgeries. D: OK. Um what what caused your DVT? Do you remember or do you know? @@ -192,7 +192,7 @@ P: Yeah. D: That's great. Uh yeah, that's very important that you know for women um um above the age of 65, I think, 50. Um uh OK, so in terms of your living situation, are you living with someone? Are you living alone? -P: Um I live with my husband. +P: Um I live with my husband. D: OK, and are you, um, is there anybody else in the house? Any pets, animals? @@ -218,14 +218,14 @@ D: OK. Um OK. Uh alright, well I think I have all the information I need today. P: Um no, thank you so much. -D: Welcome. Um so the likely diagnosis is um a pneumonia, either bacterial or viral, but given yeah, yeah could be either, OK. +D: Welcome. Um so the likely diagnosis is um a pneumonia, either bacterial or viral, but given yeah, yeah could be either, OK. P: Do I still need to isolate in this case? D: Oh that's very true. Yep, Yep uh so. -P: OK. +P: OK. -D: Well, you will be in the hospital, so yes you do. We will be we will be doing a Covid test, but that's a really good point um uh because your symptoms do overlap with Covid symptoms um we will also uh have you in an isolated room away from other patients until your Covid swabs are back and we know whether um, yeah, we'll follow the guidelines um put forth by the public health. +D: Well, you will be in the hospital, so yes you do. We will be we will be doing a Covid test, but that's a really good point um uh because your symptoms do overlap with Covid symptoms um we will also uh have you in an isolated room away from other patients until your Covid swabs are back and we know whether um, yeah, we'll follow the guidelines um put forth by the public health. P: OK, sure. diff --git a/tests/data/transcripts/RES0111.txt b/tests/data/transcripts/RES0111.txt index 2d1b4e7..394b8f0 100644 --- a/tests/data/transcripts/RES0111.txt +++ b/tests/data/transcripts/RES0111.txt @@ -24,15 +24,15 @@ P: Um a little bit uh but I think that's just because I try not to talk as much D: OK, OK and uh have you had a runny nose? -P: No, no runny nose. +P: No, no runny nose. D: Uh a cough? -P: No. +P: No. D: OK. Have you had any difficulties breathing? -P: No. +P: No. D: Any chest pain? @@ -48,31 +48,31 @@ P: Um no headaches. D: Do you feel like you've been confused or just feeling not yourself? -P: No, nothing like that. +P: No, nothing like that. D: OK. Any uh changes in your hearing or your vision? -P: No. +P: No. D: OK, any um and do you feel like your heart's beating very fast? -P: Uh no. +P: Uh no. D: Do you feel short of breath? P: Nope. -D: Any uh belly pain? +D: Any uh belly pain? P: No. D: Any nausea or vomiting? -P: Uh no. +P: Uh no. D: OK, any diarrhea or constipation? -P: No. +P: No. D: Any fatigue? @@ -84,7 +84,7 @@ P: No weight loss, no. D: Uh and uh do you have any medical conditions? -P: Uhm no, I don't think so. +P: Uhm no, I don't think so. D: OK, are you up to date with your immunizations? @@ -94,7 +94,7 @@ D: OK OK, um OK, any uh, did you get the flu shot? P: Oh, I didn't get that this year. -D: OK, well we recommend that you you get your vaccines and um also the uh HPV vaccine. Um it's it's best to get the HPV vaccine earlier on. It's a little bit less effective as you um go past a certain age, you are still obviously nowhere close to that, but it's, I I don't believe it's covered after the age of 26 either, so it's best if you get it done earlier. And let's go back to your symptoms, then. Have you had any surgeries? +D: OK, well we recommend that you you get your vaccines and um also the uh HPV vaccine. Um it's it's best to get the HPV vaccine earlier on. It's a little bit less effective as you um go past a certain age, you are still obviously nowhere close to that, but it's, I I don't believe it's covered after the age of 26 either, so it's best if you get it done earlier. And let's go back to your symptoms, then. Have you had any surgeries? P: Uhm, I got my appendix removed when I was 13. @@ -110,15 +110,15 @@ D: And uhm are you um are you currently living alone or do you live with someone P: I live with my parents and my two siblings. -D: And uh do you feel safe at home? +D: And uh do you feel safe at home? -P: Yes. +P: Yes. D: OK. Are you um currently sexually active? P: No. -D: OK. Um do you plan on being sexually active in the near future? +D: OK. Um do you plan on being sexually active in the near future? P: Uh no, not before I finish high school. @@ -130,9 +130,9 @@ D: OK, do you smoke? P: No. -D: Have you tried marijuana or any recreational drugs? +D: Have you tried marijuana or any recreational drugs? -P: I haven't. +P: I haven't. D: OK. Are things going well at, are you in school right now? @@ -142,25 +142,25 @@ D: OK. Are things going well? P: Yes, I would say so. -D: Any bullying uh at school? +D: Any bullying uh at school? P: No. D: OK, any um any any concerns about depression or anxiety? -P: No. +P: No. -D: OK OK alright and uh you uh traveled anywhere recently? +D: OK OK alright and uh you uh traveled anywhere recently? -P: No, I've been um just at school and home. +P: No, I've been um just at school and home. D: So it's not it's not virtual, it's in person? -P: So half the day is in person and the other half is virtual. +P: So half the day is in person and the other half is virtual. D: OK and are you maintaining social distancing at school, wearing a mask? -P: Yeah we do, except sometimes I guess like I don't know if you have to drink water or something, we take it off. +P: Yeah we do, except sometimes I guess like I don't know if you have to drink water or something, we take it off. D: Yeah, sure, OK. Um and uhm, I suppose just um OK. What was I gonna ask? Um do you uh, so no travels, OK. Do you feel like you've been in contact with someone who might be sick or might have Covid? diff --git a/tests/data/transcripts/RES0112.txt b/tests/data/transcripts/RES0112.txt index 2b651e2..51203db 100644 --- a/tests/data/transcripts/RES0112.txt +++ b/tests/data/transcripts/RES0112.txt @@ -50,7 +50,7 @@ D: How was your pregnancy with him? P: Normal, yeah no complications there. -D: Did did you have GBS or gestational diabetes? +D: Did did you have GBS or gestational diabetes? P: No. @@ -58,9 +58,9 @@ D: No, OK. Did you have any viral infections during that time, during pregnancy? P: No, no. -D: Was he born via Caesarean section or uh C-section or a vaginal birth? +D: Was he born via Caesarean section or uh C-section or a vaginal birth? -P: Uh vaginal. +P: Uh vaginal. D: OK. Any complications during birth? @@ -68,9 +68,9 @@ P: No. D: Was he um kept in the hospital for a couple days in the NICU after he was born? -P: No. +P: No. -D: Did he develop jaundice? +D: Did he develop jaundice? P: No. @@ -112,6 +112,6 @@ P: Oh, uh no allergies. D: OK alright um well it looks like um I, it's great that you brought him into the emergency room. Um if he hasn't been eating, drinking well, hasn't slept well, has been fussy, and and has been lethargic and tired, uh and is having difficulty swallowing food, um that's definitely very um serious. Uh we'll have a look inside his mouth and see what's going on. It could be that he has an infection or an inflammation of some sort. Um given his fever, he probably has an infection, um and uh we'll likely start him on antibiotics and put in an IV drip just to get in get some fluids inside him, just to get him hydrated, uh and monitor him very closely. We'll also check his vitals and um we'll do uh, yeah, we'll go from there. Do you have any questions? -P: Uh no, thank you. +P: Uh no, thank you. D: OK. diff --git a/tests/data/transcripts/RES0113.txt b/tests/data/transcripts/RES0113.txt index c1ce369..3139467 100644 --- a/tests/data/transcripts/RES0113.txt +++ b/tests/data/transcripts/RES0113.txt @@ -6,7 +6,7 @@ D: Yeah, yeah, that's great. So can you tell me, have you, did you measure your P: Uh no, I haven't actually measured it, I just feel hot and feel chills. -D: OK, but we can take your vitals here um and uh you you said that you've had a cough for the past four days, dry cough or wet cough? +D: OK, but we can take your vitals here um and uh you you said that you've had a cough for the past four days, dry cough or wet cough? P: Um it's been pretty dry. @@ -14,7 +14,7 @@ D: Um, any uh no blood or any um sputum um coming up right? P: No, no. -D: OK and has the the cough gotten worse or better or the same, has it been the same since the past four days? +D: OK and has the the cough gotten worse or better or the same, has it been the same since the past four days? P: Um it's it's actually getting worse. @@ -24,7 +24,7 @@ P: Uh no, I don't think so. D: OK. Uh have you tried anything for your cough? -P: I've tried like decongest like cough suppressants but it doesn't seem to have helped. +P: I've tried like decongest like cough suppressants but it doesn't seem to have helped. D: OK. OK, and then tell me about your headache. That started four days ago as well? @@ -34,7 +34,7 @@ D: And uh where exactly is it? P: So it's like just on the front part of my head. -D: And does it feel like uh, what does it feel like? Is it like a throbbing sensation? A band like sensation? Um is it sharp, is it dull? +D: And does it feel like uh, what does it feel like? Is it like a throbbing sensation? A band like sensation? Um is it sharp, is it dull? P: Uh it feels pretty throbbing right now. @@ -76,7 +76,7 @@ P: Uh no, no confusion. D: Any changes in your vision or your hearing? -P: No. +P: No. D: Um any um redness in your eyes? @@ -88,27 +88,27 @@ P: No D: Um any runny nose or stuffy nose? -P: Uh nope. +P: Uh nope. D: OK, any sore throat? -P: No. +P: No. D: OK. Any chest pain or difficulties breathing? -P: No. +P: No. D: Any palpitations? Do you feel like your heart's racing? -P: No. +P: No. D: OK, any belly pain? P: No belly pain. -D: Diarrhea? +D: Diarrhea? -P: No. +P: No. D: OK, any aches or pains in your body? @@ -128,7 +128,7 @@ P: No, I think I'm healthy otherwise. D: OK, alright and have you had any hospitalizations or surgeries? -P: Uh, no. +P: Uh, no. D: OK, um what about medications? Are you taking any? Over the counter or otherwise? @@ -144,17 +144,17 @@ P: I live with um my husband and our our daughter. D: OK, have you had any, have you traveled anywhere? -P: No, not recently. +P: No, not recently. D: Have you uh, what do you mean by recently? P: Uh like I have traveled in the past two years. -D: OK, that's fine, that's fine. Have you had any contact with anyone who might be sick? Either you or your husband or your daughter? +D: OK, that's fine, that's fine. Have you had any contact with anyone who might be sick? Either you or your husband or your daughter? P: Uh no, I don't think so. -D: Have you gone out of the home at all? +D: Have you gone out of the home at all? P: Uh just to do like essential things like groceries and the bank and things like that. @@ -184,15 +184,15 @@ P: No. D: Any recreational drugs? -P: No. +P: No. D: OK um alright well uh, and you said that you don't have a family history of any problem? -P: No. +P: No. D: Yeah OK, alright, I think that's all the questions I had for you. So uh looks like you've had a fever, cough, and a um and a headache that's gotten worse in the past four days and your headache's pretty bad, a seven out of ten. Um and uh it could be that you have uh some sort of an infection, uh including um, with Covid being one of the possibilities, and so um continue to take Tylenol and and um monitor your uh fever. If it continues to get worse, or you um notice that your symptoms are just not getting better, um you should come back, you should uh, we'll also do a Covid, we'll also send in a request for a Covid swab. Um and uh we'll ask you to quarantine for the for the next 14 days and try to stay away from your husband and daughter as well, if you can at home. Um and uh I guess a couple of other questions that I wanted to ask and I should have asked earlier, do you have any um any stiffness in your neck or any difficulties moving your neck? -P: Uh no, nothing like that. +P: Uh no, nothing like that. D: OK alright, and um do you have any questions? diff --git a/tests/data/transcripts/RES0114.txt b/tests/data/transcripts/RES0114.txt index cbfc741..3fd418d 100644 --- a/tests/data/transcripts/RES0114.txt +++ b/tests/data/transcripts/RES0114.txt @@ -36,31 +36,31 @@ P: No, no, I haven't noticed any blood. D: OK, any uh changes to your hair or on your skin, like rashes? -P: Not that I've noticed, no. +P: Not that I've noticed, no. D: OK, any weight loss? -P: Um, I don't think so. +P: Um, I don't think so. D: OK, fevers? -P: No. +P: No. D: OK, exhaustion? -P: Um yeah, I would say like for the last few months I am a bit more tired. +P: Um yeah, I would say like for the last few months I am a bit more tired. D: Mhmm OK, how about changes in your vision or hearing? P: No, I haven't experienced that. -D: How about a stuffy nose? Runny nose? +D: How about a stuffy nose? Runny nose? P: Uh no, not really. D: No, OK. How about changes to your smell or taste? -P: Uh nope. +P: Uh nope. D: No, OK. Uh chest pain? @@ -80,19 +80,19 @@ P: I I did notice, like uh a little bit of swelling in my uh both my, like right D: OK, OK and how long has that been going on? -P: Probably, uh, I've had this issue for like a pretty long time um, probably I would say the last year at least. +P: Probably, uh, I've had this issue for like a pretty long time um, probably I would say the last year at least. -D: OK, OK, last year. Um any uh dizziness or fainting spells? +D: OK, OK, last year. Um any uh dizziness or fainting spells? P: No. D: No, OK, any memory issues, uh confusion? -P: No. +P: No. D: Numbness or tingling? -P: No, nothing like that. +P: No, nothing like that. D: No headaches? @@ -104,7 +104,7 @@ P: No, I tend to go like once a day. And yeah, it's pretty normal. D: OK, uh nausea or vomiting? -P: No. +P: No. D: No, OK. And are you otherwise healthy? Do you have any longstanding conditions? I know you said you have COPD, anything else? @@ -120,13 +120,13 @@ P: Oh I yeah, I I yeah, I didn't know anything about that. I just thought that w D: OK. Um alright, and are you taking any medications? -P: Yeah, I have this medication uh right now I'm taking it, it's called lisinopril. +P: Yeah, I have this medication uh right now I'm taking it, it's called lisinopril. -D: OK, so that's for your blood pressure? +D: OK, so that's for your blood pressure? -P: Yeah. +P: Yeah. -D: OK. Are you on any puffers? Sorry, go ahead. +D: OK. Are you on any puffers? Sorry, go ahead. P: Yes I'm on, no worries, I'm on um uh two puffers right now. One of them is like just one that I use when I really need it. And then um there's another one, so I think that's like the Ventolin puffer. @@ -142,39 +142,39 @@ D: OK, OK. Uh do you find they're not working as much as they used to though? P: Yeah, I feel like uh before, I didn't really like, it, just last year I didn't really have to take it too much. Um like even when I use the puffer, I start getting coughing like maybe half an hour later and so it's not, I don't think it's as effective. -D: OK, yeah. Um OK. And have you had any recent blood work done? +D: OK, yeah. Um OK. And have you had any recent blood work done? P: Uh, no, I haven't been to the doctor for a while. D: OK. And do you have any allergies? -P: Um I think I have allergies to uh like um amoxicillin, I got like a rash once. +P: Um I think I have allergies to uh like um amoxicillin, I got like a rash once. D: OK. Have you had any, uh, amoxicillin, or like penicillin type antibiotics recently? P: No. -D: No, OK. Um are you up to date with all your immunizations? +D: No, OK. Um are you up to date with all your immunizations? -P: Yep. +P: Yep. D: OK. Um, you're not quite at this age range yet, but uh we do recommend the pneumococcal vaccine when you turn 65. And um did you get the flu vaccine this year? -P: Uh yeah I did, with the pandemic going on, I usually don't get it, but I got it this year. +P: Uh yeah I did, with the pandemic going on, I usually don't get it, but I got it this year. D: OK, good good. Um any family history of lung conditions or heart conditions? P: Uhm, lung conditions I don't think so. Heart conditions, uh my father did have a heart attack in his 60s, but he's fine. He's he's living right now. -D: OK OK, any cancers? +D: OK OK, any cancers? -P: Cancers, I think my uncle from my father's side um had uh bladder cancer. +P: Cancers, I think my uncle from my father's side um had uh bladder cancer. -D: OK, OK. Um do you smoke? +D: OK, OK. Um do you smoke? -P: I used to smoke. Um I just quit a few years ago. +P: I used to smoke. Um I just quit a few years ago. -D: OK, congrats. Um how much did you used to smoke? +D: OK, congrats. Um how much did you used to smoke? P: Uhm, I don't know, probably I went through a like a whole pack every day, I would say for at least 30 years of my life. @@ -198,7 +198,7 @@ D: OK, any uh old carpets? Mold, dust, asbestos, anything like that in the condo P: No, it's pretty well maintained. -D: OK, good. And have you been in contact with any anyone sick recently? +D: OK, good. And have you been in contact with any anyone sick recently? P: No, I've mainly just been trying to stay inside. I work from home too, so haven't really been seeing anyone. diff --git a/tests/data/transcripts/RES0116.txt b/tests/data/transcripts/RES0116.txt index 67b0e41..9b9e2dd 100644 --- a/tests/data/transcripts/RES0116.txt +++ b/tests/data/transcripts/RES0116.txt @@ -2,9 +2,9 @@ D: What brings you in? P: Yeah, so uh I'm just bringing my son uh here to the clinic. He's been having um just I think he's been complaining of uh ear ache in his uh I think it's mainly in his left ear for the last, I'd say at least a week. Um he's been kind of just having discomfort um and over the last few days uh he also started crying because of how much pain he is having, and then um we also noticed that he had like was just feeling warm, so we took his temperature and he actually had a fever just yesterday of like 39 degrees Celsius. -D: OK, uhm, alright. So let's back up just a little bit. The ear pain, when did that start? You said a couple of days ago, so was that two, three, four days? +D: OK, uhm, alright. So let's back up just a little bit. The ear pain, when did that start? You said a couple of days ago, so was that two, three, four days? -P: Uh I think the discomfort like uh, we saw him scratching his ear for the whole last week, but uh the crying actually started just I would say four days ago, um. +P: Uh I think the discomfort like uh, we saw him scratching his ear for the whole last week, but uh the crying actually started just I would say four days ago, um. D: OK. @@ -14,13 +14,13 @@ D: Yeah, so three, four days. OK, have you taken a look into his ear? Like does P: Uh I think we did see some uh, just like it wasn't red or anything, but I think we did uh see some um just kind of clear to almost uh clear to yellowish fluid from his affected ear. -D: OK, clear to, you said white-ish? +D: OK, clear to, you said white-ish? P: Uh like it was a bit of a yellow tinge to to it as well. D: Yellow, OK, OK. And which ear was it, sorry, the right or left? -P: Left ear. +P: Left ear. D: Left ear, OK. And the right ear looks normal? @@ -86,7 +86,7 @@ D: No, um how about coughing? P: Uh no, he hasn't been really coughing. -D: No coughing, how about wheezing or shortness of breath? +D: No coughing, how about wheezing or shortness of breath? P: No. @@ -116,7 +116,7 @@ P: Uh no, no, no nausea or vomiting. D: Any appetite change? -P: Uh no, uh, maybe a little bit more fussy just, but I don't know if that's probably due to the pain. +P: Uh no, uh, maybe a little bit more fussy just, but I don't know if that's probably due to the pain. D: OK. Um and how about his urine? @@ -144,9 +144,9 @@ P: No, he wasn't hospitalized. Uh we stayed there maybe one day extra just becau D: OK. -P: That kind of went away. +P: That kind of went away. -D: OK, OK, good. And is he on any medications? +D: OK, OK, good. And is he on any medications? P: Uh no, no medications. @@ -162,7 +162,7 @@ D: OK, how about family history of lung conditions, heart conditions? P: Um no, we've been pretty healthy as parents. Um and I think my my father has like high blood pressure, diabetes, and all those types of things. -D: OK, OK, any um ear issues like congenital ear, sorry um, genetic hearing issues or ear issues? +D: OK, OK, any um ear issues like congenital ear, sorry um, genetic hearing issues or ear issues? P: No, nothing like that. @@ -172,7 +172,7 @@ P: No, no one smokes. D: OK. Um and who does he live with? -P: So he lives with um me, his father, and his mother as well. +P: So he lives with um me, his father, and his mother as well. D: OK. Uhm, any siblings? diff --git a/tests/data/transcripts/RES0117.txt b/tests/data/transcripts/RES0117.txt index 5679b1c..6e8065c 100644 --- a/tests/data/transcripts/RES0117.txt +++ b/tests/data/transcripts/RES0117.txt @@ -1,6 +1,6 @@ -D: What brings you in? +D: What brings you in? -P: Yeah, so I just came in today uh a bit concerned. Uh I've been just having this nasty cough for like the last week and then today morning uh, like I thought the cough would just go away, but today morning I also noticed I'm coughing up some blood. +P: Yeah, so I just came in today uh a bit concerned. Uh I've been just having this nasty cough for like the last week and then today morning uh, like I thought the cough would just go away, but today morning I also noticed I'm coughing up some blood. D: Oh, OK. @@ -12,7 +12,7 @@ P: Um, so let me think uh I just returned from a mission trip uh to the Philippi D: OK. And that and the blood in your cough, um that was about yesterday, you said? Or? -P: Yeah today, uh. +P: Yeah today, uh. D: Today, OK. OK. Um are you bringing up any phlegm at all, besides the blood? @@ -20,7 +20,7 @@ P: Uh no it's just uh like I saw it on my hand, like there wasn't anything, like D: OK, are you short of breath at all? -P: No, I'm not short of breath. Um just, it's just the cough. +P: No, I'm not short of breath. Um just, it's just the cough. D: OK, and are you having any wheeziness? @@ -32,7 +32,7 @@ P: No, no uh runny or stuffy nose. D: Changes in vision, hearing, smell, or taste? -P: Nope. +P: Nope. D: Uh weight loss? @@ -48,23 +48,23 @@ P: I did have a, I did have some chills over the last week, um but I didn't real D: OK, we'll take your temperature today just to make sure. Um any rashes? -P: No. +P: No. D: Any chest pain? -P: No chest pain. +P: No chest pain. D: Uh swelling in your limbs? -P: No. +P: No. -D: Fainting spells or dizziness? +D: Fainting spells or dizziness? P: No, nothing like that. D: Confusion or memory loss? -P: No. +P: No. D: Headaches? @@ -72,19 +72,19 @@ P: No headaches. D: Uh, joint pain? -P: No. +P: No. D: Fatigue? -P: Uh, no. +P: Uh, no. D: Um, changes in your bowel movements? P: Uh, no. Not at all. -D: No, changes in your urine? +D: No, changes in your urine? -P: Nope. +P: Nope. D: Uh, nausea or vomiting? @@ -98,7 +98,7 @@ D: OK, are you otherwise healthy? Do you have any longstanding medical condition P: Yeah no, I'm otherwise I um I don't, I'm really healthy. I don't take any medications so this was something that happened out of the blue. -D: OK, any um hospitalizations or surgeries in the past? +D: OK, any um hospitalizations or surgeries in the past? P: No. @@ -106,25 +106,25 @@ D: No, um medications, are you on any? P: No, I haven't um tried any medications. -D: OK. Um are you up to date with all your immunizations? +D: OK. Um are you up to date with all your immunizations? P: Uh I I've been yeah, pretty up to date with all my immunizations. -D: OK, uh, allergies, do you have any? +D: OK, uh, allergies, do you have any? P: No. D: Sorry, forgot to ask, immunizations. Did you get the flu shot this year? -P: Yeah I did. +P: Yeah I did. D: OK, good. Any family history of lung conditions? -P: No, not at all. +P: No, not at all. D: No, any lung cancers? -P: No. +P: No. D: No, OK. Do you smoke? @@ -136,13 +136,13 @@ P: No I would never take drugs. D: OK. Do you drink alcohol? -P: No, no, not at all. +P: No, no, not at all. D: OK. Um where do you live right now? P: So I I just live in a small apartment by myself, uh just been moving around a lot. -D: OK, for sure. Um any like asbestos, mold, or like old carpets, dust, anything like that at your apartment? +D: OK, for sure. Um any like asbestos, mold, or like old carpets, dust, anything like that at your apartment? P: No, I don't think so. @@ -152,7 +152,7 @@ P: Um not uh, I don't think so like we um, maybe in the Philippines, we do provi D: OK. -P: Sometimes yeah, we we do see some sick people. +P: Sometimes yeah, we we do see some sick people. D: Mhmm, OK. @@ -160,7 +160,7 @@ P: But other than that, not since I've been here, no. D: Any travel outside the Philippines recently? -P: Uhm, so I think. So this year has just been the Philippines, before I used to go to India as well. Um but recently nothing outside of the Philippines. +P: Uhm, so I think. So this year has just been the Philippines, before I used to go to India as well. Um but recently nothing outside of the Philippines. D: OK. OK, um those were all the questions that I had for you. Do you have any questions for me? diff --git a/tests/data/transcripts/RES0118.txt b/tests/data/transcripts/RES0118.txt index 2837c93..6afe679 100644 --- a/tests/data/transcripts/RES0118.txt +++ b/tests/data/transcripts/RES0118.txt @@ -12,7 +12,7 @@ P: So at first I felt kind of stuffy um and then now it's more runny. Um and no D: And are you coughing at all? -P: No. +P: No. D: Are you bringing up any discharge from like your nose, or are you coughing any material up? @@ -46,19 +46,19 @@ D: Um any anything that makes your symptoms worse at all, like any exertion or a P: No. -D: Um do you have any shortness of breath or chest pain at all? +D: Um do you have any shortness of breath or chest pain at all? P: Uh no. D: Any sore throat or muscle aches? -P: No. +P: No. -D: Any uh headaches? +D: Any uh headaches? P: Nope. -D: Have you traveled at all recently? +D: Have you traveled at all recently? P: No. @@ -66,7 +66,7 @@ D: Have you had any nausea or vomiting? P: Uh no. -D: Any fevers or chills? +D: Any fevers or chills? P: No. @@ -74,7 +74,7 @@ D: Any night sweats or fatigue? P: No. -D: OK. Um any kind of sensation that your heart is racing? +D: OK. Um any kind of sensation that your heart is racing? P: Uh no, nothing like that. @@ -84,25 +84,25 @@ P: No. D: Any changes in your urinary pattern? -P: No. +P: No. D: Uh any issues with your sleep or appetite? -P: No. +P: No. -D: Have you lost any weight, significant weight, uh recently in the last few months? +D: Have you lost any weight, significant weight, uh recently in the last few months? -P: No. +P: No. D: And uh do you have any exposure to like fumes, dust, or like uh carpet, pets, or animals? Anything that you might have an allergic reaction to? P: Uh no nothing like that. -D: OK and currently are you sexually active? +D: OK and currently are you sexually active? P: I am. -D: And um can you just tell me a little a little bit of a detail like about like a partner? Uh and if you've had any new partners recently at all? +D: And um can you just tell me a little a little bit of a detail like about like a partner? Uh and if you've had any new partners recently at all? P: No, I've been with the same partner for the past five years. @@ -114,7 +114,7 @@ D: OK nice, um, in terms of your uh past medical history, do you have any um dia P: Uhm no, no nothing, nothing long standing. -D: Um anything you take medications for? +D: Um anything you take medications for? P: No. @@ -130,13 +130,13 @@ D: OK. Any previous hospitalizations or surgeries? P: Um I was hospitalized for um Like an appendectomy when I was younger. Um but that's about it. -D: And when was that? +D: And when was that? P: That was when I was 18. D: And any complications after that? -P: No. +P: No. D: And uh in terms of your family history, does anyone have any lung conditions, heart conditions, or any cancers? @@ -152,13 +152,13 @@ P: Um I live in an apartment with um my partner and we have a dog. D: Um and currently, uh do you smoke at all? -P: Uh no. +P: Uh no. D: Do you use any recreational drugs like marijuana? -P: No. +P: No. -D: How about uh any alcohol? +D: How about uh any alcohol? P: Uh I drink like a glass of wine every other day. @@ -168,7 +168,7 @@ P: OK. D: And if you start having any, just monitor for your symptoms. Um you should have the test back within 48 hours. Until then, uh at least for 14 days you should try to isolate in your own room, wear a mask around uh your partner, uh and not go outside, so just self isolate. -P: OK. +P: OK. D: And and then you will get the test results back in a, hopefully in a few days. So do you have any questions at all? diff --git a/tests/data/transcripts/RES0119.txt b/tests/data/transcripts/RES0119.txt index f934633..3e58e9f 100644 --- a/tests/data/transcripts/RES0119.txt +++ b/tests/data/transcripts/RES0119.txt @@ -18,7 +18,7 @@ D: Two weeks, OK. And uh were these symptoms brought on by, are they usually bro P: I find it's usually worse in the winter um and if she's like doing some sort of uh like extensive physical activity, so if she's like playing tag and she's running around a lot. Um or if she's like at her gym class and they're running. -D: OK, and the cough that she's having is it like a wet cough or is it a is it a dry cough? +D: OK, and the cough that she's having is it like a wet cough or is it a is it a dry cough? P: It's a dry cough. @@ -64,7 +64,7 @@ P: No. D: No, any fainting or dizziness spells? -P: No. +P: No. D: OK. Um, any uh fevers or chills? @@ -72,7 +72,7 @@ P: No. D: Any um changes in her bowel movements like any constipation, diarrhea? -P: No. +P: No. D: Any urinary problems? @@ -88,27 +88,27 @@ P: I'd say she's getting about 6 to 7 hours. She used to sleep about 8 hours bef D: OK, um and is she having any changes in her appetite at all? -P: Um I don't think so, no. +P: Um I don't think so, no. D: No? -P: No. +P: No. D: Um any kind of changes in her weight at all over the past few months? -P: I haven't checked over the past month, but before that no, no changes. +P: I haven't checked over the past month, but before that no, no changes. D: No changes, OK. And um has she been, she had like a cold or anything like that recently? P: No, not that I can think of. -D: OK, has she been around anyone that's been sick recently? +D: OK, has she been around anyone that's been sick recently? P: No. D: OK. Um does she have any past history of any medical conditions at all? -P: Uh no, no, nothing like that. +P: Uh no, no, nothing like that. D: OK and um does she have any uh allergies to any medications or any environmental allergies? @@ -116,13 +116,13 @@ P: I think she might have some environmental allergies. We haven't gotten her of D: OK. And um has she had any previous hospitalizations or surgeries? -P: When she was a baby, when she was first born, she was hospitalized um for something about having like uh not fully developed lungs. +P: When she was a baby, when she was first born, she was hospitalized um for something about having like uh not fully developed lungs. D: OK and uhm, was she premature at all? Or was she born after uh, at term? P: She was slightly premature, I believe she's 34 weeks. -D: 34 weeks, OK. And um was it a vaginal delivery or was it a C-section? +D: 34 weeks, OK. And um was it a vaginal delivery or was it a C-section? P: Uh it was vaginal. @@ -148,7 +148,7 @@ P: Yeah, she's been growing well. She's been gaining weight like a normal amount D: OK. And um at home, uh what is the environment like? -P: Um she lives at home with both of us like um her mom and her dad, and uh she has a younger sibling who is 4 years old. +P: Um she lives at home with both of us like um her mom and her dad, and uh she has a younger sibling who is 4 years old. D: OK. And um does anyone smoke in the house at all? @@ -158,7 +158,7 @@ D: OK, um how long ago uh did someone smoke? P: Um it was, um so her dad used to smoke um and he stopped when she was like 3. -D: OK, that's good. Um any kind of uh dust or mold or animals, uh anything in the household? +D: OK, that's good. Um any kind of uh dust or mold or animals, uh anything in the household? P: No, we don't have any pets and um the place is just renovated so nothing like that. @@ -168,7 +168,7 @@ P: Um yeah, so what can we do for her right now to make these symptoms go away? D: Yeah, so what we should do for her right now is, she's seven years old, um what I'm thinking right now with her symptoms especially coming on after uh exertion, being worse in the winter, she may have asthma. -P: OK. +P: OK. D: And although she doesn't have any family history of it, it can happen without family history as well. Um so we would like to uh try and do uh what's called a pulmonary function test. That will help us kind of understand uh if she has um asthma or not and then we can try her on um, it's called a short acting beta agonist, so it's a puffer. diff --git a/tests/data/transcripts/RES0120.txt b/tests/data/transcripts/RES0120.txt index b053491..8208a65 100644 --- a/tests/data/transcripts/RES0120.txt +++ b/tests/data/transcripts/RES0120.txt @@ -12,17 +12,17 @@ P: Um, it's been going on for the past four days. D: Four days, okay. Um, and do you have any kind of cough at all? -P: No cough. +P: No cough. D: Okay, so just shortness of breath. And can you describe your shortness of breath a little bit? Is it uh, are you having catching your breath, or would you say you're having trouble taking deep breaths? Or how would you describe it? -P: It's mostly when I'm trying to take a deep breath in. +P: It's mostly when I'm trying to take a deep breath in. D: Okay, and uh, where would you say you're getting the chest pain? P: Um, it's mostly like centre of my chest, like, close to my, like I'd say it's like it feels like, it's not my like, it doesn't feel like it's inside. It feels more like it's pushing up on, on my chest wall. -D: Okay, I see. And is it related to you taking deep breaths at all? +D: Okay, I see. And is it related to you taking deep breaths at all? P: Yes, it's definitely when I take a deep breath in. @@ -40,23 +40,23 @@ P: Um, nothing like this. D: Okay. Um, would you say like, your symptoms are constant, or do they kind of come and go? -P: Um, they're pretty constant. +P: Um, they're pretty constant. D: Okay. And are they getting worse at all? -P: Uh, no it's not getting worse, it was just bad to start with and it's still bad. +P: Uh, no it's not getting worse, it was just bad to start with and it's still bad. D: Okay, and um, is there anything that you've tried that helps you with your breathing or relieves your chest pain? Anything that works for you? P: Um I guess sitting forward helps. Time now to take a super deep breath in. -D: Okay, and have you had any kind of fevers or chills? +D: Okay, and have you had any kind of fevers or chills? P: Uh, yeah, I've, I've had chills for sure. I felt hot. I haven't actually taken my temperature, so I'm not too sure about if I actually have a fever. D: Okay, and when did you feel these chills? -P: They've been going on for the past three days. +P: They've been going on for the past three days. D: Okay. Uh, and do you have any kind of other symptoms, like runny nose, sore throat, anything like that? @@ -70,13 +70,13 @@ D: Okay, and do you have to wake up at night to catch your breath at all? P: No, nothing like that. -D: Okay, and do you have any kind of swelling in your legs, hands, anywhere? +D: Okay, and do you have any kind of swelling in your legs, hands, anywhere? P: No. D: Okay. Have you experienced any kind of um dizziness or fainting episodes? -P: Uh, no. +P: Uh, no. D: Okay, do you get any kind of chest pain with any activities? @@ -86,7 +86,7 @@ D: And do you, um, find that your heart is racing at all? P: Uh no, nothing like that. -D: Are you having any night sweats? +D: Are you having any night sweats? P: No. @@ -96,25 +96,25 @@ P: Uh, I guess when I went to the grocery store the other day and there were peo D: Okay, and were they wearing masks or were you wearing a mask? -P: Yeah, everyone was wearing a mask. +P: Yeah, everyone was wearing a mask. -D: Okay. Are you um, having any kind of changes in your bowel movements at all? Any constipation or diarrhea? +D: Okay. Are you um, having any kind of changes in your bowel movements at all? Any constipation or diarrhea? -P: No. +P: No. -D: No, okay. Any changes in your appetite at all? +D: No, okay. Any changes in your appetite at all? P: Uh, no. -D: No. Any nausea or vomiting? +D: No. Any nausea or vomiting? P: No. D: Okay. Any changes in your urinary pattern? -P: No. +P: No. -D: Okay, any changes in your weight recently? Have you lost any significant weight? +D: Okay, any changes in your weight recently? Have you lost any significant weight? P: No. @@ -124,11 +124,11 @@ P: Um, yeah, I guess the runny nose. Um, I've had on and off for the past like 7 D: Okay, now, it hasn't gone away? -P: No, it's not that bothersome though. It's more the chills and the shortness of breath, and this chest pain now that is worrying me. +P: No, it's not that bothersome though. It's more the chills and the shortness of breath, and this chest pain now that is worrying me. D: Okay, and do you have any past medical conditions or diagnoses? -P: Um I was diagnosed with diabetes, um high blood pressure and high cholesterol. +P: Um I was diagnosed with diabetes, um high blood pressure and high cholesterol. D: Okay, and when were you diagnosed with diabetes? @@ -136,7 +136,7 @@ P: I was diagnosed about 10 years ago. D: Okay. Um, I'm sorry I forgot to ask you this specifically, have you experienced any kind of loss of your sense of taste or smell? -P: No. +P: No. D: No, okay. Um do you take any medications for your medical conditions? @@ -148,19 +148,19 @@ P: No. D: Okay. Um, any recent surgeries or hospitalizations? Or any reason for why, if like, if you were immobilized at all? -P: Um no, I don't think so. +P: Um no, I don't think so. D: Okay, any history of hospitalizations or surgeries at all? -P: Uh, I had a cholecystectomy about, oh gosh, it's like, 12 years ago. +P: Uh, I had a cholecystectomy about, oh gosh, it's like, 12 years ago. D: Okay, and were there any complications at all? -P: No. +P: No. -D: Okay. Um any family history of any lung conditions, heart conditions or cancers? +D: Okay. Um any family history of any lung conditions, heart conditions or cancers? -P: No. +P: No. D: Okay. Um currently, do you work at all? @@ -186,11 +186,11 @@ D: Okay, and how long did you smoke for and how much would you smoke everyday? P: Uh, so I stopped about 20 years back. I smoked for about 25 years. I smoked about a pack a day. -D: I see, um, and do you use any recreational drugs like marijuana? +D: I see, um, and do you use any recreational drugs like marijuana? P: Um, I don't, no. -D: Okay, and do you drink alcohol at all? +D: Okay, and do you drink alcohol at all? P: I, I'll have a glass of wine here and there. @@ -200,11 +200,11 @@ P: Um, yeah like what, do you think I have COVID? D: Yeah so, right now it's definitely something that's on everyone's mind. Um some of these symptoms, um the shortness of breath and fever, definitely can be COVID, and that's something that we are going to test you with, and that's something we test everyone with. Um, but because you're having shortness of breath, uh, we do need to make sure nothing else is going on as well. Uh you can potentially have pneumonia that's not COVID, it can be any other virus or bacteria, so we will get some blood work done, we'll get your temperature and all your vitals taken as well, um and then get a chest x-ray as well. -P: Okay. +P: Okay. D: And if it turns out at all that you have pneumonia, we'll just reassess and see if you need to stay in the hospital for longer, if you need any antibiotics within the hospital, or you can take them at home. So yeah, we'll do a full physical examination and do all those tests and then go from there. -P: Okay, that sounds great. Thank you. +P: Okay, that sounds great. Thank you. D: You're welcome. Um yeah, we'll be there with you shortly. diff --git a/tests/data/transcripts/RES0121.txt b/tests/data/transcripts/RES0121.txt index 391cdcb..8afe013 100644 --- a/tests/data/transcripts/RES0121.txt +++ b/tests/data/transcripts/RES0121.txt @@ -4,15 +4,15 @@ P: Yeah hi, I've had this cough, um, for the past four days and it just can't, i D: Okay, so uh, so you've been having the cough for four days. Can you describe the cough a little bit? Is it like a dry cough or wet cough? -P: Uh, it's dry. +P: Uh, it's dry. D: It's dry, okay. Um, are you coughing up blood at all? -P: No, no blood. +P: No, no blood. D: Okay, are you bringing up any, although you're not coughing, are you bringing up any kind of sputum? -P: No, no, it's, it's pretty, it's pretty dry. +P: No, no, it's, it's pretty, it's pretty dry. D: Okay. Um, and any other symptoms at all, besides the cough? @@ -40,9 +40,9 @@ P: No. D: Do you have any other symptoms, like a sore throat, runny nose, headache, anything like that? -P: No, nothing like that. +P: No, nothing like that. -D: Okay. Have you been around anyone that's sick recently? +D: Okay. Have you been around anyone that's sick recently? P: No. @@ -64,7 +64,7 @@ P: Uh, it's pretty, it's pretty constant. D: Okay. And do you have any kind of um increased tired, like getting more tired or fatigued? -P: Um, no. +P: Um, no. D: Um, any kind of chest pain or feeling that your heart is racing? @@ -72,17 +72,17 @@ P: Um no, nothing like that. D: Okay, any changes in your bowel movements? Any constipation or diarrhea? -P: No. +P: No. D: Okay, any um nausea or vomiting? P: Um nope, nothing like that. -D: Okay, um, any kind of uh, changes in your sleep or appetite? +D: Okay, um, any kind of uh, changes in your sleep or appetite? P: Uh, no. -D: And um, have you lost any significant weight recently? +D: And um, have you lost any significant weight recently? P: No. @@ -94,17 +94,17 @@ D: Otherwise healthy, okay. Any allergies to any medications? P: No. -D: Any allergies to any environmental, or any environmental factors? +D: Any allergies to any environmental, or any environmental factors? P: No. D: Okay. Um, any family history of any medical conditions related to the heart, lungs, any cancers at all? -P: Uh no, nothing like that. +P: Uh no, nothing like that. D: Okay, alright. Um, are you, so, what, what is your living situation like right now? -P: I live in um, an apartment by myself, I'm a student. +P: I live in um, an apartment by myself, I'm a student. D: Okay. Um, and are you working at all or are you a student seeming? @@ -112,7 +112,7 @@ P: Um, I work part time. I work as a barista. D: Okay, and anyone, anyone in your work environment, or uh in your home environment, or at school that has been sick around you? -P: Not that I've heard of, no. +P: Not that I've heard of, no. D: Okay. Um, and other than that, do you smoke at all? @@ -128,11 +128,11 @@ P: Thank you. D: Besides uh, like smoking, um do you use any recreational drugs like marijuana? -P: No. +P: No. D: No, okay. And how about alcohol? -P: Nope, I don't drink too much alcohol. I drink like over the Holidays. +P: Nope, I don't drink too much alcohol. I drink like over the Holidays. D: Okay. And I forgot to ask you this earlier, but any hospitalization or surgeries in the past? @@ -144,12 +144,12 @@ P: Um, yeah, what should I do about this cough? D: Yeah, so this cough, um, it's been going on for the last four days. Since you do have a cough, um and right now that, like, is considered a symptom, like, like a potential symptom for COVID, we definitely want to do a COVID swab test for you, which will come back in 24 hours to 48 hours. You should still try and isolate as much as you can away from any roommates, or family members for the next, so, 14 days since you first experienced the, the cough. -P: Okay. +P: Okay. D: Based on, like, public health will call you as well so you can follow their instructions. And if, it can be anything else too, like, with a cough, there can be multiple things going on. You can have um, like an upper respiratory, viral, or bacterial infection. But since you're not having too many other symptoms right now, it can just be bronchitis. Um, this is something that we'll try and keep an eye on and make sure it's nothing else like, uh pneumonia, for example. But right now, yeah, we'll get that testing done and then just, kind of wait and watch. P: Sure, yeah. Thank you. -D: You're welcome, take care. +D: You're welcome, take care. -P: You too. +P: You too. diff --git a/tests/data/transcripts/RES0122.txt b/tests/data/transcripts/RES0122.txt index 5965209..d1e5a6a 100644 --- a/tests/data/transcripts/RES0122.txt +++ b/tests/data/transcripts/RES0122.txt @@ -2,13 +2,13 @@ D: What brings you in today? P: Uh, yeah, so I, I just came in because I've been having, for the last, I would say 2 weeks, just a lot of congestion in my nose and then I've also been feeling a lot of pressure in my head as well as just, around my jaws and my face overall. -D: Okay, and um, you said it started two weeks ago. Has it gotten better or worse, or been the same since then? +D: Okay, and um, you said it started two weeks ago. Has it gotten better or worse, or been the same since then? P: Um, I'd say it's pretty much been the same, except like the pressure's getting worse. D: Okay, and do you find that the pressure is worse when you're bending down, or um, yeah, when you're like squatting or sitting down? -P: Um, when I'm sitting down, I don't think so, but like sometimes I do feel like, for example, when I'm lying on one side, it gets really bad on that one side and I have to kind of switch over to the other side. +P: Um, when I'm sitting down, I don't think so, but like sometimes I do feel like, for example, when I'm lying on one side, it gets really bad on that one side and I have to kind of switch over to the other side. D: Okay, alright. And uh, when did your headaches start? @@ -24,7 +24,7 @@ P: Uh it's usually clear. D: Okay, and do you have a cough? -P: No, no coughs. +P: No, no coughs. D: Sore throat? @@ -36,9 +36,9 @@ P: Um, no, not that I've noticed. Sometimes when it gets really stuffy, I, uh, h D: Yeah, I see. Do you have any difficulty swallowing? -P: Uh, no. +P: Uh, no. -D: Any chest pain or any heart, um, palpitations? +D: Any chest pain or any heart, um, palpitations? P: Nope. @@ -56,11 +56,11 @@ P: Nope? D: Any urinary symptoms? -P: No. +P: No. D: Any muscle aches? -P: Nope. +P: Nope. D: Um, any fevers or chills? @@ -68,7 +68,7 @@ P: No, not that I've noticed. D: Any weight, changes in your weight recently? -P: No, no changes. +P: No, no changes. D: Any uh, night sweats? @@ -80,7 +80,7 @@ P: No, no, I'm very like careful. Um, I barely go out. D: Good, that's very good. Um are you, have you traveled anywhere outside the province? -P: No. +P: No. D: Okay and um, do you currently work? @@ -92,9 +92,9 @@ P: Uh, so I live with my family. I live with my husband and um two daughters. D: Have any of them been sick recently? -P: No, they've been fine. +P: No, they've been fine. -D: Okay, good. Um, and do you smoke? +D: Okay, good. Um, and do you smoke? P: No, not at all. @@ -148,9 +148,9 @@ P: Um taste, I guess, like with the smell gone sometimes like the taste feels we D: I see, okay. Um, and any family history of any medical conditions? -P: Um my, my father did have a heart attack in his uh, I think it was late 50s, but he's well and alive right now, so he's fine. +P: Um my, my father did have a heart attack in his uh, I think it was late 50s, but he's well and alive right now, so he's fine. -D: Good. Alright, well that's all the questions I had for you given the symptoms that you've shared with me, it sounds like you might have something called um, rhinosinusitis, uh which is basically inflammation of the sinuses and of the uh, of the nasal cavity or the area inside your nose, and uh, often it's just treated with conservative management, so just continue to take um, Tylenol if that seems to help you, and do the steam therapy. It will take time to get better, um, but if you feel that it's um, it's not getting better in the next week or so, give us a call again and we can maybe see if it's a bacterial infection and see if um, if antibiotics might be needed but oftentimes it's usually a viral infection, and antibiotics are not needed, and sort of just resting and taking care of yourself, um, and trying to manage the symptoms that way can help. Um, but also check your temperature here to see if you have any fevers and uh, go from there. We'll also, I guess, we'll also do a COVID swab because your symptoms do overlap with some of those symptoms. Um, and we'd recommend that you quarantine until at least uh swabs, swab results are out and then public health will let you know what to do. +D: Good. Alright, well that's all the questions I had for you given the symptoms that you've shared with me, it sounds like you might have something called um, rhinosinusitis, uh which is basically inflammation of the sinuses and of the uh, of the nasal cavity or the area inside your nose, and uh, often it's just treated with conservative management, so just continue to take um, Tylenol if that seems to help you, and do the steam therapy. It will take time to get better, um, but if you feel that it's um, it's not getting better in the next week or so, give us a call again and we can maybe see if it's a bacterial infection and see if um, if antibiotics might be needed but oftentimes it's usually a viral infection, and antibiotics are not needed, and sort of just resting and taking care of yourself, um, and trying to manage the symptoms that way can help. Um, but also check your temperature here to see if you have any fevers and uh, go from there. We'll also, I guess, we'll also do a COVID swab because your symptoms do overlap with some of those symptoms. Um, and we'd recommend that you quarantine until at least uh swabs, swab results are out and then public health will let you know what to do. P: Okay. diff --git a/tests/data/transcripts/RES0123.txt b/tests/data/transcripts/RES0123.txt index 2368090..ca555f0 100644 --- a/tests/data/transcripts/RES0123.txt +++ b/tests/data/transcripts/RES0123.txt @@ -16,7 +16,7 @@ P: Uh, probably like a 7. D: Oh wow, yeah, that sounds severe. How long have you, how long has it been a 7 for? -P: Um, it's actually a bit better now, but yeah, like over the last week it's been a 7. I would say now, it's probably around 5. +P: Um, it's actually a bit better now, but yeah, like over the last week it's been a 7. I would say now, it's probably around 5. D: Okay. Um, anything that makes the headache better? @@ -40,15 +40,15 @@ P: Uh it, it seems like it's on both sides. D: And have you noticed any visual changes? Any blurry vision with the headaches? -P: No. +P: No. -D: Any other visual changes? No, okay. Um, and you've also had chills, but you said you haven't checked your temperature, right? +D: Any other visual changes? No, okay. Um, and you've also had chills, but you said you haven't checked your temperature, right? P: No, I haven't, uh, I've been having chills for the last few nights. D: Yeah, we can definitely check your temperature here in the, um here. Um, and you mentioned that the muscle aches have been quite bothersome for you. Is it all over your body or anyone, uh, in any one muscle group? -P: It seems like it's all over. +P: It seems like it's all over. D: Okay, okay. And um, I'll ask you about a couple other symptoms just to rule out um, any other issues that you might be having. So have you noticed that you've been confused at all over the past few days? @@ -58,7 +58,7 @@ D: Have you had any like stiffness or rigidity in your neck? P: Maybe a little bit of a stiffness in, in my neck. -D: Okay. +D: Okay. P: Then like I, I don't know if that's just the muscle pain. It's like kind of on my upper back, lower neck area. @@ -74,7 +74,7 @@ D: Um, and do you have a runny nose or stuffy nose? P: Uh no, no I don't I, I think I'm kind of, I'm developing a little cough though. -D: Okay, when did that start? +D: Okay, when did that start? P: Probably just yesterday I noticed myself coughing. @@ -88,7 +88,7 @@ P: No. D: Any sore throat? -P: No. +P: No. D: Uh, any chest pain? @@ -96,17 +96,17 @@ P: No. D: Any difficulties with breathing? -P: Uh, no. +P: Uh, no. D: Any palpitations, or feel like your heart's beating very fast? P: No. -D: Okay, any belly pain? +D: Okay, any belly pain? -P: No. +P: No. -D: Any uh, nausea or vomiting? +D: Any uh, nausea or vomiting? P: Nope. @@ -116,7 +116,7 @@ P: No, not that I've noticed. D: Any weakness in any one side of your body? -P: Nope. +P: Nope. D: Any numbness or tingling? @@ -136,7 +136,7 @@ P: Yeah, it's uh, most of the times we're pretty socially distanced when we're e D: Yeah, well I would, I would recommend that you try to eat when people are not in the room if possible because you are putting yourself at risk. Like if it's a small room, I think you should also talk to management or try to limit the number of people who can be in the room at a time. Um, for your own safety, you know, and for the safety of others uh, working with you. Um okay, and um, have you traveled anywhere recently? -P: No, we've been uh, at home. +P: No, we've been uh, at home. D: Okay, good, um, and who do you live with? @@ -154,7 +154,7 @@ D: For how long? P: Um, for probably the last 20 years. -D: Okay, and do you uh, consume marijuana? +D: Okay, and do you uh, consume marijuana? P: Just um, maybe once or twice a month. @@ -170,11 +170,11 @@ D: Any alcohol? P: Yeah, I drink probably uh, a beer or two every couple days. -D: Alright, and uh, do you have any medical conditions that you've been diagnosed with? +D: Alright, and uh, do you have any medical conditions that you've been diagnosed with? P: Uh yeah, so I do, they're saying I might have um, high blood pressure. Um they like, it, it's still ongoing. Um they're testing, testing me for things. -D: Sure yeah, and have you uh, taken any medications for it? +D: Sure yeah, and have you uh, taken any medications for it? P: No, not yet, I haven't been put on any medications. @@ -216,12 +216,12 @@ P: Um, my smell, I don't think so, but like sometimes I do feel a bit, like stuf D: Sure, yeah, okay. Um, okay well that's all the questions I have for you. We'll do a physical exam um, get a chest x-ray done, also examine your neck as well a little bit, just to make sure there's no stiffness or rigidity, have a look inside your mouth, um, listen to your chest. -P: Okay. +P: Okay. D: We will also get a COVID swab done, simply because your symptoms sound very similar to um, or I guess a lot of these symptoms do overlap with symptoms of COVID, so we'll do that. And um, I would require, would request that you continue to uh, stay at home if you haven't been doing so so far. Um, take a leave from work, try to do work from home, and quarantine at home as much as possible and stay away from your wife and your daughter as well, at least until the swab is back and you get some more guidance from uh, public health. If it is positive, they will give you a call. Um, there are lots of guidelines on how to self isolate and I, I can share that with you. Um, it's best that you do that for now. Um, we will run a couple of tests, do labs, and based on those results, uh, we'll decide if you need to stay in the ER or if we can um, if you can be discharged later today. Do you have any questions for me? -P: Uh no that, that all sounds great. Thanks for explaining it to me. +P: Uh no that, that all sounds great. Thanks for explaining it to me. -D: You're welcome. +D: You're welcome. P: Okay. diff --git a/tests/data/transcripts/RES0124.txt b/tests/data/transcripts/RES0124.txt index 9f621d4..fd3112f 100644 --- a/tests/data/transcripts/RES0124.txt +++ b/tests/data/transcripts/RES0124.txt @@ -22,15 +22,15 @@ D: I see. So this started a couple of months ago, has this ever happened to you P: No, before that I've been fine. -D: Okay, and so I'm going to ask you about a couple other symptoms. Let me know if you've experienced any of these in the past couple of months. Um, so have you had a headache that accompanies the cough? +D: Okay, and so I'm going to ask you about a couple other symptoms. Let me know if you've experienced any of these in the past couple of months. Um, so have you had a headache that accompanies the cough? P: Uh no. D: Um, any changes in your vision or your hearing? -P: No. +P: No. -D: Any confusion? +D: Any confusion? P: No. @@ -38,23 +38,23 @@ D: Um any, um, runny nose or stuffy nose or sinus congestion? P: Uh no, not really. -D: Okay, any sore throat? +D: Okay, any sore throat? P: Uh no. D: Any um, chest pain? -P: Um, sometimes when I get like really bad coughing fits, like it sometimes starts hurting in my chest as well. +P: Um, sometimes when I get like really bad coughing fits, like it sometimes starts hurting in my chest as well. D: Yeah. Um, does it go away when you stop coughing? -P: Yeah, it goes away after, I just take some rest. +P: Yeah, it goes away after, I just take some rest. -D: Um, have you had any belly pain? +D: Um, have you had any belly pain? P: Uh no, not at all. -D: Do you feel like your heart's racing? +D: Do you feel like your heart's racing? P: Uh, no. @@ -64,15 +64,15 @@ P: No. D: Any changes in your bowel movements? -P: No. +P: No. D: Any acid reflux? -P: Uh, no. +P: Uh, no. D: Okay, um, and any certain muscle aches or joint pains? -P: Um no, nothing like that. +P: Um no, nothing like that. D: Any numbness or tingling in your arms or legs? @@ -94,25 +94,25 @@ D: Okay, alright. Um okay, and, uh, have you been vaccinated? P: Uh, yeah, all my immunizations are up to date. -D: Okay, good good good. Um, does the cough sound like a barky cough or a muffled cough, or um, does it have a specific characteristic? Does it sound different than when you're sort of coughing to clear your throat, for instance? +D: Okay, good good good. Um, does the cough sound like a barky cough or a muffled cough, or um, does it have a specific characteristic? Does it sound different than when you're sort of coughing to clear your throat, for instance? P: Uh yeah, it's like pretty, it can get pretty harsh. I also noticed like uh, there's like this weird noise I started making like right after when I'm trying to take deep breaths in. D: Okay, okay. Okay, so you're wheezing. Okay, so you ever um, cough so much that you end up vomiting? -P: No, no that hasn't happen yet. +P: No, no that hasn't happen yet. D: Um, and do you, so you mentioned that it's worse when you're in the cold or exercising, and smoking makes it worse? What about things like dust or pollen? Um, say when you're cleaning the house and there's also dust, does that make things worse, or is it worse in a specific time of the year when you're outdoors? P: Uh, now that you mention it, yeah, like if we're ever in the basement or anything like that, I, I do start getting like kind of irritation um, in my throat, and that kind of, sometimes I have also coughed at those times. -D: Alright. Uh, can you tell me, okay so, can you tell me if you have any medical conditions that you've been diagnosed with? +D: Alright. Uh, can you tell me, okay so, can you tell me if you have any medical conditions that you've been diagnosed with? -P: No, nothing else, I've been pretty healthy. +P: No, nothing else, I've been pretty healthy. D: Okay. Had, did, when you were a child, did you have any sort of rash? Did you have eczema? -P: Oh I, yeah, so I did I, at one point I was using like this cream um, probably when I was ten. Just for some eczema on my hands. +P: Oh I, yeah, so I did I, at one point I was using like this cream um, probably when I was ten. Just for some eczema on my hands. D: Okay. And um, have you ever had allergic rhinitis, which is basically sort of having um, red or teary eyes, itchiness on the face, a runny nose at certain times of the year, or in um, areas with mold or dust, or termites and things like that? Have you had anything like that as a child or right now? @@ -122,11 +122,11 @@ D: Okay. Alright, uh do you have any, um, I guess going back, were you a healthy P: Yeah, as far as I know, I, I didn't really have any concerns from like the school or home at all. -D: Okay, that's great. Do you uh, did you ever have any hospitalizations? +D: Okay, that's great. Do you uh, did you ever have any hospitalizations? P: No. -D: Any surgeries? +D: Any surgeries? P: No. @@ -136,7 +136,7 @@ P: Uh, no medications. D: Are you still using the eczema cream? -P: No, no. That kind of just went away on its own, or like right after I used the cream. Like it's good now. +P: No, no. That kind of just went away on its own, or like right after I used the cream. Like it's good now. D: Okay, good. Are you allergic to anything? @@ -144,13 +144,13 @@ P: No, I don't think so. Maybe just like environmental allergies sometimes, in t D: What happens then? -P: Um, just sometimes like uh, I don't know if it's like a pollen allergy like I, I do get some, I guess I do get like some nasal congestion and things like that. +P: Um, just sometimes like uh, I don't know if it's like a pollen allergy like I, I do get some, I guess I do get like some nasal congestion and things like that. D: Um, have you ever seen an allergist? P: No, I haven't. -D: No. Uh, who prescribed the cream for the eczema? +D: No. Uh, who prescribed the cream for the eczema? P: Um, just a, it was like at a walk-in clinic. @@ -168,7 +168,7 @@ P: Yeah, yeah, I feel completely safe. D: Any concerns about bullying at school? -P: No, no, not at all. +P: No, no, not at all. D: Okay are you uh, are you taking any marijuana or any street drugs? @@ -180,7 +180,7 @@ P: Uh, I'll come, I've, I haven't tried it um, yet, at all. D: Okay, okay. Just wanted to mention that the conversation that we're having right now is confidential between you and me. Um, unless you mentioned anything that harms you or harms anyone else so, so feel free to discuss whatever or talk openly about um, any issues that you have. Um, okay, and um, are you sexually active? -P: No, no. +P: No, no. D: Alright, okay. So um, that's all the information I needed. Uh given that you've had these coughing fits for the past couple of months that are, that have certain triggers, uh, and also given that you've had a history of eczema, and your sister has asthma, so kind of, sort of runs in your family in a way. You might also have a diagnosis of asthma potentially. Um, and so, what I would recommend is that you get um, testing done and um, uh I guess before I sort of talk a little more about this, I just want to get a sense of how severe your asthma, if it's asthma at all, um if, does it, does it affect your ability to, you said school was going okay, does it affect your ability to do well at school at all? @@ -194,7 +194,7 @@ D: Okay, okay. Um, and how often, I guess is, do these episodes occur? How many P: Uh, so they just started like two months ago, and I've had like maybe four or five of them in total. -D: Okay, okay. Uh, and they kind of get better on their own. Okay, so we can sort of talk about these, sorry, puffers that you might need to, to use as needed. Um, your sister might have some of those, so you might be familiar with what I'm talking about. +D: Okay, okay. Uh, and they kind of get better on their own. Okay, so we can sort of talk about these, sorry, puffers that you might need to, to use as needed. Um, your sister might have some of those, so you might be familiar with what I'm talking about. P: Yeah. diff --git a/tests/data/transcripts/RES0125.txt b/tests/data/transcripts/RES0125.txt index 8b1736a..e2f11cb 100644 --- a/tests/data/transcripts/RES0125.txt +++ b/tests/data/transcripts/RES0125.txt @@ -16,9 +16,9 @@ P: Um no, not, not, not recently. But yeah, in the first couple of days, the fir D: Okay, um and have you noticed any kind of yellowish to greenish tinge to it? -P: No, it was watery. +P: No, it was watery. -D: Watery, okay. Have you noticed at all, any blood, have you been coughing up any blood at all? +D: Watery, okay. Have you noticed at all, any blood, have you been coughing up any blood at all? P: Uh, no. @@ -32,7 +32,7 @@ P: Um, it's worse when I'm smoking. D: When you're smoking, okay. And uh, how long do those episodes last? -P: Couple of seconds, maybe? +P: Couple of seconds, maybe? D: Okay, and has this happened to you before at all? @@ -40,7 +40,7 @@ P: Yeah. I think, um, yeah, I usually don't pay much attention to it. You know, D: Okay, and is there any anything that makes it better or worse? -P: Um, I um, I take this cough syrup, over the counter syrup, that helps. +P: Um, I um, I take this cough syrup, over the counter syrup, that helps. D: Okay. And um, have you found that it's been helping over, like, to help improve your cough over the last few days? @@ -58,29 +58,29 @@ D: Okay, okay. And have you been in contact with anyone that's been sick around P: Um, my daughter had the sniffles. -D: When was that? +D: When was that? P: Last, two weeks ago. D: Two weeks ago? Okay. And uh, how is she now like, did it just go away on its own, or did she have to go to the doctor? -P: Um, no, it kind of went away on its own. +P: Um, no, it kind of went away on its own. D: Okay. Have you traveled at all recently outside of the province or the country? -P: No. +P: No. -D: No, okay. And besides the cough, are you having any headaches at all? +D: No, okay. And besides the cough, are you having any headaches at all? P: No. -D: Any nausea or vomiting? +D: Any nausea or vomiting? P: No. D: Any fevers or chills? -P: Not anymore. +P: Not anymore. D: Not anymore, when was the last time that you had fevers or chills? @@ -92,7 +92,7 @@ P: No. D: No, okay. Any, um, do you feel tired throughout the day? -P: Not anymore. +P: Not anymore. D: Not anymore, okay. So any kind of chest pain, or sensation that your heart is racing? @@ -104,19 +104,19 @@ P: No. D: Any changes in your bowel movements at all? -P: Um, no. +P: Um, no. D: No, so no constipation, diarrhea? -P: No. +P: No. -D: Okay, any changes in your urination? +D: Okay, any changes in your urination? P: No. D: No, okay. Um, have you had to miss work at all or, do you currently work? -P: Yeah, but I've been working from home. +P: Yeah, but I've been working from home. D: Okay. @@ -132,9 +132,9 @@ P: Um, initially, I guess the cough's first few days, my nose was a little stuff D: Okay, but no loss of taste? -P: No loss of taste, no. +P: No loss of taste, no. -D: Okay. Uh, any recent significant changes to your weight at all over the last few months? +D: Okay. Uh, any recent significant changes to your weight at all over the last few months? P: No. @@ -152,9 +152,9 @@ P: Um, I'm allergic to penicillin. D: To penicillin, okay. And what kind of reaction do you get to penicillin? -P: Um, I was told that I got a rash when I was a child. I don't really remember. +P: Um, I was told that I got a rash when I was a child. I don't really remember. -D: Okay, and do you take any medications on a regular basis? +D: Okay, and do you take any medications on a regular basis? P: No. @@ -168,7 +168,7 @@ P: No. D: Okay. Any family history of any lung conditions, heart conditions, any cancers at all? -P: Um, colon cancer. +P: Um, colon cancer. D: Colon cancer? @@ -176,11 +176,11 @@ P: Yeah my dad and my grandfather had it. D: Okay, um, and have you, have you had any scopes done recently at all? -P: Oh yeah, I had mine done uh, seven years ago. +P: Oh yeah, I had mine done uh, seven years ago. D: Seven years ago, okay. And were there any findings at all? -P: No. +P: No. D: No, okay. Um, currently so you work from home, so what's your home and living situation like? Who do you live with, and where, do you live in like a house, appartment? @@ -196,7 +196,7 @@ P: Uh, school from home. D: School from home, okay. Um, and do you at all smoke? So you mentioned your symptoms get worse with smoking. -P: Yeah. +P: Yeah. D: Um, how much would you say you smoke on an average day? @@ -228,7 +228,7 @@ P: I was, I guess I was just worried about the cough um, it's just, I was worrie D: Yeah, so definitely right now, any of these symptoms, like COVID can have a lot of different symptoms um, so we should definitely make sure that we, to check if you have COVID or not and we'll get a COVID swab test done for you today, and the results will come back in 24 to 48 hours. Uh, and in that time, you will need to isolate even in your own home. Try to wear a mask around your family members, um, trying to eat separately and use all those methods, and, and then after the test comes back you may, you'll be contacted by public health if it's positive and kind of given more instruction on what to do. And it doesn't necessarily have to be COVID either, it can be just another virus uh, like it can be just your common cold that's been going on. So it does seem that your symptoms have gotten better. Oftentimes uh, a cough can be the last thing to go, it can take up to two weeks or more for the cough to get relieved, but it seems that you're not having any systemic symptoms like no fevers or anything else right now, so it's, it's uh, that's, that's pretty good. -P: Great, I'm glad. +P: Great, I'm glad. D: Alright, yeah. diff --git a/tests/data/transcripts/RES0126.txt b/tests/data/transcripts/RES0126.txt index 79a8fe7..b0ced0b 100644 --- a/tests/data/transcripts/RES0126.txt +++ b/tests/data/transcripts/RES0126.txt @@ -8,13 +8,13 @@ P: Two months of difficulty breathing and the cough is gotten worse. I've had a D: OK and is is this cough different at all? -P: It's just, it just doesn't go away. +P: It's just, it just doesn't go away. D: OK, and when did the shortness of breath start? P: About two months ago. -D: OK, and is it getting worse? +D: OK, and is it getting worse? P: oh yeah @@ -22,25 +22,25 @@ D: OK. Are you bringing up any sputum at all with your cough? P: Uhm? I sometimes uhm, yeah I do. -D: OK and is is there any color to it or is it clear? +D: OK and is is there any color to it or is it clear? P: it's pink in color -D: It's pink in color? +D: It's pink in color? P: Hmm D: Ok. Have you coughed up any blood at all? -P: Sometimes +P: Sometimes -D: sometimes? +D: sometimes? -P: Streaks of blood here and there. +P: Streaks of blood here and there. D: Little streaks of blood? OK, and have you ever coughed up any just without without it being in the sputum, just onto a tissue or anything like that? Just coughing up any blood? -P: No. +P: No. D: OK. So an are your symptoms just constant over the last two months or do they come and go? @@ -52,7 +52,7 @@ P: Yeah, sometimes resting does help. I find that it's worse when I'm moving aro D: OK, and is it worse at all when you lay down? -P: No. +P: No. D: No? And do you find yourself ever having to wake up at night and gasp gasping for air? @@ -70,35 +70,35 @@ D: COPD? OK, and when were you diagnosed? P: It's been 15 years now. -D: 15 years and do you know the how many puffers are you taking? +D: 15 years and do you know the how many puffers are you taking? P: Uhm, I'm taking uhm, I'm taking two puffers. D: OK, and do you have one that that you take when you when you absolutely need it? -P: Yeah, yeah I do. That's the one that I've been trying to use but +P: Yeah, yeah I do. That's the one that I've been trying to use but -D: Has it been less effective at all recently? +D: Has it been less effective at all recently? P: Yeah, it hasn't been helping. The blue one I tried to keep taking the blue one and it's just, you know it's not helping. D: Have you been sick at all recently with fever? Chills, like runny nose? Any cold like symptoms? -P: No. +P: No. -D: No, nothing like that? Have you been in contact with anyone that's been sick? +D: No, nothing like that? Have you been in contact with anyone that's been sick? P: Oh no. I've been staying at home. I've been very careful these days. -D: Yeah for sure. Any so this started two months ago? Are you having, so you have not traveled then I'm assuming? +D: Yeah for sure. Any so this started two months ago? Are you having, so you have not traveled then I'm assuming? P: No. D: OK, are you having any kind of dizziness or fainting spells? -P: Oh no, no no. +P: Oh no, no no. -D: No? OK, any kind of swelling in your legs or hands that you've notice? +D: No? OK, any kind of swelling in your legs or hands that you've notice? P: No @@ -108,9 +108,9 @@ P: No. Well, sometimes I do. But it's not been severe. It's been there for the p D: OK, any nausea or vomiting? -P: No. +P: No. -D: No? Any diarrhea or Constipation? +D: No? Any diarrhea or Constipation? P: No. @@ -132,17 +132,17 @@ P: I haven't checked it recently, but I do feel a little hot. D: OK, are you getting night sweats at all? -P: Sometimes. +P: Sometimes. -D: Sometimes, OK. And are you getting any kind of significant weight loss? +D: Sometimes, OK. And are you getting any kind of significant weight loss? -P: No. +P: No. D: No, then your weight's been fine? P: It's been the same. Although I have been eating quite a lot more now with the pandemic and being home, you know that might be still in the same. -D: And so are you having, do you feel like tired throughout the day or increased fatigue? +D: And so are you having, do you feel like tired throughout the day or increased fatigue? P: Oh my God. So tired I can, you know, with the difficulty breathing I feel like all my energy spent just trying to, trying to get to the bathroom. @@ -152,13 +152,13 @@ P: Uhm? I'm short of breath all the time. Yeah, it's just, It's it's worse when D: And so you've been diagnosed with COPD. Have you had to use oxygen at home at all? -P: No. +P: No. D: No OK, how about have you had any hospitalizations in the past for your COPD? P: Yeah, I had a had a couple last year. -D: A couple of hospitalizations? +D: A couple of hospitalizations? P: Yeah, yeah. About four hospitalizations last year. @@ -168,11 +168,11 @@ P: Yeah yeah I did. I did. D: They never sent you home with any like oxygen tank or anything like that? OK. -P: Although they told me my COPD was pretty bad. That I might need to get oxygen at some point. +P: Although they told me my COPD was pretty bad. That I might need to get oxygen at some point. D: I see. And have you, when you in hospital, did they give you antibiotics or when you went home? -P: Yeah. Yeah they did. they did. +P: Yeah. Yeah they did. they did. D: Did they tell you you had pneumonia at all at any point? @@ -182,17 +182,17 @@ D: No. OK, OK any any changes or do you get any chest pain at all? P: Uhm, sometimes when I breathe in very deep. -D: I see. Any any kind of sensation that your heart is racing? +D: I see. Any any kind of sensation that your heart is racing? -P: No. +P: No. D: No. OK Any kind of issues with your sleep or appetite? P: Umm. Well, no, not really. It's just the difficulty breathing sometimes it's been hard to sleep. -D: OK, any any exposure to any fumes or allergens in your household, any animals, pets? +D: OK, any any exposure to any fumes or allergens in your household, any animals, pets? -P: No. +P: No. D: OK. And other than COPD, have you been diagnosed with any medical conditions in the past? @@ -202,7 +202,7 @@ D: OK, do you have any allergies at all to medications or environmental allergie P: I'm allergic to cats. -D: To cats, OK, do you have a cat? +D: To cats, OK, do you have a cat? P: No. @@ -216,25 +216,25 @@ P: Nope D: OK, and so you use the ventolin and then what's the other puffer that you use? -P: Uhm I don't remember the name. +P: Uhm I don't remember the name. -D: Do you know the color at all? +D: Do you know the color at all? -P: It's orange +P: It's orange D: orange OK. So you've had four hospitalizations in the past year. Any surgeries in the past? -P: I had a knee replacement on my right side. +P: I had a knee replacement on my right side. D: OK, and when was that? -P: 10 years ago +P: 10 years ago D: OK. Do you have any family history of any lung conditions, heart conditions, any cancers? -P: My dad had COPD as well. +P: My dad had COPD as well. -D: OK. And any lung cancers in the family? +D: OK. And any lung cancers in the family? P: no. @@ -249,7 +249,7 @@ P: I was I was a mechanic at Chrysler's. D: OK, and during your work, were you ever exposed to any chemicals or any kind of in your workplace or home exposed to any asbestos or anything like that? -P: Not that I'm aware of. +P: Not that I'm aware of. D: OK. And how long have you been smoking for? @@ -259,29 +259,29 @@ D: OK, and how much do you smoke on a on a daily basis? P: I smoke, I smoke a pack a day -D: OK. Have you at all tried to quit before? +D: OK. Have you at all tried to quit before? P: I can't quit. It's not gonna happen. A lot of people have told me try to quit but I I just can't live without it and I'm 75 now, you know. Like I'm not gonna live a lot longer anyway. -D: Yeah yeah but also even if you try to cut down some of your symptoms might get better. Like even though you're 75, you can definitely have improvement in some of your symptoms that you're having, like the shortness of breath and coughing. So if at all that you you want to consider cutting down and gradually. we can talk about that more as well. +D: Yeah yeah but also even if you try to cut down some of your symptoms might get better. Like even though you're 75, you can definitely have improvement in some of your symptoms that you're having, like the shortness of breath and coughing. So if at all that you you want to consider cutting down and gradually. we can talk about that more as well. P: Sure -D: OK, and do you use any recreational drugs like marijuana? +D: OK, and do you use any recreational drugs like marijuana? P: No D: Do you drink? -P: No +P: No -D: No, OK, so yeah, those are all the questions I have for you. Do you have any questions for me? +D: No, OK, so yeah, those are all the questions I have for you. Do you have any questions for me? P: No, I just I guess I need to be admitted right? Just like those other COPD exacerbations? I'm thinking this is exactly that and I'll have to stay in the hospital, right? for a couple of days D: Yeah, so we definitely before deciding on whether or not you should be admitted, since you said the Ventolin is not working for you, we will definitely give you some some ventilation and perhaps steroid for just to get rid of some of your symptoms right now, and we want to also make sure since you're having like cough as well as shortness of breath to do a covid swab on you, just in case. I know you've been like isolating and everything, but just in case I will do that and we'll get like a chest x ray on you as well, just to see if there's any kind of pneumonia going on. And then from there we'll also get your blood work, and then from there we'll see whether or not you will require another admission. -P: Sure. +P: Sure. D: OK, and there you might, I'm not 100% sure, but you might require home oxygen if like we take your vitals and everything and your oxygenation is very low. Have you have you been talked about that at all in the past? @@ -289,6 +289,6 @@ P: Yeah, they talked about it last time I've been trying to avoid it, but if it D: Hmm yeah, and it might just sometimes just, you know you've had four admissions in the past and it might actually just help you stay at home if you are on oxygen. Anyways, yeah we can talk about that. We'll do like a full physical examination everything and go from there. -P: Sure. +P: Sure. D: Great, I'll be with you shortly. diff --git a/tests/data/transcripts/RES0127.txt b/tests/data/transcripts/RES0127.txt index 616862a..17b19da 100644 --- a/tests/data/transcripts/RES0127.txt +++ b/tests/data/transcripts/RES0127.txt @@ -8,7 +8,7 @@ P: It's been years, I don't even remember. D: Oh years, OK and years like just sneezing and the runny nose has been going on for the last few years. -P: Yeah, it kind of kind of comes on like around the spring time. It just gets really bad at that time. +P: Yeah, it kind of kind of comes on like around the spring time. It just gets really bad at that time. D: yeah? OK, and are there any besides during the spring time, any kind of allergens or any anything in the house or around you that triggers it, like dust or anything like that? @@ -32,11 +32,11 @@ P: Yeah, that yeah I do. D: Like, uh, how much would you say? Do you just bring it up in the morning, or like throughout the day, -P: just in the morning, +P: just in the morning, -D: just in the morning? +D: just in the morning? -P: Yeah +P: Yeah D: Do you have a sensation of like anything kind of dripping down your throat like after you wake up like just a build up? @@ -46,7 +46,7 @@ D: Ok. And besides that, have you been having any symptoms of fevers, chills, so P: I get a bit of a sore throat, I guess in the morning, but it just goes away after. -D: OK, +D: OK, P: But no fevers. @@ -56,25 +56,25 @@ P: Uhm yeah, I tried like umm Reactin and that really helped. D: That helped OK that's good and are you taking Reactin right now? -P: I didn't take it today. I tried it a couple days ago. +P: I didn't take it today. I tried it a couple days ago. D: OK. And have you traveled at all recently? -P: No. +P: No. D: No, OK, and any sick contacts, anyone around you that has been sick? -P: I don't think so. +P: I don't think so. D: OK, any headaches? -P: No. +P: No. -D: Any nausea or vomiting? +D: Any nausea or vomiting? P: no. -D: Any fevers or chills? +D: Any fevers or chills? P: no. @@ -82,15 +82,15 @@ D: Any kind of fatigue or tiredness throughout the day? P: I do feel more fatigued when I have these symptoms. -D: OK, any night sweats, fevers, or chills? +D: OK, any night sweats, fevers, or chills? P: no. D: Any changes in your bowel movements at all? -P: No. +P: No. -D: Any trouble urinating? +D: Any trouble urinating? P: no. @@ -102,7 +102,7 @@ D: OK, and how much weight would you say you've lost over the last few months? P: I've lost about four pounds in the past four, five months. It's been hard to lose weight. -D: And so no, no sudden like loss of weight or anything like that right now? +D: And so no, no sudden like loss of weight or anything like that right now? P: No, no, no @@ -130,9 +130,9 @@ D: OK, OK Have you ever seen an allergist before? P: No, no. -D: No OK. Do you have any known allergies to any medications? Yeah any medication? +D: No OK. Do you have any known allergies to any medications? Yeah any medication? -P: no +P: no D: no. Do you take any medications at all on a regular basis? @@ -142,7 +142,7 @@ D: No, OK. Have you been hospitalized or had any surgeries in the past? P: No. -D: Any family history of any asthma, eczema, allergic rhinitis. Anything like that? +D: Any family history of any asthma, eczema, allergic rhinitis. Anything like that? P: Yeah, I think it kind of runs in my family like everyone in my family is just kind of always having this runny nose and sneezing. My mom has it. My younger brother has it. But like we haven't really been diagnosed with anything like we, we rarely go to the doctor. @@ -152,35 +152,35 @@ P: I do I do. I've been doing it virtually. D: Virtually OK, so have you noticed anyone sick around you? -P: No. +P: No. D: No OK. And what at home? What's your living situation like? Who do you live with? P: I live with my mom, dad and my younger brother. -D: And, yeah, I just want to let you know that any questions I ask you today and anything we talked about it's completely confidential and unless like there is any potential harm to yourself or anyone anyone else. So yeah, I'm just gonna ask you a few questions. Do you feel safe at home? +D: And, yeah, I just want to let you know that any questions I ask you today and anything we talked about it's completely confidential and unless like there is any potential harm to yourself or anyone anyone else. So yeah, I'm just gonna ask you a few questions. Do you feel safe at home? P: Oh yeah. D: OK, and do you drink alcohol at all? Or have you tried alcohol? -P: No, not at all. +P: No, not at all. D: Have you tried any recreational drugs like marijuana? -P: No. No. +P: No. No. D: How about smoking? -P: Umm no +P: Umm no D: no OK, and are you sexually active? -P: No. +P: No. -D: No OK. And so overall, do you feel safe in your home and as well as outside of your home environment? Any kind of bullying or anything like that going on? +D: No OK. And so overall, do you feel safe in your home and as well as outside of your home environment? Any kind of bullying or anything like that going on? -P: No, not at all. +P: No, not at all. D: OK, alright. Yeah, so those are kind of all the questions that I had for you. Sorry just one more question, any loss of sense of taste or smell? @@ -190,7 +190,7 @@ D: Yeah, OK. OK, so do you have any questions at all for me? P: No, I just I I just wanna get some medications to help with this. I'm just sick and tired of my runny nose. -D: Yeah, it must be very frustrating. So you've tried Reactin before, right? +D: Yeah, it must be very frustrating. So you've tried Reactin before, right? P: yeah diff --git a/tests/data/transcripts/RES0128.txt b/tests/data/transcripts/RES0128.txt index bcd793e..3c0657f 100644 --- a/tests/data/transcripts/RES0128.txt +++ b/tests/data/transcripts/RES0128.txt @@ -1,4 +1,4 @@ -D: How can I help you? +D: How can I help you? P: Hi so I brought my 6 year old son in today because yesterday during soccer practice, he he developed this pretty severe cough and he couldn't catch his breath. @@ -12,9 +12,9 @@ P: I would say it's more muffled. D: OK, and is it a dry cough or is it bringing up any phlegm? -P: Dry +P: Dry -D: Dry OK. So no blood in the with the coughing? +D: Dry OK. So no blood in the with the coughing? P: No blood. @@ -28,7 +28,7 @@ P: No, that that's gotten a bit better, that resolved about an hour. Like after D: OK, and have you tried anything for his cough, for his shortness of breath or wheezing? -P: No, we haven't +P: No, we haven't D: No OK. Does he have a fever at all? @@ -40,27 +40,27 @@ P: No D: No, weight loss over the past few weeks? -P: No, he's been gaining weight well. +P: No, he's been gaining weight well. D: OK good, has he had a stuffy nose or runny nose? -P: Well, sometimes he will get a runny nose. He takes like Reactin or Claritin or some sort of allergy pill for that sometimes, but that's usually like the changing of seasons that will happen more often. +P: Well, sometimes he will get a runny nose. He takes like Reactin or Claritin or some sort of allergy pill for that sometimes, but that's usually like the changing of seasons that will happen more often. D: OK OK. Does he have any allergies? -P: Yeah, to mostly environmental triggers. I'm not sure if the specific things are, but I just know it gets worse. Maybe in the spring, springtime? +P: Yeah, to mostly environmental triggers. I'm not sure if the specific things are, but I just know it gets worse. Maybe in the spring, springtime? D: OK. And does he have asthma? P: He's never been diagnosed, but he has had uhm or his sister has asthma. -D: OK, OK. And has he? Have you noticed any changes in his vision or hearing? +D: OK, OK. And has he? Have you noticed any changes in his vision or hearing? -P: No. +P: No. D: No, OK. How about change in his smell or taste? -P: No +P: No D: No, how about like does he seem like he has any chest pain? @@ -68,11 +68,11 @@ P: No, he hasn't mentioned anything like that. D: Any dizziness or fainting spells? -P: No +P: No D: No, confusion or memory loss? -P: No. +P: No. D: OK, Uhm how about confusion or sorry you said no headaches? @@ -80,7 +80,7 @@ P: No headaches. D: No, OK, any joint pains, muscle aches? -P: No. +P: No. D: OK, and how about changes to his bowel movements? @@ -88,15 +88,15 @@ P: No, everything's been normal there. D: OK, how about nausea or vomiting? -P: Nothing like that. +P: Nothing like that. D: OK, OK, so you mentioned he has asthma. He might have asthma. He was never formally diagnosed. Does is he otherwise healthy or does he have any longstanding medical conditions? P: He's been healthy. Yeah, I know he did have like he would get some itchy skin when he was a bit when he was like a baby, but he hasn't needed any creams for that for a long time. -D: OK so he might have something like eczema, you think? +D: OK so he might have something like eczema, you think? -P: Yeah, yeah I think he did. +P: Yeah, yeah I think he did. D: OK, OK and is he on any medications right now? @@ -116,11 +116,11 @@ P: Yes. Yes for both D: OK, any complications during the delivery? -P: No, +P: No, D: OK, and he didn't need any hospitalizations like right after birth as an as a newborn? -P: No +P: No D: No, OK good. Uhm Is he up to date with all his immunizations? @@ -128,15 +128,15 @@ P: He is, yeah D: OK. And you mentioned that he may have some seasonal allergies. Any other allergies that you know of? -P: Not that I know of. +P: Not that I know of. D: No, OK. You mentioned that his sister has asthma. Any other lung conditions or heart conditions that run in the family? -P: No, nothing like that. +P: No, nothing like that. D: No, OK. OK. Uhm and does anyone at home smoke? -P: No +P: No D: No OK. Any old carpets? Does mold, asbestos, anything like that at home? @@ -144,11 +144,11 @@ P: We we took out the carpets and stuff when his sister was diagnosed with asthm D: OK, good, and who lives at home with him? -P: So it's myself, his mom and then his sister. +P: So it's myself, his mom and then his sister. D: OK, OK, any pets at home? -P: He's got a fish. +P: He's got a fish. D: A fish, OK. And has he has come into contact with anyone sick recently? @@ -156,7 +156,7 @@ P: No, I don't think so. I mean when at school, they've been pretty diligent wit D: Ok, uhm has he traveled anywhere recently? -P: No. +P: No. D: No, OK. OK, those are all the questions that I had for you today. Did you have any questions of your own for me? @@ -164,6 +164,6 @@ P: Yeah, I was just wondering if if my son had asthma as well and if like you ne D: Yeah, so we're gonna since he's never been diagnosed before, we're gonna do some investigations for him just to start so we can do, we can start by doing a pulmonary function test for him to see what his lung activity is like uhm so we'll start there and then we'll also, because you're saying he's short of breath, we'll take his oxygen saturation as well, and maybe even do some like some basic blood work for him, and if it turns out he has asthma, which in this case I do strongly suspect, we'll prescribe him some bronchodilators like a short acting beta agonist as well as an inhaled corticosteroid because his symptoms do seem somewhat severe this time around. And then I should also mention because some of his symptoms overlap with that of COVID, he will also get a covid swab and you should hear back about that in 24 to 48 hours. How does that sound? -P: That sounds good, thank you. +P: That sounds good, thank you. D: Alright great, thank you. diff --git a/tests/data/transcripts/RES0129.txt b/tests/data/transcripts/RES0129.txt index 908148c..9cf627a 100644 --- a/tests/data/transcripts/RES0129.txt +++ b/tests/data/transcripts/RES0129.txt @@ -8,17 +8,17 @@ P: Yeah, yeah he had a cough yeah cough and runny nose started about yeah 2-3 da D: Okay, the runny nose, what color is the discharge? -P: Pretty clear and watery +P: Pretty clear and watery D: OK, and the coughing is it dry, or is it bringing up any phlegm? -P: It's been dry. +P: It's been dry. D: It's been dry OK. And does it sound harsh? -P: Not really, +P: Not really, -D: No? +D: No? P: I don't know. It sounds kinda like a typical cough. @@ -26,11 +26,11 @@ D: OK, has he lost his sense of taste or smell? P: He's been a bit more irritable and not eating as much but I'm not sure. -D: OK, how about changes in his vision or hearing? +D: OK, how about changes in his vision or hearing? -P: No +P: No -D: OK. Any fevers? +D: OK. Any fevers? P: Uhm, I don't think so. But he, we haven't checked and he's been, yeah, as I said, kinda, a little bit irritable. @@ -40,31 +40,31 @@ P: Uhm no, he's been gaining weight. Actually, sorry, I think it. Yeah, he has h D: Oh OK, did you take his temperature? -P: Yeah, my my wife just texted me and told me that she checked it, checked it and said it was over 38. +P: Yeah, my my wife just texted me and told me that she checked it, checked it and said it was over 38. -D: Oh OK. Yeah, we'll definitely take a temperature here as well just to make sure. Has he had any rashes? +D: Oh OK. Yeah, we'll definitely take a temperature here as well just to make sure. Has he had any rashes? -P: No, +P: No, -D: No rashes OK. And how about shortness of breath or wheezing? +D: No rashes OK. And how about shortness of breath or wheezing? -P: No, I haven't heard that. +P: No, I haven't heard that. D: No, OK. And then have you actually taken a look into his ears? -P: No, I haven't. He has just been tugging at the right one. +P: No, I haven't. He has just been tugging at the right one. D: Is he itching it at all? P: Uh yeah, I guess just kind of like really rubbing it around the outside and pulling on the lobe a little bit. -D: OK, any discharge? Oh sorry go ahead +D: OK, any discharge? Oh sorry go ahead P: Sorry I'm just gonna say yeah he's been kind of fussy and pointing at it and no discharge from the ear. D: No discharge, OK. Does it look swollen? -P: No, the outside of the ear looks normal. +P: No, the outside of the ear looks normal. D: OK, OK, and how have his bowel movements been? @@ -72,19 +72,19 @@ P: That's been normal, . D: Normal. Any changes in his urine? -P: No, it's been normal. +P: No, it's been normal. D: Nausea or vomiting? -P: Nope. +P: Nope. -D: uhm headaches? +D: uhm headaches? P: No, I don't think so. D: OK, how about dizziness or fainting spells? -P: No. +P: No. D: No, any confusion or memory loss? @@ -92,7 +92,7 @@ P: No, I don't think so. D: No OK, is he an otherwise healthy child? -P: Yeah, he he is. I mean he, uhm about six months ago he had uhm croup I think but he recovered quickly from that and he didn't need to be hospitalized or anything. +P: Yeah, he he is. I mean he, uhm about six months ago he had uhm croup I think but he recovered quickly from that and he didn't need to be hospitalized or anything. D: OK, and his mother's pregnancy with him, was it complicated in any way? @@ -100,7 +100,7 @@ P: She had gestational diabetes, but it was diet controlled and she's healthy no D: OK, OK, that's good. Uhm and then was he born at term? -P: He was yeah he was born over like 38 weeks I think +P: He was yeah he was born over like 38 weeks I think D: Oh OK, good and was it a C-section or a vaginal delivery? @@ -108,7 +108,7 @@ P: Uhh vaginal. D: OK, any complications during the delivery? -P: Uhh no. +P: Uhh no. D: No, OK, how about uhm after birth? Was he hospitalized for any reason? @@ -120,7 +120,7 @@ P: Yeah he is. Yeah, everything's been normal that way and he's been growing wel D: OK, good. growing while gaining weight well, OK, is he on any medications? -P: No, he's not. +P: No, he's not. D: OK. Is he up to date with all his immunizations? @@ -134,19 +134,19 @@ D: No, Ok. Any family history of lung or heart conditions? P: Uh, no. -D: No OK. Does anyone at home smoke? +D: No OK. Does anyone at home smoke? P: Uhm I do but not like in the house or anything like that, usually just well, it will always be either outside or when I'm at work. -D: OK OK, any old carpet, dust, mold, asbestos, anything like that in your home? +D: OK OK, any old carpet, dust, mold, asbestos, anything like that in your home? P: No. D: No. OK. Who does he live with? -P: So yeah, he lives with me. It's just me and my wife. +P: So yeah, he lives with me. It's just me and my wife. -D: OK. Any pets at home? +D: OK. Any pets at home? P: We have a a dog. diff --git a/tests/data/transcripts/RES0130.txt b/tests/data/transcripts/RES0130.txt index 6645f4f..fcf6523 100644 --- a/tests/data/transcripts/RES0130.txt +++ b/tests/data/transcripts/RES0130.txt @@ -1,4 +1,4 @@ -D: What brings you in? +D: What brings you in? P: Yeah, I've had uh, a cough that's been um, bugging me for the last several months now, and more recently I've noticed that I've started to bring up a bit more, or a little bit of blood as well. @@ -22,9 +22,9 @@ D: Yeah, for sure. Um, and sorry you said, you mentioned, you mentioned you had P: Um, I haven't really had any, noticed any wheezing. -D: No, okay. Um, and have you had a fever recently? +D: No, okay. Um, and have you had a fever recently? -P: No. +P: No. D: Weight loss? @@ -52,7 +52,7 @@ P: No, that's been normal. D: Okay, and how about chest pain? -P: No, I haven't had any chest pain. +P: No, I haven't had any chest pain. D: Okay. Um, and do you ever feel like your heart's racing? @@ -68,11 +68,11 @@ P: No things have been normal there. D: Okay, any nausea or vomiting? -P: No. +P: No. D: Uh, changes to your urine? -P: No. +P: No. D: No. Uh, headaches? @@ -84,11 +84,11 @@ P: No, I haven't had anything like that. D: Okay, um, any confusion or memory loss? -P: Uh, I guess I um, forget things a little more easily now, but, that's just part of getting older. +P: Uh, I guess I um, forget things a little more easily now, but, that's just part of getting older. D: Okay, sure. Um, and then other questions I have for you, are um, are you otherwise healthy? Do you have any major medical, medical conditions? -P: Uh, I have arthritis um, in my knees and uh, hands, um so I have a lot of pain from that sometimes, and I also have high blood pressure and um, GERD. +P: Uh, I have arthritis um, in my knees and uh, hands, um so I have a lot of pain from that sometimes, and I also have high blood pressure and um, GERD. D: Okay. @@ -96,11 +96,11 @@ P: Or acid reflux, yeah. D: Sure. Do you take any medications for these things? -P: Um, yeah, I'll take Tylenol um, for the arthritis, and sometimes use some like, topical creams for my knees. Um and uh I, I take amlodipine as well, I think, for the blood pressure. +P: Um, yeah, I'll take Tylenol um, for the arthritis, and sometimes use some like, topical creams for my knees. Um and uh I, I take amlodipine as well, I think, for the blood pressure. D: Okay. Okay, and um, are you up to date with all your immunizations? -P: Yeah, yeah, I remember getting one not too long ago, actually. Well, seven years ago I guess now, but I didn't realize, that we uh, had to get anymore. +P: Yeah, yeah, I remember getting one not too long ago, actually. Well, seven years ago I guess now, but I didn't realize, that we uh, had to get anymore. D: Um, so yeah, after you turn 65, they should've given you the Shingrix for shingles and pneumococcal vaccine, does that sound familiar? @@ -156,6 +156,6 @@ P: No, I was just really concerned when I started to see um, the blood coming up D: Yeah, for sure. Um, so they're a couple of things we're gonna work you up for. Um, because some of your symptoms overlap with COVID, we'll start by getting a COVID swab and you should hear back in about 24 to 48 hours. Um, we will also do a chest x-ray um, to look for any signs of lung cancer. Um, and then if we see consolidation or anything that would indicate um, like a mass in your lungs, we will discuss options for like biopsies which is the gold standard for diagnosing lung cancers. Also, I know you haven't had any recent travel or anything like that and your symptoms have been going on for a long time, but uh, it may also be worthwhile to uh, also check for things like TB, which could also cause you to cough up blood. Um, so we'll start, we'll start from there, and then if those come back negative, then we'll work you up further for other things that you may have, but are like more rare. How does that sound? -P: That sounds like a good plan. Thank you. +P: That sounds like a good plan. Thank you. D: Okay, great. No problem. diff --git a/tests/data/transcripts/RES0131.txt b/tests/data/transcripts/RES0131.txt index d702030..2983120 100644 --- a/tests/data/transcripts/RES0131.txt +++ b/tests/data/transcripts/RES0131.txt @@ -22,7 +22,7 @@ D: Okay, and does it sound harsh? P: Uh, maybe a little bit, yeah. -D: Okay. Is it getting worse do you think? +D: Okay. Is it getting worse do you think? P: Yeah, I think so. @@ -30,11 +30,11 @@ D: Okay, are you experiencing any shortness of breath along with the cough? P: Uh, a little bit after, um, if I have like a coughing fit that's bad enough, but um, for the most part, I've been okay. -D: Okay, any wheeziness? +D: Okay, any wheeziness? P: Um, no. -D: No. Chest pain? +D: No. Chest pain? P: No. @@ -44,7 +44,7 @@ P: No, I haven't felt like that. D: Okay. Um, any dizziness or fainting spells? -P: No. +P: No. D: Uh, numbness or tingling? @@ -74,25 +74,25 @@ D: Okay yeah, that makes sense. Um, have you had any fevers recently? P: Um, I have felt a bit hot um, and, but I, I didn't check my temperature and um, yeah. -D: Okay. How about weight loss, have you experienced any weight loss recently? +D: Okay. How about weight loss, have you experienced any weight loss recently? P: No, I've been, my weight's been pretty stable. -D: Okay. Um, any rashes? +D: Okay. Um, any rashes? -P: No, I haven't noticed any rashes. +P: No, I haven't noticed any rashes. D: Okay, um, and any changes in your hearing or vision? P: No. -D: Runny nose or stuffy nose? +D: Runny nose or stuffy nose? P: No. D: Sore throat? -P: Um, yeah, now that you mention it, I have had a little bit of a sore throat as well. Hasn't been too painful with um, like swallowing uh, foods or anything like that. It's kind of worse in the morning and it's not so bad later on. +P: Um, yeah, now that you mention it, I have had a little bit of a sore throat as well. Hasn't been too painful with um, like swallowing uh, foods or anything like that. It's kind of worse in the morning and it's not so bad later on. D: Okay um, alright. How about changes in your smell or taste? @@ -100,7 +100,7 @@ P: No, nothing like that. D: Um, changes in your bowel movements? -P: No, I've been uh, regular. +P: No, I've been uh, regular. D: Okay um, and then nausea or vomiting? @@ -110,7 +110,7 @@ D: Okay um, changes in your urine? P: No, I've had UTIs, like one or two in the past, um, so I know what that's like. So yeah, everything's been normal. -D: Okay, good. And are you otherwise healthy or do you have any longstanding medical conditions? +D: Okay, good. And are you otherwise healthy or do you have any longstanding medical conditions? P: Uh, I have asthma, which I will like, asthma and allergies, and I'll use um, just Ventolin for that every like once in awhile, but it hasn't bugged me too frequently. @@ -144,7 +144,7 @@ P: Um, my grandfather had, had a stroke when he was in his 70s and um, but he wa D: Okay, um and do you smoke? -P: No, I don't +P: No, I don't D: No, okay. Any other recreational drugs like marijuana, cocaine, heroin or anything like that? @@ -160,7 +160,7 @@ P: I am, yeah with uh, with my boyfriend. Um, we use uh, condoms as well. D: Okay, so you use both condoms and you're on birth control so, okay good, that's a lot of protection. Um, how long have you two been together? -P: Um, uh six months. +P: Um, uh six months. D: Okay, okay, good. And um, any sick contacts recently? @@ -170,21 +170,21 @@ D: No, okay. Any travel recently? P: Nope, just been um, going to, or just been doing online uh, classes. I'm finishing up my masters right now. -D: Okay, okay wow, congrats. +D: Okay, okay wow, congrats. P: Thank you. D: Um, and where do you live and who do you live with? -P: Yeah, so I live in an apartment downtown here um, just with uh one of, one of my friends who's a roommate. +P: Yeah, so I live in an apartment downtown here um, just with uh one of, one of my friends who's a roommate. D: Okay, and is everyone at home healthy? -P: Yeah, she hasn't had any any symptoms, any symptoms either. +P: Yeah, she hasn't had any any symptoms, any symptoms either. D: Okay. Okay, well those were all the questions that I had for you. Did you have any questions um, or anything that you wanted to bring up that I haven't covered? -P: No, that's it. I was just uh, I mean concerned about COVID. I've been hearing about this new variant and stuff on the news so, a little bit worried. +P: No, that's it. I was just uh, I mean concerned about COVID. I've been hearing about this new variant and stuff on the news so, a little bit worried. D: Yeah for sure. We will definitely um, take a swab from you today and we'll see um, what the results are. You should hear back in about 24 to 48 hours, but in the meantime you should self isolate for 14 days um, and if it's not COVID, if that comes back negative, and um yeah, some of your symptoms also sound like other typical viral symptoms, so you could have one of the common strains that's going around this time of year. So for that just, it's um, you should just um, do some supportive care, you know, staying hydrated, eating well. And if your symptoms become worse, uh, you're running a really high fever, you have any neurological symptoms like weakness or seizures, then you should seek help from the ER. How does that sound? diff --git a/tests/data/transcripts/RES0132.txt b/tests/data/transcripts/RES0132.txt index 043a2ca..7fda6aa 100644 --- a/tests/data/transcripts/RES0132.txt +++ b/tests/data/transcripts/RES0132.txt @@ -4,13 +4,13 @@ P: Yeah hi, um, I have been coughing nonstop for the past three days, and today D: Yeah, for sure. And, so you said the cough started uh, three days ago. Were there any triggers to the cough or anything that, uh that changed three days ago? -P: No, nothing that I can think of um, I have, like the only thing that I've been doing is going to the grocery stores, uh the bank, and laundromat. Um, and once I ran all these errands, like, I just started having this coughing fit that hasn't stopped. +P: No, nothing that I can think of um, I have, like the only thing that I've been doing is going to the grocery stores, uh the bank, and laundromat. Um, and once I ran all these errands, like, I just started having this coughing fit that hasn't stopped. D: Okay, uh, has the cough gotten any better, or stayed the same, or gotten worse these past three days? -P: Uh, it seems like it's getting worse. +P: Uh, it seems like it's getting worse. -D: Okay, are you bringing up any uh, sputum or phlegm? +D: Okay, are you bringing up any uh, sputum or phlegm? P: Um yes, it's yellow. @@ -20,7 +20,7 @@ P: Um no, this has happened to me before, um, like I don't know, like maybe a ye D: Okay. Um, and uh, have you seen any blood in the sputum? -P: No, no blood. +P: No, no blood. D: Okay. Um, and you mentioned you've been short of breath as well. Uh, how has that come on? @@ -32,21 +32,21 @@ P: Um no, no. D: Okay. And have you had any shortness of breath after, like if you lie down flat? -P: Um, no, not that I've noticed +P: Um, no, not that I've noticed -D: All right, and have you had a wheeze? +D: All right, and have you had a wheeze? P: A little bit, yeah. D: Okay um, uh, and have you had any um, infectious-like symptoms such as like red eyes, runny nose, or, or a sore throat? -P: No, nothing like that. +P: No, nothing like that. D: Okay, um, have you had any, any chest pain? -P: Nope, nothing like that. +P: Nope, nothing like that. -D: Have you had any lightheadedness or, or feeling dizzy? +D: Have you had any lightheadedness or, or feeling dizzy? P: No. @@ -60,15 +60,15 @@ P: No, not that I've noticed. D: Have you had any night sweats? -P: No. +P: No. D: And how has your weight been over the last several months? Have you had any weight loss or gain? -P: Uh no, it's been pretty stable. +P: Uh no, it's been pretty stable. D: Okay. Um, and have you had any abdominal pain? -P: Um, no. +P: Um, no. D: Any diarrhea? @@ -76,11 +76,11 @@ P: No. D: Or any urinary problems? -P: No. +P: No. -D: Okay. Um, and in the past um, oh sorry, before that, have you had any nausea or, or vomiting? +D: Okay. Um, and in the past um, oh sorry, before that, have you had any nausea or, or vomiting? -P: No. +P: No. D: Okay. Uh, and any confusion or, or changes to um, um memory? @@ -88,11 +88,11 @@ P: No. D: Okay, uh, or loss of taste or sense of smell? -P: Uh no. +P: Uh no. D: Okay uh, so the, you've been experiencing this cough that's been getting worse over the last couple of days, as well as bringing up some yellow sputum, um, and been short of breath. Have you been experiencing any other symptoms? -P: No, that's pretty much it. +P: No, that's pretty much it. D: Okay. Um, and in the past, have you um, been diagnosed with any medical conditions? @@ -116,7 +116,7 @@ P: Um, no none. None, yeah. D: Okay. Um, and uh, are your immunizations up to date? -P: Yes, I believe so. +P: Yes, I believe so. D: Okay, um and have you had any surgeries or, or um, hospitalizations? @@ -144,23 +144,23 @@ P: Oh, for like 40-plus years um, I used to smoke a pack a day. D: Okay, well that's great that uh, that you quit, so congratulations. -P: Thank you. +P: Thank you. D: And do you drink alcohol? P: I drink once in a while. Like maybe every other day, I'll have a glass of wine. -D: Okay, and um, uh anybody, or sorry, have you been around anybody who's been sick recently? +D: Okay, and um, uh anybody, or sorry, have you been around anybody who's been sick recently? P: Uh no. -D: You said you went to the stores and stuff like that. +D: You said you went to the stores and stuff like that. P: Yeah, maybe from there, yeah. D: Okay, and have you traveled anywhere else, outside of the city? -P: Um, not recently, no. +P: Um, not recently, no. D: Alright, um, and any exposures to any like dust, chemicals, things like that? @@ -170,7 +170,7 @@ D: Okay, uh, and are you working currently or, or retired? P: I'm retired. -D: Okay, well, what did you do before? +D: Okay, well, what did you do before? P: I used to work uh, on the assembly line for Chrysler. diff --git a/tests/data/transcripts/RES0133.txt b/tests/data/transcripts/RES0133.txt index 5364dd3..1b1dccf 100644 --- a/tests/data/transcripts/RES0133.txt +++ b/tests/data/transcripts/RES0133.txt @@ -40,7 +40,7 @@ P: Um no, no, I wasn't. I was like, I had school, I came home, I didn't do anyth D: Okay. Yeah, so it sounds, yeah, just sort of came on on its own. Alright, and have you had any like, eye redness, or discharge, or a runny nose? -P: I have had uh, I've had a runny nose before, but no eye discharge. +P: I have had uh, I've had a runny nose before, but no eye discharge. D: Okay. With the runny nose, what, what, what could you describe the uh, mucus that was coming out? @@ -54,21 +54,21 @@ D: I see, and have you had a sore throat or do you have a sore throat? P: Um I have, so, it hurts because I'm coughing, but it doesn't seem like it's my actual throat. -D: Alright, is there any pain with swallowing food or liquids? +D: Alright, is there any pain with swallowing food or liquids? -P: No. +P: No. D: Okay. Um, and have you had any fevers or chills? -P: No. +P: No. D: Or any, any night sweats? -P: No. +P: No. D: And any changes to your weight recently? -P: Um, I've had some weight gain over the past like six months. +P: Um, I've had some weight gain over the past like six months. D: Okay, well that's great. And about how much? @@ -86,17 +86,17 @@ D: Any uh, diarrhea? P: No. -D: Or any urinary problems? +D: Or any urinary problems? P: No. D: Have you had any muscle aches or, or joint pains? -P: Uh, no. +P: Uh, no. D: Okay, and have you had any loss of your taste or sense of smell? -P: No. +P: No. D: Okay, um, and any skin changes or rashes? @@ -112,7 +112,7 @@ P: Uh no, I've been pretty healthy. D: That's great, and u, have you been, um, have you had any allergies before? -P: No. +P: No. D: Okay, and uh, do you take any medications regularly? @@ -140,7 +140,7 @@ P: Uh no, no one at home's been sick. D: Okay, and uh, how about anybody at school or, or work, or anything like that that you've been around who's been sick? -P: So one of my friends actually had like a runny nose and a cough as well a couple of days ago, but uh, she seems to be better now and her voice is okay. +P: So one of my friends actually had like a runny nose and a cough as well a couple of days ago, but uh, she seems to be better now and her voice is okay. D: Okay, and um, have you traveled anywhere outside of the city or province? @@ -148,17 +148,17 @@ P: No, no, not recently. D: Alright, and, um, in the home, is there any uh like, are you exposed to any violence of any sort, like physical or emotional, either yourself or, or witnessing? -P: No. +P: No. D: Okay, and what grade are you in? P: I'm in grade 7 or, yeah grade 7 now. -D: Oh awesome, and uh, I don't, is there any smoking in the home? +D: Oh awesome, and uh, I don't, is there any smoking in the home? -P: Uh no, no one smokes at home. +P: Uh no, no one smokes at home. -D: Okay um, and then, um, anybody in the family uh, have any heart or lung conditions? +D: Okay um, and then, um, anybody in the family uh, have any heart or lung conditions? P: Heart or lung? I know, um, like, heart disease, runs on my father's side of the family. I'm not really sure like exactly what, what kind of diseases though. diff --git a/tests/data/transcripts/RES0134.txt b/tests/data/transcripts/RES0134.txt index 352e3d9..47aaff7 100644 --- a/tests/data/transcripts/RES0134.txt +++ b/tests/data/transcripts/RES0134.txt @@ -4,7 +4,7 @@ P: Yeah, um I haven't been feeling very well over the past two days. I have had D: Okay, uh, have you checked your temperature? -P: No, I haven't actually checked it, but I'm just feeling hot and I'm having chills. +P: No, I haven't actually checked it, but I'm just feeling hot and I'm having chills. D: Okay, were you having like night sweats as well? @@ -18,7 +18,7 @@ D: Okay. It's um, so the cough started about a day and a half ago as well? P: Yes. -D: Okay. Uh, did you have a cough prior to this or is it new? +D: Okay. Uh, did you have a cough prior to this or is it new? P: It's new. @@ -28,7 +28,7 @@ P: Um, it's uh yeah, it's um, it's dry most of the time, but once in a while I'l D: Okay, have you noticed any blood? -P: No, no blood. +P: No, no blood. D: All right, and have you had any chest pain? @@ -38,13 +38,13 @@ D: Okay, where do you feel the pain? P: Uh, it seems to be central on my chest. -D: Do you feel it radiating anywhere, like to your back or to either side? +D: Do you feel it radiating anywhere, like to your back or to either side? P: No. D: Okay, how would you describe the pain? Like sharp, dull? -P: Um, it's pretty sharp when I take a deep breath in. +P: Um, it's pretty sharp when I take a deep breath in. D: How long does the pain last for, and is there anything that you do that makes it go away? @@ -56,7 +56,7 @@ P: Yeah. D: Alright. And have you had any wheeze? -P: Uh, a little bit, yes. +P: Uh, a little bit, yes. D: Alright, and uh, is the wheeze new as well? @@ -70,7 +70,7 @@ D: Okay, and you said it, yeah, you've been short of breath as well. Um, are you P: Um it's, yeah, I'm still a little bit short of breath and I, I guess the shortness of breath gets worse when I'm walking or doing something physical. -D: Okay and did, is this new or did you have this before? +D: Okay and did, is this new or did you have this before? P: It's new. @@ -84,7 +84,7 @@ P: Uh, no, not that I've noticed. D: And how many pillows do you sleep with? -P: Uh, just the one. +P: Uh, just the one. D: Okay um, and have you had any headaches? @@ -104,13 +104,13 @@ P: Um, that started a little bit before the cough, actually. D: Okay, and you're still feeling that now? -P: Yeah. +P: Yeah. D: Okay. Have you had a sore throat? -P: No sore throat. +P: No sore throat. -D: Okay, and um, have you had any um, muscle aches or body pains? +D: Okay, and um, have you had any um, muscle aches or body pains? P: Um I, yeah, I guess my muscle aches a little bit um, it's very dull though, it's not sharp. @@ -120,7 +120,7 @@ P: Yeah, my energy's been pretty low. Um, I've been feeling very tired. D: Okay, and how long has that been going on for? -P: Um, for about the same amount of time. Like three days, yeah. +P: Um, for about the same amount of time. Like three days, yeah. D: Alright, and have you had any abdominal pain? @@ -132,7 +132,7 @@ P: No. D: And any changes to your urinary habits, like pain or? -P: Uh no, nothing like that. +P: Uh no, nothing like that. D: Okay, and um, how has your appetite been? @@ -194,7 +194,7 @@ D: Okay, um, okay. And um, are you taking any other medications besides the ones P: Um, no, no other medications. -D: And do you have any allergies? +D: And do you have any allergies? P: Uh, no. @@ -206,19 +206,19 @@ D: Okay, great, and do you have any supports in the home that, that help you wit P: So I am pretty independent for most things. Um, there will be like a CCAC care worker who comes in, uh, once in a while just to help me clean the house. -D: Okay, so once in a while, is this like once a week or once, yeah, how often? +D: Okay, so once in a while, is this like once a week or once, yeah, how often? P: Yeah, once every two weeks. D: Okay, well that's great. It sounds like you're managing really well on your own. Um, do you have any other supports nearby, like family or, or friends? -P: Um, I have some family close by um, my son lives close by, uh, and my daughter lives about 2 hours away. I'll see them about once a month. +P: Um, I have some family close by um, my son lives close by, uh, and my daughter lives about 2 hours away. I'll see them about once a month. D: Okay. Um, and do you smoke cigarettes? P: Um, yeah, I used to smoke, but I stopped about five years back. -D: Oh, congratulations on quitting. +D: Oh, congratulations on quitting. P: Thank you. diff --git a/tests/data/transcripts/RES0135.txt b/tests/data/transcripts/RES0135.txt index deb0498..a09a4fe 100644 --- a/tests/data/transcripts/RES0135.txt +++ b/tests/data/transcripts/RES0135.txt @@ -10,13 +10,13 @@ D: Okay, so it was between 38 and 39 each time you checked it. P: Yeah, and now I should mention like um, I checked today and she didn't have a fever today, but she sounds really wheezy now. -D: Okay, is the wheeze new today? +D: Okay, is the wheeze new today? P: Uh yeah. D: Okay, um, and the cough, that started about three or four days ago as well? -P: Yeah, that's right. +P: Yeah, that's right. D: And how, how does the cough sound? Does it sound like, barky or like a, seal-like cough? @@ -44,11 +44,11 @@ P: No, nothing like that. D: Okay, and has she had any, any like fainting spells? -P: No. +P: No. D: Okay. Um, and, yeah so she's had a fever, has she had any like, chills or night sweats, like where she's shaking? -P: Oh no, no. +P: Oh no, no. D: And how has her mood been? @@ -80,7 +80,7 @@ P: Yeah. D: Okay, um, it's still going on, but, but just less. -P: That's right, yeah. +P: That's right, yeah. D: Okay. On feeds or anything like that, did you notice like any redness in her, in the back of her throat? @@ -88,7 +88,7 @@ P: Um, I noticed some, um, yeah, I noticed some redness, but I just thought it w D: Okay, um, and um, have you noticed any skin changes or, or rashes? -P: No. +P: No. D: Alright, and any changes to bowel habits like diarrhea? @@ -112,9 +112,9 @@ P: I mean, when she was a few months old she had similar symptoms, um, and she w D: Okay, did she need like antibiotics or inhalers or anything like that? -P: I think they just gave her some oxygen and then um, some fluids. +P: I think they just gave her some oxygen and then um, some fluids. -D: Okay. Um, has she been diagnosed with any medical conditions before? +D: Okay. Um, has she been diagnosed with any medical conditions before? P: No. @@ -124,7 +124,7 @@ P: Uh no, before that she was fine. D: Alright, uh, are the immunizations up to date? -P: Yeah, everything's up to date. +P: Yeah, everything's up to date. D: Excellent. Um, and in terms of the pregnancy itself, were there any complications throughout um, with mom? @@ -140,7 +140,7 @@ P: Uh no, nothing like that. D: And how is her growth and development been thus far? Any concerns? -P: No. +P: No. D: Okay, um, that's great, and in terms of um, the home environment, who's living with her and um, who's primarily looking after her? @@ -156,11 +156,11 @@ P: Um no, we haven't gone anywhere recently. D: Okay, um, and does anybody uh, in the house smoke? -P: Uh, nope. +P: Uh, nope. D: Okay, and are there, are there any pets or are there any like carpets or um, linens that can hold, hold a lot of dust or dander? -P: No. +P: No. D: Okay, any other exposures, to like triggers, or potentially things that, that could be exposed or stuff like, that could be inhaled? @@ -176,7 +176,7 @@ P: No, nothing like that. D: Okay, um, and family history of any cancer? -P: No. +P: No. D: Okay. Um, so were there any other um, so that was everything that I wanted to ask today before I went on to the physical exam. Um, was there anything else that you, that you wanted to add or were wondering about that I maybe forgot to ask? @@ -186,6 +186,6 @@ D: Um, so the, the physical exam and the, the vital signs will really, will help P: Yeah. -D: Um, and um, this could be uh, caused by um, a viral infection, which could be something along the lines of uh, like a common cold type picture, and we can get like inflammation of uh, really small airways, um, and it can cause that cough, and fever, and some of the symptoms that she's experiencing. And also, um, these symptoms do overlap with COVID as well, um, and so it'll be important to get a COVID swab just in case. Um, but um, if that is the, the scenario, then it will be um, supportive care with oxygen, fluids and we'll make sure that um, that her, her breathing is uh, okay. And possibly, we'll need steroids and um, and uh, an inhaler if necessary. +D: Um, and um, this could be uh, caused by um, a viral infection, which could be something along the lines of uh, like a common cold type picture, and we can get like inflammation of uh, really small airways, um, and it can cause that cough, and fever, and some of the symptoms that she's experiencing. And also, um, these symptoms do overlap with COVID as well, um, and so it'll be important to get a COVID swab just in case. Um, but um, if that is the, the scenario, then it will be um, supportive care with oxygen, fluids and we'll make sure that um, that her, her breathing is uh, okay. And possibly, we'll need steroids and um, and uh, an inhaler if necessary. P: Okay. Okay, that sounds good, thank you. diff --git a/tests/data/transcripts/RES0136.txt b/tests/data/transcripts/RES0136.txt index ea7fe07..b4cef74 100644 --- a/tests/data/transcripts/RES0136.txt +++ b/tests/data/transcripts/RES0136.txt @@ -8,7 +8,7 @@ P: Kind of around the same time when I woke up in the morning. D: And did it wake you up from sleep at all? Like did you wake up trying to catch a breath or anything? -P: No. +P: No. D: Okay, so it happened after you had woken up and gotten out of bed. And um, so, can you describe your cough a little bit? Is it wet or is it dry? @@ -16,9 +16,9 @@ P: Um, it's just um, it's just a dry cough. D: Okay, you're not bringing up any sputum or any other material? -P: No. +P: No. -D: And uh, are you coughing up any blood by any chance? +D: And uh, are you coughing up any blood by any chance? P: No. @@ -34,9 +34,9 @@ D: No. Were you doing anything before it started? Like were you doing any, any a P: No, I was just uh, I, I slept in, I slept in a bit more than usual, um, and I was feeling quite um, drowsy. My, my doc increased my pain meds and I took the first dose um, yesterday night, um, I actually took an extra pill um, um, of the morphine um, and yeah, I don't know, maybe it, it's an allergic reaction to the morphine. -D: Have you had any allergic reactions before? +D: Have you had any allergic reactions before? -P: No. +P: No. D: And so you took an extra morphine last night and then went to sleep. Um, did you wake up coughing or catching your breath or anything like that? @@ -52,7 +52,7 @@ P: Yeah, since yesterday. Actually, not even yesterday, this morning I would say D: This morning, okay. Um, and is there anything that makes your symptoms worse? Like does lying down make your symptoms worse? -P: Not really. +P: Not really. D: No. How about exerting yourself, does it make your symptoms worse? @@ -62,7 +62,7 @@ D: Okay. Um, do you have any other symptoms like any fevers or chills? P: I checked my fever last night, it was um, 37.2. -D: Okay, so you didn't have a fever last night, okay. Um, do you have any other symptoms like dizziness uh, any fainting spells? +D: Okay, so you didn't have a fever last night, okay. Um, do you have any other symptoms like dizziness uh, any fainting spells? P: No. @@ -76,17 +76,17 @@ P: No, I don't. D: And um, have you been traveling at all recently? -P: No. +P: No. D: Any contact with anyone who has been sick recently? -P: No. +P: No. D: No. Uh, any nausea or vomiting? -P: No. +P: No. -D: Okay. Any night sweats? +D: Okay. Any night sweats? P: No. @@ -100,33 +100,33 @@ P: Maybe a little bit. D: Okay. Have you been having any cold-like symptoms before the two days, like in the last week, like runny nose, sore throat? -P: No. I was, like, I was absolutely fine. +P: No. I was, like, I was absolutely fine. D: Okay. Um, how about, do you have any changes in your bowel movements like constipation, diarrhea? -P: No. +P: No. D: No. Any trouble with urinating? -P: No. +P: No. D: Okay, any sleep or appetite issues? -P: No. +P: No. D: Okay. Have you lost uh, significant weight in the last few months? -P: No. +P: No. D: Okay. Um, have you been exposed to anyone who may have had tuberculosis? -P: I don't think so. +P: I don't think so. -D: No, and uh, do you have any pets or animals at home? +D: No, and uh, do you have any pets or animals at home? P: Um, I have a dog. -D: Have you ever had any allergies to any pets or animals? +D: Have you ever had any allergies to any pets or animals? P: No. @@ -140,27 +140,27 @@ P: I um, I just have the osteoarthritis. D: Osteoarthritis, okay. Is that why you're taking the? -P: Yeah, yeah. +P: Yeah, yeah. -D: And are you taking any other medications? +D: And are you taking any other medications? P: I take uh, Advil. D: Advil, okay. Any allergies that you know of? -P: Um, no. +P: Um, no. D: Okay, any previous hospitalizations? P: Um, I had my wisdom teeth removed. But no, I wasn't, I wasn't hospitalized. -D: Okay, is that the only surgery that you've had, or have you had anything else? +D: Okay, is that the only surgery that you've had, or have you had anything else? P: Yeah. No, that's it. D: Any family history of any lung or heart conditions? -P: Uh no. +P: Uh no. D: Any cancers? @@ -182,11 +182,11 @@ D: Okay. Okay, um, do you smoke currently? P: No. -D: Have you smoked in the past? +D: Have you smoked in the past? P: No. -D: Okay, and do you work currently? +D: Okay, and do you work currently? P: Uh I, I do. diff --git a/tests/data/transcripts/RES0137.txt b/tests/data/transcripts/RES0137.txt index f68d3b5..0e881f3 100644 --- a/tests/data/transcripts/RES0137.txt +++ b/tests/data/transcripts/RES0137.txt @@ -1,8 +1,8 @@ D: So what uh, brings you here today? -P: I am here with uh, with my daughter, who has just been having a cough for the past um, two weeks. +P: I am here with uh, with my daughter, who has just been having a cough for the past um, two weeks. -D: Okay, um, and can you describe the cough a little bit? Is it a dry cough or is she bringing anything up? +D: Okay, um, and can you describe the cough a little bit? Is it a dry cough or is she bringing anything up? P: Um, it is a, it is a dry cough, um, but she just keeps coughing and coughing and, and then she just, you know, once she'll start coughing she just doesn't stop. And then um, there's been times when she just turns blue, she's coughing so much. Um, and then it just gets, gets better um, on its own. But yeah, it's a dry cough. @@ -14,21 +14,21 @@ D: Okay, is it kind of a wheeze? P: Yeah, sure. -D: Okay. Um, and so there's episodes where she also turns blue? +D: Okay. Um, and so there's episodes where she also turns blue? P: When she's coughing a lot, yeah, she does. -D: Okay. +D: Okay. -P: She's also vomited once or twice. +P: She's also vomited once or twice. D: Oh, I see, okay. Um, any blood in the vomit? Or is she coughing up any blood? P: No. -D: No, okay. Um, any, so this started two weeks ago, any kind of symptoms of runny nose or um, cold-like symptoms before then? +D: No, okay. Um, any, so this started two weeks ago, any kind of symptoms of runny nose or um, cold-like symptoms before then? -P: Yeah, yeah she did have a bit of a runny nose. It was just uh, watery, uh, since discharge. And at that time her cough, she had a cough as well. Um, but I thought it was, you know, it's nothing. It was just like another flu and it would get better, but then she just, the runny nose got better without, in a couple of days, but the cough stayed. And it got, got pretty worse, uh, it got worse. +P: Yeah, yeah she did have a bit of a runny nose. It was just uh, watery, uh, since discharge. And at that time her cough, she had a cough as well. Um, but I thought it was, you know, it's nothing. It was just like another flu and it would get better, but then she just, the runny nose got better without, in a couple of days, but the cough stayed. And it got, got pretty worse, uh, it got worse. D: Okay, um, other than the cough uh, any, any fevers or chills? @@ -40,7 +40,7 @@ P: Yeah, she just has these episodes where she just coughs and coughs and coughs D: Okay. And is there anything that has helped her at all? Like any over the counter medications or anything like that? -P: I haven't tried anything, I'm just worried about, you know she's my first child and I don't know what to give her and what not to give her at this age. So I just decided to come in and not try anything over the counter. +P: I haven't tried anything, I'm just worried about, you know she's my first child and I don't know what to give her and what not to give her at this age. So I just decided to come in and not try anything over the counter. D: Okay. Um, and so, has this happened before at all? @@ -60,7 +60,7 @@ P: She does get tired, especially after, and then she's irritable and crying aft D: Okay. -P: Yeah. +P: Yeah. D: Okay. Um, any symptoms of diarrhea or constipation? @@ -72,11 +72,11 @@ P: No. D: No. How's her sleeping like? -P: Uh, not great. It's just the cough keeps uh, waking her up and she just doesn't, can't fall asleep. +P: Uh, not great. It's just the cough keeps uh, waking her up and she just doesn't, can't fall asleep. D: Okay, any uh, exposure to dust or fumes, or animals or pets at home? -P: We, we did get a cat um, about a month ago. +P: We, we did get a cat um, about a month ago. D: Okay. Um, and any, has she been diagnosed with any medical conditions in the past? @@ -86,7 +86,7 @@ D: Um, and any allergies that you know of? P: Um, no. -D: And um, any previous hospitalizations or surgeries? +D: And um, any previous hospitalizations or surgeries? P: No. @@ -130,7 +130,7 @@ D: Okay. And in terms of her milestones, has she been meeting all of them on tim P: Yes. -D: Okay. Alright, so I think those are all the questions I have for you today. Do you have any questions or concerns? +D: Okay. Alright, so I think those are all the questions I have for you today. Do you have any questions or concerns? P: Uh, no. diff --git a/tests/data/transcripts/RES0138.txt b/tests/data/transcripts/RES0138.txt index 778c74b..4c6bcc5 100644 --- a/tests/data/transcripts/RES0138.txt +++ b/tests/data/transcripts/RES0138.txt @@ -24,7 +24,7 @@ P: No, no. D: Any blood? -P: Um, no, no blood. +P: Um, no, no blood. D: No blood, okay. And with your shortness of breath, is it, are you having difficulty taking deep breaths, or do you find that you're taking more fast, shallow breaths? @@ -42,7 +42,7 @@ D: No. And do you ever wake up gasping for air? P: No. -D: Okay. Um, and have you tried anything that's helped you uh, relieve some of these symptoms? +D: Okay. Um, and have you tried anything that's helped you uh, relieve some of these symptoms? P: Sorry, could you say that again? @@ -52,7 +52,7 @@ P: No, no I haven't. D: Um, have you traveled at all recently? -P: No. +P: No. D: Have you been in contact with anyone that's been sick? @@ -60,13 +60,13 @@ P: Um, no, not really. I, I did go out to the pharmacy to get my medications, bu D: And what, what medications do you take? -P: Um, I just take aspirin. +P: Um, I just take aspirin. D: Aspirin, okay. Have you been diagnosed with any medical conditions? -P: I had a heart attack. +P: I had a heart attack. -D: Oh okay, well when was that? +D: Oh okay, well when was that? P: Last year. @@ -74,13 +74,13 @@ D: Last year, well I'm so sorry and um, did they give you any medications to go P: Yeah yeah, yeah there, there were a couple of other medications as well. Something um, something, something -pril. And uh, I think there's uh, uh, rosuvastatin. -D: Okay, and do you still take those? +D: Okay, and do you still take those? P: Yeah, I take those. Sometimes I forget that I do, I try to take them as much as I can. D: Okay, and you also take the aspirin. Alright, have you noticed any fevers or chills? -P: No. +P: No. D: Nausea or vomiting? @@ -88,7 +88,7 @@ P: Nope. D: And any chest pain? -P: Uh, no. +P: Uh, no. D: No, okay. Any increased fatigue? @@ -96,7 +96,7 @@ P: No. D: Any diarrhea or constipation? -P: No. +P: No. D: Any numbness or tingling anywhere? @@ -108,9 +108,9 @@ P: Um, no, I don't think so. D: Any trouble urinating? -P: Um, no. +P: Um, no. -D: Okay, have you noticed any swelling um, in your feet, ankles, legs at all? +D: Okay, have you noticed any swelling um, in your feet, ankles, legs at all? P: No. @@ -118,7 +118,7 @@ D: Okay. Um, and how's your appetite been like? P: Um, it's been, it's been the same. -D: Okay, and any um, significant weight changes? Have you lost any weight? +D: Okay, and any um, significant weight changes? Have you lost any weight? P: No. @@ -136,7 +136,7 @@ P: Yeah, lots of chemicals and things like that. D: Okay. And any exposure to any pets or animals? -P: Uh, no. +P: Uh, no. D: Besides your medical history of having a heart attack and some blood pressure, um, any other medical conditions? @@ -144,7 +144,7 @@ P: Uh, I just have high blood pressure. D: Okay, any allergies to any medications or any environmental allergies? -P: No. +P: No. D: Okay. Um, any hospitalizations besides when you had a heart attack, previously? @@ -154,31 +154,31 @@ D: Any surgeries? P: No. -D: Okay. Did they tell you at all what the cause of your heart attack was? +D: Okay. Did they tell you at all what the cause of your heart attack was? P: Um, they just uh, they said it was my, my diet. -D: They said diet, okay. +D: They said diet, okay. P: Yeah, something about cholesterol. -D: Did you require any stents, or did you have to get a bypass surgery or anything like that? +D: Did you require any stents, or did you have to get a bypass surgery or anything like that? P: Uh, they put in, I think they put in stents. -D: Stents, okay. Um, any family history of any heart or lung conditions? +D: Stents, okay. Um, any family history of any heart or lung conditions? -P: Yeah, um, my um, mom had heart failure. +P: Yeah, um, my um, mom had heart failure. -D: Okay, um, and how old was she when she had her heart failure? +D: Okay, um, and how old was she when she had her heart failure? -P: She was young, she was uh, 55. +P: She was young, she was uh, 55. D: 55, okay. Um, and currently, right now, or sorry, do you have any family history of any cancers, any lung cancer or anything like that? -P: No. +P: No. -D: And currently do you work or are you retired? +D: And currently do you work or are you retired? P: I'm retired. @@ -198,17 +198,17 @@ D: How long would you say you smoked for? P: Um, I'd say 45 years. -D: And how much would you smoke in an average day? +D: And how much would you smoke in an average day? -P: Um, about a pack a day. +P: Um, about a pack a day. D: Um, any recreational drugs like marijuana? -P: No. +P: No. D: And do you drink alcohol? -P: Yeah I do. Um I'll, I'll drink a glass at night, every night. +P: Yeah I do. Um I'll, I'll drink a glass at night, every night. D: And a glass of, what would you drink? @@ -216,9 +216,9 @@ P: Oh just a, a glass of wine, white wine. D: Okay, so those are all the questions I have for you today. Any questions for me? -P: No. +P: No. -D: Okay, so yeah, there's definitely like the coughing and shortness of breath are definitely concerning, and they've been going on for a pretty long time. Do you ever have any night sweats or anything like that? +D: Okay, so yeah, there's definitely like the coughing and shortness of breath are definitely concerning, and they've been going on for a pretty long time. Do you ever have any night sweats or anything like that? P: No. diff --git a/tests/data/transcripts/RES0139.txt b/tests/data/transcripts/RES0139.txt index 691cbba..8196fd2 100644 --- a/tests/data/transcripts/RES0139.txt +++ b/tests/data/transcripts/RES0139.txt @@ -10,13 +10,13 @@ D: How would you describe the cough? Is it a wet cough or a dry cough? P: It's a dry cough. -D: Okay, are you bringing up any uh, sputum or blood at all? +D: Okay, are you bringing up any uh, sputum or blood at all? P: Uh no. D: Um, would you describe it as like a, a barking cough, a harsh cough, or a muffled cough? -P: Not really. +P: Not really. D: No, okay. Um, before you started uh, coughing, did you have any other symptoms, like runny nose, congestion, sore throat, anything like that? @@ -26,7 +26,7 @@ D: Okay, so it's just the cough? P: Yeah. -D: Okay. Any fevers or chills? +D: Okay. Any fevers or chills? P: Nope. @@ -42,7 +42,7 @@ D: Okay, and has it gotten any better at all or stayed around the same? P: It's stayed the same. -D: Okay. Has this happened to you before, where you had a cough for a long time? +D: Okay. Has this happened to you before, where you had a cough for a long time? P: No. @@ -54,17 +54,17 @@ D: Okay. Um, any recent travel or contact with anyone that's been sick? P: I don't think so, no. I just went to my, I went to see my family doctor um, for some prescriptions. -D: Okay. +D: Okay. P: Um, three weeks ago. D: Three weeks ago, okay. Any headaches at all? -P: No. +P: No. D: Okay, nausea or vomiting? -P: No. +P: No. D: Any night sweats? @@ -72,9 +72,9 @@ P: Um, no, nothing like that. D: Any fatigue at all? -P: No. +P: No. -D: No. Any shortness of breath? +D: No. Any shortness of breath? P: No. @@ -108,11 +108,11 @@ P: No, everything's okay. D: Okay, and any uh, loss of your sense of taste or smell? -P: No. +P: No. D: No, okay. Um, any exposure to any fumes or dust within your environment, or animals or pets? -P: No. +P: No. D: Um, and otherwise, do you have any medical conditions like asthma, COPD, anything like that? @@ -128,7 +128,7 @@ P: Um, just penicillin. D: Just penicillin. And have you taken any antibiotics or penicillin recently? -P: No. +P: No. D: No, and um, what medications are you on? @@ -138,7 +138,7 @@ D: Just the ramipril? P: I also take, I also take a multivitamin. -D: Multivitamin, okay. Have you been hospitalized before or had any surgeries? +D: Multivitamin, okay. Have you been hospitalized before or had any surgeries? P: No. @@ -182,11 +182,11 @@ D: Okay, and how long have you been smoking for? P: Um, so I, I used to smoke a lot when I was young and then I quit. And then I started again two years ago. -D: Okay. Um okay, and do you use any recreational drugs like marijuana? +D: Okay. Um okay, and do you use any recreational drugs like marijuana? P: No, I don't. -D: Okay, um, and do you drink alcohol? +D: Okay, um, and do you drink alcohol? P: Yeah. @@ -194,7 +194,7 @@ D: How much would you say you drink on an average day? P: More than I would like to mention. I, yeah, I, maybe 5 or 6 beers a day. -D: Okay, and um, is this something that's new for you, or has been going on for years now? +D: Okay, and um, is this something that's new for you, or has been going on for years now? P: Again, that started about two years ago, so. @@ -204,9 +204,9 @@ P: No, nothing else. D: Yeah, so we can definitely talk more about alcohol usage definitely, especially when there's uh, people going through stressful times. There can be increasing substance use, including alcohol, so we definitely have a lot of resources that we can um, discuss today if you would like. -P: Yeah, I would really like that. Thank you. +P: Yeah, I would really like that. Thank you. -D: You're welcome. Um yeah, but those are all the questions I had for today. We'll definitely do like a physical examination, but it seems you've just been having a cough for the last two weeks. +D: You're welcome. Um yeah, but those are all the questions I had for today. We'll definitely do like a physical examination, but it seems you've just been having a cough for the last two weeks. P: Yeah. @@ -220,10 +220,10 @@ P: Okay. D: Other than that, sometimes uh, with a history of smoking, you can have something called uh, COPD. We can, like after the physical examinations and everything, we can potentially discuss doing pulmonary function tests as well. Um, and yeah, but other than that, it can also just be like a dry cough, can be just a viral upper respiratory tract infection that takes two or more weeks to resolve. In that case we wouldn't really. -P: Sure. +P: Sure. -D: Um, yeah, so we'll do the physical examination and then go from there. +D: Um, yeah, so we'll do the physical examination and then go from there. -P: Sounds great. +P: Sounds great. D: Alright, take care. diff --git a/tests/data/transcripts/RES0140.txt b/tests/data/transcripts/RES0140.txt index a2dd645..94b9ce2 100644 --- a/tests/data/transcripts/RES0140.txt +++ b/tests/data/transcripts/RES0140.txt @@ -8,7 +8,7 @@ P: Yeah. D: Were you absolutely fine last night? -P: Yeah, I didn't have any trouble last night. +P: Yeah, I didn't have any trouble last night. D: I see, I see, okay. Um, any other, does the chest pain only occur when you're taking a deep breath in? @@ -54,13 +54,13 @@ D: Is your pain controlled well with Tylenol? P: Yeah, I tried to suck it up. I just don't wanna go on those other medications. I've heard like, you can get addicted to them. -D: Yeah, that's fair, that's a fair point. But it's also, I guess it's important that you move around at home. Um, so maybe try to, maybe we can increase your Tylenol dose, or maybe um, see if there's another pain med that you can be started on if you're not interested in opioids, just to make sure that you're moving around 'cause that's very important. At the hospital, did you receive an injection in your, in your tummy. +D: Yeah, that's fair, that's a fair point. But it's also, I guess it's important that you move around at home. Um, so maybe try to, maybe we can increase your Tylenol dose, or maybe um, see if there's another pain med that you can be started on if you're not interested in opioids, just to make sure that you're moving around 'cause that's very important. At the hospital, did you receive an injection in your, in your tummy. P: An injection in my tummy, um. D: Every day, once a day? -P: I think so, yeah I did. +P: I think so, yeah I did. D: Okay, okay. Um, alright. And do you have any allergies? @@ -80,7 +80,7 @@ P: I used to smoke in, probably in my 20s and 30s, but then I stopped when I had D: Do you drink alcohol? -P: Um, yeah, probably uh, a glass, once or twice um, every couple days. +P: Um, yeah, probably uh, a glass, once or twice um, every couple days. D: Um, and sorry. just going back, how much did you smoke in your 20s and 30s and for how many years? @@ -90,11 +90,11 @@ D: Alright um, and do you consume any marijuana or any recreational drugs? P: No. -D: Okay, alright. Well given your symptoms, um, with the, with the swelling and the pain in the right calf and the difficulties breathing, it's very likely that you have um, and your recent hospitalization and hip injury, um it sounds like you might have something called, or pulmonary embolism, basically, which is a blood clot inside your lungs, and so we'll do a scan of your lungs to see what's going on. We'll also do an ultrasound of your leg, and then um, we might have to treat, uh, this with blood thinners. And we definitely have to hospitalize you, and we'll be measuring your vitals and seeing if you need any oxygen to help you out. +D: Okay, alright. Well given your symptoms, um, with the, with the swelling and the pain in the right calf and the difficulties breathing, it's very likely that you have um, and your recent hospitalization and hip injury, um it sounds like you might have something called, or pulmonary embolism, basically, which is a blood clot inside your lungs, and so we'll do a scan of your lungs to see what's going on. We'll also do an ultrasound of your leg, and then um, we might have to treat, uh, this with blood thinners. And we definitely have to hospitalize you, and we'll be measuring your vitals and seeing if you need any oxygen to help you out. P: Okay, I'll be, I'll be here for a while then? -D: Well, we'll keep you for a bit, at least the next couple of days until your, your breathing gets better. And you've, you've been started on anti, on blood thinners. +D: Well, we'll keep you for a bit, at least the next couple of days until your, your breathing gets better. And you've, you've been started on anti, on blood thinners. P: Okay. diff --git a/tests/data/transcripts/RES0141.txt b/tests/data/transcripts/RES0141.txt index 6dae958..ef24587 100644 --- a/tests/data/transcripts/RES0141.txt +++ b/tests/data/transcripts/RES0141.txt @@ -2,9 +2,9 @@ D: How can I uh, help you today? P: Hi, so I just came in today because I've been just been feeling um, like my head's just been hurting for the past three or four days and I also felt really cold throughout the day for the last few days as well, so, um, I did end up checking my temperature just yesterday afternoon and it was um, 38.7 degrees celsius. -D: Okay, um. Tell me about the headache, where exactly is it? +D: Okay, um. Tell me about the headache, where exactly is it? -P: Yeah so it's kind of just throughout like the front of my forehead and it kind of goes to the side into my temple. +P: Yeah so it's kind of just throughout like the front of my forehead and it kind of goes to the side into my temple. D: And what does it feel like? @@ -24,7 +24,7 @@ P: Um, I definitely think just, if I rest, it's better if, but if I'm like, like D: Okay. Um, and other than the, um, the fever and headaches, have you um, had any um, cough? -P: No, no cough. +P: No, no cough. D: Runny nose or congestion? @@ -52,7 +52,7 @@ P: No. D: Um, do you feel like your heart is racing? -P: No. +P: No. D: Any diarrhea or constipation? @@ -64,7 +64,7 @@ P: No. D: Pain in your belly? -P: No. +P: No. D: Any muscle aches or joint pains? @@ -72,11 +72,11 @@ P: Uh, no, nothing like that. D: Okay, um, do you feel like your neck is stiff? -P: No. +P: No. D: Any numbness or tingling in your arms or fingers, or toes? -P: No. +P: No. D: Any um, night sweats or weight loss, unintentional? @@ -104,7 +104,7 @@ P: No, that's, that's all. D: Any medications other than metformin that you take? Anything over the counter? -P: Um, so I do take, when my migraines get bad, like I do take, I have taken naproxen before. +P: Um, so I do take, when my migraines get bad, like I do take, I have taken naproxen before. D: Okay. Surgeries? @@ -118,9 +118,9 @@ D: Okay, any allergies to medications, foods, or any environmental allergies? P: Not to any medications, but I do have an allergy to peanuts. -D: Okay, what happens? +D: Okay, what happens? -P: I do get like a, an anaphylactic reaction. +P: I do get like a, an anaphylactic reaction. D: Okay, okay. Um, and any um, family history of any medical conditions? @@ -142,9 +142,9 @@ D: Okay, and do you currently smoke or did you ever smoke in the past? P: No, I've never smoked. I do smoke marijuana just, maybe once or twice a month with some friends. -D: Okay, any recreational drugs? +D: Okay, any recreational drugs? -P: Sorry, no. +P: Sorry, no. D: Um, any alcohol? @@ -154,7 +154,7 @@ D: Okay, got it. Um, alright. Well, given your symptoms, um, we would like to do P: Okay, sounds good, um, and I work from home, so I don't need to. -D: Oh that's good. Okay, so you work from home. +D: Oh that's good. Okay, so you work from home. P: Alright. diff --git a/tests/data/transcripts/RES0142.txt b/tests/data/transcripts/RES0142.txt index 27f9ba4..e1f8f2f 100644 --- a/tests/data/transcripts/RES0142.txt +++ b/tests/data/transcripts/RES0142.txt @@ -28,7 +28,7 @@ P: Um, no, not, not, no cough really. I've also noticed, also like the back of m D: And um, any difficulties breathing? -P: No. +P: No. D: Any um, pain in your chest? @@ -52,13 +52,13 @@ P: No, I've been pretty healthy all my life. D: Any medications that you've been on? -P: Uh no. +P: Uh no. D: Any allergies? -P: No allergies. +P: No allergies. -D: Okay, and um, any medical conditions that run in the family? +D: Okay, and um, any medical conditions that run in the family? P: Um, I think um, my mom has diabetes, but that's about it. @@ -86,9 +86,9 @@ D: And what about um, marijuana? P: Um just socially, like right now there's no parties, but like when I'm at parties. -D: Um, what about alcohol? +D: Um, what about alcohol? -P: Uh, yeah, so just uh, socially again. +P: Uh, yeah, so just uh, socially again. D: Oh, yeah. diff --git a/tests/data/transcripts/RES0143.txt b/tests/data/transcripts/RES0143.txt index 77e02d0..a937787 100644 --- a/tests/data/transcripts/RES0143.txt +++ b/tests/data/transcripts/RES0143.txt @@ -8,7 +8,7 @@ P: Yeah. D: Go on, sorry. -P: So, it's more of just like a dry cough. I'm not really bringing anything up. +P: So, it's more of just like a dry cough. I'm not really bringing anything up. D: No blood? @@ -40,11 +40,11 @@ P: Uh no, but uh, sorry, for smell, like when I was a bit congested I, I could s D: Alright, and what about uh, sore throat? -P: No, no. No, sore throat. +P: No, no. No, sore throat. D: Okay. What about any difficulties with breathing? -P: Um, no, nothing like that. +P: Um, no, nothing like that. D: Any chest pain? @@ -62,13 +62,13 @@ D: Nausea or vomiting? P: No, no. -D: Diarrhea or constipation? +D: Diarrhea or constipation? P: No. D: Any aches in your, any muscle aches? -P: No. +P: No. D: Any numbness or tingling in your arms or feet? @@ -88,7 +88,7 @@ P: No, my weight's been the same. D: Okay. Alright, and um, so it sounds like you have a cough that started two weeks ago and then you only, and then you had two nights of, uh two nights where you felt sort of cold and you had the chills um, last week, but you uh started, you developed a runny nose um, a week ago? -P: Yeah, the runny nose has been more, um, this week. It kind of like, started with a cough last week. +P: Yeah, the runny nose has been more, um, this week. It kind of like, started with a cough last week. D: It, it, sorry, so it started with the cough last week? @@ -111,7 +111,7 @@ D: Um, and any conditions, medical conditions that run in the family? P: Um, I think my dad has uh, high cholesterol. D: And in terms of your living situation, do you live alone? - + P: Right now I'm uh, I usually live in a dorm going to university, but right now I'm home with my parents, uh, just doing virtual learning. D: Okay, okay. Um, and have you um, is there anyone else around in the home? Or just your parents and you? @@ -138,7 +138,7 @@ D: And what about marijuana? P: Yeah, same, same thing like I've tried it probably like four or five times so far. -D: Any recreational drugs? +D: Any recreational drugs? P: Uh no. diff --git a/tests/data/transcripts/RES0144.txt b/tests/data/transcripts/RES0144.txt index 0991821..d177ba9 100644 --- a/tests/data/transcripts/RES0144.txt +++ b/tests/data/transcripts/RES0144.txt @@ -22,7 +22,7 @@ D: It happens when you try to feed him? P: Uhm, Kind of just uh after awhile, just pushes it away, not really, uhm, yeah, uhm not really too excited about feeding. -D: OK, and what about diapers? How many wet diapers has he had over the past, or yesterday and today? +D: OK, and what about diapers? How many wet diapers has he had over the past, or yesterday and today? P: Probably around the same like usually has like five to six weight diapers and it's around the same. @@ -46,7 +46,7 @@ D: Mhmm. P: No, I haven't noticed that. -D: OK. What about coughing? +D: OK. What about coughing? P: Uhm, I haven't heard any, any coughing, no. @@ -80,27 +80,27 @@ P: Uhm no, I don't think so. D: OK, has you said that he hasn't had his formula much? But what about drinking? Like has he had anything to drink? Any milk or anything like that, or no? -P: No, I don't think so. +P: No, I don't think so. D: No, she hasn't had much to eat and or drink over the past or today? P: Yeah mostly. -D: So he might be a little bit dehydrated. +D: So he might be a little bit dehydrated. -P: Yeah. +P: Yeah. D: OK. Uhm, OK, well uhm, I, I, OK, so that's all I wanted to do know in terms of his current status, I would obviously want to examine him very carefully and see what's going on. Uhm, how has uh, how is he like just going back, how was your pregnancy? P: Pregnancy was uh, OK, no complications, but he was premature by two weeks, so I think he was born at 35 and four days. -D: OK, and were there any complications at that time, including complications related to the lung, something like respiratory distress syndrome? +D: OK, and were there any complications at that time, including complications related to the lung, something like respiratory distress syndrome? P: Yeah, so when he was born there was they needed to do, I forgot what it was, but they told me that initially he wasn't breathing, but then right afterwards after like within 5 minutes, he was fine. D: Hmm, uhm, OK, uhm, was he kept in the hospital in the NICU after being born? -P: Yeah, just because of that scare, they kept him for three more days, but like he was growing while there were no more episodes of the breathing issue, so they let him go after. +P: Yeah, just because of that scare, they kept him for three more days, but like he was growing while there were no more episodes of the breathing issue, so they let him go after. D: OK. Uhm, has, how has he been since then over the past six months? diff --git a/tests/data/transcripts/RES0145.txt b/tests/data/transcripts/RES0145.txt index 9b297ed..0eeb4b3 100644 --- a/tests/data/transcripts/RES0145.txt +++ b/tests/data/transcripts/RES0145.txt @@ -14,9 +14,9 @@ D: OK. And has it gotten better or worse or stayed the same since last week? P: Uh, it's it's gotten a little bit, little bit better. -D: OK, that's good. And the sore throat started four days ago, are you having any difficulties swallowing at all? +D: OK, that's good. And the sore throat started four days ago, are you having any difficulties swallowing at all? -P: Yeah, it's, it's, it's really sore. +P: Yeah, it's, it's, it's really sore. D: OK. Uhm, and I guess going back to the cough, does it make it difficult for you to fall asleep at night or does it wake you up in the middle of the night? @@ -24,7 +24,7 @@ P: No I, it hasn't done that. D: OK, alright. Other uh, and and I guess this sore throat has just gotten worse over the past four days or has been kind of the same or better? -P: Yeah, it's gotten a little, it's gotten a little bit worse over the last few days. +P: Yeah, it's gotten a little, it's gotten a little bit worse over the last few days. D: OK, do you have any other symptoms like headaches, stuffy nose, runny nose, uhm any discharge from your eyes, red eyes, any pain in your ears? Anything like that? @@ -44,7 +44,7 @@ P: No, I haven't. D: Changes in your sense of taste? -P: No. +P: No. D: OK, alright, and any chest pain? @@ -52,7 +52,7 @@ P: No, I haven't had any chest pain. D: Difficulties breathing? -P: No. +P: No. D: Any, uhm, I guess headache or any pressure in your cheeks or your head when you bend down or squat down? @@ -62,7 +62,7 @@ D: OK. Uhm, any belly pain, nausea or vomiting, any changes in your bowel moveme P: No. -D: OK. Alright. And do you have any medical conditions that you've been diagnosed with? +D: OK. Alright. And do you have any medical conditions that you've been diagnosed with? P: I've had uhm, like tonsillitis a few times in the, in the past. The last time happened about about six months ago, I'm wondering if I have strep throat. @@ -76,13 +76,13 @@ P: I do, yeah I do, yes, yeah. D: OK, uhm and any other medical conditions? -P: No. +P: No. -D: OK, any surgeries? +D: OK, any surgeries? P: No. -D: Have you ever been hospitalized? +D: Have you ever been hospitalized? P: No. @@ -90,7 +90,7 @@ D: OK. And any when you were younger would you have a lot of infections uhm, whe P: Uh, I did have a couple of ear infections when I was, when I was younger, but I haven't had any since. -D: OK. And no pneumonia or anything like that, right? +D: OK. And no pneumonia or anything like that, right? P: No, nothing like that. @@ -110,19 +110,19 @@ D: Right and uh, do you have allergies to food or environmental allergies or all P: Yeah I, I have allergies to peanuts. -D: What happens? +D: What happens? -P: Yeah, I do get anaphylaxis from it. I've uhm, or I'll get yeah like hives and throat swelling. And so I do carry an EpiPen, I haven't had to use it though. +P: Yeah, I do get anaphylaxis from it. I've uhm, or I'll get yeah like hives and throat swelling. And so I do carry an EpiPen, I haven't had to use it though. D: Yeah, that's good, that's good. And so couple questions about, uhm, I guess more general questions, do you, who do you live with and where do you live, in a house or an apartment? -P: Live in a house with uhm, with my parents and older sister. +P: Live in a house with uhm, with my parents and older sister. D: OK, and uhm, are you, uhm, are you currently smoking or have you ever smoked in the past? P: No. -D: OK. Also I just want to remind you that these questions will remain confidential between you and me. In case you're worried, no one's going to find out about what we're talking about unless you, unless there's concern about harm to you or harm to anyone else. Do you feel safe at home? +D: OK. Also I just want to remind you that these questions will remain confidential between you and me. In case you're worried, no one's going to find out about what we're talking about unless you, unless there's concern about harm to you or harm to anyone else. Do you feel safe at home? P: I do, yes. @@ -148,7 +148,7 @@ P: I don't think so. I mean, going to, we both I mean, we've been going back to D: OK. So you've been doing schooling in person, then, OK. -P: Yeah. +P: Yeah. D: Alright. Any medical conditions that run in your family, anything related to the lungs, or otherwise? @@ -156,7 +156,7 @@ P: Uh, no. D: OK, uhm, alright, well those are all the questions I had for you. So it sounds like last week you had itchy eyes runny nose, you were sneezing and you had a dry cough. And then over time some of those symptoms resolved and you continued to have a cough that was also getting better, but you then developed a sore throat. And you have been feeling feverish over the past two days. Did you measure, did you check your temperature last week? -P: I didn't check it last week, but I checked it yesterday and it was 38.2, I think. +P: I didn't check it last week, but I checked it yesterday and it was 38.2, I think. D: OK. diff --git a/tests/data/transcripts/RES0146.txt b/tests/data/transcripts/RES0146.txt index d9b844f..2652972 100644 --- a/tests/data/transcripts/RES0146.txt +++ b/tests/data/transcripts/RES0146.txt @@ -4,9 +4,9 @@ P: Uh, yesterday, right after leaving work I started to not feel well and this m D: I'm sorry that's doesn't sound good. So all this started yesterday or I guess yesterday was just with you were, not feeling too good and then just noticed all these symptoms this morning. Did you measure your temperature? -P: Yeah, I checked it this morning and it was 38.5. +P: Yeah, I checked it this morning and it was 38.5. -D: And uh, did you, can you tell me about your headache? +D: And uh, did you, can you tell me about your headache? P: Yeah, so I I started to get a little bit of a headache last night, so I tried some Tylenol. It helped relieve the pain a little bit so I can sleep then. And this morning I woke up but I uh, didn't have a headache at first, but it came on maybe an hour after waking up and it feels like a there's a band around squeezing my head. @@ -20,7 +20,7 @@ P: About a five. D: OK. Uhm and do you have any other symptoms, such as a runny nose or a stuffy nose? -P: Yeah, my nose has been, been runny. I started noticing, noticing that a little bit yesterday too actually, now that you mention it. +P: Yeah, my nose has been, been runny. I started noticing, noticing that a little bit yesterday too actually, now that you mention it. D: And what was the discharge? Or what was the discharge like? @@ -28,17 +28,17 @@ P: It's pretty runny in in. Yeah, it's pretty running clear. D: OK. Uhm, and do you have a cough? -P: No. +P: No. -P: OK. +P: OK. -D: Any sore throat? +D: Any sore throat? P: No. D: Uhm, have you had any difficulties with breathing? -P: No. +P: No. D: OK, any chest pain? @@ -50,13 +50,13 @@ P: Yeah well, well my nose has been itchy and I, I have been I have been sneezin D: Alright, and have you had any diarrhea or constipation? -P: No. +P: No. D: Any nausea or vomiting? -P: No. +P: No. -D: OK, any belly pain? +D: OK, any belly pain? P: No. @@ -76,7 +76,7 @@ D: Are you taking any other medications? P: I take vitamin D and a multivitamin. -D: And do you have any allergies? +D: And do you have any allergies? P: No. @@ -88,13 +88,13 @@ D: OK, and since you've been feeling sick, have you, been maintaining social dis P: Yeah, yeah we have. We we have separate, ah rooms that we've been able to distance for the last few days. -D: OK, that's good. And do you ah, have you traveled anywhere recently, outside the province? +D: OK, that's good. And do you ah, have you traveled anywhere recently, outside the province? P: No travel. D: OK, and do you smoke or have you ever smoked? -P: No. I I don't. +P: No. I I don't. D: And marijuana? @@ -106,7 +106,7 @@ P: No. D: Have you ever had or do you currently consume alcohol? -P: Yeah, have a few beers on the weekend, but I've been trying to cut down after I was told I have, uh, pre diabetes. +P: Yeah, have a few beers on the weekend, but I've been trying to cut down after I was told I have, uh, pre diabetes. D: Ok, that's really good. Umm, and, and OK, let's see, do you have any family history of any heart problems or any lung issues or any cancers? diff --git a/tests/data/transcripts/RES0147.txt b/tests/data/transcripts/RES0147.txt index 6a2ff43..347cb10 100644 --- a/tests/data/transcripts/RES0147.txt +++ b/tests/data/transcripts/RES0147.txt @@ -24,11 +24,11 @@ P: It's like greenish and yellow. D: Mhmm, OK. And you said that you had a cough prior to the past 12 hours. And that your cough is now worse. How is it worse? -P: Ah, it's been just happening more often and like just like throughout the day usually, my cough is only in the morning. I'll bring up some some sputum in it and I'm ok, but it's carried on throughout the day. +P: Ah, it's been just happening more often and like just like throughout the day usually, my cough is only in the morning. I'll bring up some some sputum in it and I'm ok, but it's carried on throughout the day. -D: OK, uhm, and, was your sputum and greenish yellow before as well? Or was it just starting yesterday or, or couple days ago? +D: OK, uhm, and, was your sputum and greenish yellow before as well? Or was it just starting yesterday or, or couple days ago? -P: Yeah, that's new. That's just starting new. It was more like, I don't know, whitish? Or yeah, white I guess, before? +P: Yeah, that's new. That's just starting new. It was more like, I don't know, whitish? Or yeah, white I guess, before? D: OK, alright and I guess has this ever happened to you before? @@ -36,11 +36,11 @@ P: Uh, no, this is the first time that that this has happened before. D: OK, and you have any other, I guess symptoms are until I ask you about a couple. Do you have any, do you feel confused or fuzzy? -P: No, that that feels OK. +P: No, that that feels OK. D: Any headaches? -P: No. +P: No. D: Any stuffy, stuffy nose or runny nose? @@ -48,27 +48,27 @@ P: No. D: Sore throat? -P: No. +P: No. D: Any chest pain? P: Ah, yeah I did. I do have a, uh, uh some, well, I guess I guess it's not really pain, it's more like like just chest tightness. I'm really having a hard time with that, with breathing. -D: Uhm, I see, OK. Do you feel like your heart's beating very fast? +D: Uhm, I see, OK. Do you feel like your heart's beating very fast? P: No. D: OK. Do you have any belly pain or any nausea or vomiting? -P: No. +P: No. D: Any changes in your bowel movements or any urinary symptoms? -P: No. +P: No. D: Any muscle aches? -P: No. +P: No. D: Fevers or chills? @@ -98,9 +98,9 @@ D: OK, and any hospitalizations? P: No, I haven't. -D: OK. Uhm, do you have any allergies to food, environmental allergies, or any allergies to medications? +D: OK. Uhm, do you have any allergies to food, environmental allergies, or any allergies to medications? -P: No. +P: No. D: OK. Do you have a or what's your current living situation? Are you living in an apartment or house? Do you live alone? Do you live with other people? @@ -114,7 +114,7 @@ D: What did you do for work? P: Uh, so before, I worked at the Beer Factory in in town, Labatt. -D: OK, and have you ever had any exposures to any chemicals or any anything that you, any irritants that you think any smoke that might affect your lungs? Or your, yeah. +D: OK, and have you ever had any exposures to any chemicals or any anything that you, any irritants that you think any smoke that might affect your lungs? Or your, yeah. P: Uhm, no, I don't think so. I mean, working in the factory environment, I, I'm sure things years ago weren't as clean as they are now, but yeah, I'm not sure. @@ -134,7 +134,7 @@ D: OK, have you ever have you been on oxygen at all? P: No, I haven't, but I feel like I could be right now. It's like, really, I'm short of breath. -D: Yeah, yeah, we can definitely do that here. Uhm, alright. So, given your symptoms, it sounds like maybe you're having a COPD exacerbation, potentially. Do you feel like you might have had contact with anyone who was sick? +D: Yeah, yeah, we can definitely do that here. Uhm, alright. So, given your symptoms, it sounds like maybe you're having a COPD exacerbation, potentially. Do you feel like you might have had contact with anyone who was sick? P: Not that I can think of. diff --git a/tests/data/transcripts/RES0148.txt b/tests/data/transcripts/RES0148.txt index 7d66ecf..668a5d3 100644 --- a/tests/data/transcripts/RES0148.txt +++ b/tests/data/transcripts/RES0148.txt @@ -1,4 +1,4 @@ -D: How may I help you? +D: How may I help you? P: Hi, I've had um I've had a cough for the past um three days and uh I also developed a fever, um I think, so I checked it yesterday night, it was um 38. And uh I just decided to uh come into the walk in clinic just to um just to get myself checked out. @@ -6,15 +6,15 @@ D: Yeah certainly, it it sounds like you um have had a fever as well, so uh with P: It's gotten a little bit better, I'd say. -D: OK, that's good. Um and and prior to three days ago, um did you have a cough before or was it a new new cough? +D: OK, that's good. Um and and prior to three days ago, um did you have a cough before or was it a new new cough? P: It's a new cough. D: Alright, and uh are you bringing up any sputum? -P: No. +P: No. -D: Um are you bringing up any blood? +D: Um are you bringing up any blood? P: No. @@ -32,23 +32,23 @@ P: Uhm, no. D: OK, um and so you mentioned um, with a fever have have you had any chills? -P: Yeah I did. Um I had the chills yesterday. +P: Yeah I did. Um I had the chills yesterday. -D: OK. And have you had any night sweats? +D: OK. And have you had any night sweats? P: Uhm, no. D: Alright, and um have you had any eye redness, runny nose, or even a sore throat? -P: No, I haven't. +P: No, I haven't. D: Alright, have you had any uh nausea or vomiting? -P: Uh no. +P: Uh no. D: Uh a loss of taste or loss of smell? -P: No. +P: No. D: OK and any um abdominal pains? @@ -56,13 +56,13 @@ P: Uhm, no. D: Any uh diarrhea? -P: No. +P: No. D: You got any urinary problems? P: No. -D: OK, and have you had any skin changes or uh rashes? +D: OK, and have you had any skin changes or uh rashes? P: No. @@ -76,7 +76,7 @@ P: Uhm, not much. No, but yeah, it's just I've been feeling, yeah, I guess a lit D: OK. Uh so you've had um this cough, a dry cough, a fever, chills, and uh been more tired and and been a little bit more achy these past uh three days. Have you had any other symptoms? -P: I don't think so. +P: I don't think so. D: OK, and have you tried anything to make it better? @@ -90,7 +90,7 @@ D: OK, and in the past have you been uh diagnosed with any medical conditions? P: I have fibromyalgia and uh I um also have schizophrenia. -D: OK, and are you taking medications currently? +D: OK, and are you taking medications currently? P: Uh yeah. Uhm, I take um quetiapine and uh I just I take Advil um when my uh joint pains are really bad. @@ -98,13 +98,13 @@ D: OK, and do you have a um somebody that follows you along for either uh fibrom P: Um my family doc. And then um yeah, it's pretty much just him. Um he, yeah. -D: OK. And uh do you have any allergies to medications? +D: OK. And uh do you have any allergies to medications? P: No. D: Alright and um are you aware if your immunizations are up to date? -P: Um yeah. +P: Um yeah. D: Alright, and could you tell me, alright then sorry actually, uh have you had any hospitalizations or uh previous surgeries? @@ -136,7 +136,7 @@ P: Uh no. D: OK, um and do you smoke cigarettes? -P: I do. +P: I do. D: OK yeah, how much? @@ -144,7 +144,7 @@ P: Uh two or three a day. D: And and for how long or for, when did you start smoking? Sorry. -P: Uh so I've been uh smoking since I was uh 20 years old, so about 30 years ago was when I started. +P: Uh so I've been uh smoking since I was uh 20 years old, so about 30 years ago was when I started. D: OK and and have you could, have you thought of, have you tried to quit before? diff --git a/tests/data/transcripts/RES0149.txt b/tests/data/transcripts/RES0149.txt index b385639..71bd2bc 100644 --- a/tests/data/transcripts/RES0149.txt +++ b/tests/data/transcripts/RES0149.txt @@ -4,7 +4,7 @@ P: Hi I um I just developed uh or I guess I just started having difficulties wit D: Yeah, certainly, and so uh like did this shortness of breath wake you uh like did you wake up, um like just like uh to kind of sit up to catch your breath, um or when did the shortness of breath start? -P: Um it was kind of after I woke up and I was sort of, um just walking around that I I noticed that I was feeling short of breath just walking around, which was so weird. You know that that doesn't really happen to me. +P: Um it was kind of after I woke up and I was sort of, um just walking around that I I noticed that I was feeling short of breath just walking around, which was so weird. You know that that doesn't really happen to me. D: OK. Um and with this, with the shortness of breath, have you had had a cough? @@ -12,7 +12,7 @@ P: No. D: OK, and um have you had any wheeze? -P: Um no. +P: Um no. D: OK, and have you been having any uh any chest pain? @@ -20,7 +20,7 @@ P: Yeah, I kind of, I guess it just hurts a little bit when I take a, when I bre D: OK is is this pain when you take a deep breath in? -P: Yeah, I guess so, yeah. +P: Yeah, I guess so, yeah. D: And where do you feel the pain? @@ -32,13 +32,13 @@ P: It's just uh it's just in that one spot. It's just this sudden and like like D: And when did you first notice this pain? -P: Kind of um late this morning. +P: Kind of um late this morning. D: OK uh have you tried anything for a for the pain? -P: Uh I don't know, it's just I just try not to take deep breaths, I'm just trying to just take a normal breath and try not to talk too much. And yeah, just like not doing anything that worsens the pain. +P: Uh I don't know, it's just I just try not to take deep breaths, I'm just trying to just take a normal breath and try not to talk too much. And yeah, just like not doing anything that worsens the pain. -D: OK, I see and um did you have any trauma to that to that area recently like a car accident or I don't know, getting hit in the ribs, or anything like that? +D: OK, I see and um did you have any trauma to that to that area recently like a car accident or I don't know, getting hit in the ribs, or anything like that? P: No, no I didn't. @@ -48,7 +48,7 @@ P: No. D: OK, and um have you had any headaches? -P: Uhm, no. +P: Uhm, no. D: Have you had any uh fevers or chills? @@ -58,21 +58,21 @@ D: OK, and have you had any night sweats? P: No. -D: Have you had any changes to your weight recently? I mean, like over the last several months. +D: Have you had any changes to your weight recently? I mean, like over the last several months. P: Uh no. D: OK, and um have you had any nausea or vomiting? -P: No. +P: No. D: How about any changes to your sense of uh taste or your sense of smell? -P: No, those are OK. +P: No, those are OK. D: Alright, and have you had uh a runny nose or a sore throat? -P: No. +P: No. D: Alright. Um and have you had any diarrhea? @@ -80,11 +80,11 @@ P: No. D: How about any urinary problems? -P: No. +P: No. -D: And have you noticed any skin changes or rashes? +D: And have you noticed any skin changes or rashes? -P: No. +P: No. D: OK. Um and how about any uh muscle aches or body pains? @@ -92,7 +92,7 @@ P: Um yeah, I kind of have uh, it's just my left leg hurts a little bit. I'm not D: OK, whereabouts, uh where does it hurt um on your left leg? -P: Um kind of in the calf area. +P: Um kind of in the calf area. D: OK is it is it swollen or have you noticed any redness of the skin there? @@ -110,13 +110,13 @@ D: Alright, and have you traveled anywhere over any long distances recently? P: Oh yeah, yeah, I came back um two days ago. Um I went to um I went to India to visit my family, there was a death so had to to go. I came back yeah, two days ago. -D: OK, yeah, that's quite a long flight and I'm sorry to hear about um the loss of the family. Um OK, um oh and that reminds me, have you coughed up uh any blood at all? +D: OK, yeah, that's quite a long flight and I'm sorry to hear about um the loss of the family. Um OK, um oh and that reminds me, have you coughed up uh any blood at all? -P: Uh no. +P: Uh no. -D: OK. Um and um I just wanted to switch gears a little bit and ask about your past health. Have you been diagnosed with any medical conditions? +D: OK. Um and um I just wanted to switch gears a little bit and ask about your past health. Have you been diagnosed with any medical conditions? -P: Uhm I I've had um anxiety. And uh yeah, that's that's about it. I had asthma as a child, but nothing since then. +P: Uhm I I've had um anxiety. And uh yeah, that's that's about it. I had asthma as a child, but nothing since then. D: I see, and do you uh take any medications for anxiety or have you? @@ -140,9 +140,9 @@ P: No. D: Alright, and currently uh whereabouts are you living and uh who are you living with? -P: Um I'm just living with my sister. And uh yeah, we we live in an apartment together. +P: Um I'm just living with my sister. And uh yeah, we we live in an apartment together. -D: OK, and has she been sick or have you been any, around anybody who's been sick? +D: OK, and has she been sick or have you been any, around anybody who's been sick? P: No. @@ -150,7 +150,7 @@ D: OK, um and uh any potential exposures to uh TB, uh either in your on your tra P: I don't think so, no. -D: OK. Um and do you smoke cigarettes? +D: OK. Um and do you smoke cigarettes? P: No. @@ -158,11 +158,11 @@ D: And do you drink alcohol? P: No. -D: Uh how about the use of any uh recreational drugs? +D: Uh how about the use of any uh recreational drugs? P: No. -D: OK, um and in the family is there a history of any bleeding disorders or any uh clotting disorders? +D: OK, um and in the family is there a history of any bleeding disorders or any uh clotting disorders? P: Uhm no, I don't think so. diff --git a/tests/data/transcripts/RES0150.txt b/tests/data/transcripts/RES0150.txt index 0df3571..e81731b 100644 --- a/tests/data/transcripts/RES0150.txt +++ b/tests/data/transcripts/RES0150.txt @@ -1,4 +1,4 @@ -D: How may I help you? +D: How may I help you? P: Hi, um my son has just been sick over the past uh couple of days. He's just had this cough and uh stuffy nose and uhm, yeah. He's also had this uh rash that just started. @@ -6,25 +6,25 @@ D: OK, and so can you tell me a bit more about the cough, so it started um? P: Yeah, so the cough started about a week ago and um his stuffy nose, he's sort of had a stuffy nose since around the same time and then um, those symptoms um so it continued and got a little bit better over the past few days and then he started um having this rash on his face that then kind of went down to his neck. -D: OK, and is the rash still uh there right now? +D: OK, and is the rash still uh there right now? P: Yeah. -D: OK. Um and is the cough uh productive, is he bringing up sputum? +D: OK. Um and is the cough uh productive, is he bringing up sputum? -P: No. +P: No. D: OK, um has he brought up um any blood? -P: No. +P: No. -D: OK. Um and uh, you told me about the the runny nose, what um, can you describe the discharge? +D: OK. Um and uh, you told me about the the runny nose, what um, can you describe the discharge? P: Yeah it's just uh it's just uh watery discharge. his eyes are also red and kind of um he's been teary. Or I guess just yeah, it's just been like very watery and red and uh yeah, it's clear discharge. D: OK. Um has he had a sore throat? -P: Um no. +P: Um no. D: Alright, um how about any changes to his sense of smell or or taste? @@ -32,27 +32,27 @@ P: Uhm he, uh, he hasn't really, uh yeah, he hasn't said anything about that. D: Alright and has he had any problems with breathing. -P: No. +P: No. -D: OK. Has he mentioned anything about chest pain? +D: OK. Has he mentioned anything about chest pain? P: Uh no. D: Alright, um has he had any fevers or chills? -P: Uh yeah, he does have a fever, um 39.5 I checked yesterday. +P: Uh yeah, he does have a fever, um 39.5 I checked yesterday. -D: OK, uh is that is that the first time that um he was noted to have a fever yesterday? +D: OK, uh is that is that the first time that um he was noted to have a fever yesterday? -P: Um he has had a fever for the past few days. Um it was around, it was less, between 37.5 to 38.5, um but then yesterday was just uh it just kept going up so I got concerned and thought I should bring him in. +P: Um he has had a fever for the past few days. Um it was around, it was less, between 37.5 to 38.5, um but then yesterday was just uh it just kept going up so I got concerned and thought I should bring him in. D: OK, I see. Yeah well it's good that you brought him in. Um has he been having any night sweats? -P: No. +P: No. D: And um how has his weight been over the last several months, has he been gaining weight OK still? -P: Oh yeah. +P: Oh yeah. D: Alright, that's great. Um and has he had any any any wheezing? @@ -68,11 +68,11 @@ P: Yeah, but he still he still he manages to eat about um half the plate. So I g D: And that's been the last few days? -P: Yeah, yeah. +P: Yeah, yeah. D: OK and um has he had any muscle aches or body pains? -P: Uh, no, not really. +P: Uh, no, not really. D: OK, and um is, are there any exposures that um could've possibly caused a skin rash like changes in like laundry detergent, or um like coming into contact with with anything on his skin or or taking um, or any anything that he was allergic to that he's been around? @@ -96,15 +96,15 @@ P: Um nope. D: Or or any urinary problems? -P: No, no. +P: No, no. D: OK. Um And and so he hasn't been diagnosed with any medical conditions before. Um does he take any medications regularly, like prescribed or over the counter? -P: Um no he doesn't. +P: Um no he doesn't. D: Alright, and any allergies to medications or uh environment that you're aware of? -P: Um no. +P: Um no. D: OK, and um are his immunizations up to date? @@ -112,7 +112,7 @@ P: Um well, no, I don't. I don't I don't vaccinate my kids. I'm just I'm I'm wor D: OK, yeah, that's uh well, it's important to know um today that he's not vaccinated, because certainly that will influence um what we're thinking about in terms of what could be causing the symptoms. Um and we can uh discuss the, I guess more about the vaccination procedures and what not later. Um but OK, so he's not currently vaccinated, and have there been any um concerns with his growth and or development? -P: No. +P: No. D: He's meeting all of the the milestones and doing well at school? @@ -124,15 +124,15 @@ P: Uh I did have gestational diabetes. D: Uh sorry yeah, did that require insulin or? -P: Uh yeah, I did have to take insulin. Um he was he was also a pretty big baby when he was born, um we had to, I had to give, get a C-section done. +P: Uh yeah, I did have to take insulin. Um he was he was also a pretty big baby when he was born, um we had to, I had to give, get a C-section done. -D: OK, were there any complications with the with the procedure, with the surgery? +D: OK, were there any complications with the with the procedure, with the surgery? P: No no, no complications at all. D: OK, did he have any um like breathing problems or jaundice or any reasons to stay in the hospital when when he was born? -P: No, he didn't. +P: No, he didn't. D: OK, um that's good. And uh who's he living with and who's the primary caregiver currently? @@ -144,19 +144,19 @@ P: No. D: OK, um and um any reasons or concerns for um uh physical or emotional abuse in the home? -P: No. +P: No. D: OK, and um any family history of any heart or or lung problems? P: No. -D: How about a family history of any bleeding disorders or or clotting disorders or cancers? +D: How about a family history of any bleeding disorders or or clotting disorders or cancers? -P: Um no. +P: Um no. D: OK. Um so that was everything that I think I wanted to ask about on history. Um so it sounds like um he's had a cough, um a runny nose, um some red eye red eyes that, with some tearing as well as a rash that that started and and a fever. Was there any other symptoms? -P: No. +P: No. D: Alright. Um so next we'll go on to the physical exam. We'll want to have a look um at the rash and get the vitals, um but there is a concern that this is, could be, uh Measles and so um it'll be important to um, supportive management and um ensure that um it's not passed on to um anybody else. That reminds me, yeah, he was out playing with other children, were any other kids experiencing similar symptoms? diff --git a/tests/data/transcripts/RES0151.txt b/tests/data/transcripts/RES0151.txt index 6559099..a8a3de2 100644 --- a/tests/data/transcripts/RES0151.txt +++ b/tests/data/transcripts/RES0151.txt @@ -16,7 +16,7 @@ P: No, it's mainly like a dry cough, but I am getting like a lot of drainage and D: OK, so you're, you are, are you feeling um like mucus drain from your nose like into the back of your uh mouth? -P: Uh yeah, sometimes I feel like that over the last week. +P: Uh yeah, sometimes I feel like that over the last week. D: OK. And you you haven't caught up any any sputum, but have you brought up any any blood? @@ -54,13 +54,13 @@ D: OK, and have you had a loss or a change in your sense of smell? P: Um just when I'm congested like I feel like I can't really smell. -D: I see, alright. Have you had a loss or a change in your sense of taste? +D: I see, alright. Have you had a loss or a change in your sense of taste? P: No. D: OK. Um and have you had any shortness of breath with the cough? -P: Uh no. +P: Uh no. D: OK, um and have you had any eye redness or um eye discharge? @@ -76,17 +76,17 @@ P: No. D: OK, and um have you had any headaches? -P: No. +P: No. D: Any fevers or chills? P: No, nothing like that. D: Any uh night sweats? - + P: No. -D: And how was your weight been recently? Any changes? +D: And how was your weight been recently? Any changes? P: No, no changes. @@ -96,9 +96,9 @@ P: Uhm no, nothing like that. D: Have you had any diarrhea? -P: Uh no, no diarrhea. +P: Uh no, no diarrhea. -D: OK, and have you had any urinary problems like painful urination or or frequency? +D: OK, and have you had any urinary problems like painful urination or or frequency? P: Nope. @@ -120,7 +120,7 @@ P: No. D: Or any any neck swelling? -P: No. +P: No. D: Alright, um so it sounds like over the past uh week you've been having this dry cough uh as well as some nasal discharge and some congestion with um a little bit of a scratchy throat. Um any other symptoms? @@ -140,9 +140,9 @@ P: Um I've just been taking like Tylenol cold, but it's not really been helping D: OK, um do you have any allergies? -P: Uh no. +P: Uh no. -D: OK, uhm and, uh currently are you, could you just tell me a little bit about your living situation, um like who you're living with and uh and whereabouts? +D: OK, uhm and, uh currently are you, could you just tell me a little bit about your living situation, um like who you're living with and uh and whereabouts? P: Um yeah, so I just live in an apartment with my boyfriend and uh live like just within the city. @@ -160,7 +160,7 @@ P: No, I've been in the province. D: OK, um and you mentioned um that you have a boyfriend. Are you currently uh sexually active? -P: Yep. +P: Yep. D: And do you use condoms or any form of birth control? @@ -184,7 +184,7 @@ P: Uh just like once or twice in a week. D: And is it like one or two drinks? -P: Yeah, so I would say, like it would usually be wine. +P: Yeah, so I would say, like it would usually be wine. D: I see alright, and do you use any other uh recreational drugs? diff --git a/tests/data/transcripts/RES0152.txt b/tests/data/transcripts/RES0152.txt index acce1fa..5908c9c 100644 --- a/tests/data/transcripts/RES0152.txt +++ b/tests/data/transcripts/RES0152.txt @@ -24,7 +24,7 @@ P: Uh, no. It's more of just the discomfort with the coughing. D: OK, and um have you had any changes to your breathing like like wheezing? -P: Uh, no, nothing like that. +P: Uh, no, nothing like that. D: Alright. Um and have you had any infectious or viral type symptoms like itchy eyes, or runny runny nose, sore throat? @@ -32,7 +32,7 @@ P: Uh no, nothing like that. D: OK, and um how has your energy been? Any any fatigue? -P: Um it's kind of been a bit low over the last few weeks, just I feel more tired. Um yeah I had to miss a few days of work as well. +P: Um it's kind of been a bit low over the last few weeks, just I feel more tired. Um yeah I had to miss a few days of work as well. D: I see, alright. Um have you had any fevers or chills? @@ -52,7 +52,7 @@ P: Yeah, I think I've lost maybe 10 pounds in the last couple months. D: OK, that sounds like some, uh, some weight lost significant weight loss, have you been trying to lose weight? -P: No, not really. +P: No, not really. D: OK. Uhm and have you felt as though um like your heart's racing or beating really fast? @@ -76,19 +76,19 @@ P: No. D: Any urinary problems like pain or or going often? -P: Uh no, nothing like that. +P: Uh no, nothing like that. D: OK. Uh have you noticed any rashes anywhere? -P: No, no rashes. +P: No, no rashes. D: Have you had any muscle aches or joint pains? P: Um no, nothing like that. -D: OK, and um have you been diagnosed with any medical conditions in the past? +D: OK, and um have you been diagnosed with any medical conditions in the past? -P: No. Um I've been fairly healthy. +P: No. Um I've been fairly healthy. D: OK, that's good, and have you had any surgeries or any reasons to be hospitalized before? @@ -110,7 +110,7 @@ D: Alright, and currently um can you tell me a little bit about who you're livin P: Yeah, currently I'm living uh just in um it's kind of like a a home with just a, I don't really know the people too well, just kind of like a home where um a bunch of guys are just living and working separately. I just actually recently moved here from um The Philippines six months ago. -D: I see, OK. Um do you interact with many of the people in the house and and has anybody else been sick? +D: I see, OK. Um do you interact with many of the people in the house and and has anybody else been sick? P: Uhm I don't know if anyone else has been sick, I haven't really noticed that. I don't really see them too much. @@ -128,7 +128,7 @@ P: No, nothing like that. D: OK, and you use any recreational drugs? -P: Uh, no. +P: Uh, no. D: OK, um and are you currently sexually active? diff --git a/tests/data/transcripts/RES0153.txt b/tests/data/transcripts/RES0153.txt index 6d5bc6b..d44b9e3 100644 --- a/tests/data/transcripts/RES0153.txt +++ b/tests/data/transcripts/RES0153.txt @@ -1,16 +1,16 @@ D: Uh how may I help you today? -P: Hi, I've been um just having this just sore throat for the last uh let's say three or four days. +P: Hi, I've been um just having this just sore throat for the last uh let's say three or four days. D: OK, and um are you having pain with swallowing? -P: Um yeah, a little bit I've noticed uh with swallowing especially solids as well. +P: Um yeah, a little bit I've noticed uh with swallowing especially solids as well. D: OK, have you noticed any changes to your voice? Like having a hot potato voice or or feeling as though your um your throat is kind of closing off? P: Um not closing off, but like I definitely do uh, maybe a little bit of hoarseness, but not not too much. Mainly it's just the pain that's concerning me. -D: OK, and have you had uh a cough? +D: OK, and have you had uh a cough? P: Uh no, I haven't had a cough at all. @@ -24,23 +24,23 @@ P: Um I would say it's more uh on both sides. D: OK. -P: And just kind of like at the front, front of my neck. +P: And just kind of like at the front, front of my neck. -D: OK, and you've noticed that um within the last three four days as well? +D: OK, and you've noticed that um within the last three four days as well? -P: Yeah. +P: Yeah. D: OK. Um and have you had any uh fevers or chills? -P: Uhm, I have had a fever in the last day like I've been feeling warm. I didn't get a chance to take my temperature. Um and also uh just to correct myself I, it's more so the swelling is just on one side. I've noticed like this lumpiness on one side of my neck. +P: Uhm, I have had a fever in the last day like I've been feeling warm. I didn't get a chance to take my temperature. Um and also uh just to correct myself I, it's more so the swelling is just on one side. I've noticed like this lumpiness on one side of my neck. D: OK, thank you yeah. We'll certainly uh, I'll look at it during the in the physical exam. Right, so so yeah, you've had a fever for the last two days? -P: Yeah, I would say so. +P: Yeah, I would say so. D: OK. Um And have you had any headaches? -P: Um no, no headaches. +P: Um no, no headaches. D: Alright, and have you had any um like eye redness or eye discharge? @@ -52,7 +52,7 @@ P: No. D: OK, and any um loss of uh smell or or loss of taste? -P: No, nothing like that. +P: No, nothing like that. D: OK. Um and have you had any any shortness of breath or difficulties breathing? @@ -76,7 +76,7 @@ P: Uh, no, I haven't really felt that no. D: OK. Um and have you had any, uh, any belly pain? -P: No. +P: No. D: How about any nausea or vomiting? @@ -84,7 +84,7 @@ P: Um not, no, I haven't felt that at all. D: OK, have you have you had any diarrhea? -P: No. +P: No. D: Have you had any urinary problems? @@ -96,7 +96,7 @@ P: Uh, no, not that I've noticed. D: Alright, have you had any muscle aches or body pains? -P: Nope. +P: Nope. D: OK. Have you had any um any symptoms like this before? @@ -134,7 +134,7 @@ D: OK, I see. Um uh who are you living with currently and where are you living? P: So I'm living with my parents and my sister at, in a in a house just outside of the city. -D: OK. Um and is your sister doing better now or um what happened with her? +D: OK. Um and is your sister doing better now or um what happened with her? P: Yeah, yeah, I'm not sure, I think she did go to the doctor, now she's doing better. She did get some medications but I don't know what they were. @@ -148,7 +148,7 @@ P: No, not at all. D: OK, um and are you currently sexually active? -P: No. +P: No. D: OK. Um and how's school going? @@ -164,7 +164,7 @@ P: Uh, no, they they're pretty healthy, my mom and dad. D: OK, and any uh other conditions that run in the family? -P: Uh no, I don't think so. +P: Uh no, I don't think so. D: OK. Um uh so that was everything I wanted to ask um on the history today. Did you have any other questions for me or anything that that I didn't ask about you wanted to mention? diff --git a/tests/data/transcripts/RES0154.txt b/tests/data/transcripts/RES0154.txt index 82e780e..3a31e73 100644 --- a/tests/data/transcripts/RES0154.txt +++ b/tests/data/transcripts/RES0154.txt @@ -2,17 +2,17 @@ D: Uh how may I help you? P: Hi, so yeah I just came to the hospital because I've just been feeling over the last um few days uh just I can't really take like a deep breath. And then I've also been coughing up uh this greenish yellowish material. -D: Oh OK, and when did this uh cough start? Sorry. +D: Oh OK, and when did this uh cough start? Sorry. P: So I think the cough started like 4 days ago and then the shortness of breath started uh just yesterday. D: OK, um and it's been yellowish green, were you coughing up sputum prior to this and um or did you have a cough before this? -P: No, not really. +P: No, not really. D: OK. Um and have you noticed any blood? -P: No, no blood. +P: No, no blood. D: Alright, um and the shortness of breath, are you experiencing this at rest or um or with exertion? @@ -36,7 +36,7 @@ P: Uh, no, not really. Not that I've noticed. D: OK, or have you had any uh times where you've uh woken up um from sleep because you were short of breath and you had to sit up? -P: Uh no. +P: Uh no. D: Alright. Um and have you had any uh fevers or chills? @@ -44,7 +44,7 @@ P: I have had a fever like today, I had a fever I measured it was like 38.5. Yes D: OK, yeah, certainly sounds like a fever and have you had any night sweats? -P: Last night, I would say I had night sweats. My sheets were a bit drenched. +P: Last night, I would say I had night sweats. My sheets were a bit drenched. D: OK. And have you had a sore throat? @@ -52,19 +52,19 @@ P: No. D: Changes to uh, loss of smell, loss of taste? -P: No, nothing like that. +P: No, nothing like that. D: OK, have you had a runny nose or felt congested? -P: No. +P: No. D: OK, um and how about any eye symptoms like redness or itchiness, pain? -P: Uh, no, nothing like that. +P: Uh, no, nothing like that. D: OK. Uhm and um have you had any uh instances of fainting or feeling dizzy? -P: Nope. +P: Nope. D: Any abdominal pain? @@ -78,7 +78,7 @@ D: Any diarrhea? P: No. -D: OK, any rashes? +D: OK, any rashes? P: No rashes. @@ -100,7 +100,7 @@ P: Um no, I think those are pretty much all the symptoms. D: OK. Um and in the past, have you been diagnosed with any medical conditions before? -P: I do have, uh I take medications for high blood pressure. Um then I take medications for high cholesterol as well. +P: I do have, uh I take medications for high blood pressure. Um then I take medications for high cholesterol as well. D: OK. Um and do you take any other medications? @@ -118,7 +118,7 @@ D: OK. Um and uh could you tell me a little bit about your living situation? Lik P: Yeah, so I'm living alone right now. Um, just in an apartment. -D: OK, have you been around anybody who's been sick? +D: OK, have you been around anybody who's been sick? P: Uhm no I, not anyone that I know of. I do, I I did see my just randkids just last week, though. @@ -128,19 +128,19 @@ P: Not that I noticed, no. D: OK. Um have you traveled anywhere recently? -P: No, I've been at home. +P: No, I've been at home. D: No, OK. Um and and do you smoke cigarettes? P: No, I probably smoked for a very short time for like probably five years of my life in my 20s. -D: OK, uh, do you smoke um marijuana? +D: OK, uh, do you smoke um marijuana? P: No. D: OK, and do you use any recreational drugs? -P: No. +P: No. D: OK. Um and um any family history of heart or lung conditions? diff --git a/tests/data/transcripts/RES0155.txt b/tests/data/transcripts/RES0155.txt index 181871d..7c547b7 100644 --- a/tests/data/transcripts/RES0155.txt +++ b/tests/data/transcripts/RES0155.txt @@ -36,7 +36,7 @@ P: Um no, nothing like that. I kind of I just I feel congested I guess. D: OK, um so just discomfort. Do you do your symptoms get worse at all when you're laying down flat? -P: No. +P: No. D: No, OK. Uh, do you wake up at night gasping, gasping for air? @@ -48,7 +48,7 @@ P: Yeah, uh now that you mentioned, I do think I I feel a bit feverish. Um uh ye D: Oh, have you had a chance to take your temperature at all? -P: No, I just felt feverish. +P: No, I just felt feverish. D: OK, um do you have any other symptoms like um sore throat, runny nose, anything like that? @@ -64,7 +64,7 @@ P: Yeah, I I did try uh, using an inhaler. I have um a couple up those and um us D: OK, um how often are you having to use it? -P: Um so uh I I used it um I I took three or four puffs this morning and um and that was about it. I was using it last night as well, uh but typically I will use it maybe two or three times a week. +P: Um so uh I I used it um I I took three or four puffs this morning and um and that was about it. I was using it last night as well, uh but typically I will use it maybe two or three times a week. D: OK. Um and have you had any headaches or changes in your vision or anything like that? @@ -112,7 +112,7 @@ P: Yeah, the last time was uh probably about about four months ago. D: OK. -P: So I haven't been around anybody sick recently, but um but I mean I I've had similar symptoms um before, I feel like this time might be just a bit worse though. +P: So I haven't been around anybody sick recently, but um but I mean I I've had similar symptoms um before, I feel like this time might be just a bit worse though. D: OK. Um and do you have any past medical history? Uh any conditions you've been diagnosed with? @@ -126,25 +126,25 @@ D: Three years ago, OK. Do you take any medications for any of these conditions? P: Yeah, so I have a medication uh Ventolin, I take Symbicort daily um which is like a steroid type medication. And then um I take an ACE inhibitor I think for blood pressure and just Tums or something like that if my reflux is bad. -D: OK. Um and do you have any allergies to any medications? +D: OK. Um and do you have any allergies to any medications? P: Um, no. D: No, OK. Any past hospitalizations or surgeries? -P: Um, no. +P: Um, no. D: OK, any family history of any medical conditions, any lung or heart conditions? -P: Uh nothing like that, no. +P: Uh nothing like that, no. D: OK. Um and any cancers in the family? -P: Um, no. +P: Um, no. D: OK. Um and any, currently right now, what's your living situation like? -P: Yeah, so um I'm living with um with just my uh daughter in a in an apartment. +P: Yeah, so um I'm living with um with just my uh daughter in a in an apartment. D: OK. Um and currently do you work? @@ -152,7 +152,7 @@ P: Yeah, so I I've been working at the um at the grocery store. Uh yeah, I've be D: OK, and do you smoke currently? -P: I do, yeah. Uh I smoke about a pack a day. Um and I I've smoked for, now well, probably like 30 or 40 years. I used to smoke more. +P: I do, yeah. Uh I smoke about a pack a day. Um and I I've smoked for, now well, probably like 30 or 40 years. I used to smoke more. D: OK. Um you have cut down, that's good. Um yeah, definitely the more you cut down, and if you need to talk about quitting, there's a lot of resources that we can go through. Um do you use anything else besides uh cigarettes, like any marijuana or any other drugs? @@ -160,7 +160,7 @@ P: Uh no, no, just just cigarettes. D: OK, um and any alcohol? -P: Uh yeah, I mean I'll have some uh wine with dinner on the weekends, but that's about it. +P: Uh yeah, I mean I'll have some uh wine with dinner on the weekends, but that's about it. D: OK. Alright, so those are all the questions I had for you. Do you have any questions? diff --git a/tests/data/transcripts/RES0156.txt b/tests/data/transcripts/RES0156.txt index a36257a..e7ba5ab 100644 --- a/tests/data/transcripts/RES0156.txt +++ b/tests/data/transcripts/RES0156.txt @@ -12,9 +12,9 @@ P: Um yeah she will like when it comes on, uh yeah she she has some shortness of D: OK, and um does this happen at all, like when she's exposed to dust or kind of after exerting herself? -P: Yeah it does. Yeah I think the like the first time that um that I was made aware of it was yeah in in gym class so it would've been after some exercise. Um and, dust, uh, I'm I'm not sure. +P: Yeah it does. Yeah I think the like the first time that um that I was made aware of it was yeah in in gym class so it would've been after some exercise. Um and, dust, uh, I'm I'm not sure. -D: OK. Um does she have a dry cough or wet cough when she gets these spells? +D: OK. Um does she have a dry cough or wet cough when she gets these spells? P: Uh dry. @@ -38,9 +38,9 @@ D: OK, and any other symptoms like fevers or chills or sore throat, chest pain, P: No, nothing like that, um yeah, just the wheeze. -D: OK, any loss of her sense of taste or smell? +D: OK, any loss of her sense of taste or smell? -P: No. +P: No. D: OK, um any recent travel? @@ -52,11 +52,11 @@ P: Uh she has a, uh, a younger brother that goes to daycare. Uh and I know um th D: OK. Um does she complain of any kind of headaches or uh nausea or vomiting? -P: No, she doesn't. +P: No, she doesn't. D: OK. Um any, have you noticed any fevers or chills? -P: No. +P: No. D: OK, um any night sweats? @@ -68,7 +68,7 @@ P: Nope, she hasn't had any change, changes like that. D: OK, and any kind of uh changes in her sleep or appetite? -P: No, she's been eating well and and gaining weight. +P: No, she's been eating well and and gaining weight. D: OK, um any, uh so she's been gaining weight um, any exposure to any mold, dust, um new rugs or animals at home? @@ -84,13 +84,13 @@ P: Um for for about um yeah, just under a year. So yeah, just under a year. D: OK um, has she been diagnosed at all with any medical conditions in the past? -P: Um, no, no, and when she was born she had to uh go in the, just be observed for a few um a couple of days for jaundice. She didn't need to have any therapy for it, it went away on its own, but that's about it. +P: Um, no, no, and when she was born she had to uh go in the, just be observed for a few um a couple of days for jaundice. She didn't need to have any therapy for it, it went away on its own, but that's about it. D: OK, and any um complications during the pregnancy with her? P: No, everything was was normal and it was a vaginal delivery at at term. -D: OK, um any issues with the development, uh is she meeting her milestones in her growth, um meeting her milestones on her growth chart as well? +D: OK, um any issues with the development, uh is she meeting her milestones in her growth, um meeting her milestones on her growth chart as well? P: Yeah, all of that has been has been normal. @@ -100,7 +100,7 @@ P: Not to um any medications that I'm aware of, but um she hasn't been tested, b D: OK. Um any medications that she has been on at all? -P: So when that happens we just use um like she'll just take a uh like Reactine or like I don't know something like that, but just an allergy pill, um but it's yeah, that's it. +P: So when that happens we just use um like she'll just take a uh like Reactine or like I don't know something like that, but just an allergy pill, um but it's yeah, that's it. D: OK, um and any hospitalizations or past surgeries? @@ -112,7 +112,7 @@ P: I think uh yeah, yeah her grandfather has diabetes, but um that's it. D: OK, uh, and currently what's her home situation like? Who does she live with? -P: Yeah, so she lives with um myself and uh her father and then younger younger brother. That's it, yeah, that's four. +P: Yeah, so she lives with um myself and uh her father and then younger younger brother. That's it, yeah, that's four. D: OK. Um OK, and does anyone smoke in the household? @@ -130,4 +130,4 @@ D: Yeah, and no worries, and then we'll also do like a full physical examination P: That sounds great. -D: Alright. +D: Alright. diff --git a/tests/data/transcripts/RES0158.txt b/tests/data/transcripts/RES0158.txt index b4bf98b..9688ef4 100644 --- a/tests/data/transcripts/RES0158.txt +++ b/tests/data/transcripts/RES0158.txt @@ -2,13 +2,13 @@ D: What brings you here today? P: I've had uh a new cough that started um this week, it's been going on the last like three or four days and um I've had a headache and um but yesterday I just noticed that I haven't been able to to smell, so I wanted to come in this morning. -D: OK, yeah, so it's been going on for the last uh four days. Is it kind of like a dry cough or a wet cough? +D: OK, yeah, so it's been going on for the last uh four days. Is it kind of like a dry cough or a wet cough? -P: It's dry. +P: It's dry. D: It's dry, OK. Are you at all bringing up any kind of sputum or blood at all? -P: No, I haven't been. +P: No, I haven't been. D: OK and um have you been experiencing any kind of uh fevers or chills? @@ -42,7 +42,7 @@ D: And when did that happen? P: Um within the last uh two days. -D: OK, and are you having any runny nose, congestion, sore throat, any of those symptoms? +D: OK, and are you having any runny nose, congestion, sore throat, any of those symptoms? P: Uh no, not really. Nothing like that. @@ -92,7 +92,7 @@ P: No I, I wish. D: OK. And have you been diagnosed with any medical conditions in the past at all? -P: No, I've been. I've been, I've been healthy. +P: No, I've been. I've been, I've been healthy. D: OK. And do you take any medications on a regular basis? @@ -100,15 +100,15 @@ P: Um just the uh the multi vitamin and then a like a greens supplement. D: A green green supplement? -P: Yeah, it's just sort of like a like a green um powder. It's supposed to replace uh I don't know one of your servings of vegetables for the day. +P: Yeah, it's just sort of like a like a green um powder. It's supposed to replace uh I don't know one of your servings of vegetables for the day. D: OK, um and have you been hospitalized or had any surgeries in the past? -P: I I had like a scope on my knee when I was um like a teenager, I injured it playing soccer, but that's it. +P: I I had like a scope on my knee when I was um like a teenager, I injured it playing soccer, but that's it. D: OK, any family history of any heart or lung conditions? -P: Um my my grandfather had had lung cancer, um but he smoked his whole life +P: Um my my grandfather had had lung cancer, um but he smoked his whole life D: OK. Um and currently, so you work as a nurse, uh what's your living situation like? Do you live with anyone, do you live in house or apartment? diff --git a/tests/data/transcripts/RES0159.txt b/tests/data/transcripts/RES0159.txt index d21c60e..bd67ebc 100644 --- a/tests/data/transcripts/RES0159.txt +++ b/tests/data/transcripts/RES0159.txt @@ -26,9 +26,9 @@ D: I see. Um is it a dry cough that you have or or do you bring up any gunk or a P: Um it's mainly just a like a like a dry cough. -D: Have you ever coughed up any blood or anything like that? +D: Have you ever coughed up any blood or anything like that? -P: No, I haven't, I don't think I've seen any blood. +P: No, I haven't, I don't think I've seen any blood. D: OK, uhm do you have any other symptoms? Do you have any fevers or chills? @@ -38,7 +38,7 @@ D: And have you had any unintentional weight loss? P: Yeah, now that you mention it, I probably lost 15 pounds in the last two months. -D: OK. Uhm, have you had any muscle aches or joint pains all over your body? Do you feel achy? +D: OK. Uhm, have you had any muscle aches or joint pains all over your body? Do you feel achy? P: Yeah, but I've probably felt like that for the last five years, um so I have uh osteoarthritis. @@ -52,19 +52,19 @@ P: No. D: Any abdominal pain? -P: No, not that I've noticed. +P: No, not that I've noticed. D: OK. Any headaches? -P: Um no, nothing like that. +P: Um no, nothing like that. D: Uhm, OK. Uh have you had any falls in the past or in the past couple of months or years? -P: No, no, I've been lucky. +P: No, no, I've been lucky. D: Good. Any confusion? -P: Nope. +P: Nope. D: Uh any time when you've lost consciousness? @@ -74,13 +74,13 @@ D: OK. Um and any medical conditions that you've been diagnosed with? P: Um, so I have osteoarthritis. And then I also have um this condition with my prostate, uh BPH. And um I also take medications for my blood pressure. -D: Um what medications do you take? +D: Um what medications do you take? P: Um I take um this medication called uh Lisinopril. -D: Anything else? +D: Anything else? -P: Um I do take uh just pain medications like Advil. +P: Um I do take uh just pain medications like Advil. D: Um OK. Do you take anything to protect your stomach when you're taking the Advil, any other medications? @@ -88,7 +88,7 @@ P: Yeah, I was given um this other medication for, for, to take with my Advil li D: OK, OK. That's good. Um are you taking anything for your uh BPH? -P: Oh yeah, sorry. So I'm taking uh this medication called Tamsulosin. +P: Oh yeah, sorry. So I'm taking uh this medication called Tamsulosin. D: OK, alright, any allergies, to medications or otherwise? @@ -98,13 +98,13 @@ D: OK, any um I guess social history, who do you currently live with? P: Uh I live alone right now in my apartment I, um but I have pretty good support from my kids, they just live a few blocks away and come visit me. -D: That's good. That's really good. And uh do you, are you able to um take care of yourself or do you need help with things like um finances and groceries and cleaning? +D: That's good. That's really good. And uh do you, are you able to um take care of yourself or do you need help with things like um finances and groceries and cleaning? P: No, I'm I'm fairly independent in those matters. D: OK, do you require any assistance uh with walking any cane or walker or wheelchair, anything like that? -P: No, not yet. +P: No, not yet. D: OK good good. Do you smoke at all or did you ever smoke in the past? @@ -116,7 +116,7 @@ P: Um probably for almost, I guess 50 years or maybe even more, maybe like 55 ye D: OK. Have you ever been diagnosed with any lung conditions? -P: Uh no. +P: Uh no. D: OK, have you um had any marijuana or any recreational drugs? @@ -124,7 +124,7 @@ P: Uh no, nothing like that. D: Alcohol? -P: Nope. +P: Nope. D: OK, uhm, alright, um you mentioned that the cough started 5 to six months ago. Have you had a cough before that? @@ -138,7 +138,7 @@ D: You do, OK. Um have you been, uh, sometimes for people who have been smoking P: No, I don't remember the last time I had one. -D: OK Alright. Um OK, those are all the questions I had for you. Uhm, we'll we'll do a physical exam and uh do your vitals um and see if you uh, do some labs, and then go from there. +D: OK Alright. Um OK, those are all the questions I had for you. Uhm, we'll we'll do a physical exam and uh do your vitals um and see if you uh, do some labs, and then go from there. P: OK, sounds good. diff --git a/tests/data/transcripts/RES0160.txt b/tests/data/transcripts/RES0160.txt index 433a04b..00c2c8c 100644 --- a/tests/data/transcripts/RES0160.txt +++ b/tests/data/transcripts/RES0160.txt @@ -16,7 +16,7 @@ P: Yeah, it's mostly watery. D: And what colour is it? -P: Just normal colour, no, it's not dark or anything like that. +P: Just normal colour, no, it's not dark or anything like that. D: OK, any blood that you've noticed, anything red? @@ -26,7 +26,7 @@ D: And you've had this cough, but your cough is getting better. What's the cough P: It's uh, it's more of a dry cough. -D: Have you coughed up anything at all, like blood or any, any mucus? +D: Have you coughed up anything at all, like blood or any, any mucus? P: No, no I haven't coughed up anything. @@ -36,7 +36,7 @@ P: No, none of those. But I, I have also been having like a little bit of a head D: Where is, where is your headache? -P: Just in the like on my forehead, on both sides. +P: Just in the like on my forehead, on both sides. D: What does it feel like? @@ -52,15 +52,15 @@ P: Right now, like today I took Tylenol so I don't know if it's just better beca D: I see. And have you taken any other medications to help with your symptoms? -P: No. +P: No. -D: OK, uhm, have you had a fever or chills? +D: OK, uhm, have you had a fever or chills? P: Uhm, I know I haven't felt any fever, chills. -D: OK and have you had any chest pain or any difficulties breathing? +D: OK and have you had any chest pain or any difficulties breathing? -P: No. +P: No. D: OK, uhm, have you had any nausea or vomiting? @@ -76,7 +76,7 @@ P: No. D: OK, any numbness or tingling in your arms or feet? -P: Uh, no, nothing like that. +P: Uh, no, nothing like that. D: Any change in your sense of smell? @@ -84,15 +84,15 @@ P: Uhm, maybe a little bit, I haven't really.. Yeah, I would say in the last few D: Any change in your sense of taste? -P: Uh no. +P: Uh no. D: OK. Have you have you been in contact with someone who you think could potentially be sick? -P: Uh, no, not that I know of. I do I do go to work in, like in person. Unfortunately I'm I can't work from home. But I've been noticing anyone sick around me though. +P: Uh, no, not that I know of. I do I do go to work in, like in person. Unfortunately I'm I can't work from home. But I've been noticing anyone sick around me though. D: And what do you do for work? -P: So I work at like a car shop. +P: So I work at like a car shop. D: OK. And do you wear a mask and maintain social distancing? @@ -116,13 +116,13 @@ P: Probably half a pack a day. D: And for how many years? -P: Only like 15, 15 years. +P: Only like 15, 15 years. D: OK do you, do you smoke marijuana or have you smoked in the past? P: Uh, I've tried it a couple times. I don't really like it, so no. -D: Any recreational drugs? +D: Any recreational drugs? P: No. @@ -134,13 +134,13 @@ D: Do you have any medical conditions that you've been diagnosed with? P: Uhm I, I take uh, medications for blood pressure and high cholesterol. -D: What do you take? +D: What do you take? P: Uhm, I take this medication called, I think it's it's like a Lipitor. And then I take uh, Ramipril for the blood pressure. D: Any allergies to food, environmental allergies or any medication allergies to medications? -P: Not that I know of, no. +P: Not that I know of, no. D: Any medical conditions that run in the family? @@ -150,9 +150,9 @@ D: OK, and have you, I guess have you, I forgot to ask earlier, have you had any P: Uhm I had a surgery to remove my appendix in my 20s and since then, no. No surgeries or hospitalizations. -D: OK. Alright, and I guess that's all the questions I have for you. You haven't had any difficulties breathing right? +D: OK. Alright, and I guess that's all the questions I have for you. You haven't had any difficulties breathing right? -P: No, +P: No, D: No, OK. Do you OK? And you've had diarrhea for two days. How's your appetite and have you been eating and drinking OK? diff --git a/tests/data/transcripts/RES0161.txt b/tests/data/transcripts/RES0161.txt index 410ab57..8d663c8 100644 --- a/tests/data/transcripts/RES0161.txt +++ b/tests/data/transcripts/RES0161.txt @@ -4,17 +4,17 @@ P: Hi, so yeah, so I just came in here today at I've been having just this conge D: OK. It all started about five days ago. OK alright. Have you, can you tell me about your headaches? -P: Yeah, so there, I started getting these headaches just two days ago, but like it's more than a headache, it's kind of mainly over the cheeks and then it goes and just above the nose +P: Yeah, so there, I started getting these headaches just two days ago, but like it's more than a headache, it's kind of mainly over the cheeks and then it goes and just above the nose D: I see. -P: The light kind of up into the forehead. +P: The light kind of up into the forehead. D: Yeah, do you feel like it's worse when you're bending down or squatting? P: How I'm not sure, actually. -D: OK. Alright, and do you have any other symptoms? Do you have a runny nose or sore throat or cough? +D: OK. Alright, and do you have any other symptoms? Do you have a runny nose or sore throat or cough? P: Uhm, I don't have a cough. I don't have a sore throat. I do sometimes get a runny nose though like every every now and then. @@ -26,9 +26,9 @@ D: And what what comes out of your nose? What do you see? P: Uhm, over the last week it's kind of like almost like a yellowish discharge. -D: Have you had any difficulties breathing? +D: Have you had any difficulties breathing? -P: Uhm no, I I don't, no. +P: Uhm no, I I don't, no. D: Like that OK. Have you uhm had any chest pain? @@ -42,7 +42,7 @@ D: Have you had any I guess like weight loss or any night sweats? P: No. -D: No. OK. Any muscle aches? +D: No. OK. Any muscle aches? P: No, not that I know. @@ -66,7 +66,7 @@ D: Do you take medications? P: Yeah, so I just take umm, it's like a thiazide diuretic for blood pressure and then just Atorvastatin for cholesterol. -D: Any allergies? +D: Any allergies? P: Uh, no, no allergies. @@ -92,11 +92,11 @@ P: Yeah, that's that's the plan. If I can do that, hopefully by the end of this D: That's wonderful. Do you smoke marijuana at all? -P: No. +P: No. D: Uh, do you smoke any recreational drugs? -P: No. +P: No. D: Any alcohol? diff --git a/tests/data/transcripts/RES0162.txt b/tests/data/transcripts/RES0162.txt index 913fbdd..eefe60c 100644 --- a/tests/data/transcripts/RES0162.txt +++ b/tests/data/transcripts/RES0162.txt @@ -2,7 +2,7 @@ D: What brings you in today? P: Hi, I am just coming in because for the last couple of months but I've been having this, these coughing fits. Are there like when I'm going to the gym or even at home, like during the weekends when we're vacuuming and cleaning the house. -D: When did this start? +D: When did this start? P: Um, I would say started, uh probably 3 months back, but it's gotten worse, so like before I used to like just have some irritation in my throat and cough a little, but now, I would say probably every other day I'm having these episodes where I can't stop coughing when I'm exercising. @@ -14,7 +14,7 @@ D: You never notice any blood, right? P: No, no blood. -D: OK and uhm, it started about three months ago, I guess before that did you ever have a problem when you would exercise or when you were vacuuming or cleaning, has this been a problem that has occurred for years and that's just something that you that got worse and now it's come to your attention? Or was it just very new and sudden, three months ago? +D: OK and uhm, it started about three months ago, I guess before that did you ever have a problem when you would exercise or when you were vacuuming or cleaning, has this been a problem that has occurred for years and that's just something that you that got worse and now it's come to your attention? Or was it just very new and sudden, three months ago? P: Um, it's fairly new. I've never really had this issue before although I have been like so like after the new year in the winter I, I, I wasn't much of the person who ran or exercised a lot. But I, I kind of needed a new goal to become more fit and active. So I notice that, I don't know, maybe that's why like, it is something new that I've been trying, but yeah, it's not been an issue before. @@ -36,7 +36,7 @@ P: Probably, uh 15 to 20 minutes and yeah, it's it's mainly just after I like of D: Do you feel like your hearts beating really fast when that happens or you're sweating? -P: Yeah, yeah, I I feel like it's usually, I don't know if it's because of the exercise, but I have like a Fitbit and it's my my heart rate is much faster. +P: Yeah, yeah, I I feel like it's usually, I don't know if it's because of the exercise, but I have like a Fitbit and it's my my heart rate is much faster. D: Uhm, OK. Alright. Have you had any other symptoms so anything, any pain in your belly or any nausea or vomiting? @@ -52,15 +52,15 @@ P: No, nothing like that. D: Unintentional weight loss? -P: No. +P: No. D: Any night sweats? -P: No. +P: No. D: Muscle aches, joint pain? -P: No. +P: No. D: Have you been diagnosed with any medical conditions? @@ -68,7 +68,7 @@ P: No, I've I've been very healthy. D: Uhm, you mentioned that you started going to the gym more often earlier this year, and that is when you sort of notice some of these symptoms? Is there anything else that changed in your life? Any big changes that you think could be related to this? -P: Um no, not really, I've I've been really, umm, I moved back to my parents' home just for a bit right now. +P: Um no, not really, I've I've been really, umm, I moved back to my parents' home just for a bit right now. D: Ok. @@ -96,11 +96,11 @@ P: I just take Reactine usually during the spring. D: Do you have any other allergies? To food or medications? -P: No, not that I know. +P: No, not that I know. D: And other than Reactine, do you take any medications, including over the counter meds? -P: No. +P: No. D: Nothing else? OK. And. In your family, you said no one has asthma or allergic rhinitis or eczema or anything like that, right? @@ -112,7 +112,7 @@ P: Yeah, I'm not currently working, just studying from home. D: OK, and have you had contact with anyone who might have been sick? -P: No. +P: No. D: Traveled anywhere outside the province, recently? @@ -124,15 +124,15 @@ P: No, never smoked. D: Marijuana? -P: No. +P: No. -D: Any recreational drugs? +D: Any recreational drugs? P: Nope. D: Uh, do you drink alcohol or have you ever had alcohol in the past? -P: Yeah, alcohol I've had like at University, but generally, maybe just on the weekends. Not anything regular. +P: Yeah, alcohol I've had like at University, but generally, maybe just on the weekends. Not anything regular. D: Alright. OK, well, uh, those are all the questions I had for you. We will do a physical exam now and I'll go talk to my attending and we'll uh come talk to you right after. I guess before before I do So what exactly are you hoping to get out of today's visit? @@ -140,8 +140,8 @@ P: I just wanted to like I really do you want to become fit and it's just these D: Have you ever tried any puffers? -P: No, I haven't. +P: No, I haven't. -D: No, ok. Right, yeah, let's talk a little bit. +D: No, ok. Right, yeah, let's talk a little bit. P: OK. diff --git a/tests/data/transcripts/RES0163.txt b/tests/data/transcripts/RES0163.txt index b6f1ee6..b590f2b 100644 --- a/tests/data/transcripts/RES0163.txt +++ b/tests/data/transcripts/RES0163.txt @@ -24,11 +24,11 @@ P: I get nosebleeds like maybe yeah. Like maybe when I'm exercising or something D: OK, and how often do you get these nose bleeds? -P: Uhm? Maybe once a month or once in two months. +P: Uhm? Maybe once a month or once in two months. -D: OK. And umm, and is there any, do you have any other symptoms? So like, do you have any pressure, sensation in your face around your jaw, cheeks, forehead? +D: OK. And umm, and is there any, do you have any other symptoms? So like, do you have any pressure, sensation in your face around your jaw, cheeks, forehead? -P: No. +P: No. D: No, so OK. And do you find yourself having more congestion when you wake up? @@ -40,7 +40,7 @@ P: No. D: OK, um, and do you find that you have to constantly clear your throat at all throughout the day? -P: Uhm, no. +P: Uhm, no. D: OK, and do you at all feel that some stuffiness drains back into your throat at all anytime during the day? @@ -54,11 +54,11 @@ D: OK, uhm. Have you tried anything for it like either medications or the neti p P: I tried steaming but it didn't do much. It kind of got better. Maybe for an hour maybe, but then yeah, it didn't do much. -D: OK, and otherwise, are you having any other symptoms like fever, chills, cough, sore throat, anything like that? +D: OK, and otherwise, are you having any other symptoms like fever, chills, cough, sore throat, anything like that? P: No. -D: Are you having any loss of sense of taste or smell? +D: Are you having any loss of sense of taste or smell? P: Uhm, no. @@ -66,7 +66,7 @@ D: Any shortness of breath at all? P: No. -D: OK, uh. And otherwise, any recent travel or in contact with anyone who's been sick? +D: OK, uh. And otherwise, any recent travel or in contact with anyone who's been sick? P: Uhm, no. @@ -80,7 +80,7 @@ P: Uhm, no, no allergies to medications. D: OK, and any allergies to any environmental issues like factors that cause more stuffiness, sneezing, itching, red eyes, runny nose anything like. -P: I'm allergic to cats. +P: I'm allergic to cats. D: Cats? OK. @@ -88,11 +88,11 @@ P: But I haven't been around one for awhile. D: OK, uh, anything else like in your house or environment like carpets, dust, like anything that might irritate, give me more irritation? -P: No, not really. +P: No, not really. D: OK. So it's just a cat that you know, but you haven't been around. Do you have any other animals at home? -P: Uh no, I don't. +P: Uh no, I don't. D: No OK. Do you have any headaches at all? @@ -100,7 +100,7 @@ P: No. D: Any changes in your bowel movements? -P: No. +P: No. D: Any urinary problems? @@ -108,7 +108,7 @@ P: Nope. D: Has this affected your sleep or appetite? -P: I snore at night sometimes, but that's, that's about it. +P: I snore at night sometimes, but that's, that's about it. D: OK, and do you snore, would you say most nights or is that something like has someone told you that? @@ -116,13 +116,13 @@ P: My mom told me and sometimes I, I sleep with my mouth open. D: I see, OK. And do you know how long you've been doing this for? -P: Uhm, again, it's been like months or years. +P: Uhm, again, it's been like months or years. D: OK. And do you ever get, do you ever wake up at night trying to take a breath like just gasping for air? P: No. -D: OK. Have you ever had any surgeries or hospitalizations before? +D: OK. Have you ever had any surgeries or hospitalizations before? P: No. @@ -140,7 +140,7 @@ P: He was 50 years old. D: 50 years old? Ok. And I'm currently right now, uh, are you a student? Do you work? -P: I'm a student. +P: I'm a student. D: And what's your living situation like? @@ -166,12 +166,12 @@ D: OK, and how, how's your home environment? Do you generally feel safe in your P: Oh yeah, it's great. -D: Ok. So yeah, so mainly yeah. So there's all the questions I had for you. Do you have any questions or concern? +D: Ok. So yeah, so mainly yeah. So there's all the questions I had for you. Do you have any questions or concern? P: Nope. D: Ok so there can be many different reasons for this chronic congestion and we'll do a full physical examination for you today. Uh and some of the possible things that can be happening is you might be having a sinus issue like a chronic sinusitis. You can be having an allergic rhinitis or with the snoring and just the chronic congestion. You may be also having something called obstruct, obstructive sleep apnea. And there can be structures in your mouth, throats that can cause you to kind of obstruct and snore at night as well, and that even the congestion might cause that as well. So yeah, we'll do a couple test first and then if required, we might need to do some imaging and even perhaps send you to an EMT specialist if we think it's obstructive sleep apnea there. For now, we'll just do the physical examination to go from there. -P: Great, thank you. +P: Great, thank you. D: Welcome, take care. diff --git a/tests/data/transcripts/RES0164.txt b/tests/data/transcripts/RES0164.txt index a51b803..b55b9c8 100644 --- a/tests/data/transcripts/RES0164.txt +++ b/tests/data/transcripts/RES0164.txt @@ -2,11 +2,11 @@ D: What brings you in here today? P: Hey, I'm I'm the mom of, of the patient. He's he's a kid, he has had, he just had a cough and stuffy nose for the past three days. -D: OK, and so did they both start around the same time or one started before the other? +D: OK, and so did they both start around the same time or one started before the other? -P: They started the same time. He's also had like these, these, his eyes have been like kind of red and watery as well. +P: They started the same time. He's also had like these, these, his eyes have been like kind of red and watery as well. -D: OK, and is he, what kind of cough is he having a dry cough or wet cough? +D: OK, and is he, what kind of cough is he having a dry cough or wet cough? P: It's a dry cough. @@ -16,9 +16,9 @@ P: Yeah, it's it's like watery. D: Watery OK so now are you noticing any kind of yellow or greenish material? -P: No. +P: No. -D: OK, and he hasn't, is he coughing up any blood at all at any point? +D: OK, and he hasn't, is he coughing up any blood at all at any point? P: No no no. @@ -36,7 +36,7 @@ P: It's on his face. It started this morning. D: OK, and can you describe the rash for me like it's color, shapes, and what kind of looks like? -P: Small really small dots like kind of, uhm, like I'd say like brown in color. Like brownish dark reddish. +P: Small really small dots like kind of, uhm, like I'd say like brown in color. Like brownish dark reddish. D: OK, let's just are they just located on his face? @@ -54,25 +54,25 @@ D: OK, anything new at all that he has either eaten or any new clothing or new l P: No no. -D: OK. OK, And has he had any fevers or chills anything like that? +D: OK. OK, And has he had any fevers or chills anything like that? P: Uh, he has been feeling a little bit warm. I didn't really check his temperature. D: And. And busy so, it started three days ago. Anything happened before 3 days at all that might have caused the symptoms? -P: I don't think so. As I said, he has been playing around with others so could have caught something? +P: I don't think so. As I said, he has been playing around with others so could have caught something? -D: OK, And OK, any kind of ah, have you tried anything that has helped him at all? Any medications? +D: OK, And OK, any kind of ah, have you tried anything that has helped him at all? Any medications? P: Uhm? I haven't tried anything yet, no. -D: OK, and how often is he coughing? Is he coughing throughout the day or is it more so with exerting himself? +D: OK, and how often is he coughing? Is he coughing throughout the day or is it more so with exerting himself? P: Um, it's just kind of all through the day. It's actually gotten a little bit better. Uhm, the cough has gotten better. But what I'm concerned about is the, the rash? D: OK cough's gotten better yeah. Does he have visit rush it so is it mainly just on his forehead or also on his cheeks? -P: It's on his cheeks on his chin. It's kind of on his neck. It's kind of like this blotchy reddish, brownish like little dots. Kind of, it's not like, it's not raised, it's like flat. +P: It's on his cheeks on his chin. It's kind of on his neck. It's kind of like this blotchy reddish, brownish like little dots. Kind of, it's not like, it's not raised, it's like flat. D: OK, and uh. Is it kind of just a bit like a bright red rash that's kind of covering the cheeks or little little dots everywhere? @@ -88,7 +88,7 @@ P: He, I guess he might have had a fever. He was feeling warm. D: OK. And any other symptoms like shortness of breath, sore throat, anything like that? -P: No, no, nothing like that. +P: No, no, nothing like that. D: OK. And otherwise, any other symptoms like just not like behavioural changes, not being himself, being more irritable at all? @@ -106,23 +106,23 @@ D: Any changes in his urination? P: No. -D: Any changes in his sleep or appetite? +D: Any changes in his sleep or appetite? -P: No. Well, he has been eating little less, but nothing like nothing else. +P: No. Well, he has been eating little less, but nothing like nothing else. -D: OK. And has he been complaining at all of any abdominal pain or anything like that? +D: OK. And has he been complaining at all of any abdominal pain or anything like that? -P: No. +P: No. D: OK. Otherwise that has he been healthy or if he had any medical conditions diagnosed? -P: He's been healthy. +P: He's been healthy. -D: OK. And and any previous surgeries or hospitalizations? +D: OK. And and any previous surgeries or hospitalizations? P: No. -D: Any medications that he takes regularly? +D: Any medications that he takes regularly? P: No. @@ -130,37 +130,37 @@ D: And any family history of any lung or heart conditions? P: No. -D: Concurrently, or like during your pregnancy with him, any complications at all? +D: Concurrently, or like during your pregnancy with him, any complications at all? P: No. -D: And did, was he meeting his milestones that developmentally in terms of, also with growth and height and everything like that? +D: And did, was he meeting his milestones that developmentally in terms of, also with growth and height and everything like that? P: Yeah, he seems to be doing OK come when he's doing as well as his other brother, his two brothers. D: OK, and does he go to school at all? What grade is he in? -P: He's going to school. Um, online. +P: He's going to school. Um, online. -D: Online right now? OK, yeah. And any issues at school at all. Any complaints that we've been told? +D: Online right now? OK, yeah. And any issues at school at all. Any complaints that we've been told? P: No. D: OK. Great, so, uh and how is the houses or your living situation like? -P: It's, uh, things are good, so it's him, his two older brothers, my husband and me. +P: It's, uh, things are good, so it's him, his two older brothers, my husband and me. -D: OK, and has anyone been sick recently or had similar symptoms? +D: OK, and has anyone been sick recently or had similar symptoms? -P: No. +P: No. -D: OK. Alright. Has anyone in the family ever had any diagnosis of asthma, eczema, allergic rhinitis? +D: OK. Alright. Has anyone in the family ever had any diagnosis of asthma, eczema, allergic rhinitis? P: No. D: No, nothing like that, OK. Alright, so yeah those are all the questions I had for you today. Do you have any questions or concerns? -P: No. +P: No. D: OK. So yeah, so, we'll, we'll be doing a couple we'll do a physical examination, I want to see examined with the rash looks like and there's many things that can cause a rash. There's uh viral infections that can cause some of the symptoms. The symptoms he's having mainly seen viral with a dry cough and runny nose. And then you can we have a rash as well. One thing I forgot to ask actually is is he fully immunized? @@ -168,7 +168,7 @@ P: Um, he I guess he didn't get all his immunizations done earlier. He did get t D: OK, and is he complaining of joint or muscle aches at all? -P: No. +P: No. D: No, nothing like that, OK. Alright, so yeah, we'll do it like a full physical examination, and if it's more just a viral, it'll be something that we'll just have to monitor and do supportive care for. But if it's anything else we might need to do further investigations. OK, and we'll just do a COVID swab for him today as well as some of the symptoms overlap with COVID symptoms and you will get the results back in 24 hours to 48 hours and then further instruction from public health. diff --git a/tests/data/transcripts/RES0165.txt b/tests/data/transcripts/RES0165.txt index 04e3ba9..e5fbe0e 100644 --- a/tests/data/transcripts/RES0165.txt +++ b/tests/data/transcripts/RES0165.txt @@ -10,9 +10,9 @@ D: OK and can you describe your cough? Is it a wet cough or a dry cough? P: It's a dry cough. -D: OK, are you having any kind of? Are you bringing up any blood or sputum at all? +D: OK, are you having any kind of? Are you bringing up any blood or sputum at all? -P: No. +P: No. D: No OK. And, uh. So this started 2 days ago. Is it constant, are your symptoms constant? Or they come and go? @@ -20,7 +20,7 @@ P: No, they're not constant. They kind of come and go. D: OK, and do they occur when you're exerting yourself at all or it can happen it? Or do they happen at some point during the day in the morning or night, or just randomly? -P: It's pretty random. +P: It's pretty random. D: Okay. Are you symptom getting any better or worse? @@ -30,45 +30,45 @@ D: A runny nose as well? OK, when did that start? P: Uhm, maybe like I don't know just now even, like an hour or two ago. -D: OK, uhm have you had any recent exposure to anyone that's been sick recently at all? +D: OK, uhm have you had any recent exposure to anyone that's been sick recently at all? -P: Uhm? Maybe. I, I work at a hospital. Um, but I'm always maintaining, social distancing and I try to be very careful. +P: Uhm? Maybe. I, I work at a hospital. Um, but I'm always maintaining, social distancing and I try to be very careful. D: OK, and uh. Do you have you tried any medications over the counter to help with these symptoms? -P: No. +P: No. D: OK. Do you have any other symptoms like. Shortness of breath, chest pain, dizziness, or anything like that? -P: No. +P: No. -D: No. Okay. And the sore throat are you having trouble or pain while swallowing any food? +D: No. Okay. And the sore throat are you having trouble or pain while swallowing any food? P: It's not that bad. -D: Not that bad. +D: Not that bad. -P: It's just irritation in my throat. +P: It's just irritation in my throat. D: OK. Any hoarseness in your voice at all? -P: No. +P: No. D: Well, OK. Have you traveled at all recently utside of the province? -P: No. +P: No. -D: Any headaches? +D: Any headaches? P: No. -D: Any nausea, vomiting? +D: Any nausea, vomiting? P: No. D: Any fevers or chills? -P: Now I know. +P: Now I know. D: No OK. Any fatigue or malaise? @@ -80,27 +80,27 @@ P: Uhm? Yeah, little bit. D: Okay, and when did that start? -P: Maybe two days ago? +P: Maybe two days ago? D: OK, and is it just all over your body or in certain locations? -P: It's all over. +P: It's all over. D: Have you tried any pain medications? -P: Uhm no, no I haven't. +P: Uhm no, no I haven't. D: OK. Any changes in your bowel movement at all like Constipation or diarrhea? -P: No. +P: No. D: Um, any changes in your appetite? -P: No. +P: No. -D: OK, have you lost any significant weight recently? +D: OK, have you lost any significant weight recently? -P: Uh, no. +P: Uh, no. D: OK. Do you have any past medical conditions that you've been diagnosed with? @@ -108,11 +108,11 @@ P: Um, no, I'm pretty healthy. D: OK. Any allergies to medication? -P: No. +P: No. D: Any environmental allergy? -P: No. +P: No. D: OK, any previous, so sorry? Are you taking any medications at all right now? @@ -120,7 +120,7 @@ P: Uhm? Um, I'm not, no. D: Any past hospitalizations or surgeries? -P: Um, no. +P: Um, no. D: No. OK, and any family history of any lung or heart condition. @@ -138,13 +138,13 @@ D: OK, and so you've been isolating and have you gotten COVID swab test yet? P: Uhm no I haven't. -D: OK, so yeah we can do that for you today after a physical, physical examination. +D: OK, so yeah we can do that for you today after a physical, physical examination. P: Sure. D: Currently, right now, what's your living situation like? -P: I live alone. +P: I live alone. D: OK, and do you live in like an apartment or house? @@ -168,10 +168,10 @@ P: Um, once once a day, maybe one class of wine at night. D: Yeah, so that's all the questions I had for you today. Do you have any questions or concerns? -P: No. +P: No. D: OK, so yeah, it seems like you've been having these symptoms for the last few days. They seem kind of like viral in nature with your dry cough and runny nose, sore throat. And sometimes with these viral illnesses, it may take some time for the symptoms to go away, especially the cough. So today we will do a COVID swab test for you today, as a lot of the symptoms overlap and you will receive the result in the next one to two days and be contacted by public health for further instructions. As for management, I think you can take over the counter medications like Tylenol cold, drink lots of fluids and stay hydrated. And if those if your symptoms worsen at all, you can contact us again. -P: Sure, thank you. +P: Sure, thank you. D: Welcome, take care. diff --git a/tests/data/transcripts/RES0166.txt b/tests/data/transcripts/RES0166.txt index eeef8be..3160307 100644 --- a/tests/data/transcripts/RES0166.txt +++ b/tests/data/transcripts/RES0166.txt @@ -1,6 +1,6 @@ D: What brings you in here today? -P: I've just been feeling really short of breath since this morning, and I don't, uh yeah I don't know what's going on. +P: I've just been feeling really short of breath since this morning, and I don't, uh yeah I don't know what's going on. D: It just started this morning. @@ -12,27 +12,27 @@ P: It was when I was doing activities. D: OK, and what were you doing before you had the shortness of breath? -P: Oh, I was just going to the kitchen to make breakfast. +P: Oh, I was just going to the kitchen to make breakfast. -D: OK, and uhm can you describe the shortness of breath? Is it more so that you're having trouble, deep breaths, or are you taking shallow fast breaths? How would you describe it? +D: OK, and uhm can you describe the shortness of breath? Is it more so that you're having trouble, deep breaths, or are you taking shallow fast breaths? How would you describe it? P: Uhm? I guess just shallow, fast breaths, I feel like I've run a marathon and I just yeah and all I've done is just walked to the kitchen. D: OK and has this happened to you before ever? -P: No. +P: No. -D: No? OK. Are you having any other symptoms like off sore throat, chest pain, anything like that? +D: No? OK. Are you having any other symptoms like off sore throat, chest pain, anything like that? P: No. D: So it's just the shortness of breath. -P: Yeah, that's it. +P: Yeah, that's it. D: OK. And so it it started this morning, is it still continuing, or is it, uh? -P: Still there. +P: Still there. D: OK, is it worse at all than it was this morning? @@ -40,19 +40,19 @@ P: Uhm, kind of the same, I'd say. D: OK, are you getting any kind of chest discomfort or anything at all with breathing? -P: Maybe when I take a very deep breath, then yeah. It just kind of I feel like this sharp pain. +P: Maybe when I take a very deep breath, then yeah. It just kind of I feel like this sharp pain. D: OK. How have you, having I've been having any chills or fever or anything like that? -P: No. +P: No. D: OK, any dizziness or fainting spells? -P: No. +P: No. -D: OK, do you feel that your heart is racing at all? +D: OK, do you feel that your heart is racing at all? -P: No. +P: No. D: OK, And, and have you tried anything that's helped you improve those symptoms, like taking a rest or laying down flat? Anything like that? @@ -60,7 +60,7 @@ P: No, haven't really tried much. It just started this morning so I I just decid D: Ok. Have you traveled at all recently? -P: Um, no. +P: Um, no. D: Any uh contacted someone who's been sick recently? @@ -68,11 +68,11 @@ P: I don't think so. D: OK. -P: I did just say sorry, I I did just get out of the hospital so maybe I could have had some contact. There's some exposure there. +P: I did just say sorry, I I did just get out of the hospital so maybe I could have had some contact. There's some exposure there. D: OK, so so when did you get out of the hospital? -P: Uhm, two days ago. +P: Uhm, two days ago. D: Two days ago, OK, and what were you in the hospital for? @@ -84,11 +84,11 @@ P: No. They didn't think it was, surgery was needed. D: OK, so how long were you in the hospital for? -P: About 4 days. +P: About 4 days. D: Four days, OK. And in those four days what were they doing for you there? -P: Just trying to help me just doing physiotherapy and helping me sort of get up and get out of bed. +P: Just trying to help me just doing physiotherapy and helping me sort of get up and get out of bed. D: OK. @@ -104,43 +104,43 @@ P: Yeah, I don't know. They haven't really been coming in and I I asked the nurs D: OK, Um, and after you've been discharged, have you been moving around at all, or if you've been pretty immobilized? -P: I try, but it's been it's been hard like, specially the first couple of days. I don't think it did much. But since then, I've been, I've been trying to move around a little bit more. +P: I try, but it's been it's been hard like, specially the first couple of days. I don't think it did much. But since then, I've been, I've been trying to move around a little bit more. D: OK. Have you noticed any kind of swelling in your legs at all? -P: Uh, no. +P: Uh, no. -D: No, nothing like that? +D: No, nothing like that? -P: No. +P: No. D: Have you previously had any kind of clots, like a deep vein thrombosis or pulmonary embolism? Anything like that? P: No. -D: Have you had any previous diagnosis of cancer? +D: Have you had any previous diagnosis of cancer? P: I did in the past. About 10 years ago I had leukaemia. D: Leukaemia, OK. And are you still on any kind of treatment or do you see an oncologist or a mythologist? -P: No, not anymore. +P: No, not anymore. D: Not anymore? OK. Um and so are you experiencing any kind of coughing up blood or anything like that? -P: Uhm, no. +P: Uhm, no. D: No. OK. Um do you feel any pain in your caps at all? -P: No. +P: No. -D: No, OK. Alright, other than that, are you having any symptoms of nausea and vomiting at all? +D: No, OK. Alright, other than that, are you having any symptoms of nausea and vomiting at all? P: Uhm, no I don't. D: OK, any fevers or chills? -P: No. +P: No. D: OK. Any night sweats or fatigue? @@ -156,13 +156,13 @@ P: No, I was pretty healthy before that. D: Ok, any history of any clotting or clotting disorders at all? -P: No. +P: No. D: OK. Do you take any medications currently? -P: No, no, not anymore. +P: No, no, not anymore. -D: OK, any allergies to any medications? +D: OK, any allergies to any medications? P: Uhm, no. @@ -170,23 +170,23 @@ D: Ok. Um any family history of any lung or heart conditions? P: Um, no lung or heart conditions, no. -D: OK. And currently right now do you work at all? +D: OK. And currently right now do you work at all? -P: Yeah I do. I um, I'm a banker. +P: Yeah I do. I um, I'm a banker. -D: Banker OK. Uhm. And what's your living situation like? Where do you live with anyone or inward? Where do you live? +D: Banker OK. Uhm. And what's your living situation like? Where do you live with anyone or inward? Where do you live? P: I live at home with my husband and my two kids. D: Ok, and you smoke it all? -P: No, I don't. +P: No, I don't. D: OK. And do you use any recreational drugs like marijuana? P: Uh, sometimes I'll have marijuana with my friends, but I haven't really done that since the pandemic started. -D: OK, and you drink alcohol? +D: OK, and you drink alcohol? P: Yeah, I do come. I'll have maybe two or three glasses of beer on the weekend. @@ -196,13 +196,13 @@ P: No. D: OK, so yeah, right now one of the main things we want to rule out, especially since you had the sudden shortness of breath today after a history of just recent discharge and the hip fracture or injury, and you're immobilized we need to make sure you haven't developed a clot that has traveled to your lungs. So we'll do a full physical examination and get some blood work done initially and then see if you require any medications for if you need thrombolysis for to break up the clot. We'll, we might do some imaging as well, so yeah, well, we'll just start with that, and then we'll go from there. -P: Sure. +P: Sure. D: So you'll be in here for a few hours until we get all those things done and see if you need any admission at all to the hospital. P: Sure. -D: Alright. +D: Alright. P: Thank you. diff --git a/tests/data/transcripts/RES0167.txt b/tests/data/transcripts/RES0167.txt index d8983ae..4195f29 100644 --- a/tests/data/transcripts/RES0167.txt +++ b/tests/data/transcripts/RES0167.txt @@ -1,4 +1,4 @@ -D: What brings you in? +D: What brings you in? P: I've just had a real like a real bad cough. Umm, it's been going on for 4 or 5 days now umm, and I'm just, I'm having some trouble breathing. I'm coughing up like gunky green stuff. Uhm, yeah, it's just really bad. I haven't had anything like this before. @@ -32,31 +32,31 @@ P: No, not a sore throat. D: Not a sore throat, OK. Uhm, how about changes in your taste or smell? -P: No, none of those. +P: No, none of those. D: OK. How about changes in your vision or hearing? -P: Uh, no. +P: Uh, no. D: Fever, weight loss? -P: I feel like I've I've probably had a fever the last couple nights. I've just been really hot in the evenings. +P: I feel like I've I've probably had a fever the last couple nights. I've just been really hot in the evenings. D: OK. P: Yeah, I feel like I've had a fever. I don't know bout my weight. I don't weigh myself all the time. -D: Mhmm. +D: Mhmm. -P: But nothing like major. +P: But nothing like major. D: Any chest pain? -P: Feels a little like it hurts a little bit, like when I when I breathe in. +P: Feels a little like it hurts a little bit, like when I when I breathe in. D: OK. Uhm, do you ever feel like your heart's racing? -P: No, I don't think so. +P: No, I don't think so. D: Alright, And any changes in your bowel movements? @@ -64,7 +64,7 @@ P: No, no, that's all the same. D: No bellyaches? -P: Nope. +P: Nope. D: No bellyaches? @@ -72,11 +72,11 @@ P: Nope. D: OK, how about changes to your urine? -P: Uh, no. +P: Uh, no. D: No, any dizziness or confusion? -P: No, uh no, not dizziness or confusion, but I have just been feeling very weak and tired. +P: No, uh no, not dizziness or confusion, but I have just been feeling very weak and tired. D: When you say weak, have you like lost any of your like motor movements like your arms, legs? @@ -86,15 +86,15 @@ D: OK. P: Just like just fatigued like more than usual, yeah. -D: OK. Are you otherwise healthy or do you have any longstanding medical conditions? +D: OK. Are you otherwise healthy or do you have any longstanding medical conditions? -P: Uhm, I don't I don't have too much luckily, knock on wood. Uhm, I, I take a medication for my reflux. +P: Uhm, I don't I don't have too much luckily, knock on wood. Uhm, I, I take a medication for my reflux. D: Mhmm. P: And I did, I did have a knee replacement, five years ago. -D: OK. +D: OK. P: Other than that, like I don't, I haven't really been to the doctor for much. @@ -108,11 +108,11 @@ P: Just that one for the reflux its uhm oh, it starts with an R. Uhm, Rabeprazol D: OK. -P: Yeah. +P: Yeah. D: Alright and are you up to date with all your immunizations? -P: Uh, yeah. +P: Uh, yeah. D: Including like the pneumovax vaccine and the shingrix? @@ -142,7 +142,7 @@ D: OK. P: Otherwise, I think we pretty healthy I try to, you know, follow healthy recipes and find them online. -D: Yeah, for sure. Yeah, that's good. Do you, do you smoke? +D: Yeah, for sure. Yeah, that's good. Do you, do you smoke? P: No, no. diff --git a/tests/data/transcripts/RES0168.txt b/tests/data/transcripts/RES0168.txt index c5f8d53..b8327bc 100644 --- a/tests/data/transcripts/RES0168.txt +++ b/tests/data/transcripts/RES0168.txt @@ -1,4 +1,4 @@ -D: What brings you in? +D: What brings you in? P: So I've just I had some sinus problems in the past. I've had some sinus infections and I just feel like I have one right now and I know that like I know that you know, a lot of the time I I've done all the things that I've been told to do in the past like I've been doing, like Saline rinses and just doesn't feel like it's helping very much right now. When I rinse, I'm getting like this greenie gross kind of mucus coming out. And it's just like giving me this like headache. It just feels crappy. @@ -12,11 +12,11 @@ P: Uhm, I don't have a real like shortness of breath, but it does feel congested D: OK, how about wheeziness? -P: Uh, no wheeziness. +P: Uh, no wheeziness. D: No wheeziness, OK. And how about, how about like sore throat or loss of taste? -P: Uhm, uh so my throat not sore in like the way that you get catch a sore throat but I get a lot of post nasal drip and it makes it like stingy. So it's like it's sore in that way, but it's not like you know if you have like strep throat or something. +P: Uhm, uh so my throat not sore in like the way that you get catch a sore throat but I get a lot of post nasal drip and it makes it like stingy. So it's like it's sore in that way, but it's not like you know if you have like strep throat or something. D: OK. How about changes in your vision or hearing? @@ -24,11 +24,11 @@ P: No, nothing like that. D: Weight loss? -P: No. +P: No. D: Fevers or chills? -P: I, I took my temp last night. It was pretty high. It was like 99 point like something, uhm 99 like 7 or something. +P: I, I took my temp last night. It was pretty high. It was like 99 point like something, uhm 99 like 7 or something. D: Ah, OK. @@ -42,7 +42,7 @@ D: OK. And then you mentioned some nasal obstruction, some discharge and you sai P: No, I didn't lose any smell. Like sometimes it's kind of hard to smell because it's so plugged up. -D: Right. +D: Right. P: I still have like I'm able to smell like, especially after I do the rinses. It helps a little bit. @@ -50,7 +50,7 @@ D: OK, how about like a chest pain? P: Uhm, no, I haven't had any chest pain. -D: No, OK. Any issues with bowel movements or have those been normal? +D: No, OK. Any issues with bowel movements or have those been normal? P: Those have been normal. @@ -58,7 +58,7 @@ D: OK. Any changes in your urine? P: No. -D: No, OK. Any headaches? +D: No, OK. Any headaches? P: Yeah, like I get that like sinusy headache that you know, it's pretty common for me, like kind of just all in like the front of my face and sometimes it kind of feels like it goes all over. @@ -76,7 +76,7 @@ P: No, like I I sometimes like I used this saline rinse. D: OK. -P: For a bit. I used to use the nasal steroid spray and I I hadn't had an infection for awhile and things were feeling OK, so I haven't been using it recently. Umm, and then I occasionally will use like, like an Advil if my knees sore. +P: For a bit. I used to use the nasal steroid spray and I I hadn't had an infection for awhile and things were feeling OK, so I haven't been using it recently. Umm, and then I occasionally will use like, like an Advil if my knees sore. D: OK. OK, and no hospitalizations or surgeries? @@ -96,9 +96,9 @@ P: Uh, like a little bit to cats but nothing else. D: OK. Any family history of lung or heart conditions? -P: No, not that I know of. +P: No, not that I know of. -D: OK. How about smoking, do you smoke? +D: OK. How about smoking, do you smoke? P: No, no. @@ -106,7 +106,7 @@ D: No, OK. Do you drink alcohol? P: I drink a few beers on the weekend. -D: OK. +D: OK. P: You know five or six per weekend. @@ -116,7 +116,7 @@ P: I will occasionally take like a cannabis, like a capsule like the oil in the D: OK, and what is that for? -P: Just like recreational. Also like I mean my knee, my knee pain. Sometimes it helps. +P: Just like recreational. Also like I mean my knee, my knee pain. Sometimes it helps. D: Mhmm, OK. @@ -148,19 +148,19 @@ P: No, no, it's a pretty new house. D: OK, alright, any pets at home? -P: We have a dog. It's a labradoodle. +P: We have a dog. It's a labradoodle. D: OK, yeah. P: And that's it, yeah. -D: How long have you had him? +D: How long have you had him? P: Oh, like, he's like 3 now. Like my sinus infections and that have been going on for longer than we've had him. -D: OK, alright. Those are all the questions that I had for you. Did you have any questions of your own for me? +D: OK, alright. Those are all the questions that I had for you. Did you have any questions of your own for me? -P: I don't think so. I just I hope you know, we can do something about this. Because you know, I tried all this stuff that is supposed to be like, you know, conservative like the first steps and it just doesn't seem like it's getting better. It's been like few weeks. So, I thought it was probably time to come see you. +P: I don't think so. I just I hope you know, we can do something about this. Because you know, I tried all this stuff that is supposed to be like, you know, conservative like the first steps and it just doesn't seem like it's getting better. It's been like few weeks. So, I thought it was probably time to come see you. D: Yeah, sorry. What have you tried at home again? @@ -168,6 +168,6 @@ P: So I use the, the rinses the saline rinses. I used a little bit of nasal deco D: OK, yeah. So your symptoms, OK because some some of these things overlap with Covid, we're going to have to swab you and they'll notify you of your results in like 24 to 48 hours. But what it sounds like is something called Sinu, Sinusitis and it sounds like acute bacterial rhinosinusitis because of some f the symptoms that you have, and it's been going on for more than a week and it's, it's not going away with the rinse, saline rinses and these decongestants. So we will prescribe some antibiotics for you. Probably amoxicillin. Take those for five to seven days and see if some of your symptoms clear up. If they continue to be severe, umm, actually, at this will also prescribe you some inhaled corticosteroids because I think those can help as well, so will give you both of those for now and then just follow up with us in a week after you've tried both things and we'll see how your symptoms are holding up at that point. Does that sound like a good plan to you? -P: Yeah, I think that sounds that sounds fair. Yeah, thank you. +P: Yeah, I think that sounds that sounds fair. Yeah, thank you. D: OK, yeah no problem. diff --git a/tests/data/transcripts/RES0169.txt b/tests/data/transcripts/RES0169.txt index 81105d9..a08ab63 100644 --- a/tests/data/transcripts/RES0169.txt +++ b/tests/data/transcripts/RES0169.txt @@ -2,29 +2,29 @@ D: What brings you in today? P: I I've been having uh, this fever, the last couple of days and I've had a cough as well and my nose is, keeps running. -D: OK. And when did the fevers start? +D: OK. And when did the fevers start? P: I think the fever started two days ago. D: How, did you measure your magic temperature? -P: Yeah, it was 38 point .5 when I when I checked it. +P: Yeah, it was 38 point .5 when I when I checked it. D: And have you been checking it out past days? Has it gotten better or worse? P: It's been about the same both both days. -D: And your cough, when did that start? +D: And your cough, when did that start? P: Cough started four days ago. D: OK, is it a wet cough or dry cough? -P: It's been dry. +P: It's been dry. D: I've been bringing up any blood or any mucus or anything like that. -P: No, and I haven't had a cough before either. This is new. +P: No, and I haven't had a cough before either. This is new. D: OK, and the runny nose, what kind of discharge, or what like what's coming out of your nose? @@ -32,7 +32,7 @@ P: It's pretty pretty watery and clear. D: OK, alright, and when did that start? -P: Yeah, yeah, sorry that started about four days ago as well, so about the same time as the cough. +P: Yeah, yeah, sorry that started about four days ago as well, so about the same time as the cough. D: Have you had any other symptoms, such as having a stuffy nose that have congestion in your sinuses, sore throat? Umm, red eyes? Watery, teary eyes? Sneezing, any of those symptoms. @@ -40,17 +40,17 @@ P: Um, no nothing like that. D: Any difficulties breathing? -P: No. +P: No. D: Any pain in your chest? -P: No. +P: No. D: OK, any headaches? P: Uh yeah I have had a bit of a headache, actually. Well, just just this morning. -D: How how bad is it? +D: How how bad is it? P: It's pretty mild. Something pretty simple like it, so I've had headaches like like this before. It's not, it's not a big deal. @@ -60,7 +60,7 @@ P: No muscle aches, but yeah, I have been fatigued last a couple of days. Two or D: Any changes in your sense of smell? -P: No. +P: No. D: Changes in your sense of taste? @@ -68,15 +68,15 @@ P: No. D: Any pain in your belly or any diarrhea? -P: Nothing like that. +P: Nothing like that. -D: OK? Alright um, any medical conditions that you've been diagnosed with? +D: OK? Alright um, any medical conditions that you've been diagnosed with? P: Uh. No, I I've been, I've been healthy. D: OK, any surgeries or hospitalizations? -P: No, I haven't had anything like that before. +P: No, I haven't had anything like that before. D: OK. And do you take any medications? @@ -88,7 +88,7 @@ P: I think I have an allergy to penicillin. I got it, I had a rash when I was I D: OK, and do you currently? Would you currently let that? -P: Yeah, so I I just live with my with my mom. +P: Yeah, so I I just live with my with my mom. D: OK, do you have any pets at home? @@ -104,13 +104,13 @@ P: Uhm, I mean, maybe at the school or something like that, but I can't think of D: OK, alright, have you traveled anywhere outside the province? -P: No. +P: No. -D: OK, uhm. And, uh, do you I guess a couple of other more general questions. Do you feel safe at home? +D: OK, uhm. And, uh, do you I guess a couple of other more general questions. Do you feel safe at home? P: I do, yeah. We have a good a good relationship. -D: I'm glad, I'm glad, and an anything that we discuss will see confidential between you and me, unless there's something that you could be talk about that could harm you or harm anyone else. Do you feel safe at school? +D: I'm glad, I'm glad, and an anything that we discuss will see confidential between you and me, unless there's something that you could be talk about that could harm you or harm anyone else. Do you feel safe at school? P: Yes, I do. I enjoy school. It's been fun. @@ -118,13 +118,13 @@ D: That's good, that's good. And have you can have been consuming the drug? Trie P: No, I've heard of other people. I mean in high school doing stuff like that, but I haven't been around anything like that. -D: OK, alright. Any alcohol? +D: OK, alright. Any alcohol? -P: No. +P: No. D: OK, are you sexually active? -P: No. +P: No. D: Alright. And uh, let's see so.. uh, you've had a fever, a cough, and a runny nose for the past few days. And have you been going to school? In the past couple of days or no? diff --git a/tests/data/transcripts/RES0170.txt b/tests/data/transcripts/RES0170.txt index 0a56f33..b1ad73b 100644 --- a/tests/data/transcripts/RES0170.txt +++ b/tests/data/transcripts/RES0170.txt @@ -8,7 +8,7 @@ P: Like right now he's OK. When the symptoms come on, they last for I don't know D: Hm? So all this started a couple months ago. -P: Yeah. +P: Yeah. D: Do you find that there and you mentioned that it happens about one to two times a week? Is there anything specific happening at that time? Any triggers that result in these symptoms? @@ -16,7 +16,7 @@ P: Well I will say I think I like exercise. I find yeah like soccer practice. Ye D: OK. So I guess it's do you feel like it's affected by cold weather as well or no? -P: Um, maybe yeah, like if he yeah completely in the winter time. Like I know when he goes outside if he yeah he takes like a deep breath or something like that. He'll talk about having shortness of breath or difficulty breathing in the cold weather. +P: Um, maybe yeah, like if he yeah completely in the winter time. Like I know when he goes outside if he yeah he takes like a deep breath or something like that. He'll talk about having shortness of breath or difficulty breathing in the cold weather. D: OK, other than the and I guess the cough. Is he coughing up anything, or is it kind of a dry cough? @@ -32,11 +32,11 @@ P: No, he had a little bit of a fever at the that one time a few months ago, but D: I see. OK, any headaches? -P: No, he hasn't said anything like that. +P: No, he hasn't said anything like that. -D: OK. And how has he had any other symptoms so anything like racing heart or belly pain or muscle aches or any changes in his bowel movements or urinary symptoms? +D: OK. And how has he had any other symptoms so anything like racing heart or belly pain or muscle aches or any changes in his bowel movements or urinary symptoms? -P: Uh no, I haven't heard him, uh, I complain about anything like that. I think I'll everything like that's been normal. +P: Uh no, I haven't heard him, uh, I complain about anything like that. I think I'll everything like that's been normal. D: OK. So when he has these episodes, how like how severe are they? So how difficult is it for him to breathe? @@ -54,19 +54,19 @@ D: OK, any hospitalizations or surgeries? P: No, he hasn't had anything like that. -D: OK, uhm. And just going back to his birth and your pregnancy, were there any complications at the time of pregnancy? +D: OK, uhm. And just going back to his birth and your pregnancy, were there any complications at the time of pregnancy? -P: Um, there was a prolonged labor, I think, but he was delivered vaginally and at term +P: Um, there was a prolonged labor, I think, but he was delivered vaginally and at term D: OK. OK, that's great. -P: And he, oh sorry, I was just going to say normal weight as well. +P: And he, oh sorry, I was just going to say normal weight as well. D: OK good has, was he kept in the in ICU for a couple of days after, was he sent home? P: I think they, like he was kept for not an ICU he was kept for one day I think so just monitor for infection because it was like prolonged labor but he was OK. OK, so yeah we were able to go home. -D: OK, and I, what was I going to say. Forgot what I was going to say. How yeah, how has this growth and development been? Has he been seeing his doctor regularly? Any concerns there? +D: OK, and I, what was I going to say. Forgot what I was going to say. How yeah, how has this growth and development been? Has he been seeing his doctor regularly? Any concerns there? P: Yeah he's been good with with growth. No concerns for that and his developments been normal as well. He's reached all of his milestones. @@ -76,25 +76,25 @@ P: Yeah, yeah, he's been going to school. He hasn't really been, he hasn't misse D: Okay. And does he, is there any other any conditions that run in the family? Including things like asthma or eczema, or allergic rhinitis or allergies. -P: Yeah, sister does have some bad allergies. Her nose runs all the time and she also has that asthma. His sister uses and a daily inhaler and then also W1. +P: Yeah, sister does have some bad allergies. Her nose runs all the time and she also has that asthma. His sister uses and a daily inhaler and then also W1. D: I see. OK, and uh. How are things at home is he, is he doing well otherwise? Like at school and things like that, any stressors in his life? -P: No, he's been doing, uh, he's been doing well at school. He likes math and that that's been going, well. +P: No, he's been doing, uh, he's been doing well at school. He likes math and that that's been going, well. D: OK, great. Has he ever tried any puffers? -P: No, he hasn't actually. +P: No, he hasn't actually. D: Has he been on any medications? -P: Um, he he has not. +P: Um, he he has not. D: Any allergies that he has? -P: Not that I'm aware of, but I I think he might. I mean so like environmental or I don't know, something. He does get symptoms like a runny nose and itchy eyes sometimes, but usually go away pretty pretty quickly and he doesn't fuss about it too much so, yeah so. +P: Not that I'm aware of, but I I think he might. I mean so like environmental or I don't know, something. He does get symptoms like a runny nose and itchy eyes sometimes, but usually go away pretty pretty quickly and he doesn't fuss about it too much so, yeah so. -D: From the symptoms that you've described so far, it sounds like he might also have asthma, but we will obviously have to do some testing and confirm that. Uhm, and also, it's given sort of the results, or even just like giving his symptoms, prescribe some buffers to help with those symptoms. Clearly it's affecting his life. He can't go to school or can't participate in soccer, or sometimes wakes up in the middle of the night, and that's not good. So, we'll we can be prescribed some puffers and see if those help and also get some testing done. Do you have any other questions for me? +D: From the symptoms that you've described so far, it sounds like he might also have asthma, but we will obviously have to do some testing and confirm that. Uhm, and also, it's given sort of the results, or even just like giving his symptoms, prescribe some buffers to help with those symptoms. Clearly it's affecting his life. He can't go to school or can't participate in soccer, or sometimes wakes up in the middle of the night, and that's not good. So, we'll we can be prescribed some puffers and see if those help and also get some testing done. Do you have any other questions for me? P: Uhm, No, yeah I was just wondering about, so like the wheezing and all of that could be with from asthma too? diff --git a/tests/data/transcripts/RES0171.txt b/tests/data/transcripts/RES0171.txt index f636f64..df018de 100644 --- a/tests/data/transcripts/RES0171.txt +++ b/tests/data/transcripts/RES0171.txt @@ -12,21 +12,21 @@ P: Like, I don't know. I feel like I'm OK, like n terms of being able to breathe D: OK, has it gotten worse since yesterday or better, or kind of been the same? -P: It's mostly been that been the same or actually sorry it's got, got a little bit worse at first. It was more more with exertion, and now it's, at rest as well. So yeah, it's got worse. +P: It's mostly been that been the same or actually sorry it's got, got a little bit worse at first. It was more more with exertion, and now it's, at rest as well. So yeah, it's got worse. D: I see, OK. Are you able to talk in full sentences or do you need to take a deep like stop to take a breath? -P: I could talk in full sentences. +P: I could talk in full sentences. D: And the chest pain, does it only occur when you take a deep breath, or are there other times as well? -P: I pretty much yeah only when I'm taking a deep breath and say, I mean, maybe that's why part of the I can't take a deep breath so it's making me feel it's making the breathing more difficult making me feel more short of breath. +P: I pretty much yeah only when I'm taking a deep breath and say, I mean, maybe that's why part of the I can't take a deep breath so it's making me feel it's making the breathing more difficult making me feel more short of breath. D: OK. Any other symptoms that you've had? A fever or headache? -P: No, nothing like that. +P: No, nothing like that. -D: Any cough? +D: Any cough? P: Yeah, I, I've had a cough as well over that the same same time period. @@ -44,7 +44,7 @@ P: No belly pain or changes to bowel movements, but I do feel like my heart is b D: Yeah, OK. Uhm, you said this started yesterday. Were you like completely fine the day before? -P: Uh I was yeah. +P: Uh I was yeah. D: Anything that's happened recently that's different or new? @@ -56,11 +56,11 @@ P: It's it's certainly been less I I've been moving a little bit, but I've had a D: I I see and have you had any, I guess any pain in your legs. Or swelling in your leg? One or the other? -P: Yeah, I have had actually, yeah my right my right calf is pretty sore. +P: Yeah, I have had actually, yeah my right my right calf is pretty sore. -D: Definitely have a look at that. Have you noticed that it's been bigger or more red or warm? +D: Definitely have a look at that. Have you noticed that it's been bigger or more red or warm? -P: Um, no, I don't notice anything like that, just I, just really hurts. +P: Um, no, I don't notice anything like that, just I, just really hurts. D: Uh, OK. Any medical conditions that you've been diagnosed with? @@ -73,11 +73,11 @@ P: Um other yeah, no. I think you're right. It said fibroids. D: OK, OK. And do you take any medication? -P: Yeah, so uh insulin, well metformin. And then that's it. +P: Yeah, so uh insulin, well metformin. And then that's it. D: OK. -P: I'm sorry and then an SSRI. Like I said, low pram for anxiety. +P: I'm sorry and then an SSRI. Like I said, low pram for anxiety. D: Alright. And do you have any allergies? @@ -85,21 +85,21 @@ P: No, I don't. D: And, who do you.. do you currently live alone? -P: Uh no, I live with my husband and and our two sons. +P: Uh no, I live with my husband and and our two sons. -D: OK and, do you, have anyone sort of come in to help you out over these past two weeks? Are you getting any outside help from nurses etc. Or are your are your family members being supportive and helpful? +D: OK and, do you, have anyone sort of come in to help you out over these past two weeks? Are you getting any outside help from nurses etc. Or are your are your family members being supportive and helpful? P: Yeah, it's been mostly the the family members. My husband's been working from home and the kids have been helpful as well. They are 10 and 12 so they are able to do some things on their own so yeah they've been supportive. D: That's great. That's great. OK, and you smoke at all? -P: I do yes I I smoke about a half a pack per day. +P: I do yes I I smoke about a half a pack per day. D: For how long? P: Um, yeah, but I I started in my, yeah, after the kids were born actually, uh so like 10 years ago. -D: OK, have you tried cutting it down at all? +D: OK, have you tried cutting it down at all? P: Yeah, I have. I've kind of gone through spurts of quitting and restarting, quitting and restarting. So yeah, I've tried before. @@ -107,7 +107,7 @@ D: OK, and what about marijuana or recreational drugs? P: No, don't use anything like that. -D: And alcohol? +D: And alcohol? P: Yeah I'll have some wine on the on the weekends, but maybe that's like a glass or two. @@ -117,7 +117,7 @@ P: Just, uh, yeah, my father actually had a stroke when he was 68, and that's it D: OK OK uhm. You haven't ever had one, have you? -P: No, I I haven't had anything like that. +P: No, I I haven't had anything like that. D: OK, alright. So. I guess come to in terms of smoking, you said that you've tried to quit a couple of times in the past. Do you intend on trying again? I know it can be very hard to, to quit smoking. diff --git a/tests/data/transcripts/RES0172.txt b/tests/data/transcripts/RES0172.txt index c05495c..c410210 100644 --- a/tests/data/transcripts/RES0172.txt +++ b/tests/data/transcripts/RES0172.txt @@ -6,7 +6,7 @@ D: Can you tell me a little bit more about your cough? Has it gotten better or w P: So it, it's a it's been about.. well, it got worse at first and then it's been about the same since then. -D: Okay, and is it dry cough or wet cough? +D: Okay, and is it dry cough or wet cough? P: It's dry. @@ -32,7 +32,7 @@ P: I kind of feel it all over. It's like a band night feels like it's just aroun D: And, how like if you had to give it a number from one to 10? What number would you give it? With 10 being the worst headache ever? -P: I would say maybe a 5. +P: I would say maybe a 5. D: OK, and you mentioned that the Tylenol helped. @@ -46,7 +46,7 @@ D: Oh, you get OK. OK, what about a runny nose or stuffy nose? P: Uh, no, nothing like that. -D: Any difficulties breathing? +D: Any difficulties breathing? P: No. @@ -64,11 +64,11 @@ P: No, I haven't had anything like that. D: Any changes in your? I guess have had any chest pain? -P: No, haven't had any chest pain, haven't had anything like that before. +P: No, haven't had any chest pain, haven't had anything like that before. D: Any belly pain? -P: No. +P: No. D: any changes in your bowel movement, any diarrhea? @@ -80,7 +80,7 @@ P: No, I've had a urinary track infections before so I know what that's like. I D: OK, alright, good. And. Have you been diagnosed with any medical conditions in the past? -P: Uhm? No, I haven't. I had surgery on my knee when I was a teenager. I uh tore my ACL but it's been good since then. +P: Uhm? No, I haven't. I had surgery on my knee when I was a teenager. I uh tore my ACL but it's been good since then. D: Any hospitalizations? @@ -94,13 +94,13 @@ D: OK, any allergies? P: Oh no, I don't think so. -D: OK, good. And do you have any medical conditions that run in the family? Including any heart or lung conditions or cancers. +D: OK, good. And do you have any medical conditions that run in the family? Including any heart or lung conditions or cancers. -P: Yeah, my, my aunt had had breast cancer. But ah, and my dad has high blood pressure. +P: Yeah, my, my aunt had had breast cancer. But ah, and my dad has high blood pressure. -D: OK OK uhm. And do you currently smoke? +D: OK OK uhm. And do you currently smoke? -P: No, I don't. +P: No, I don't. D: Do you ever smoke in the past? @@ -120,7 +120,7 @@ P: I am yeah. So it's uh, yeah I work for this tech company so I've been able to D: OK, uhm. Have you had any exposures to anyone who could potentially be sick? -P: I will without, well, yeah I there a couple or last weekend. Actually there was a family party that we went to. It was outside, but uh, it, yeah, there's people around. There was nobody that was sick that I'm aware of. +P: I will without, well, yeah I there a couple or last weekend. Actually there was a family party that we went to. It was outside, but uh, it, yeah, there's people around. There was nobody that was sick that I'm aware of. D: OK. And and have you traveled anywhere outside the province? @@ -128,7 +128,7 @@ P: No been besides that, the family party last weekend, but I mean that was just D: OK, I guess I forgot to ask about a symptom. Have you felt that you've lost your sense of smell or sense of taste? Has it just been different? -P: Yeah, I said some actually now that you mention it right sense of smell has been different, which is kind of weird, 'cause I I don't have, everybody knows or I don't feel congested or anything. So yeah, but my taste has been OK. +P: Yeah, I said some actually now that you mention it right sense of smell has been different, which is kind of weird, 'cause I I don't have, everybody knows or I don't feel congested or anything. So yeah, but my taste has been OK. D: Good. Well, that's all the questions I had for you. Given that your symptoms sort of sound like you may have a viral or bacterial infection and seeing that you were, you had some exposure to to other people even though they weren't sick, it could, it could be that they, they had some sort of an illness that they could transmit that they weren't just showing symptoms at the time. We will get a covid swab done just to make sure that that's not what's happening. It could be that. And I'll recommend that you continue to, you know, take Tylenol and rest and take care of yourself and if your symptoms worsen or stay the same for long period of time, definitely come back or call public health to get some guidance and try to stay away from others and self isolate for the next couple of days or at least clear covid swabs back or your symptoms improve. Or the next 14 days. So that's all I have for you today. Do you have any questions for me? diff --git a/tests/data/transcripts/RES0173.txt b/tests/data/transcripts/RES0173.txt index 5140722..fcad2d0 100644 --- a/tests/data/transcripts/RES0173.txt +++ b/tests/data/transcripts/RES0173.txt @@ -12,19 +12,19 @@ P: It started around the same time. D: OK, it is it. A dry cough or or wet cough? -P: It's a dry cough. +P: It's a dry cough. D: OK, is it? Is this cough new or if you had a cough before? -P: No, it's it's kind of new. +P: No, it's it's kind of new. -D: Alright, have you brought up any, I know you said its been but have you brought up any blood? +D: Alright, have you brought up any, I know you said its been but have you brought up any blood? P: No. D: OK, and have you had any wheezing? -P: No. +P: No. D: OK. And you mentioned a fever as well. Have you checked your your temperature today or yesterday? @@ -32,9 +32,9 @@ P: Yeah, it was at 38 last night. D: Are you feeling feverish today as well? -P: Yeah, a little bit. +P: Yeah, a little bit. -D: OK, and uh. So have you had any any infectious symptoms, like runny or red eyes? +D: OK, and uh. So have you had any any infectious symptoms, like runny or red eyes? P: No. @@ -56,11 +56,11 @@ P: No, I don't think so. D: OK. And have you had a sore throat? -P: No. +P: No. D: How about any losses of smell or or taste? -P: No. +P: No. D: OK, and have you had any chest pain? @@ -68,13 +68,13 @@ P: No, no. I haven't. D: K, and have you had any nausea or vomiting -P: No. +P: No. D: Alright, and any abdominal pain or diarrhea? P: No. -D: Any urinary problems like painful urination or frequency? +D: Any urinary problems like painful urination or frequency? P: No. @@ -84,7 +84,7 @@ P: Yeah, yeah. Just act different feeling achy and kinda tired these past well l D: I see OK, so it has been kind of like all over or there are particular muscles sore or our body part? -P: No, it's it's like all over. +P: No, it's it's like all over. D: OK, and you've been fatigued as well? @@ -92,7 +92,7 @@ P: Oh yeah. D: OK. Have you had any headaches? -P: No. +P: No. D: Any skin changes or rashes? @@ -102,19 +102,19 @@ D: Alright. And then how about any night sweats or chills? I know you mentioned P: No, I've just been feeling hot. -D: OK, I mean, how was your weight been over the last several months? Is it like have you lost weight or gaining weight or is up in the same? +D: OK, I mean, how was your weight been over the last several months? Is it like have you lost weight or gaining weight or is up in the same? -P: Kind of in the same. +P: Kind of in the same. D: OK. And uh, in the past, have you been diagnosed with any medical conditions? -P: No, I'm pretty healthy. +P: No, I'm pretty healthy. D: OK, you see. Yeah, you haven't had asthma in the past or or anything like that? -P: No. +P: No. -D: OK, any allergies to medications you're aware of or or environmental things like or dust or pollen? +D: OK, any allergies to medications you're aware of or or environmental things like or dust or pollen? P: No no. Which is why I was kind of surprised. I'm usually fine and I spend a lot of time outdoors so, I don't know. Yeah, I was surprised when this happened when I went to his place. @@ -122,7 +122,7 @@ D: OK, did you ever get these kind of symptoms if you are like yeah or around sm P: No. -D: OK, and you get seasonal symptoms like throughout the year you get like itchy runny eyes or like. Like a runny nose? +D: OK, and you get seasonal symptoms like throughout the year you get like itchy runny eyes or like. Like a runny nose? P: No, no. That hasn't happened to me. @@ -132,11 +132,11 @@ P: I just take a birth control pill. D: And when, how long have you been on that for? -P: About three years. +P: About three years. D: OK. And any prior surgeries or hospitalizations? -P: Oh no. +P: Oh no. D: Alright, and can you tell me a little bit about where you're living currently and two you're living with? @@ -144,19 +144,19 @@ P: I live alone, uh? I have an apartment next to the University. D: OK, and any potential for being around anybody who's been sick like your boyfriend or his family or or anywhere else? -P: No, I've just been visiting him and I just go grocery shopping. I've just I've been doing schooling online. Yeah, I don't think so. I'm usually very careful, I'm not. Yeah, I'm not maintaining social distancing with my boyfriend. He's in my social circle, but yeah, other than that no one I think yeah. +P: No, I've just been visiting him and I just go grocery shopping. I've just I've been doing schooling online. Yeah, I don't think so. I'm usually very careful, I'm not. Yeah, I'm not maintaining social distancing with my boyfriend. He's in my social circle, but yeah, other than that no one I think yeah. D: Ok. And have you traveled anywhere? -P: No. +P: No. D: Alright then are you currently working or going to school? -P: I'm going to school. +P: I'm going to school. D: OK, cool and uh. And are you currently sexually active? -P: Yep. +P: Yep. D: OK, and are you using birth control. Are you using condoms? @@ -168,7 +168,7 @@ D: OK? And do you smoke cigarettes? P: No. -D: Do you drink alcohol? +D: Do you drink alcohol? P: Sometimes if, like during like parties and stuff, but I haven't really been drinking much 'cause there's nothing going on. @@ -178,15 +178,15 @@ P: No. D: Alright, then umm in the family is there a history of any lung problems or any any heart problems? -P: Um just high blood pressure. My mom and dad have it. +P: Um just high blood pressure. My mom and dad have it. -D: OK. And so I wanted to ask about the boyfriend's house as well. Is there any pets in the home there? +D: OK. And so I wanted to ask about the boyfriend's house as well. Is there any pets in the home there? P: Oh yeah. Yeah, he has this cute little parrot. And he also has a cat. D: OK, and do you have any pets at your house? -P: No, no I don't. +P: No, no I don't. D: Oh, OK. So that I think that was everything that I wanted to ask on on history today, was there anything else I forgot to mention or you wanted to to bring up? diff --git a/tests/data/transcripts/RES0174.txt b/tests/data/transcripts/RES0174.txt index d8e1f64..008d7a8 100644 --- a/tests/data/transcripts/RES0174.txt +++ b/tests/data/transcripts/RES0174.txt @@ -8,9 +8,9 @@ P: Uhm? I, I don't know, it's just like. Uhm? Sometimes, like before interviews, D: OK, have you had many of those recently? -P: Job interviews? +P: Job interviews? -D: Yeah. +D: Yeah. P: I got I got laid off because of the pandemic and now I've been looking for jobs and it's just like it's kind of nerve wracking. But also like I don't know, I'm just worried it could be something else like it's just, yeah, it's like I really just can't breathe, it's so weird. @@ -20,7 +20,7 @@ P: Like 15 minutes 15, 20 minutes. D: Is there anything you do to help it go away? -P: I'll just say go and lie down and close my eyes. +P: I'll just say go and lie down and close my eyes. D: OK. And do you get shorter breath if you walk far distances or exert yourself? @@ -30,7 +30,7 @@ D: OK. And. Have you had a cough? P: No. -D: Any wheezing? +D: Any wheezing? P: No. @@ -38,21 +38,21 @@ D: OK. And have you had any any chest pain? P: Yeah, I kind of feel like this pressure at that time is just like yeah, someone's like pressing my chest inwards, kind of. It's hard to explain. -D: I see do you it is it um like, do you feel it in any one particular spot or? +D: I see do you it is it um like, do you feel it in any one particular spot or? -P: No. +P: No. -D: OK. +D: OK. P: I just feel like my chest is really tight and it's just it's like I can't like expand my lungs. -D: I see and does this last around 15 minutes as well? +D: I see and does this last around 15 minutes as well? -P: Yeah. +P: Yeah. D: OK. And similarly you like going for runs and stuff like that you on't ever get any chest pain? -P: No, no, no. +P: No, no, no. D: OK. And and I know you mentioned you didn't have a cough, but have you brought up any phlegm or brought up any any blood? @@ -60,19 +60,19 @@ P: No, no, I have not had a cough. D: Oh no, OK, I'm sorry. -P: That's OK. +P: That's OK. -D: And have you otherwise been well? Or if you had any infectious symptoms, like a runny or red eyes, runny nose or sore throat? +D: And have you otherwise been well? Or if you had any infectious symptoms, like a runny or red eyes, runny nose or sore throat? -P: No. None of those. +P: No. None of those. -D: Alright, have you had any headaches? +D: Alright, have you had any headaches? P: No. D: How about any fevers or chills? -P: No. +P: No. D: Have you had any night sweats? @@ -80,21 +80,21 @@ P: No, but I get really sweaty when these episodes happen. Just like yeah, my fa D: OK. Yeah, Um, OK, and How is your weight been recently? Any weight gain or loss? -P: Yeah, I've gained quite a bit of weight since the pandemic started. Yeah, gained about 10 pounds. +P: Yeah, I've gained quite a bit of weight since the pandemic started. Yeah, gained about 10 pounds. D: OK, any changes to your diet or appetite? -P: Oh yeah, I've been eating quite a bit, been baking a lot at home. +P: Oh yeah, I've been eating quite a bit, been baking a lot at home. D: OK. And, and have you had any abdominal pains? -P: No. +P: No. -D: Any diarrhea? +D: Any diarrhea? -P: Uhm? No. +P: Uhm? No. -D: OK. Any nausea or vomiting? +D: OK. Any nausea or vomiting? P: No. @@ -104,7 +104,7 @@ P: No. D: Any rashes or skin changes? -P: No. +P: No. D: And, any muscle aches, body pains or joint pains or swelling? @@ -120,7 +120,7 @@ P: I don't know, I just feel like staying at home and just being in bed all the D: OK, so you're um, have you had a low mood? -P: Yeah. +P: Yeah. D: Alright and are you sleeping more than usual? @@ -128,19 +128,19 @@ P: Yeah. D: OK, is there anything that you're feeling particularly guilty about right now? -P: No. +P: No. D: OK. How is your concentration been? P: Uhm, not great. -D: OK. You haven't been able to focus and have you felt like things are moving in slow motion? +D: OK. You haven't been able to focus and have you felt like things are moving in slow motion? P: No. D: Alright, so have you had any thoughts of hurting or harming yourself? -P: No. +P: No. D: OK. And have you had depression or anxiety in the past? @@ -156,7 +156,7 @@ P: I wish, no, I've never really felt that way, D: OK. And have you had any concerns with eating disorders in the past? -P: No. +P: No. D: Alright. And then you mentioned, even diagnosed with depression, if you had, are you have you been diagnosed with any other medical conditions? @@ -168,7 +168,7 @@ P: No, I was doing pretty well. I used to have these episodes of depression when D: OK, so you haven't been on medication now for for quite awhile for years. -P: For like 12 years 13 years. +P: For like 12 years 13 years. D: OK, what did you use that, if you can remember? @@ -176,25 +176,25 @@ P: Prozac? D: OK, and did you find it helped? -P: Yeah, yeah it was very helpful, was very good. +P: Yeah, yeah it was very helpful, was very good. D: OK. That's good. Any allergies to medications? -P: No. +P: No. D: Alright and any hospitalizations or surgeries? -P: No. +P: No. -D: OK, and can you tell me a little bit about where you're living and who you're living with? +D: OK, and can you tell me a little bit about where you're living and who you're living with? -P: I I live, I live with my girlfriend. +P: I I live, I live with my girlfriend. D: OK. And. Has there been anybody around that that has been sick that they have been around? -P: No. +P: No. -D: OK, have you traveled anywhere? +D: OK, have you traveled anywhere? P: No no. @@ -202,13 +202,13 @@ D: And do you smoke cigarettes? P: Oh no, I don't. -D: OK, do you drink alcohol? +D: OK, do you drink alcohol? -P: I don't. +P: I don't. D: OK. And. Are you currently sexually active? -P: Yeah. +P: Yeah. D: OK, and any chance that you could be pregnant currently? @@ -216,17 +216,17 @@ P: No. D: And have you been pregnant in the past? -P: No. +P: No. D: OK. And do you smoke cigarettes? -P: I don't. +P: I don't. -D: Do you drink alcohol? +D: Do you drink alcohol? P: No. -D: And do you use any recreational drugs? +D: And do you use any recreational drugs? P: No. diff --git a/tests/data/transcripts/RES0175.txt b/tests/data/transcripts/RES0175.txt index e56e23d..2df742a 100644 --- a/tests/data/transcripts/RES0175.txt +++ b/tests/data/transcripts/RES0175.txt @@ -10,7 +10,7 @@ P: Um, I didn't, but I'm pretty sure I have a fever and like I can feel it. D: OK. Have you had any chills or night sweats? -P: I had chills last night. +P: I had chills last night. D: OK. Uh, so you mentioned you've had a cough as well, and when did that start? @@ -18,11 +18,11 @@ P: Two days ago. D: And is the cough been, um producing any phlegm or sputum? -P: No, it's kind of dry cough nothing +P: No, it's kind of dry cough nothing -D: alright. How about any any blood? +D: alright. How about any any blood? -P: No. +P: No. D: OK. And you've had muscle aches. Has this been like a whole body type of feeling, or is it any particular muscles that hurt? @@ -30,7 +30,7 @@ P : It's all over. D: OK, have you had any headaches? -P: No. +P: No. D: Alright. And have you had a cough before or is this a new cough? @@ -56,27 +56,27 @@ D: OK. Um, have you had any, uh, um, symptoms such as red eyes or or itchy eyes P: No. -D: OK, have you had a sore throat? +D: OK, have you had a sore throat? P: No. -D: Any nausea or vomiting. +D: Any nausea or vomiting. -P: No. +P: No. D: OK, how about a loss of taste or loss of smell? P: Uh yeah, I kind of just foods have just been tasting little bland, since yesterday. -D: OK, so yeah, I lost of taste today. Have you had a runny nose at all? +D: OK, so yeah, I lost of taste today. Have you had a runny nose at all? -P: No +P: No D: OK. Any abdominal pain or diarrhea? P: No. -D: Any urinary problems like uh pain or frequency. +D: Any urinary problems like uh pain or frequency. P: Uhm? I uh, I I've had that for a while like it's just I think my prostate's kind of large so it's it's hard for me to, like I pee very frequently. @@ -90,7 +90,7 @@ P: I've been feeling a little tired. D: Alright, so you've had this dry cough that started two days ago. Been feeling feverish, have had some muscle aches, been tired and also a loss of taste. Have you been experiencing any other symptoms? -P: No, that's I think that covers it all. +P: No, that's I think that covers it all. D: OK. Oh sorry, I asked about chest pain, but have you had any like dizziness or feeling like you're going to faint or even like your heart's racing really fast? @@ -114,11 +114,11 @@ P: Yeah I think I think it's called Flomax. D: OK yeah it's the brand name for it but lots of yeah lots of different namings can be hard for the medication sometimes. And have you had any surgeries or hospitalizations? -P: Nope. +P: Nope. D: Do you have any allergies? -P: Nope. +P: Nope. D: OK um, and can you tell me a little bit about where you're living and who you're living with? @@ -130,7 +130,7 @@ P: Oh no, she's feeling good. D: Have you had any sick contacts? -P: I don't, no I haven't. I don't think so. I mean potentially. I was. I was actually out with my friends, but no one was sick. +P: I don't, no I haven't. I don't think so. I mean potentially. I was. I was actually out with my friends, but no one was sick. D: OK. Have you traveled anywhere? @@ -140,9 +140,9 @@ D: OK. And do you smoke cigarettes? P: I used to, I quit. I quit 10 years ago. I used to smoke about two or three cigarettes a day for 20 years. -D: OK, well congratulations on quitting, that's great. +D: OK, well congratulations on quitting, that's great. -P: Thanks. +P: Thanks. D: Do you smoke cannabis or use cannabis products? @@ -150,7 +150,7 @@ P: Nope. D: Do you use any recreational drugs? -P: No. +P: No. D: And do you drink alcohol? @@ -158,13 +158,13 @@ P: Yeah, maybe sometimes once or twice a month, maybe a glass or two at a time. D: OK, uh. And anybody in the family have any heart or lung conditions. -P: Uhm? Yeah, I think it's called Hypertrophic cardiomyopathy where people kind of die early. People get like people in my family got heart attacks very early on in their 30s. My brother died and when he was 15. +P: Uhm? Yeah, I think it's called Hypertrophic cardiomyopathy where people kind of die early. People get like people in my family got heart attacks very early on in their 30s. My brother died and when he was 15. D: Oh wow, sorry to hear that and uh, has that been looked into for yourself? P: Oh yeah, I see a cardiologist. I get regular checkups done. -D: OK. And. OK, and uh, so that was everything that I wanted to ask about on history today. Did you have any anything else that you wanted to mention or anything you were concerned about? +D: OK. And. OK, and uh, so that was everything that I wanted to ask about on history today. Did you have any anything else that you wanted to mention or anything you were concerned about? P: No. diff --git a/tests/data/transcripts/RES0176.txt b/tests/data/transcripts/RES0176.txt index 9c06d7f..ead2ed1 100644 --- a/tests/data/transcripts/RES0176.txt +++ b/tests/data/transcripts/RES0176.txt @@ -1,12 +1,12 @@ -D: How may I help you? +D: How may I help you? -P: I um. I just haven't been feeling very well over the past couple months. And I have decided I just come in and see what's happening, so I've just I've been feeling short of breath. And I kind of passed out sometimes and I'm really worried about it. +P: I um. I just haven't been feeling very well over the past couple months. And I have decided I just come in and see what's happening, so I've just I've been feeling short of breath. And I kind of passed out sometimes and I'm really worried about it. D: OK. Uh, so when the shortness of breath start. P: I say about five or six weeks ago. -D: OK, and and do you get short of breath at rest? +D: OK, and and do you get short of breath at rest? P: No. @@ -18,7 +18,7 @@ D: OK, how far are you able to walk or exert yourself before you're short of bre P: I can walk quite a bit, um, but I, I guess like when I go for my my runs in the morning, I start feeling short of breath. It's maybe like, two blocks or three blocks. -D: OK, and any any symptoms where you get short of breath at night and where you had to get up and and put your feet over the bed? +D: OK, and any any symptoms where you get short of breath at night and where you had to get up and and put your feet over the bed? P: No. @@ -26,7 +26,7 @@ D: Are you able to lay flat without being short of breath? P: Uhm, yeah -D: Or does it.. OK. And every had any swelling in your feet or ankles. +D: Or does it.. OK. And every had any swelling in your feet or ankles. P: No. @@ -36,19 +36,19 @@ P: Yeah, uh, it just happened two or three days ago. And I was just, I was-I was D: Were you really short of breath at the top of the stairs? -P: I felt like my heart was like beating kind of fast. And I felt little bit dizzy. +P: I felt like my heart was like beating kind of fast. And I felt little bit dizzy. D: OK, see, where you sweaty at the time as well? P: I don't remember, maybe? -D: OK, did you feel like you were going to pass out? +D: OK, did you feel like you were going to pass out? P: Yeah. -D: OK, has anything like that happened to you before? +D: OK, has anything like that happened to you before? -P: No. No. +P: No. No. D: OK and did you bite your tongue during this or? @@ -64,7 +64,7 @@ P: Maybe a couple of seconds, it's. Yeah. I don't know, I I can't really tell. I D: OK, you picture that your heart was racing. Did it feel like it was like did you have heart palpitations or is your heart beating really fast? -P: Yeah it was. +P: Yeah it was. D: OK. And did you hit your head or or hurt yourself when you fell? @@ -72,17 +72,17 @@ P: No, no. D: OK, and recently, have you been otherwise feeling well or if you had any viral infectious symptoms like red eyes or itchy eyes or runny nose, sore throat? -P: No. +P: No. -D: OK, nothing like that and have you had a cough? +D: OK, nothing like that and have you had a cough? -P: No. +P: No. -D: OK. And have you had any wheezing? +D: OK. And have you had any wheezing? P: No. -D: And if you had any chest pain. +D: And if you had any chest pain. P: No. @@ -92,11 +92,11 @@ P: Um, I kind of did when I was. When I was like running outside, but I just tho D: I see, alright. And any chest pain? -P: No. +P: No. D: And. Uh, OK. Have you had any, any nausea or vomiting? -P: No. +P: No. D: Any abdominal pain? @@ -108,23 +108,23 @@ P: No. D: OK, any muscle aches or body pains? -P: No. +P: No. -D: Any fevers or chills? +D: Any fevers or chills? P: No. D: Have you had any changes to your weight in the last several months? -P: No. +P: No. -D: Have you had any changes to your appetite? +D: Have you had any changes to your appetite? P: No. D: And have you notice any skin changes like rashes or or anything like that? -P: No. +P: No. D: OK. And. Uh. In the past, have you been diagnosed with any medical conditions? @@ -132,7 +132,7 @@ P: No, I've been very healthy. D: OK, I do you so do you take any medications, either prescribed or over the counter? -P: Uhm, I just take some puffers for asthma, but I haven't had asthma in awhile. I actually thought maybe my asthma was getting worse over the past two three months. I didn't really. I just I didn't think too much of it. But then when I fainted, I was just kind of scared. +P: Uhm, I just take some puffers for asthma, but I haven't had asthma in awhile. I actually thought maybe my asthma was getting worse over the past two three months. I didn't really. I just I didn't think too much of it. But then when I fainted, I was just kind of scared. D: Yeah, for sure. Umm, certainly would be frightening. OK, and do you use the inhaler everyday? @@ -168,7 +168,7 @@ P: Yeah, I'm living with my husband and my son. We live in a house about 30 minu D: OK, uh, has anybody been sick in the house? -P: No, everyones been well. +P: No, everyones been well. D: Alright, have you traveled anywhere recently? @@ -186,7 +186,7 @@ D: OK cool, yeah I do you smoke cigarettes? P: No. -D: Do you smoke cannabis or use any cannabis products? +D: Do you smoke cannabis or use any cannabis products? P: No. @@ -204,20 +204,20 @@ P: No. D: OK, And like you said, you're a writer currently. In the past, did you work any jobs where you were exposed to asbestos or like any chemicals or fumes in the air? -P: No, no, I haven't. +P: No, no, I haven't. D: OK, And in the family is there is there anybody who has any heart or lung conditions? -P: No. +P: No. -D: How about any clotting disorders or or cancers? +D: How about any clotting disorders or or cancers? P: Uhm, prostate cancer. My uncle had it. -D: I see, OK. So it sounds like over the last little month, you've been having some more short shortness of breath as well as well this fainting episode more recently. So we will. Was there anything else that you wanted to add? +D: I see, OK. So it sounds like over the last little month, you've been having some more short shortness of breath as well as well this fainting episode more recently. So we will. Was there anything else that you wanted to add? P: Hum, no. -D: Alright, so we will do some pulmonary function testing and get some imaging of your lungs today as well as an ECG and maybe a monitor for your heart as well to just check your heart racing for the next 48 hours. Mentioning that your heart was racing and so to rule out that any abnormal rhythms of your heart, or to check for that. And we will kind of go from there, did you have any questions? +D: Alright, so we will do some pulmonary function testing and get some imaging of your lungs today as well as an ECG and maybe a monitor for your heart as well to just check your heart racing for the next 48 hours. Mentioning that your heart was racing and so to rule out that any abnormal rhythms of your heart, or to check for that. And we will kind of go from there, did you have any questions? P: No. diff --git a/tests/data/transcripts/RES0177.txt b/tests/data/transcripts/RES0177.txt index 4a6d880..a717a59 100644 --- a/tests/data/transcripts/RES0177.txt +++ b/tests/data/transcripts/RES0177.txt @@ -6,7 +6,7 @@ D: OK, uhm, before the fever, did you notice any other symptoms, like a runny no P: No, nothing like that. Yeah, the fever kind of came on pretty, pretty suddenly it seemed like. -D: OK, and did you take his temperature at home? +D: OK, and did you take his temperature at home? P: I did, yeah. It was like 38.7 and then like two days ago and then it was high again, like yesterday and today. @@ -14,7 +14,7 @@ D: OK, and you mentioned the coughing started soon after the fever, correct? P: Yeah, yeah kind of like the day after e started having getting this cough. -D: OK and is it a dry cough or is it a productive cough? +D: OK and is it a dry cough or is it a productive cough? P: It's, uh, yeah, he is bringing up a little bit of sputum, yeah he's doing it. @@ -26,7 +26,7 @@ D: Greenish yellow, OK. Any blood in there? P: No, I haven't noticed any any blood. -D: OK, and does he seem short of breath or wheezy? +D: OK, and does he seem short of breath or wheezy? P: No wheezing, but he does have some shortness of breath. @@ -40,7 +40,7 @@ P: I'd say ah, even at rest now he's like breathing faster. D: OK, umm, and it does anything help with that? So does sitting up help? Or, uh, you know, getting fresh air or anything like that? -P: No. But you'd say, like taking a smaller breaths helps because like if he if he takes a deep breath and he gets, he gets like chest pain. +P: No. But you'd say, like taking a smaller breaths helps because like if he if he takes a deep breath and he gets, he gets like chest pain. D: OK, OK, and how about when he's laying down? @@ -56,7 +56,7 @@ P: Yeah, so yeah he's had some pain when he, when he just really takes that deep D: OK. Does he ever feel like his heart's racing? -P: Uhm, no. +P: Uhm, no. D: No, OK. Uhm how about any dizziness or fainting spells? @@ -88,7 +88,7 @@ P: No, he hasn't said anything like that. D: OK, muscle aches or joint aches? -P: No. +P: No. D: OK. Confusion or memory loss? @@ -96,7 +96,7 @@ P: No. D: Changes in his bowel movements? -P: Nope, yeah, that's been been getting out, no diarrhea or anything like that. +P: Nope, yeah, that's been been getting out, no diarrhea or anything like that. D: OK. Changes in his voiding? @@ -106,13 +106,13 @@ D: OK. And is he an otherwise healthy child? Umm, does he have any longstanding P: No, he doesn't. That's uh, this was so surprising, he's been healthy. -D: OK. Has he, so he's never had any hospitalizations or surgeries? +D: OK. Has he, so he's never had any hospitalizations or surgeries? P: No, he hasn't. D: OK. How about his mother's pregnancy with him? Were there any complications at that point? -P: Nope, everything went went well. No complications and he was like a good birth weight and went home right away. +P: Nope, everything went went well. No complications and he was like a good birth weight and went home right away. D: OK. OK, and how about the delivery itself? Any complications during that, that point? @@ -136,7 +136,7 @@ P: No allergies. D: Uhm, is he up to date with all his immunizations? -P: He is, yeah. +P: He is, yeah. D: OK. Any family history of lung or heart conditions. @@ -152,7 +152,7 @@ P: Yeah, maybe, he has a younger sister that goes to daycare and she was sick la D: OK. OK, and does she have a fever as well? -P: She did, yeah, she got better. Right uh, last week we we had to take her to to see the doctor and she got antibiotics for that. Actually for, for a few days. +P: She did, yeah, she got better. Right uh, last week we we had to take her to to see the doctor and she got antibiotics for that. Actually for, for a few days. D: OK, OK. And have you traveled anywhere recently? @@ -160,7 +160,7 @@ P: No, we've been at home. D: OK. Does anyone at home smoke? -P: No. +P: No. D: No, OK. And who lives at home with him? @@ -168,7 +168,7 @@ P: So it's me, his mom, and then his younger sister. D: OK. Any old carpets, mold, dust, asbestos, anything that could exacerbate his condition? -P: No, I don't think so. It's a newer home. +P: No, I don't think so. It's a newer home. D: OK, good. Umm, so those are all the questions that I had for you. Did you have any questions of your own? diff --git a/tests/data/transcripts/RES0178.txt b/tests/data/transcripts/RES0178.txt index 8268737..a1f0392 100644 --- a/tests/data/transcripts/RES0178.txt +++ b/tests/data/transcripts/RES0178.txt @@ -6,7 +6,7 @@ D: Last two days. OK. Uhm, all of these symptoms have been going on for the last P: I think, I think the cough and runny nose started 1st and then he then he kind of had some fever and had some chills as well last night. Kept saying that, like he was just cold, even though he had a had blankets on. -D: OK. OK. Alright, so the cough is it a productive cough or is it a dry cough? +D: OK. OK. Alright, so the cough is it a productive cough or is it a dry cough? P: It's dry. @@ -68,15 +68,15 @@ P: No. D: No. Sore throat? -P: Yeah, yeah, he's had a bit of a sore throat. +P: Yeah, yeah, he's had a bit of a sore throat. D: OK. -P: But he hasn't he's just kind of mentioned it. He said it wasn't too bad. He's still been been eating. Eating is that hasn't been eating as much, but he's got a poor appetite, but he, so this sore throat isn't bugging him that much that much. +P: But he hasn't he's just kind of mentioned it. He said it wasn't too bad. He's still been been eating. Eating is that hasn't been eating as much, but he's got a poor appetite, but he, so this sore throat isn't bugging him that much that much. D: OK. And how about dizziness or fainting spells? -P: No. +P: No. D: No, OK. Numbness or tingling? @@ -100,7 +100,7 @@ P: Yeah, his appetite's been a bit down, yeah. D: Is he still eating solids? -P: He is, yeah, he's still eating solids just a little bit. Probably just just smaller portions though. +P: He is, yeah, he's still eating solids just a little bit. Probably just just smaller portions though. D: OK, yeah. And ah, are there any changes to his urine? @@ -108,15 +108,15 @@ P: No, there there hasn't been any any changes to his hearing. D: OK. Uhm, any past medical illnesses or any longstanding medical conditions that he has? -P: No, he's he's been um he's been pretty healthy. Yeah, I mean, he's got got gets a cold every once in awhile maybe in the winter, but that's about it. +P: No, he's he's been um he's been pretty healthy. Yeah, I mean, he's got got gets a cold every once in awhile maybe in the winter, but that's about it. D: OK, any hospitalizations or surgeries? P: Uh, no, he's been healthy. -D: OK. Any complications with his mother's pregnancy with him? +D: OK. Any complications with his mother's pregnancy with him? -P: No, it's been ah it was normal pregnancy throughout it was to term and it was a C-section delivery but that went well and he was a normal weight. +P: No, it's been ah it was normal pregnancy throughout it was to term and it was a C-section delivery but that went well and he was a normal weight. D: OK. And was it an emergency C-section? @@ -128,11 +128,11 @@ P: Uh, no he's not. D: No, OK. And developmental wise has he been hitting all his milestones for like motor movements, speech, behaviour, social, socialization wise? -P: He has yeah, he's been meeting all of his milestones for that, for that. +P: He has yeah, he's been meeting all of his milestones for that, for that. D: OK, good. Is he up to date with his immunizations? -P: He is, yeah. +P: He is, yeah. D: OK. Does he have any allergies? @@ -140,7 +140,7 @@ P: Uh, no, no allergies. D: OK, any family history of lung or heart conditions? -P: Uh, no, it his grandfather had high blood pressure and like high cholesterol, but that's that's it. +P: Uh, no, it his grandfather had high blood pressure and like high cholesterol, but that's that's it. D: OK. And has he been in contact with sick, sick people recently. @@ -152,9 +152,9 @@ P: No, he he he's been doing some schooling, some schooling online and some some D: OK. Uhm, alright and does anyone at home smoke? -P: No smoking at home. +P: No smoking at home. -D: No, OK. And who does he live with? +D: No, OK. And who does he live with? P: So he lives with myself as well as his his mom and then he's got a younger brother and a younger sister as well. diff --git a/tests/data/transcripts/RES0179.txt b/tests/data/transcripts/RES0179.txt index 4a0c2ef..3dd7f0b 100644 --- a/tests/data/transcripts/RES0179.txt +++ b/tests/data/transcripts/RES0179.txt @@ -4,7 +4,7 @@ P: Uh, I've had this cough. It's been going on now for like last six months or s D: OK, yeah, that's a lot of weight. So the weight loss, you said 20 to 30 pounds? -P: Yeah yeah. +P: Yeah yeah. D: OK. @@ -16,7 +16,7 @@ P: Well, I've had a cough before, uh, like a smokers cough. Ah, and that's been D: Hm, OK. And is it a dry cough or is it a productive cough? -P: Uhm, it's been it's been dry. +P: Uhm, it's been it's been dry. D: It's been dry? @@ -24,27 +24,27 @@ P: Yeah. D: So no blood or sputum? -P: Uh no, no blood or sputum. +P: Uh no, no blood or sputum. D: OK. And have you been feeling short of breath at all? -P: Uhm, I have, yeah the shortness of breath has been like similarly getting a bit worse over the last, over the last six months. +P: Uhm, I have, yeah the shortness of breath has been like similarly getting a bit worse over the last, over the last six months. D: OK. Alright, and is there wheeziness as well? -P: No wheezing. +P: No wheezing. D: How about chest pain? -P: Uh, yeah, I've had this kind of like dull kind of aching pain that, that I've had kind of work just on the right side of my chest. It, yeah. It's kind of aching and not that bad, but uncomfortable. +P: Uh, yeah, I've had this kind of like dull kind of aching pain that, that I've had kind of work just on the right side of my chest. It, yeah. It's kind of aching and not that bad, but uncomfortable. -D: OK, and and is it a sharp pain or is it a dull, achy pain? +D: OK, and and is it a sharp pain or is it a dull, achy pain? -P: It's more like dull. +P: It's more like dull. D: OK, and is it always there or is it worse with like exertion? -P: It's always there. +P: It's always there. D: OK. Uhm, and sorry, you said it was at the centre of your chest? @@ -112,7 +112,7 @@ P: No constipation and no blood in the stool. D: OK, nausea or vomiting? -P: No. +P: No. D: Uhm, appetite changes? @@ -132,11 +132,11 @@ P: No numbness or tingling. D: Confusion or memory loss? -P: No. +P: No. D: OK. Joint pains or muscle aches? -P: I mean sometimes I can get so like my knees will hurt, but I think that's just arthritis. +P: I mean sometimes I can get so like my knees will hurt, but I think that's just arthritis. D: OK, yeah. Umm, alright and are you otherwise healthy? You mentioned that you have a-fib and prostate issues. Anything else? @@ -156,11 +156,11 @@ P: Yeah, I take one for high blood pressure and I think a beta blocker as well f D: OK, yeah. OK. and, and are you up to date with your immunizations? -P: I am yeah. +P: I am yeah. D: OK, any allergies? -P: Uh, no allergies. +P: Uh, no allergies. D: OK. Family history of lung or heart conditions? @@ -172,13 +172,13 @@ P: No, I'm I'm not sure. D: OK. No problem. And OK, so I think you mentioned that you smoke. How much do you smoke and for how long have you been smoking? -P: I smoke about a pack per day and I guess probably even smoking now for, I mean, I, I guess like 60 years almost, maybe longer. +P: I smoke about a pack per day and I guess probably even smoking now for, I mean, I, I guess like 60 years almost, maybe longer. D: OK. P: And before that I there was a point I was smoking 2 packs a day. -D: Oh wow, OK, well it's good that you cut down. +D: Oh wow, OK, well it's good that you cut down. P: Mhmm. @@ -200,7 +200,7 @@ P: No, I don't think so. D: Uh, OK. -P: Yeah. +P: Yeah. D: Alright, any pets? @@ -216,7 +216,7 @@ P: I've been, uh, yeah we've been at been at home. D: At home, OK. OK, well those are all the questions I had for you. Did you have any questions of your own for myself? -P: Uhm, no, I was just like, well, really worried that I I could have lung cancer. +P: Uhm, no, I was just like, well, really worried that I I could have lung cancer. D: Yeah, for sure. So that is quite high on my differential right now just because of your age, your smoking history and just the way you're presenting. So we're gonna do a couple of things. We're going to do a Covid swab just to rule that out. You should hear back in about 24 to 48 hours, but we will do investigations for lung cancer, so we'll start by doing a chest x-ray just to look for a mass or effusions and then from there if we think there are signs of cancer, we can do a CT. Umm, as well we can like stage with the Pet CT after we take a biopsy and send it off for pathology and that should give us more answers as to if you have cancer and if you do have cancer, what type of cancer so that we can talk about treatment plans and kind of what the prognosis is with those particular types of cancers? How does that sound? diff --git a/tests/data/transcripts/RES0180.txt b/tests/data/transcripts/RES0180.txt index cf5adc7..77c5277 100644 --- a/tests/data/transcripts/RES0180.txt +++ b/tests/data/transcripts/RES0180.txt @@ -18,7 +18,7 @@ D: OK, do you feel short of breath? P: No thats I haven't been short of breath. -D: OK, how about wheezing? +D: OK, how about wheezing? P: No wheezing. @@ -36,7 +36,7 @@ P: It's a kind of a dull, achy pain. D: OK. Uhm, alright and where is it located? -P: Uh kind of in the front of uh I have my over my head and on both sides as well. +P: Uh kind of in the front of uh I have my over my head and on both sides as well. D: OK, OK. Any feelings of feeling like your heart's racing? @@ -64,11 +64,11 @@ P: No. D: No, OK, how about that loss of smell or taste? -P: Uh yeah I have actually. Yeah, I have. +P: Uh yeah I have actually. Yeah, I have. D: OK, both? -P: Yeah, both it's uh, I've actually yeah, I notice that in the last day, it's kind of weird. I didn't even think of it until you until you asked there. +P: Yeah, both it's uh, I've actually yeah, I notice that in the last day, it's kind of weird. I didn't even think of it until you until you asked there. D: OK. @@ -76,7 +76,7 @@ P: But yeah, I have haven't really noticed being able to smell or taste. D: OK, any changes in your vision or hearing? -P: No. +P: No. D: OK. Weight loss? @@ -116,11 +116,11 @@ P: Uh, I am yes I think so. D: Yeah, OK. Alright, and are you allergic to anything? -P: No, I don't think so. +P: No, I don't think so. D: No, OK. Alright, and any family history of lung or heart conditions. -P: No, nothing like that. +P: No, nothing like that. D: OK, umm, alright. Do you smoke? @@ -128,7 +128,7 @@ P: I don't, no. D: No, OK. Any other recreational drugs? -P: Uh, no. +P: Uh, no. D: OK. Do you drink alcohol? @@ -140,7 +140,7 @@ P: No, I I don't think so. I mean, I've been working from well, some days I've h D: OK. OK. Uhm and where do you live right now? -P: So I live in a house downtown in the city here and I live with my wife and our two sons. +P: So I live in a house downtown in the city here and I live with my wife and our two sons. D: OK, any are they, they're ok, they're all healthy? @@ -148,7 +148,7 @@ P: Uhm, yeah they they, they uh, well my son actually had a cough and a sore thr D: OK. Uhm, and do you have any old carpets? Asbestos, mold, anything like that in your home? -P: Uh, no, nothing like that. +P: Uh, no, nothing like that. D: No, OK. Uhm alright, I think those are all the questions that I had for you. Did you have any questions of your own for myself? diff --git a/tests/data/transcripts/RES0181.txt b/tests/data/transcripts/RES0181.txt index 282ba79..a756ab6 100644 --- a/tests/data/transcripts/RES0181.txt +++ b/tests/data/transcripts/RES0181.txt @@ -1,6 +1,6 @@ D: How may I help you? -P: Hi, umm, so I've had a sore throat for the past three days and it doesn't seem to be getting any better, and I've also had a fever. So, I thought I should get it checked out by you. +P: Hi, umm, so I've had a sore throat for the past three days and it doesn't seem to be getting any better, and I've also had a fever. So, I thought I should get it checked out by you. D: Yeah, for sure. So you said that the sore throat started three days ago. Has it been getting any better or any worse? @@ -28,17 +28,17 @@ P: That started two days ago. D: OK, OK and did, did you check it? -P: It was 38.8. +P: It was 38.8. D: OK. Alright, so yeah, certainly a fever. OK, and have you had any, uh, like any runny nose? P: No, not that I've noticed. -D: How about any red eyes or itchy eyes or eye discharge? +D: How about any red eyes or itchy eyes or eye discharge? P: No. -D: OK, how about any loss or changes to your sense of smell or taste? +D: OK, how about any loss or changes to your sense of smell or taste? P: No. @@ -48,55 +48,55 @@ P: Um, no headaches, no. D: OK. How about any cough? -P: No cough. +P: No cough. D: No coughing, OK. And how about any shortness of breath? -P: No. +P: No. D: OK, have you had any wheezing? -P: No. +P: No. D: How about any chest pain? P: No chest pain. -D: Any fainting or dizziness? +D: Any fainting or dizziness? P: No. D: OK, and have you had any heart palpitations? -P: Uh, no. +P: Uh, no. D: OK. And so you don't you haven't had any cough, but have you had any instances of bringing up any sputum or or any blood? -P: No. +P: No. D: OK. And have you had any nausea or vomiting? -P: No. +P: No. D: Have you had any abdominal pain? -P: No. +P: No. D: You had any diarrhea or, or constipation? -P: Uh, no. +P: Uh, no. D: OK. How about any urinary problems? -P: Um, no, nothing like that. +P: Um, no, nothing like that. -D: I see, OK. And any skin changes or rashes? +D: I see, OK. And any skin changes or rashes? P: No. D: Alright, any muscle aches or body pains? -P: No. +P: No. D: And any, and how's your energy been? Have you had fatigue? @@ -104,7 +104,7 @@ P: I have been, yeah, I've been tired. D: OK. And have you had any, have you been diagnosed with any medical conditions in the past? -P: Um, I have type one diabetes. +P: Um, I have type one diabetes. D: OK, and uh, insulin wise, do you use a pump or is it like, how do you manage diabetes? @@ -128,11 +128,11 @@ P: Uhm, no allergies. D: Any, and all your immunizations up to date? -P: Ah, yes. +P: Ah, yes. D: OK. Uhm, and any hospitalizations or surgeries before? -P: No. +P: No. D: OK, uh, and uh currently, are you in, in school or working? @@ -172,7 +172,7 @@ P: Uhm, I tried once but I don't ever do it regularly. D: OK. And uh, and do you smoke cannabis or use cannabis products? -P: Um, no, I never have tried. +P: Um, no, I never have tried. D: OK. And and is there a family history of any heart or or lung conditions? @@ -188,7 +188,7 @@ P: No. D: OK. Have you been sexually active before? -P: Uh, no. +P: Uh, no. D: OK, so umm, OK. Uhm, so that was all the questions that, uhm that, that I wanted to ask, was there anything else that you wanted to umm, mention today? @@ -206,12 +206,12 @@ D: OK, so it's just to kind of summarize, this happens like this sometimes you b P: Yes. -D: OK, yeah. Um alright, so it's sounding like most likely this would be strep throat or, or Group A strep pharyngitis with, because you have no cough, and with a high fever and swelling that you've been redness that you notice in the back of your mouth. And so we'll do a rapid strep antigen test and it will require just a throat swab. To see, to to detect for that, however with a, uh, umm, yeah, I guess that's it. That's what I yeah, well, we'll start with with that now and it could potentially be something like uhm, a viral illness, but that's lower on the on the differential then the bacterial infection is right now. And because of COVID it will be, we'll do a swab as well because people can get fever and sore throat with with COVID as well. +D: OK, yeah. Um alright, so it's sounding like most likely this would be strep throat or, or Group A strep pharyngitis with, because you have no cough, and with a high fever and swelling that you've been redness that you notice in the back of your mouth. And so we'll do a rapid strep antigen test and it will require just a throat swab. To see, to to detect for that, however with a, uh, umm, yeah, I guess that's it. That's what I yeah, well, we'll start with with that now and it could potentially be something like uhm, a viral illness, but that's lower on the on the differential then the bacterial infection is right now. And because of COVID it will be, we'll do a swab as well because people can get fever and sore throat with with COVID as well. P: Ok. D: So just to make sure that we're being comprehensive. -P: OK. That sounds good. Thank you so much. +P: OK. That sounds good. Thank you so much. D: Thank you. diff --git a/tests/data/transcripts/RES0182.txt b/tests/data/transcripts/RES0182.txt index 3ab71f5..28c6e21 100644 --- a/tests/data/transcripts/RES0182.txt +++ b/tests/data/transcripts/RES0182.txt @@ -1,14 +1,14 @@ -D: How may I help you? +D: How may I help you? P: Hi, yeah, I'm here because I'm over the past like couple of months I've been losing a lot of weight. Uhm, but I didn't really have any other symptoms, but since like 2 weeks ago I've been coughing up some blood and now I have a fever as well. -D: OK, so you mentioned you notice the weight loss first. How much weight have you lost? Or roughly? +D: OK, so you mentioned you notice the weight loss first. How much weight have you lost? Or roughly? P: I've lost about 30 pounds in the past, past like 8 months. D: OK. So, and have you been trying to lose weight? -P: No. +P: No. D: OK and, any, like any changes to your diet or exercise? @@ -20,7 +20,7 @@ P: The cough started two weeks ago. D: OK. And prior to this, did you have a cough? -P: No. +P: No. D: No. And are you bringing bringing up any sputum or phlegm? @@ -30,7 +30,7 @@ D: OK. So you're, you're, you're coughing up blood as well. P: Yes, that's right. -D: OK, uh, and that's been going going on for the last two weeks too? +D: OK, uh, and that's been going going on for the last two weeks too? P: Yes. @@ -44,33 +44,33 @@ P: Uhm, I don't think so. They just happen throughout the day. D: OK, and have you tried anything for the cough? -P: I tried this cough suppressants. I tried like salt water rinses, like just like at home remedies and over the counter products, but nothing is helping. +P: I tried this cough suppressants. I tried like salt water rinses, like just like at home remedies and over the counter products, but nothing is helping. -D: OK. And so have you had any like viral infectious type symptoms, such as like eye, eye discharge or red eyes or runny nose or even a sore throat? +D: OK. And so have you had any like viral infectious type symptoms, such as like eye, eye discharge or red eyes or runny nose or even a sore throat? P: No, nothing like that. -D: OK. And, and have you had any any headaches? +D: OK. And, and have you had any any headaches? P: No, no headaches. D: OK. Have you had any, have you had a runny nose? -P: No. +P: No. D: OK, how about any, have you had any loss of smell or, or taste? -P: No. +P: No. D: OK, have you had any shortness of breath? -P: Uh, no. +P: Uh, no. D: Have you had any wheezing? P: Uhm, no. No wheezing. -D: OK, have you had any chest pain? +D: OK, have you had any chest pain? P: No. @@ -78,21 +78,21 @@ D: OK. Have you had any dizziness or fainting? P: Uhm, no, nothing like that. -D: Heart palpitations? +D: Heart palpitations? -P: No. +P: No. D: OK. And have you had any any nausea or vomiting? -P: No. +P: No. -D: Have you had any abdominal pain? +D: Have you had any abdominal pain? P: No. D: Have you had any diarrhea or constipation? -P: No. +P: No. D: Have you had any pain with urination or, or frequency? @@ -102,9 +102,9 @@ D: OK, have you had any rashes? P: No. -D: How about muscle aches or body pains? +D: How about muscle aches or body pains? -P: Uhm, muscle aches, yeah. Yeah, that's been happening. +P: Uhm, muscle aches, yeah. Yeah, that's been happening. D: Any particular muscles? Or is it more general? @@ -128,7 +128,7 @@ P: Uhm, no, I've been pretty healthy so far. D: OK. Uhm, so do you take any medications regularly for anything? -P: No. +P: No. D: OK. And do you have any allergies to medications or, or anything environmental? @@ -136,7 +136,7 @@ P: Uh, no. D: OK, and have you had any prior hospitalizations or surgeries? -P: Uhm, no. +P: Uhm, no. D: OK. And, uh, could you tell me a little bit about your living situation currently? Like who you're living with an ah, whereabouts you're living? @@ -144,11 +144,11 @@ P: Uhm, I live alone by myself. I live in an apartment downtown. D: OK, and are you working currently or in school or? -P: Um, I'm working from home right now. +P: Um, I'm working from home right now. D: OK, have you been around anybody who's been sick? -P: No. +P: No. D: Have you traveled anywhere recently? @@ -162,7 +162,7 @@ D: OK. And, and in Sri Lanka, were any of your family members or people that you P: I mean, it's pretty common in Sri Lanka. None of my immediate family members were. -D: OK. And do you smoke cigarettes? +D: OK. And do you smoke cigarettes? P: No. @@ -184,9 +184,9 @@ P: Heart or lung? Uh, no, not that I know of. D: OK, and how about any cancers in the family? -P: No, no cancers. +P: No, no cancers. -D: I see, alright. Did you have any other questions for me today? I think that was everything I wanted to ask about for now. +D: I see, alright. Did you have any other questions for me today? I think that was everything I wanted to ask about for now. P: Ah no, what do you like, what do you think I have, and how do you think I should treat it? diff --git a/tests/data/transcripts/RES0183.txt b/tests/data/transcripts/RES0183.txt index 49b0369..6a3bf35 100644 --- a/tests/data/transcripts/RES0183.txt +++ b/tests/data/transcripts/RES0183.txt @@ -1,4 +1,4 @@ -D: How may I help you? +D: How may I help you? P: Hi there, I brought in my here because he's been barking, well not barking, he's had this cough that sounds like a barking cough and he's having a really hard time taking in a deep breath and money does it sounds, it sounds harsh. @@ -6,7 +6,7 @@ D: OK, and when did the cough start? P: It started about two days ago. -D: OK, is it a dry cough or wet cough? +D: OK, is it a dry cough or wet cough? P: It sounds pretty dry, yeah. @@ -20,11 +20,11 @@ P: Uhm, I mean no, well, actually mostly at night, but also it happens throughou D: OK. And, uh, has there been any shortness of breath or difficulty breathing? -P: Uh, no shortness of breath or difficulty breathing. It just sounds harsh when he does take a deep breath in. +P: Uh, no shortness of breath or difficulty breathing. It just sounds harsh when he does take a deep breath in. D: OK. Uh, and any changes to, uh, to the voice or, uhm, yeah, like this is saying does he sound any different like a hot potato voice? -P: Uhm, no. It doesn't sound like that. +P: Uhm, no. It doesn't sound like that. D: OK. And uh, uhm, that you mentioned umm, oh sorry, has he had any changes to the sound of his breathing? @@ -32,17 +32,17 @@ P: The sound of his breathing. It sounds like it sounds harsh when he takes a de D: OK. So that sounds like he's having some stridor. Has he been having any wheezing? -P: You mean like when he exhales? +P: You mean like when he exhales? D: Uh, yeah. P: Uh, it's more when he inhales that I hear it. -D: OK. OK. And has he had any eye redness or any eye discharge? +D: OK. OK. And has he had any eye redness or any eye discharge? P: Uhm, no, I haven't noticed anything like that. -D: Is the other a runny nose? +D: Is the other a runny nose? P: No. @@ -52,7 +52,7 @@ P: No sore throat. D: OK, and have you had a chance to look in his mouth, has he had any, like any redness or any swelling in the back of his mouth? -P: I took a look. It doesn't look swollen. +P: I took a look. It doesn't look swollen. D: OK. And, uh, no shortness of breath I think you said? @@ -64,15 +64,15 @@ P: No. D: OK, and any changes to his sense of smell or sense of taste? -P: Uhm, not that I've noticed. +P: Uhm, not that I've noticed. D: OK. And how has his appetite been? -P: Not as great as it usually is, but he's still eating. +P: Not as great as it usually is, but he's still eating. D: OK. How is his like mood and behaviour been? -P: Uhm, he's been a little bit more fussy than usual. +P: Uhm, he's been a little bit more fussy than usual. D: OK. And eating less as well? @@ -80,7 +80,7 @@ P: He's been eating less, but not like much less. I still try to get something i D: OK, well, that's good. And has he had any chest pain? -P: Uhm, no, I don't think so. He hasn't complained of it or anything to make me think that he has any chest pain. +P: Uhm, no, I don't think so. He hasn't complained of it or anything to make me think that he has any chest pain. D: OK. And has he had any fainting, or mentioned that he's dizzy at all? @@ -88,19 +88,19 @@ P: No. D: OK, does he have any headaches? -P: I don't think so. He hasn't complained of that. +P: I don't think so. He hasn't complained of that. D: OK. Any ear pain or or ear discharge? -P. Uh, no. +P. Uh, no. -D: OK. Does he have any abdominal pain? +D: OK. Does he have any abdominal pain? P: No. D: Does he have any diarrhea or constipation? -P: No. +P: No. D: OK, any blood in the stool? @@ -112,15 +112,15 @@ P: No, not that I've noticed. D: OK, has he mentioned anything about muscle aches or joint pains? -P: Ah no, he hasn't. +P: Ah no, he hasn't. -D: OK. And is he had any nausea or vomiting? +D: OK. And is he had any nausea or vomiting? -P: No. +P: No. D: OK. And has he been diagnosed with any medical conditions in the past? -P: Uh, no, he's been a pretty healthy child. +P: Uh, no, he's been a pretty healthy child. D: OK. And sorry, just to go back and just summarize the symptoms overall, so he's had a "barky" cough that started two days ago, as well as some stridor or some noise on inhalation. And, and this reminds me, has he had any fevers or chills? @@ -132,7 +132,7 @@ P: No, hasn't seemed sweaty at night, no. D: OK. And has he had any weight loss in the last, several months? -P: Uh, no. +P: Uh, no. D: OK. And you said he hasn't been diagnosed with any medical conditions before, but so, has he had any reasons to be hospitalized or or any surgeries? @@ -146,9 +146,9 @@ D: Alright, what's the reaction? P: Uh, he just gets a rash. -D: OK. And are his immunizations up to date? +D: OK. And are his immunizations up to date? -P: Yes. +P: Yes. D: Alright, and currently who is he living with? @@ -156,7 +156,7 @@ P: Ah, he lives with his, both his parents and his older sister. D: OK, and has anybody in the family been sick, or is he been around anybody who's been sick? -P: No, everyone's been pretty healthy. +P: No, everyone's been pretty healthy. D: OK. Has there been any travel recently? @@ -164,7 +164,7 @@ P: No, no ones traveled recently. D: OK, and anybody smoke in the home? -P: Uh, no. +P: Uh, no. D: Alright, then any concerns for him being exposed to any forms of physical or emotional or verbal abuse or any violence in the home? @@ -172,9 +172,9 @@ P: Oh no, no. D: OK. And is he like going to daycare or who is the primary caregiver at home? -P: Uhm, it's usually his, his mom, yeah. +P: Uhm, it's usually his, his mom, yeah. -D: OK. And were there any complications throughout pregnancy, such as gestational diabetes or high blood pressure? +D: OK. And were there any complications throughout pregnancy, such as gestational diabetes or high blood pressure? P: No. @@ -184,19 +184,19 @@ P: It was vaginal and no, no no complications. D: Alright, and up to this point, as you better meeting is milestones for like talking, walking and and things like that? -P: Yeah, that's right. +P: Yeah, that's right. D: OK, and uh, any concerns for his vision or hearing? P: No. -D: OK, and has he been growing normally? +D: OK, and has he been growing normally? P: Yeah, he's had all his milestones. D: Excellent, OK. And are there any conditions in the family such as heart or lung disease? -P: Oh, no. +P: Oh, no. D: OK. How about ah, asthma or things like allergic rhinitis and allergies? @@ -208,9 +208,9 @@ P: Uh, no, that was kind of it. What should I do for him? D: Uhm, so it's it sounds like the most likely diagnosis now is something called Croup or laryngeal tracheal bronchitis, which is basically a viral infection of the upper respiratory tract areas, and so it can cause had a barky cough and stridor and fever. And so, if so, it's really supportive care and unless he decompensate's and becomes really short of breath and worse, in which case we could, the treatment would be steroids and uhm, possibly utilizing other other things as well, depending on his symptoms, but usually it will be steroids and maybe some oxygen as well. But if he stays relatively stable, then it's mostly supportive care, just making sure he's hydrated as much as possible, you could use like humidified air. Sometimes like a hot shower. That sort of thing can maybe help relieve the cough at night. -P: OK. +P: OK. -D: But umm, that's about it. +D: But umm, that's about it. P: OK. diff --git a/tests/data/transcripts/RES0184.txt b/tests/data/transcripts/RES0184.txt index ef06bd8..4202610 100644 --- a/tests/data/transcripts/RES0184.txt +++ b/tests/data/transcripts/RES0184.txt @@ -12,11 +12,11 @@ P: Uh yeah, I have that feeling. D: OK, have you had any pain on your face? -P: Pain? Ah no, nothing like that. +P: Pain? Ah no, nothing like that. D: OK, how about a change to your sense of smell? Like loss of smell? -P: No, I haven't had that. +P: No, I haven't had that. D: OK. Have you had any discharge from your eyes or eye redness or any eye pain? @@ -26,7 +26,7 @@ D: Alright, have you had a sore throat? P: Uhm, no sore throat. -D: Have you had a cough? +D: Have you had a cough? P: No. @@ -36,7 +36,7 @@ P: Ah, just a slight headache. D: OK, I mean, have you experienced headaches like this in the past? -P: Yeah, usually when I get sick, I get get a headache. +P: Yeah, usually when I get sick, I get get a headache. D: OK. OK, can you describe where you feel the headache the most and is it pulsating or kind of always there? @@ -44,7 +44,7 @@ P: It's kind of always there and it's just on the sides of my head. D: OK, have you tried anything for it? -P: Just some Tylenol, which seems to have helped. +P: Just some Tylenol, which seems to have helped. D: OK. Uhm, and umm, yeah, have you had a cough? @@ -56,7 +56,7 @@ P: Mhmm. D: Was it dry or did you were bringing up any sputum or phlegm? -P: No, it's pretty dry. +P: No, it's pretty dry. D: OK. Uhm, and do you have a sore throat? @@ -68,13 +68,13 @@ P: No. D: OK, and have you had any chest pain? -P: No. +P: No. D: How about any we, sorry, fainting or dizziness? P: No, nothing like that. -D: OK, have you had any heart palpitations or feeling like your heart's racing? +D: OK, have you had any heart palpitations or feeling like your heart's racing? P: No. @@ -88,19 +88,19 @@ P: Last week as well. D: OK. Uh, was there any blood in the stool? -P: No. +P: No. D: OK, have you had any changes to your urinary habits? Like any pain or frequency? -P: No. +P: No. D: Alright, and have you had any nausea or vomiting? -P: No. +P: No. D: How about any fevers or chills? -P: Uh, no. +P: Uh, no. D: Have you had any night sweats? @@ -108,11 +108,11 @@ P: Uh, no, nothing like that. D: I see, OK. And have you had any weight loss recently? -P: No. +P: No. D: Alright, have you had any rashes or skin rashes? -P: No. +P: No. D: And how about any muscle aches or or body pains? @@ -132,7 +132,7 @@ P: Uh, no, I've been pretty healthy. D: OK, great and so do you take any medications regularly, either over the counter or prescribed? -P: No. +P: No. D: OK, and do you have any allergies? @@ -148,7 +148,7 @@ P: I'm I'm living by myself. I'm a student. I live in an apartment. D: OK, and are you going to classes in person right now? -P: No, they're all online. +P: No, they're all online. D: OK. And have, have you been around anybody who's been sick? @@ -160,7 +160,7 @@ P: No. D: OK. And you smoke cigarettes? -P: I don't. +P: I don't. D: And do you smoke cannabis or use any cannabis products? @@ -172,7 +172,7 @@ P: Uhm I will maybe smoke once a week. D: OK, uh, and use any recreational drugs like cocaine or opioids? -P: Oh gosh, no. +P: Oh gosh, no. D: And do you drink alcohol? @@ -184,7 +184,7 @@ P: Uhm, I'll have like a bottle of wine a week. D: OK, and are there any heart or lung conditions that run in the family? -P: No. +P: No. D: OK. How about any cancers? diff --git a/tests/data/transcripts/RES0185.txt b/tests/data/transcripts/RES0185.txt index 879300b..2819266 100644 --- a/tests/data/transcripts/RES0185.txt +++ b/tests/data/transcripts/RES0185.txt @@ -1,4 +1,4 @@ -D: What brings you in? +D: What brings you in? P: I've I I've had a, ah really runny nose and kind of feeling like like my nose has been obstructed. And I've kind of had this like sore throat as well over the last several days. @@ -10,7 +10,7 @@ D: OK, and when was that? P: About four days ago. -D: Four days ago. And then when did the sore throat start? +D: Four days ago. And then when did the sore throat start? P: Uh, yeah, that started about two days ago. @@ -24,7 +24,7 @@ P: No, not nothing like that. I haven't seen any yellow, green or or bloody. D: OK and then your sore throat. Is it making it hard for you to swallow solids and fluids? -P: No pain with swallowing, just can kind of feel it there. +P: No pain with swallowing, just can kind of feel it there. D: Yeah, any coughing? @@ -34,13 +34,13 @@ D: Is it a dry cough or is it a wet cough? P: It's dry. -D: It's dry, OK. So you're not bringing up any sputum or blood? +D: It's dry, OK. So you're not bringing up any sputum or blood? -P: No sputum or or blood. +P: No sputum or or blood. D: OK good. And and then any shortness of breath? -P: No. +P: No. D: No, any wheezing? @@ -60,7 +60,7 @@ P: No. D: Any changes to your smaller taste? -P: No. +P: No. D: OK. And any weight loss? @@ -74,7 +74,7 @@ D: No, OK. Uh, chills or night sweats? P: No. -D: No, OK. Uhm, any rashes? +D: No, OK. Uhm, any rashes? P: No. @@ -100,7 +100,7 @@ P: No, I haven't felt anything like that. D: OK, headaches? -P: Yeah, I have had a bit of a headache. I felt kind of like a a pressure of, well, I felt kind of like a pressure in my face and a headache. +P: Yeah, I have had a bit of a headache. I felt kind of like a a pressure of, well, I felt kind of like a pressure in my face and a headache. D: OK. Uhm pressure in your face and a headache, OK. And do you normally get these? @@ -120,7 +120,7 @@ P: I'm healthy, I haven't had any any conditions. D: OK, that's good. Have you been hospitalized for anything? Have you ever needed surgeries? -P: No, I haven't. +P: No, I haven't. D: OK, that's good. And are you on any medications? @@ -138,7 +138,7 @@ D: OK. Any of your family, history of lung or heart conditions? P: No. No. Everyone in the family is healthy. -D: OK, do you smoke? +D: OK, do you smoke? P: Nope, I don't. @@ -148,13 +148,13 @@ P: No. Well, I I use like I'll have a joint every once in awhile, like socially D: OK, OK, how about alcohol? Do you drink? -P: Yeah, I'll have uhm, like I don't know, a few beers on the weekend maybe so I don't know, maybe like four or five drinks per week. +P: Yeah, I'll have uhm, like I don't know, a few beers on the weekend maybe so I don't know, maybe like four or five drinks per week. D: OK. And then have you been in contact with anyone sick recently? P: No, I am. I don't, I don't think so. I live, uh, in a student house, though, with that like four other people. -D: Oh, I see. +D: Oh, I see. P: Yeah, just finishing up some school here in town. diff --git a/tests/data/transcripts/RES0186.txt b/tests/data/transcripts/RES0186.txt index 5049151..cf96a2e 100644 --- a/tests/data/transcripts/RES0186.txt +++ b/tests/data/transcripts/RES0186.txt @@ -13,11 +13,11 @@ P: Uh, the shortness of breath has been within the last day within the last day. D: Within the last day, OK. And the coughing is that I dry cough or is it a wet cough? -P: It's a dry cough. +P: It's a dry cough. D: OK. Uhm so no sputum or blood. -P: No sputum or blood in the coughing. +P: No sputum or blood in the coughing. D: OK, that's good. And alright any chest pain? @@ -49,15 +49,15 @@ P: Uh, no rashes. D: Changes to your bowel movements? -P: No, I I haven't had any. No diarrhea. I have had a little bit of uh like belly pain though. +P: No, I I haven't had any. No diarrhea. I have had a little bit of uh like belly pain though. D: OK, OK. When did the belly pain start? -P: That's just been uh, yeah, within the last day, uh, as well. It just feels a bit uncomfortable kind of all over. +P: That's just been uh, yeah, within the last day, uh, as well. It just feels a bit uncomfortable kind of all over. D: OK yeah alright uhm and you don't feel gassy or, or bloated? -P: No. +P: No. D: OK. Uhm, and no nausea or vomiting? @@ -75,9 +75,9 @@ D: OK. Alright. Alright, and are you still eating the same or a little bit less? P: A bit less. So I guess I haven't been is hungry. I say similar amount of time just really these last two days. -D: Yeah. Have you had any dizziness or fainting spells? +D: Yeah. Have you had any dizziness or fainting spells? -P: No, I haven't. +P: No, I haven't. D: No. Any memory loss or confusion? @@ -97,7 +97,7 @@ P: Yeah, my weights a bit a bit high. D: OK, uhm and do you take any medications for these things? -P: Yeah, so I take metformin and I also take an ACE inhibitor, and that's it. +P: Yeah, so I take metformin and I also take an ACE inhibitor, and that's it. D: OK. Alright, and are you up to date with your immunizations? @@ -137,7 +137,7 @@ P: Uh, nobody's been sick at home. D: OK, have you been in contact with anyone who has been sick? -P: Uh, I don't think so. I mean, I've been going out to do the essentials and uhm, I I do work out at a factory ah and so I mean, there might have been somebody there, but I'm not sure. +P: Uh, I don't think so. I mean, I've been going out to do the essentials and uhm, I I do work out at a factory ah and so I mean, there might have been somebody there, but I'm not sure. D: OK, OK, and have you traveled anywhere recently? @@ -151,8 +151,8 @@ D: OK, that's good. Uhm those are all the questions that I had for you today. Di P: No, I was just worried that maybe I could have Covid. -D: Yeah, for sure, so that's kind of top on my list right now to rule out, so we will do a Covid swab and you should hear back in about 24 to 48 hours with those results. In the meantime, you should isolate for for about 14 days and if your symptoms get worse, go to the ER and if you're experiencing things like weakness, seizures like, and you're not getting any better in a couple of weeks, or you feel dehydrated. Otherwise, supportive care at home, keeping yourself hydrated, eating well, sleeping well, all of those will definitely help as well. Does that sound OK? +D: Yeah, for sure, so that's kind of top on my list right now to rule out, so we will do a Covid swab and you should hear back in about 24 to 48 hours with those results. In the meantime, you should isolate for for about 14 days and if your symptoms get worse, go to the ER and if you're experiencing things like weakness, seizures like, and you're not getting any better in a couple of weeks, or you feel dehydrated. Otherwise, supportive care at home, keeping yourself hydrated, eating well, sleeping well, all of those will definitely help as well. Does that sound OK? -P: Yeah, it does. Thank you. +P: Yeah, it does. Thank you. D: OK, yeah, no problem. diff --git a/tests/data/transcripts/RES0187.txt b/tests/data/transcripts/RES0187.txt index a6ce95c..163b624 100644 --- a/tests/data/transcripts/RES0187.txt +++ b/tests/data/transcripts/RES0187.txt @@ -36,15 +36,15 @@ P: Yeah. D: OK. Any numbness or tingling? -P: No. +P: No. D: No, OK. The cough, is it a dry cough or like productive cough? Are you bringing up phlegm? P: It's a dry cough. -D: A dry cough, OK. Uhm, so no sputum or blood, right? +D: A dry cough, OK. Uhm, so no sputum or blood, right? -P: No. +P: No. D: OK, and you have a runny nose or stuffy nose? @@ -52,15 +52,15 @@ P: Uh, no. D: Sore throat? -P: No. +P: No. D: Shortness of breath? P: No. -D: No, OK. Wheeziness? +D: No, OK. Wheeziness? -P: No. +P: No. D: OK, any fevers? @@ -80,11 +80,11 @@ P: Not that I've noticed. D: OK. Changes in your vision or hearing? -P: No. +P: No. D: Taste or smell? -P: No. +P: No. D: Chest pain? @@ -96,7 +96,7 @@ P: Mhmm. D: OK. And any chest pain? -P: No. +P: No. D: OK, any feelings of like feel like feeling like your heart's racing? @@ -112,7 +112,7 @@ P: No. D: OK, any changes to your bowel movements? -P: Uhm, no. +P: Uhm, no. D: OK, and any nausea or vomiting? @@ -148,7 +148,7 @@ P: Uh, no medications. D: OK, are you up to date with all your immunizations? -P: Yep. +P: Yep. D: OK, and how about allergies, do you have any? @@ -180,7 +180,7 @@ P: Uhm, just socially sometimes when I'm with friends, not-nothing regular. D: OK, and so for the past like two months, how often have you been smoking? -P: Probably a couple cigarettes on the weekend. We usually smoke marijuana, so not not too much like tobacco or cigarettes. +P: Probably a couple cigarettes on the weekend. We usually smoke marijuana, so not not too much like tobacco or cigarettes. D: OK. OK. Uhm, do you do any other recreational drugs like marijuana, cocaine? @@ -208,7 +208,7 @@ P: Just mostly beers, maybe whiskey sometimes. D: OK, and how much of that? -P: So probably a couple beers. Uhm every few days and then whiskey, maybe a normal glass every few days, so yeah I would say 3 or 4 beers a week and then maybe 2 glasses of whiskey. In a, in an average week. +P: So probably a couple beers. Uhm every few days and then whiskey, maybe a normal glass every few days, so yeah I would say 3 or 4 beers a week and then maybe 2 glasses of whiskey. In a, in an average week. D: OK, OK. Alright, and have you been in touch with or in contact with anyone sick recently? diff --git a/tests/data/transcripts/RES0188.txt b/tests/data/transcripts/RES0188.txt index 2519a43..8b05d46 100644 --- a/tests/data/transcripts/RES0188.txt +++ b/tests/data/transcripts/RES0188.txt @@ -12,7 +12,7 @@ P: Yeah, so I think it was 38.5 degrees Celsius. D: OK, and did you do that orally or rectal or under armpit? -P: I did it under the armpit. +P: I did it under the armpit. D: OK. OK, uhm so you mentioned that he's had a fever, he's been grunting and he just seems a little bit more fussy. Is that right? @@ -20,27 +20,27 @@ P: Yeah. D: OK is he coughing at all? -P: He was yesterday but not really now. +P: He was yesterday but not really now. -D: OK and was it a dry cough? +D: OK and was it a dry cough? P: I think so. I mean, not-nothing really came out. D: OK, that's good. So no blood, no sputum? -P: No. +P: No. D: OK, and did he seem wheezy? -P: Uh, no. +P: Uh, no. D: No, OK. So there's no wheezing with the grunting? -P: Maybe a little bit like that, just a little bit of a noise, but it's mostly the grunting. +P: Maybe a little bit like that, just a little bit of a noise, but it's mostly the grunting. D: OK. Has he had any weight loss? -P: No, not that I really, we haven't really weighed him now since his last appointment. +P: No, not that I really, we haven't really weighed him now since his last appointment. D: OK. Does he seem excessively tired or fatigued? @@ -66,7 +66,7 @@ D: No, OK. And he said he hasn't had any like fainting spells? P: Uh, no, I don't think so. -D: No, OK. And how many wet diapers is he producing in a day now? +D: No, OK. And how many wet diapers is he producing in a day now? P: Probably 5 or 6. @@ -108,11 +108,11 @@ P: No. D: No medications, OK. And is up to date with all his immunizations? -P: Yeah, oh he had all his immunizations so far. +P: Yeah, oh he had all his immunizations so far. D: OK. How about allergies? Does he have any? -P: Not that I know of. +P: Not that I know of. D: No, OK. Any family history of lung or heart conditions? @@ -120,13 +120,13 @@ P: No. D: OK, and does anyone at home smoke? -P: No, no one smokes. +P: No, no one smokes. D: OK. Has he been in contact with anyone sick recently? P: Uh, no, not that I know of. Uhm his older sister does go to school though, but I don't know if she might have carried something home. -D: OK, how old is she? +D: OK, how old is she? P: She's six years old. @@ -134,9 +134,9 @@ D: Six, OK. And is she healthy or is she having similar symptoms? P: No, she's healthy. No, no symptoms. -D: OK. Any travel recently? +D: OK. Any travel recently? -P: No. +P: No. D: No, OK. And who does he live with at home? diff --git a/tests/data/transcripts/RES0189.txt b/tests/data/transcripts/RES0189.txt index 32ba0c2..5f0116d 100644 --- a/tests/data/transcripts/RES0189.txt +++ b/tests/data/transcripts/RES0189.txt @@ -1,4 +1,4 @@ -D: How may I help you? +D: How may I help you? P: So I've been having a lot of trouble in the last two weeks of especially this past week of just a lot of shortness of breath. I'm getting a lot of coughing as well and producing a lot of material. And also I think I might have been having a fever this week as well. @@ -24,7 +24,7 @@ P: Uh no, I don't think so. D: OK, have you noticed any leg swelling? -P: No. +P: No. D: OK, and you said that to you, so you've had a cough for awhile now, but it's gotten worse. This past week in your, are you bringing up sputum? @@ -36,7 +36,7 @@ P: Yeah. D: OK and have you brought up or coughed up any blood? So have you had any hemoptysis? -P: No, nothing like that. +P: No, nothing like that. D: OK, and have you had any wheezing? @@ -64,7 +64,7 @@ P: Uh, I didn't get a chance to measure any of them, but I might have had a feve D: OK, and have you had any night sweats? -P: No. +P: No. D: OK and have you had any unexpected weight loss over the last several months? @@ -72,7 +72,7 @@ P: No, I think my weights been pretty steady. D: OK. Have you had any headaches? -P: No. +P: No. D: Have you had any like eye redness or eye discharge? @@ -84,27 +84,27 @@ P: No. D: OK, have you had a loss of taste or loss of smell? -P: No, nothing like that. +P: No, nothing like that. D: OK. Have you had any nausea or vomiting? -P: No. +P: No. D: Have you had any abdominal pain? P: No abdominal pain. -D: Have you had any diarrhea? +D: Have you had any diarrhea? P: No. D: Have you had any constipation? -P: No. +P: No. D: Have you had any skin rashes? -P: No. +P: No. D: Any muscle aches or joint pains? @@ -112,15 +112,15 @@ P: No, nothing like that. D: OK, and have you had any any fatigue? -P: Maybe a little bit more tired just with the shortness of breath and chills and everything like that, but yeah, so a little bit more fatigue. +P: Maybe a little bit more tired just with the shortness of breath and chills and everything like that, but yeah, so a little bit more fatigue. D: OK, and have you had any fainting or dizziness? -P: Uh, no. +P: Uh, no. -D: Or, OK and have you had any heart palpitations? +D: Or, OK and have you had any heart palpitations? -P: Nope. +P: Nope. D: Alright. And have you been diagnosed with any medical conditions in the past? @@ -140,7 +140,7 @@ P: I usually break out into hives. D: OK, and any prior surgeries or hospitalizations? -P: So I've had a surgery to remove my appendix when I was really young. Then I've had another surgery for my hips as well, but yeah, other than that, no other issues. +P: So I've had a surgery to remove my appendix when I was really young. Then I've had another surgery for my hips as well, but yeah, other than that, no other issues. D: OK. And are your immunizations up to date? @@ -172,7 +172,7 @@ P: Uh, probably at least 45 years. D: OK and uhm, if you wanted to talk about quitting, we can discuss that further at a later time if you'd like. Uhm, and so do you use any recreational drugs? -P: No, no no no drugs at all. +P: No, no no no drugs at all. D: OK. Uhm, and have you had a family history of heart disease or any lung conditions? @@ -182,7 +182,7 @@ D: OK, and any lung cancer in the family? P: No, not that I know of. -D: OK. So I think that was all the questions that I I wanted to ask today. Was there anything else that I maybe forgot about that you wanted to mention? +D: OK. So I think that was all the questions that I I wanted to ask today. Was there anything else that I maybe forgot about that you wanted to mention? P: Uhm no, I think that those are all the questions I had and everything was covered. diff --git a/tests/data/transcripts/RES0190.txt b/tests/data/transcripts/RES0190.txt index 6728d3d..a892f67 100644 --- a/tests/data/transcripts/RES0190.txt +++ b/tests/data/transcripts/RES0190.txt @@ -5,7 +5,7 @@ P: Yes, I just came in here today. I I've just been. Really getting like the sor D: OK. So the sore throat, have you been having pain with swallowing foods or liquids? -P: Uhm maybe a little bit with solids, not so much with liquids. But yeah, I definitely been feeling more sore. +P: Uhm maybe a little bit with solids, not so much with liquids. But yeah, I definitely been feeling more sore. D: OK. Have you noticed any changes to your voice? @@ -29,7 +29,7 @@ P: Yeah, I've had chills and then also been feeling warm during the day. I think D: OK, so yeah, certainly a fever. Have you had any night sweats? -P: No. +P: No. D: OK. Uhm, and have you had any headaches? @@ -37,7 +37,7 @@ P: No headaches. D: Have you had any eye redness or eye discharge? -P: No. +P: No. D: Any changes to your vision or hearing? @@ -61,7 +61,7 @@ P: Uhm probably like 5 days so it's I think it started two weeks ago. D: OK. And you're an are you having a cough now? -P: No, no cough right now. +P: No, no cough right now. D: OK, uhm, and uh, OK, and have you had any changes to your sense of smell or sense of taste? @@ -69,7 +69,7 @@ P: Uh, no they've both been the same. D: OK, and have you had any loss of appetite? -P: Uhm, no, my appetite's been pretty much the same I, I still try and I I do get hungry and I try to make sure, even though it hurts a little bit, to keep eating. +P: Uhm, no, my appetite's been pretty much the same I, I still try and I I do get hungry and I try to make sure, even though it hurts a little bit, to keep eating. D: OK. Uhm, and when you did have a cough, or during this time as well, have you coughed up any sputum or any blood? @@ -77,7 +77,7 @@ P: No, nothing like that. D: OK, uh, have you had any wheezing? -P: Uhm, no wheezing. +P: Uhm, no wheezing. D: OK, now have you had any shortness of breath? @@ -87,19 +87,19 @@ D: OK, and then how about any chest pain? P: No, no chest pain. -D: Alright, so have you had any dizziness or lightheadedness? +D: Alright, so have you had any dizziness or lightheadedness? P: No. -D: OK. Have you had any heart palpitations? +D: OK. Have you had any heart palpitations? P: Uh, no. D: OK, and have you had any nausea or vomiting? -P: No. +P: No. -D: Have you had any diarrhea? +D: Have you had any diarrhea? P: No. @@ -113,19 +113,19 @@ P: No, nothing like that. D: OK, and have you had any abdominal pain? -P: No. +P: No. D: OK. Uhm, have you had any rashes? -P: No. +P: No. D: Have you had any muscle aches or or joint pains? P: Uh, no not that I know of. -D: OK. Uhm, have you had any confusion or memory loss? +D: OK. Uhm, have you had any confusion or memory loss? -P: No. +P: No. D: OK and have you had any changes to your energy? Like any fatigue or malaise? @@ -137,7 +137,7 @@ P: No, no, I've been pretty healthy. D: Alright, and do you take any medications regularly, either over the counter or prescribed? -P: No. +P: No. D: OK. And do you have any allergies? @@ -145,7 +145,7 @@ P: No, not that I know of. D: OK, and do you have any? Are your immunizations up to date? -P: Yeah, as far as I know. +P: Yeah, as far as I know. D: OK. And, can you tell me a little about your living situation? So like where you're living and who you're living with? @@ -177,19 +177,19 @@ P: No, I feel pretty safe. My parents are pretty caring and loving. D: OK, well that's excellent. And are you sexually active? -P: No. +P: No. D: OK, have you been sexually active in the past? P: No, not at all. -D: OK. And now in the family, are there any conditions such as heart problems or lung problems that run in the family? +D: OK. And now in the family, are there any conditions such as heart problems or lung problems that run in the family? P: Uh, no. Like my parents are pretty healthy. D: OK, uhm, and any cancers that run in the family? -P: No. +P: No. D: OK, and how's school going? @@ -197,10 +197,10 @@ P: School is going pretty well, no real issues. It took some time and adjusting D: OK, well that's good. I'm glad that you been able to, uh, adjust. So I think that was everything I wanted to ask about on history today. Did you have anything else that you maybe wanted to add? Or that I maybe forgot to ask about? -P: No. I think that those are all the questions I had. +P: No. I think that those are all the questions I had. D: OK, so with your current symptoms right now with no cough, tonsillar exudate, a fever, also your age and the like swelling and redness that you notice in the back of your throat is likely a group a strep pharyngitis that's causing this. And with your exposure to your brother who also received antibiotics, could be potentially be a sick contact for you that you were around, so this would require antibiotics as well for yourself and we'll do a rapid strep antigen test to check for this and wait on the result for that because it it still could possibly be a viral illness and so that passes negative and we're thinking it's a viral illness then we might hold off on antibiotics for now and monitor symptoms. And if at any point things get worse like you start to get shortness of breath or your fever's getting worse and it's not, not being controlled, then we'll reeassess the situation. -P: OK, sounds good. Thank you so much. +P: OK, sounds good. Thank you so much. D: Thank you. diff --git a/tests/data/transcripts/RES0191.txt b/tests/data/transcripts/RES0191.txt index 58bf5cf..3687609 100644 --- a/tests/data/transcripts/RES0191.txt +++ b/tests/data/transcripts/RES0191.txt @@ -1,4 +1,4 @@ -D: How may I help you? +D: How may I help you? P: Hi I'm, I have been having this nasal obstruction and discharge for the past week and it doesn't seem to be going away and it's bothering me so I thought I would get it checked out by you. @@ -18,17 +18,17 @@ D: I see OK and have you been having any pain on your face? Like I like kind of P: No. -D: OK, how about any headaches? +D: OK, how about any headaches? -P: No headaches. +P: No headaches. D: All right, have you had any changes or to your sense of smell or any loss of smell? -P: Uhm no, maybe a little bit, but no, not really. I can still eat. I can still smell like candles and things like that so, maybe go with no. +P: Uhm no, maybe a little bit, but no, not really. I can still eat. I can still smell like candles and things like that so, maybe go with no. D: OK. Have you had any changes to your sense of taste? -P: No. +P: No. D: OK. Have you had any eye redness or or any eye pain? @@ -36,7 +36,7 @@ P: No. D: Any ear pain or ear discharge? -P: No. +P: No. D: Any changes to the vision or hearing? @@ -44,29 +44,29 @@ P: Uh, no. D: OK, have you had a sore throat? -P: No. +P: No. D: Have you had a cough? P: No. -D: Have you had any shortness of breath +D: Have you had any shortness of breath -P: Uh, no. +P: Uh, no. D: Have you had any wheezing? -P: No. +P: No. D: OK. And have you coughed up any blood? -P: No. +P: No. D: OK, and have you had any chest pain? -P: No. +P: No. -D: Have you had any lightheadedness or dizziness? +D: Have you had any lightheadedness or dizziness? P: Uh, no. @@ -76,7 +76,7 @@ P: No. D: OK, have you had any fevers or chills? -P: No. +P: No. D: Have you had a night sweats? @@ -84,7 +84,7 @@ P: No. D: Have you had any unexpected weight loss? -P: No. +P: No. D: OK, have you had any loss of appetite? @@ -100,13 +100,13 @@ P: No. D: Have you had any diarrhea or constipation? -P: No. +P: No. -D: Have you had any painful urination or urinary frequency? +D: Have you had any painful urination or urinary frequency? P: No. -D: OK, have you had any skin rashes? +D: OK, have you had any skin rashes? P: No. @@ -116,11 +116,11 @@ P: No. D: Have you had any memory loss or confusion? -P: No. +P: No. D: OK, and how has your energy been? Have you had fatigue or malaise? -P: No, nothing like that. +P: No, nothing like that. D: OK. Uhm, and have you had any sneezing? @@ -136,7 +136,7 @@ P: Nope. D: OK, and any allergies like to any medications or any seasonal allergies? Like do you get symptoms like this that change throughout the year? -P: No. +P: No. D: OK and sorry, no allergies to medications as well? @@ -158,7 +158,7 @@ D: OK, uh, have you been around anybody who's been sick? P: No one personally, but I do go to the grocery store and the bank and all the essential things. -D: I see, OK. Uhm, and have you have you traveled anywhere recently? +D: I see, OK. Uhm, and have you have you traveled anywhere recently? P: No, I haven't. @@ -192,25 +192,25 @@ P: Uh, nope. D: OK, how about the use of any recreational drugs? -P: No. +P: No. -D: OK, do you drink alcohol? +D: OK, do you drink alcohol? P: I do, I'll have like a glass of wine every day. D: OK. And in the family, are there any heart conditions or lung conditions that run in the family? -P: No. +P: No. D: How about things like diabetes or or high blood pressure? -P: Uhm, I don't think so. +P: Uhm, I don't think so. D: OK, and uh, are there any cancers in the family? P: Uhm, there's colon cancer in the family. -D: OK, and who was that and how old were they? +D: OK, and who was that and how old were they? P: Uhm, my grandfather, he was 55. @@ -218,7 +218,7 @@ D: OK. Uhm, alright, and so that was everything that I wanted to ask today on hi P: Uh, no, I think that was it. -D: OK, so with the prominent symptoms of being nasal discharge and obstruction without fever and without, like changes to smell and also without pain, it's most likely a viral rhinosinusitis. Uhm, however, this could have symptoms that overlap with, with COVID, and so we will still end up doing a swab even though the most likely diagnosis is going to be a viral acute rhinosinusitis. +D: OK, so with the prominent symptoms of being nasal discharge and obstruction without fever and without, like changes to smell and also without pain, it's most likely a viral rhinosinusitis. Uhm, however, this could have symptoms that overlap with, with COVID, and so we will still end up doing a swab even though the most likely diagnosis is going to be a viral acute rhinosinusitis. P: OK. diff --git a/tests/data/transcripts/RES0192.txt b/tests/data/transcripts/RES0192.txt index 9b7b899..ad3871c 100644 --- a/tests/data/transcripts/RES0192.txt +++ b/tests/data/transcripts/RES0192.txt @@ -26,10 +26,10 @@ D: OK. And when did you notice that the change? P: So I've had this shortness of breath like at first it was pretty mild. It started about, four months ago, but over the past month or so, it's been it's been worse. -D: OK, so a bit so it's been going on for a bit of time now. +D: OK, so a bit so it's been going on for a bit of time now. -P: Yeah, +P: Yeah, D: OK um. Do you, are you able to lie down flat without experiencing shorter breath? @@ -38,7 +38,7 @@ D: OK um. Do you, are you able to lie down flat without experiencing shorter bre P: Yeah, I think so. I think that's fine. -D: OK, um so so it sounds like no orthop is what they call it, and have you had any episodes where you wake up in the middle of the night and you're short of breath and you need to sit up an end to catch it? +D: OK, um so so it sounds like no orthop is what they call it, and have you had any episodes where you wake up in the middle of the night and you're short of breath and you need to sit up an end to catch it? P: Uh no. @@ -47,13 +47,13 @@ P: Uh no. D: OK, and have you had any leg swelling? -P: No. +P: No. D: OK. Any, you mentioned that you've had a cough as well. How long have you experienced a cough for? -P: Uh, the cough also around the same time it started off pretty mild, but now I like I have it all the time. +P: Uh, the cough also around the same time it started off pretty mild, but now I like I have it all the time. D: OK, are you coughing up any sputum or any phlegm? @@ -62,7 +62,7 @@ D: OK, are you coughing up any sputum or any phlegm? P: Uh no it's it's pretty dry. -D: Are you coughing up any blood? +D: Are you coughing up any blood? P: No. @@ -71,7 +71,7 @@ P: No. D: OK. And have you had any um wheezing? -P: No wheezing. +P: No wheezing. D: OK. How how about any chest pain? @@ -80,22 +80,22 @@ D: OK. How how about any chest pain? P: Uh no chest pain, I guess with the coughing 'cause I'm coughing so much it hurts but not chest pain in the sense like it's in the area of my heart or anything like that. -D: OK, so does that. Like how would you describe it? Is it like sharp, achy, uh dull or pressure like? +D: OK, so does that. Like how would you describe it? Is it like sharp, achy, uh dull or pressure like? P: Um it's a. It's kind of like a tugging feeling. -D: OK, um it does it go away after you're done coughing, +D: OK, um it does it go away after you're done coughing, -P: Yeah. +P: Yeah. D: I see OK. And have you experienced any um any headaches? -P: No, no headaches. +P: No, no headaches. D: OK, how about any um? Like eye redness or eye discharge? @@ -103,7 +103,7 @@ D: OK, how about any um? Like eye redness or eye discharge? P: No. - + D: any ear pain or your discharge? @@ -113,25 +113,25 @@ P: No. D: How about any changes to vision or hearing? -P: No. +P: No. -D: OK. Have you had a runny nose or sore throat? +D: OK. Have you had a runny nose or sore throat? -P: No. +P: No. -D: OK, how about um any changes to or have you had any loss of smell or any loss of taste? +D: OK, how about um any changes to or have you had any loss of smell or any loss of taste? -P: No. +P: No. D: OK. And have you had a loss of appetite? -P: No. +P: No. D: OK, and have you had any unexpected weight loss over the last several months? @@ -143,16 +143,16 @@ P: Um I have had some weight loss actually. About 15 pounds over the past six mo D: OK, and have you been trying to lose weight? -P: No. +P: No. D: OK. Um have you had any fevers? -P: No. +P: No. -D: Have you had any chills? +D: Have you had any chills? P: No. @@ -161,22 +161,22 @@ P: No. D: Have you had any night sweats? -P: No. +P: No. D: OK. Um and have you had any heart palpitations or feeling like your heart's racing? -P: No. +P: No. -D: Have you had any fainting or lightheadedness or dizziness? +D: Have you had any fainting or lightheadedness or dizziness? P: Um no. -D: OK. Um have you had any abdominal pain? +D: OK. Um have you had any abdominal pain? P: No. @@ -185,7 +185,7 @@ P: No. D: Have you had any nausea or vomiting? -P: Uh no. +P: Uh no. D: have you had any diarrhea or constipation. @@ -194,7 +194,7 @@ D: have you had any diarrhea or constipation. P: No. -D: And, have you had any skin rashes? +D: And, have you had any skin rashes? P: No. @@ -203,10 +203,10 @@ P: No. D: Have you had any muscle aches or joint pains? -P: No. +P: No. -D: And have you had any ah confusion or memory loss? +D: And have you had any ah confusion or memory loss? P: Uh No. @@ -218,7 +218,7 @@ D: OK, OK, and how is your energy been uh recently have you had any fatigue or m P: Um no. -D: OK, alright so it sounds like this this dry cough and then and shortness of breath it is mostly what you been um experiencing and have you been diagnosed with any medical conditions? +D: OK, alright so it sounds like this this dry cough and then and shortness of breath it is mostly what you been um experiencing and have you been diagnosed with any medical conditions? P: Ah I have uhm a COPD. @@ -230,19 +230,19 @@ D: OK, um and do you use uh any medications or any inhalers? P: Um know it's very mild. I it’s yeah, so I haven't really. I was just recently diagnosed so uhm I haven't been started on any medications just yet. -D: OK, did you, do I I pulmonary function tests where you're breathing into a tube, +D: OK, did you, do I I pulmonary function tests where you're breathing into a tube, P: yeah -D: Alright. Yeah, and uhm do you have any allergies? +D: Alright. Yeah, and uhm do you have any allergies? P: No. -D: Um and have you had any hospitalizations or any previous surgeries? +D: Um and have you had any hospitalizations or any previous surgeries? P: No. @@ -254,10 +254,10 @@ D: OK and could you tell me a little bit about your living situation? Like where P: I live in a house with my husband. -D: OK, and has your husband been sick or anybody you've been around been sick? +D: OK, and has your husband been sick or anybody you've been around been sick? -P: No. +P: No. D: OK. And are you currently working? @@ -296,7 +296,7 @@ D: Oh congratulations, it's not easy to quit. P: Thank you. -D: Uh and do you drink alcohol? +D: Uh and do you drink alcohol? P: Uh once in a while? I’ll have a glass of wine once a week. @@ -311,25 +311,25 @@ P: Um no I don't. D: OK. Um and uh are there any heart or lung conditions that run in the family? -P: Uh no. +P: Uh no. D: OK, are there any cancers that are in the family? Like anybody who's had lung cancer? -P: Um. No, not that I can think of. +P: Um. No, not that I can think of. D: OK. And um have you traveled anywhere recently? -P: No. +P: No. D: OK, and are you currently sexually active? -P: I am. +P: I am. D: OK um and can you tell me about your partner or partners? Is it's at your husband or um anyone else? @@ -338,10 +338,10 @@ D: OK um and can you tell me about your partner or partners? Is it's at your hus P: Just my husband yeah. -D: OK and any concerns for ah sexually transmitted infection? +D: OK and any concerns for ah sexually transmitted infection? -P: No. +P: No. D: OK. And I think that was everything that I wanted to ask on history today. Um was there anything else that you wanted to add that I maybe forgot about? @@ -350,9 +350,9 @@ D: OK. And I think that was everything that I wanted to ask on history today. Um P: Um no that was it, but how like what can I take to make these symptoms go away? -D: Well yeah, so at this time It will be important to get some lung imaging and and possibly, some other investigations as well because of your exposure uh to inhalants and fumes, and possibly asbestos. So I’m concerned there could be possibly an asbestos related lung illness that that you have. Um and so it will be important to investigate for, yeah possibly a asbestos related lung cancer, +D: Well yeah, so at this time It will be important to get some lung imaging and and possibly, some other investigations as well because of your exposure uh to inhalants and fumes, and possibly asbestos. So I’m concerned there could be possibly an asbestos related lung illness that that you have. Um and so it will be important to investigate for, yeah possibly a asbestos related lung cancer, -P: OK? +P: OK? D: Yeah. diff --git a/tests/data/transcripts/RES0193.txt b/tests/data/transcripts/RES0193.txt index 7c1444f..68eafab 100644 --- a/tests/data/transcripts/RES0193.txt +++ b/tests/data/transcripts/RES0193.txt @@ -5,7 +5,7 @@ D: What brings you here today? P: Hi, I bring you my son today because I've noticed he's had been having this cough sometimes he’ll have it at night and and, he'll have some wheezing and difficulties breathing as well. -D: OK, and when did this all start? +D: OK, and when did this all start? P: So I I've been noticing it over the last several months. It's been happening um a couple of times per week where he'll get this cough and that at night time and yeah so over the last several months. @@ -13,17 +13,17 @@ D: OK, and what did it start with coughing or like the shortness of breath? What P: Are more the, uh, the coughing, yeah, he just get it at night time and then sometimes he would get it um like it at at school as well. Or even if you went over to one of us, his friends houses, sometimes he would come home and or afterwards he would have a cough and wheeze and and be short of breath. -D: OK, and so is it. Usually after he's worked himself up and like exercise or like just been really active? +D: OK, and so is it. Usually after he's worked himself up and like exercise or like just been really active? P: Yeah, that definitely. I noticed that after those times for for sure. D: OK, and are these like the coughing? Is it wet or dry? -P: It's it's a dry cough. +P: It's it's a dry cough. D: Dry cough OK, so no yellow green material or blood coughed up/ -P: No, nothing like that. Uh coughed up. +P: No, nothing like that. Uh coughed up. D: OK, and you're saying you also hear wheezing, right? @@ -31,7 +31,7 @@ P: Yeah, I'll hear a wheeze. He has this like high pitched whistling sound when D: OK, and has he at all had this happen before? Or is this the first time this is happening? -P: Um like when he was really younG I think like two he had like bronchiolitis or something like that. I think it was called you had a cough and um like a wheeze at that time, but I think it was because of a like an infection or viral a viral illness. +P: Um like when he was really younG I think like two he had like bronchiolitis or something like that. I think it was called you had a cough and um like a wheeze at that time, but I think it was because of a like an infection or viral a viral illness. D: I see. Um has he had any uh sore throat, runny nose, cold like symptoms at all recently? @@ -41,19 +41,19 @@ D: OK, OK, so his symptoms mainly occur when he's very active um, so they kind o P: No, I haven't tried anything. -D: OK, any kind of dizziness, changes in his behavior at all from being very irritable to very fatigued? Anything like that? +D: OK, any kind of dizziness, changes in his behavior at all from being very irritable to very fatigued? Anything like that? P: No, nothing like that. D: OK, um any fevers or chills? -P: No. +P: No. -D: OK, any recent travel or contact with someone who's been sick. +D: OK, any recent travel or contact with someone who's been sick. P: No. -D: OK, any nausea or vomiting +D: OK, any nausea or vomiting P: No. @@ -76,7 +76,7 @@ P: Um. I yeah. I mean sometimes I guess like in the in the fall or when the seas D: OK, OK, and at home or at school any exposure to like fumes, dust or animals? -P: Um no animals at at home, but the friends house he goes over to sometimes they have um a cat there. +P: Um no animals at at home, but the friends house he goes over to sometimes they have um a cat there. D: OK and does does he get those symptoms at his friends house? @@ -84,31 +84,31 @@ P: Yeah, sometimes he'll come, he'll um he'll have a bit of a cough and you can D: OK. Any past medical conditions that he's been diagnosed with? -P: No, he just had that yeah the episode of I think bronchiolitis when he was young, but that was it. +P: No, he just had that yeah the episode of I think bronchiolitis when he was young, but that was it. -D: OK, any um medications that he has to take regularly? +D: OK, any um medications that he has to take regularly? -P: No. +P: No. D: No, any allergies, training medications? -P: Uhm, no. +P: Uhm, no. D: No, or any allergies to any environmental or food factors. P: Uhm, no, I don't think so. -D: OK, have you had any rashes at all previously? +D: OK, have you had any rashes at all previously? -P: Uhm. No, yeah he hasn't had any rashes. +P: Uhm. No, yeah he hasn't had any rashes. -D: OK. And um. Any hospitalizations or surgeries? +D: OK. And um. Any hospitalizations or surgeries? -P: Uh nope. +P: Uh nope. D: OK. And any family history of any heart lung conditions? Any history of asthma at all? -P: Um yeah, his mom has a has asthma um and she uses a an inhaler like daily for it. +P: Um yeah, his mom has a has asthma um and she uses a an inhaler like daily for it. D: OK has, when did um the mom get diagnosed with asthma? Was it during childhood? @@ -118,11 +118,11 @@ D: And um for him, how many times would you say he's having these episodes in an P: Uh I would say 2. -D: 2 and is he getting Any of these symptoms at night time, like him waking up? +D: 2 and is he getting Any of these symptoms at night time, like him waking up? P: He is yeah it's it. It is happening at night. -D: OK, and then as he missed any days of school due to this? +D: OK, and then as he missed any days of school due to this? P: Yeah um. He's missed a couple of days in the past month because uh he just didn't sleep well and then not feeling good the next day. So um yeah, he has. @@ -132,7 +132,7 @@ P: No, she's healthy and the delivery was at term with a normal body weight or b D: So no prolonged stay in the ICU or hospital after that? -P: No, he was able to go home, luckily. +P: No, he was able to go home, luckily. D: OK, and afterwards has he been meeting all his milestones like his motor gross motor, fine motor, social skills and growth and all of those have been meeting them well. @@ -144,7 +144,7 @@ P: No, he's been doing well uh in school. D: OK, that's good. Um does he have any siblings? -P: Um no, he's a it it's just him. He's our only child +P: Um no, he's a it it's just him. He's our only child D: And what's the home situation like? Who does he live with? @@ -156,7 +156,7 @@ P: No, there aren't any smokers in the home. D: OK, and any new carpets or any dust running or mold or anything like that in the house? -P: That there is a carpet and in the basement that, he uses that as his playroom, sometimes +P: That there is a carpet and in the basement that, he uses that as his playroom, sometimes D: OK. OK. Yeah, so those are all the questions I had. Do you have any questions at all? @@ -167,11 +167,11 @@ D: Yeah, so definitely. That's something that's at the top of our head right now P: He is yes. -D: OK, so we'll see if we can do something called a pulmonary function test. Sometimes it depends on the child +D: OK, so we'll see if we can do something called a pulmonary function test. Sometimes it depends on the child if they're able to follow instructions, and so that test requires a completely breathing out and following some instructions during the test. So since he's six, he might be able to do that. We we can try that. And then afterwards we'll see if he requires anything like an allergy testing or we will we might need to help manage his symptoms with a puffer, for example, like Ventilin and an inhaled Cortico steroid, but those are just some discussions will have in the near future after we've done all these investigations. P: OK, great, thank you. -D: You're welcome alright, take care +D: You're welcome alright, take care P: Bye. diff --git a/tests/data/transcripts/RES0194.txt b/tests/data/transcripts/RES0194.txt index 723183e..4d7992a 100644 --- a/tests/data/transcripts/RES0194.txt +++ b/tests/data/transcripts/RES0194.txt @@ -8,19 +8,19 @@ P: Hi, I’ve come in today because I had this cough. It started three days ago D; OK, So what what kind of started first to cough or the aches? -P: The cough started first. +P: The cough started first. D: OK and is it dry cough or a wet cough? P: It's dry. -D: OK so you're not bringing up any sputum or blood or anything like that? +D: OK so you're not bringing up any sputum or blood or anything like that? P: No, I'm not coughing up any sputum or or blood. D: OK, that's good. And the muscle aches, uh, so were you doing anything recently? Like anything strenuous increased exercise? Lifting anything or any injuries at all recently. -P: No, not nothing I can think of like that. +P: No, not nothing I can think of like that. D: OK, and where are you getting your muscle aches? @@ -36,7 +36,7 @@ P: I feel it right at the front of my my forehead, kind of on both sides of my h D: OK and um. Is it? What kind of pain is it? Is it like aching pain? Is it kind of like a pulsating pain pressure like pain? How would you describe it? -P: It's more like pressure, +P: It's more like pressure, D: Pressure, OK, and have you do you are you? Are you someone that usually has headaches? @@ -48,7 +48,7 @@ P: Uh, yeah, I did take some Tylenol and it it helps take that the eye drop a bi D: OK, and have you tried anything for your cough? -P: Um no, I haven't tried anything for the cough. +P: Um no, I haven't tried anything for the cough. D: OK, have you had any other symptoms like fevers or chills? @@ -58,7 +58,7 @@ D: OK, and um. When did you start feeling feverish? P: Um yeah, maybe within the last couple of days as well. -D: And did you manage to get a temperature at all? +D: And did you manage to get a temperature at all? P: Uh, no. I've just felt really hot. @@ -66,7 +66,7 @@ D: OK, uh any other symptoms like runny nose, sore throat, uh chest pain, anythi P: Um. No I haven’t uh had any any sore throat or chest pain, no runny nose either. -D: OK, any shortness of breath? +D: OK, any shortness of breath? P: No. @@ -74,7 +74,7 @@ D: OK, any recent travel or contact with someone who's been ill? P: Um yeah, I don't. I don't think so. I mean, I I haven't traveled anywhere. I'm in in my nobody in my family's been sick at home. -D: OK, um any nausea or vomiting? +D: OK, um any nausea or vomiting? P: No. @@ -88,7 +88,7 @@ P: I. No no no.. D: OK um, any changes in your bowel movements, like any diarrhea or constipation? -P: Uh yeah, I have had I actually had um. You mentioned diarrhea for the past. A day as well. +P: Uh yeah, I have had I actually had um. You mentioned diarrhea for the past. A day as well. D: OK, a diarrhea for. So just for the past day, have you notice any changes in color or have you noticed any blood in it? @@ -96,7 +96,7 @@ P: No blood in the stool. I'm just, it's just been really loose. D: OK. Um have you had any foods recently that a? That you've tried, maybe like for the first time? Or have you eaten outside at all? -P: No, it's been pretty stable. So yeah, I haven't had any changes like that. +P: No, it's been pretty stable. So yeah, I haven't had any changes like that. D: OK. Any changes in your appetite or weight? @@ -104,19 +104,19 @@ P: Uhm. I've been less hungry for sure. Yeah, so I I've had a decreased appetite D: OK. And any exposure to fumes or dust or animals within your home environment or work environment? -P: No, nothing like that. +P: No, nothing like that. D: Uhm? Have you been diagnosed with any medical conditions? -P: No, I've been healthy. +P: No, I've been healthy. -D: OK uh, do you take any medications? +D: OK uh, do you take any medications? P: No, just I. I'm a multi vitamin and vitamin D. D: OK, any allergies to any medications at all? -P: No no allergies. +P: No no allergies. D: OK any allergies to any environmental factors or foods? @@ -126,7 +126,7 @@ D: OK um, and any hospitalizations or surgeries in the past? P: Um I did have surgery like an ACL repair and repaired knee and knee surgery about 10 years ago. And but that, yeah, that's the only surgery. -D: OK. Any family history of any longer heart conditions. +D: OK. Any family history of any longer heart conditions. P: Uh. My dad had high high blood pressure and my. Yeah, my Grandfather I had had lung cancer actually when he was in his 80s when he passed away from that and he was a smoker's whole life. @@ -134,7 +134,7 @@ D: OK. Currently, do you work at all? P: Yeah, I I have been working. I work for a. A pharmacy company so I've been having to go into the office sometimes to help kind of prepare. Stuff. -D: OK, and in your workplace have you notice anyone sick at all? +D: OK, and in your workplace have you notice anyone sick at all? P: Um. No, I don't think I don’t, haven't noticed anybody been who's been sick, but we've been there. Have been other people who have been going into the office as well. @@ -146,9 +146,9 @@ D: OK, and since you've had these symptoms, have you gone into work at all? P: No, no, I've actually. I've been off for the the last couple of days. -D: OK. +D: OK. -P: Yeah I've just been been doing what I can from home, +P: Yeah I've just been been doing what I can from home, D: OK. And what's your home situation like? Who do you live with? @@ -160,7 +160,7 @@ P: Uh no she hasn't. She's been been feeling good. D: OK, that's good, and currently do you smoke? -P: No, I'm not a smoker, +P: No, I'm not a smoker, D: OK. Any recreational drugs like marijuana? @@ -172,7 +172,7 @@ P: Yeah, I'll have a few beers on the weekend sometimes like, but that that's th D: Alright, OK, so yeah those are all the questions I had for you today. Do you have any questions at all? -P: Yeah, I was just worried that it could be covid with how everything's going on, and that's just sort of what I was wondering about today. +P: Yeah, I was just worried that it could be covid with how everything's going on, and that's just sort of what I was wondering about today. D: Yeah, so that's something we definitely want to rule out. Your symptoms definitely overlap with the cluster of symptoms that someone may get with covid, so we will do a swab on you today and recommend that you isolate for two weeks until your symptoms have gone and the test result you will get you will get back in the next 24 to 48 hours. And alongside your test results. So you will also get further instructions from public health about whether or not you need another swab later on and when to return to work. @@ -180,9 +180,9 @@ P: OK that yeah, that sounds good. Thank you. D: Yeah no worries and it can definitely also be another viral infection as well, even if it's not covid, in which case it just you just need to get some rest stay hydrated and let it take its course. -P: OK, now that sounds that sounds good, so it could be covid or like another viral illness. +P: OK, now that sounds that sounds good, so it could be covid or like another viral illness. -D: Yeah, +D: Yeah, P: OK, thank you. diff --git a/tests/data/transcripts/RES0195.txt b/tests/data/transcripts/RES0195.txt index 2479291..5fa0680 100644 --- a/tests/data/transcripts/RES0195.txt +++ b/tests/data/transcripts/RES0195.txt @@ -24,7 +24,7 @@ P: It's a pretty dry cough. D: Dry cough OK, are you bringing up any green or yellow material or any blood at all? -P: No. +P: No. D: OK, and this also started like a few months ago? @@ -34,13 +34,13 @@ D: And is it constant or does it come and go? P: Um it's it's getting worse now so it feels more constant now, but at first it it just came in. Yeah, it came in went. -D: OK, and has this happened to you before at all of these symptoms? +D: OK, and has this happened to you before at all of these symptoms? -P: No. +P: No. D: OK. Alright um. So it started a few months ago and how about the rashes? Are they have they been there like the ones below your knee since the two months? Or do they come and go? -P: Um that's been there for the past month. +P: Um that's been there for the past month. D: OK. And can you describe the rash a little bit? What does it look like? @@ -48,9 +48,9 @@ P: Sure, so it's now pretty diffuse. It's just below my knees like on my shins. D: OK. Is it painful or itchy at all? -P: It's um painful, yeah. +P: It's um painful, yeah. -D: OK. What kind of paint do you feel that when you press on it? +D: OK. What kind of paint do you feel that when you press on it? P: It's it's not that OK, so it's not painful painful, it's tender. So if I touch it, it will feel tug tender. @@ -64,13 +64,13 @@ P: No. Well, actually sorry, sorry I have had a shortness of breath. I haven't h D: OK, so no cough, but you've been having shortness of breath. -P: Yeah +P: Yeah D: And. When your shortness of breath is it more so that you're not able to take deep breaths, or you taking shallow breaths, how would you describe it? -P: It just feels like, yeah, I can take in a full deep breath. +P: It just feels like, yeah, I can take in a full deep breath. -D: I see. And are you having any other symptoms like fevers or chills? +D: I see. And are you having any other symptoms like fevers or chills? P: No. @@ -84,25 +84,25 @@ P: Yeah, my eyes do look a little bit red and. I don't know if my vision changed D: OK. And with the shortness of breath, is it brought on by exertion, or can it be at rest as well? -P: It can be at rest as well. +P: It can be at rest as well. D: OK. And then, do you have any other symptoms? Like any joint pains? -P: No no join pains. +P: No no join pains. D: OK. Any nausea or vomiting? -P: Um no. +P: Um no. -D: OK, any headaches? +D: OK, any headaches? P: No. -D: Any muscle pain? +D: Any muscle pain? -P: Uh no. +P: Uh no. -D: OK. And any recent travel or contact with someone who's been sick? +D: OK. And any recent travel or contact with someone who's been sick? P: Um no. @@ -110,7 +110,7 @@ D: Do you see any or do you notice any like fluid coming out from your eyes or a P: Uh no, I didn't notice that. -D: OK, do you get any night sweats? +D: OK, do you get any night sweats? P: No. @@ -124,41 +124,41 @@ P: Ah it just feels like a discomfort. D: Do you feel your heart is racing? -P: Uh. No. +P: Uh. No. D: OK, and any changes in your bowel movements at all? -P: No, nothing like that. +P: No, nothing like that. -D: OK. Any changes in your urinary pattern? +D: OK. Any changes in your urinary pattern? P: No. -D: OK. Any sore throat, runny nose, any cold like symptoms? +D: OK. Any sore throat, runny nose, any cold like symptoms? -P: Uh no, but I haven been feeling um a little bit hot, so I wonder if I have a fever. I haven't checked it. +P: Uh no, but I haven been feeling um a little bit hot, so I wonder if I have a fever. I haven't checked it. D: OK, we can check. Have you had any recent weight changes? P: Now that you mention it, I have had some weight loss over the past um six months. I've lost about 15 pounds. -D: 15 pounds OK. How about your appetite? Have you been eating well? +D: 15 pounds OK. How about your appetite? Have you been eating well? -P: Yeah, I've been eating the same. +P: Yeah, I've been eating the same. D: OK, OK, and have you had any exposure to any fumes, dust, animals or pets in your environment? -P: No. +P: No. -D: Have you been diagnosed with any medical conditions in the past? +D: Have you been diagnosed with any medical conditions in the past? P: Uh no. D: Do you take any medications? -P: Um nope. +P: Um nope. -D: OK, any allergies? +D: OK, any allergies? P: No allergies . @@ -172,13 +172,13 @@ P: No, it was it was a pretty standard. I didn't have any excessive blood loss o D: OK, any family history of any medical conditions like any lung or heart conditions? -P: Um no lung or heart conditions. There are some autoimmune conditions in my family though. +P: Um no lung or heart conditions. There are some autoimmune conditions in my family though. D: OK, and what what kind of autoimmune conditions are there? -P: Uh, there is rheumatoid arthritis um . There is um uh lupus. Like type one diabetes. +P: Uh, there is rheumatoid arthritis um . There is um uh lupus. Like type one diabetes. -D: OK. OK and then. Are they for any like direct relatives like your parents or or children? +D: OK. OK and then. Are they for any like direct relatives like your parents or or children? P: Yes, my parents. @@ -186,19 +186,19 @@ D: OK. And currently right now do you work? P: I work from home. Yeah, I teach I teach online. -D: OK and how's your living situation like right now? +D: OK and how's your living situation like right now? P: Pretty good. We live in a house. I live with my husband and two children. -D: OK, um. And do you currently smoke? +D: OK, um. And do you currently smoke? P: No. D: OK. And any recreational drug use like marijuana? -P: No. +P: No. -D: OK and any um alcohol? +D: OK and any um alcohol? P: I drink once in awhile like I'll have a glass of wine on Fridays. @@ -211,7 +211,7 @@ of auto immune conditions as well. So sometimes you can get an auto immune disea P: No, that sounds great. Thank you so much. -D: You're welcome, and you may need depending on what we find, steroid treatment today or until you see the rheumatologist. +D: You're welcome, and you may need depending on what we find, steroid treatment today or until you see the rheumatologist. P: OK. diff --git a/tests/data/transcripts/RES0196.txt b/tests/data/transcripts/RES0196.txt index f38b42f..7fa0932 100644 --- a/tests/data/transcripts/RES0196.txt +++ b/tests/data/transcripts/RES0196.txt @@ -9,21 +9,21 @@ D: OK, um and has this happened before at all? P: She's had some ear infections on and off since she was like uh 2. -D: OK, then has she required antibiotics? +D: OK, then has she required antibiotics? P: Yes. -D: OK, when was their last ear infection? Do you remember? +D: OK, when was their last ear infection? Do you remember? P: It was actually last year when she was seven? D: OK, and so is it just one ear that she's having the pain? Or is it both? -P: It's one ear. +P: It's one ear. D: OK. In which which ear is it? -P: It's the right ear, +P: It's the right ear, D: Right ear. And when did you notice that she started having this pain? @@ -35,9 +35,9 @@ P: Yeah, she basically, while she told me she's been having some ear pain. And y D: Um has it been so painful that she has been crying at all? -P: Yeah, she's cried a few times. +P: Yeah, she's cried a few times. -D: OK, have you noticed any kind of drainage coming out of her ears? Any fluids? +D: OK, have you noticed any kind of drainage coming out of her ears? Any fluids? P: No, I didn't notice that. @@ -47,7 +47,7 @@ P: Yeah, she's had a fever for the past two days. D: Past 2 days. OK, did you get a chance to measure it at all? -P: Uh 38.8. +P: Uh 38.8. D: 38.8 OK. OK, and she had any other symptoms recently like a cough, runny nose, sore throat, any viral or cold like symptoms? @@ -61,7 +61,7 @@ D: OK. Any recent travel or contact with anyone who's been sick? P: Um no. -D: No, any nausea or vomiting? +D: No, any nausea or vomiting? P: Uh No. @@ -71,13 +71,13 @@ P: Uh nope. D: OK. And any fatigue or just feeling very tired? -P: Uh she's been pretty tired. +P: Uh she's been pretty tired. D: Has she had to miss any school or anything like that? P: Yeah, she wasn't going to school for the past three days. -D: OK. And any issues that are sleep or appetite? +D: OK. And any issues that are sleep or appetite? P: No. @@ -87,13 +87,13 @@ P: No, she's been pretty healthy. Besides the recurrent ear infections. D: OK, has her hearing been affected at all? -P: Not that I've noticed. +P: Not that I've noticed. D: OK. And you mentioned it's recurring how she ever had to see an ear, nose and throat specialist? P: So when she was younger, when she was like 4 she saw one, but then she hadn't had an ear infection between the age of 4 to 7 so we didn't go back to them. -D: OK yeah. +D: OK yeah. P: After. @@ -105,25 +105,25 @@ D: OK, OK. Any medications that she takes everyday? P: Uh no just multivitamins. -D: OK. Any allergies? +D: OK. Any allergies? -P: No. +P: No. -D: OK. Any? Contacts at all. Any hospitalizations or surgeries in the past? +D: OK. Any? Contacts at all. Any hospitalizations or surgeries in the past? -P: No. +P: No. D: How about her birth? Was it a vaginal delivery or C-section? P: It was vaginal. -D: And was she premature or at term choose that term? +D: And was she premature or at term choose that term? P: She was at term. D: Any complications at all during your pregnancy with her? -P: No no. +P: No no. D: OK, after she was born, does she have to stay in an ICU or any complications afterwards? @@ -135,24 +135,24 @@ P: Uh no she's been pretty good with hitting all those milestones. D: OK, alright, and currently right now. So is she doing online school or she doing in person? -P: Ah she is going in person. +P: Ah she is going in person. D: OK, and how about her living situation currently? -P: Ah should also at home with myself from her father and her younger sibling. +P: Ah should also at home with myself from her father and her younger sibling. D: OK. Uh, and uh? Any, anyone smoke in the house at all? -P: No. +P: No. -D: No. OK. Alright, so those are all the questions I had for her today, so definitely since there is a risk that she might be having another ear infection, we will need to do like a full physical examination. I'll have to look into her ear to see if I see any inflammation or perforation and then based on that we'll discuss some management. She may require some antibiotics like she has had before, but that will depend on what. I see on physical examination she has been having a fever so she might. And it's only been three days, right? So we may even do some conservative management and get her to take some maybe pain medications and then go from there. Or ear drops. +D: No. OK. Alright, so those are all the questions I had for her today, so definitely since there is a risk that she might be having another ear infection, we will need to do like a full physical examination. I'll have to look into her ear to see if I see any inflammation or perforation and then based on that we'll discuss some management. She may require some antibiotics like she has had before, but that will depend on what. I see on physical examination she has been having a fever so she might. And it's only been three days, right? So we may even do some conservative management and get her to take some maybe pain medications and then go from there. Or ear drops. P: OK. D: Uh, but yeah, so we'll do the examination and then go from there. She said she has, besides the fever and that your pain she's not really having any other symptoms so? I don't think she needs to get tested for Covid right now, but that's something we can consider as well if she develops other symptoms. -P: OK, that sounds great. Thank you. +P: OK, that sounds great. Thank you. -D: Your Welcome. Take care +D: Your Welcome. Take care P: You too. diff --git a/tests/data/transcripts/RES0197.txt b/tests/data/transcripts/RES0197.txt index 23e90bd..839e5a0 100644 --- a/tests/data/transcripts/RES0197.txt +++ b/tests/data/transcripts/RES0197.txt @@ -10,11 +10,11 @@ P: Since I was like 5. D: OK, and are you using any puffers? -P: Yes, so I am on a short acting. As well as an inhaled cortico steroid. And I only take the short acting like when I have the symptoms +P: Yes, so I am on a short acting. As well as an inhaled cortico steroid. And I only take the short acting like when I have the symptoms D: OK. And so how how long have you been symptoms worsening for? -P: For the past week I would say. +P: For the past week I would say. D: OK, and how how often have you used the ventilin? @@ -22,19 +22,19 @@ P: The ventilin that I use is almost every day like a couple times a day. D: OK, so would you say more than 10 times? -P: Yes. +P: Yes. D: OK. And have you had to do you have y to miss any school or anything like that over the past week? -P: I missed two days. +P: I missed two days. D: Two days, OK. And are you just getting daytime symptoms or are you waking up from sleep or not being able to sleep because of your symptoms? -P: I woke up twice last week. +P: I woke up twice last week. D: OK. OK, so yeah, definitely seems like your symptoms are really acting upon and so you're getting some wheezing and you say you're also getting a cough. -P: Yes, that's right, +P: Yes, that's right, D: OK. And what kind of things would you be doing that you get these symptoms? Is it mostly exertion or is it exposure to dust or any other environmental factors? @@ -46,7 +46,7 @@ P: Uh no nothing like that. D: OK, OK, and how would you describe the cough? Is it wet or dry? -P: It's dry. +P: It's dry. D: OK, and. And how about the wheezing? Are you getting it like frequently every time you have an episode, or just sometimes? @@ -62,59 +62,59 @@ P: No, no blood. D: OK, OK and has the ventilin been helping at all? Or do you find that it's less effective? -P: Ventilin um it's been helping temporarily, but it definitely doesn't help as much as it used to. +P: Ventilin um it's been helping temporarily, but it definitely doesn't help as much as it used to. D: OK, um. And have you traveled at all recently or been in touch with anyone who's been sick? -P: Uhm, no, nothing like that. +P: Uhm, no, nothing like that. D: OK. And, and any headaches? Nausea or vomiting? -P: He no, nothing like that. +P: He no, nothing like that. D: Nothing like that OK, any dizziness or fainting? -P: No. +P: No. D: No OK, any fevers or chills? -P: No. +P: No. D: No. Any fatigue? -P: Um a little bit because I haven't been sleeping too well. +P: Um a little bit because I haven't been sleeping too well. -D: OK, any? Sensation of chest pain or racing of your heart? +D: OK, any? Sensation of chest pain or racing of your heart? -P: No. +P: No. -D: No. OK. Any changes in your bowel movements? +D: No. OK. Any changes in your bowel movements? P: Uh no. -D: Any changes in your appetite or weight? +D: Any changes in your appetite or weight? P: No. D: No, any changes in your sense of smell or taste? -P: No +P: No D: OK, OK. An other than asthma since you were five an do you have any other medical conditions at all? D: OK, do you take so you take the ventilin and then do you take the inhaled cortico steroid puffer as well? -P: I do. +P: I do. D: OK and you take that daily? -P: Um yes. +P: Um yes. D: Any other medications that you take? P: No, just some multi vitamins. That's about it. -D: OK, any allergies to any medications that you know? +D: OK, any allergies to any medications that you know? P: Not to medication I’m allergic to like strawberries and Kiwis. @@ -124,11 +124,11 @@ P: I just break out in hives. D: OK, and have you been previously hospitalized for any reason? -P: No. +P: No. D: OK, any past surgeries? -P: Ah nope. +P: Ah nope. D: OK and currently like who do you live with? @@ -136,7 +136,7 @@ P: I love with both my parents and two of my siblings. D: OK, and are any of them sick at all? -P: No everyones pretty healthy. +P: No everyones pretty healthy. D: OK. And. So currently right now you're 16. This is an age where sometimes your peers or yourself might experiment with alcohol, smoking or recreational drugs. Have you have you tried anything at all? @@ -160,6 +160,6 @@ P: Yeah, So what can I do about These these symptoms? Should I continue taking m D: Yeah, So what we'll have to do is re assess. So right now we will need to alleviate some of your symptoms so we will get you get you some ventilin and you mate will do like a full physical examination and get your oxygen saturation and everything an you might need some cortico steroids as well and then we'll talk about changing your regiment for your puffers as well and whether or not we need to add something else into your therapy, so we'll do a full physical examination and then go on from there. Does that sound good? -P: Yeah, that sounds great. Thank you. +P: Yeah, that sounds great. Thank you. D: You're welcome. diff --git a/tests/data/transcripts/RES0198.txt b/tests/data/transcripts/RES0198.txt index 042ced1..91f0e43 100644 --- a/tests/data/transcripts/RES0198.txt +++ b/tests/data/transcripts/RES0198.txt @@ -14,21 +14,21 @@ P: It felt pretty stuffy at first, but now it's mostly running. D: OK, and are you coughing at all? -P: No. +P: No. D: No OK, and the runny nose what kind of content are you producing or draining? Is it mainly like clear or is there any color to it? -P: It's mostly clear. +P: It's mostly clear. D: OK. And, is it mainly just congestion and drainage from your nose or are you feeling and go at the back of your throat as well? -P: Uh no it's just mostly for my nose. +P: Uh no it's just mostly for my nose. D: OK, any other symptoms like sore throat, shortness of breath, fevers or chills? P: No. -D: No OK. And is this like something that's constant or does it come and go? +D: No OK. And is this like something that's constant or does it come and go? P: Ah, it's it's. Ah It's been pretty constant for the past week. @@ -38,9 +38,9 @@ P: No, well, actually I've had I've had a cold before but not recently. Maybe li D: OK, have you tried any over the counter medications at all? -P: Um I've tried like decongestants and. That's not. Well, I guess my nose is runny now so that worked a little bit. +P: Um I've tried like decongestants and. That's not. Well, I guess my nose is runny now so that worked a little bit. -D: OK. OK, and have you been in contact with anyone who's been sick recently? +D: OK. OK, and have you been in contact with anyone who's been sick recently? P: Uhm? No, I don't think so. My I have um a nephew who I live with who goes to daycare. @@ -58,9 +58,9 @@ P: Nope, nothing like that. D: OK, any fatigue? -P: A little bit. +P: A little bit. -D: OK, any loss of sense of taste or smell. +D: OK, any loss of sense of taste or smell. P: Um. No, um not that I've noticed. @@ -70,23 +70,23 @@ P: No. D: No OK? Any changes in your bowel movements? -P: No. +P: No. -D: How about your any difficulties in urinating? +D: How about your any difficulties in urinating? -P: Um no. +P: Um no. D: OK, have you been sleeping and eating well? -P: Yes. +P: Yes. D: OK, any weight changes like any significant weight loss recently? -P: No, no, no, nothing like that. +P: No, no, no, nothing like that. D: OK. At home or at work home any exposure to like fumes, dust or animals? -P: No. +P: No. D: OK, and have you been diagnosed with any medical conditions in the past? @@ -94,15 +94,15 @@ P: Um I have type one diabetes. D: OK, and when were you diagnosed with that? -P: When I was like 7. +P: When I was like 7. D: OK. And so you have your insulin medication and your are you all up to date with that? -P: Yes. +P: Yes. D: OK, and do you see an endocrinologist? -P: I do. +P: I do. D: OK, alright. Any medications that you are on besides insulin? @@ -110,17 +110,17 @@ P: Uh no . D: No, OK. Any allergies at all? -P: No. +P: No. -D: OK, have you been hospitalized or had any surgeries before? +D: OK, have you been hospitalized or had any surgeries before? -P: No. +P: No. D: No, OK. Any family history of any medical conditions, in particular with the lungs or the heart. -P: No. +P: No. -D: No, any autoimmune diseases? +D: No, any autoimmune diseases? P: No. @@ -130,7 +130,7 @@ P: I’m in school right now. D: OK, and so are you living, where are you living right now? -P: I live in an apartment by myself. +P: I live in an apartment by myself. D: OK. And currently, do you use any recreational drugs like marijuana or anything? @@ -138,11 +138,11 @@ P: Uh no, not OK so not frequently, but maybe like once a month I'll have an edi D: OK, any other recreational drugs like cocaine and heroin? Anything like that? -P: Oh no. +P: Oh no. D: No. And you drink alcohol? -P: Uh no. +P: Uh no. D: And do you smoke tobacco? @@ -156,6 +156,6 @@ D: Yeah, it kind of so just a stuffy nose in the runny nose it seems like it's m P: OK, that sounds great. Thank you. -D: Your welcome. Take care +D: Your welcome. Take care P: You too bye. diff --git a/tests/data/transcripts/RES0199.txt b/tests/data/transcripts/RES0199.txt index 803ab3a..35dac93 100644 --- a/tests/data/transcripts/RES0199.txt +++ b/tests/data/transcripts/RES0199.txt @@ -4,17 +4,17 @@ D: What brings you in? P: Hi I just came in today I have been having, just been feeling really sick over the last three or four days. It started with just like a headache and cough four days ago and then I started getting some nausea and vomiting few days back as well as diarrhea. -D: OK, so the headache and cough started first you said right? +D: OK, so the headache and cough started first you said right? -P: Yeah. +P: Yeah. D: OK, let's talk about the headache first that came on four days ago. Has it been persistent or does it come and go? -P: It's been pretty persistent. Besides, when I take some Tylenol. +P: It's been pretty persistent. Besides, when I take some Tylenol. D: OK, and does anything make it better or worse? -P: Just a Tylenol, nothing really, yeah, it's pretty constant, +P: Just a Tylenol, nothing really, yeah, it's pretty constant, D: OK, and have a an and sorry where exactly is it is it on it's like at the top of your head, temples, forehead? @@ -38,7 +38,7 @@ P: It's kind of stayed around the same, actually. D: OK, OK, and have you ever had a headache like this in the past? -P: Not really, I don't really get too many headaches +P: Not really, I don't really get too many headaches D: OK so this isn't you. Alright And let's go on to the cough. The cough started around the same time you said, has that gotten better or worse over the past four days? @@ -48,35 +48,35 @@ D: OK, and is it a dry cough or are you breaking up any flem? P: It's mostly a dry cough. -D: OK, so no sputum or blood? +D: OK, so no sputum or blood? -P: No, no. +P: No, no. D: OK, good. Alright, and are you short of breath at all? -P: Uhm, no, not really, +P: Uhm, no, not really, D: No OK. And how about wheezing? -P: Uhm no, no wheezing. +P: Uhm no, no wheezing. D: OK. Only saying an. And any chest pain? -P: No. +P: No. D: No OK. And have you had any weight loss over the past few months? -P: No, I haven't. +P: No, I haven't. D: Any fevers or chills? -P: No. +P: No. D: No OK, uhm how about fatigue? P: I guess just a little bit tired over the last few days, but I don't know that's just just from the diarrhea and just being sick. -D: Um OK, and how about rashes? +D: Um OK, and how about rashes? P: No. @@ -98,19 +98,19 @@ P: Uhm smell I feel like a little bit. I've been kind of losing my smell over th D: OK, OK. Alright, and any dizziness or fainting spells? -P: No, nothing like that. +P: No, nothing like that. -D: Confusion or memory loss? +D: Confusion or memory loss? -P: No. +P: No. -D: Uhm alright and joint pains or muscle aches? +D: Uhm alright and joint pains or muscle aches? P: Uh no. D: Alright. You mentioned you also have had diarrhea. When did that start? -P: So probably like 2 days ago I started getting some liquid stools and I just had to go like probably five or six times a day. . +P: So probably like 2 days ago I started getting some liquid stools and I just had to go like probably five or six times a day. . D: OK. Alright. And uhm are you noticing any blood in there? @@ -122,7 +122,7 @@ P: No, I've been trying to keep hydrated. D: OK, good, any changes in your appetite? -P: Uh no. +P: Uh no. D: No, any nausea or vomiting? @@ -130,11 +130,11 @@ P: Yeah, I was having some. I'm having some nausea today, but I had some vomitin D: OK. And are you throwing up any blood? -P: No. +P: No. D: What color is it? -P: Uhm it's usually I feel like whatever I eat. Yeah, contents, food contents. +P: Uhm it's usually I feel like whatever I eat. Yeah, contents, food contents. D: OK, do you think anything triggered that episode of vomiting? @@ -148,11 +148,11 @@ D: OK, any constipation? P: No. -D: OK. Alright, and are you otherwise healthy or do you have any longstanding medical conditions? +D: OK. Alright, and are you otherwise healthy or do you have any longstanding medical conditions? P: No, I'm I'm pretty healthy. I don't really. I don't really even take any medications. -D: OK. And are you up to date with her immunizations? +D: OK. And are you up to date with her immunizations? P: Yep. @@ -164,13 +164,13 @@ D: No, any family history of lung or heart conditions? P: Uh, no, not that I know of. -D: OK, do you smoke? +D: OK, do you smoke? -P: No. +P: No. D: No, OK. How about marijuana or yeah, how about marijuana? Do you either take edibles or smoke it? -P: I’ve tried a couple times but it was not really my thing. +P: I’ve tried a couple times but it was not really my thing. D: OK. And how about other recreational drugs like cocaine, heroin and opioids? @@ -180,7 +180,7 @@ D: OK. Uhm and where do you currently live? P: I live just in an apartment just in the city. So yeah, just by myself though. -D: OK, any like old carpets, dust, mold, asbestos, pets, anything that could be triggering your symptoms? +D: OK, any like old carpets, dust, mold, asbestos, pets, anything that could be triggering your symptoms? P: No, not really. @@ -194,9 +194,9 @@ P: I work at a car dealership. D: OK, OK. An any travel recently? -P: No. +P: No. -D: OK, has anyone at your work been sick as well? +D: OK, has anyone at your work been sick as well? P: No, I haven't really noticed anyone being sick. diff --git a/tests/data/transcripts/RES0200.txt b/tests/data/transcripts/RES0200.txt index 2cdca2b..67abfcf 100644 --- a/tests/data/transcripts/RES0200.txt +++ b/tests/data/transcripts/RES0200.txt @@ -8,17 +8,17 @@ D: OK, you said you were diagnosed with COPD couple years ago. Was that two year P: It was almost, probably five years ago. -D: Five years ago, OK, and have you always had this cough since then? +D: Five years ago, OK, and have you always had this cough since then? -P: Yeah I’ve probably had a cough for the last 10 years, I think. +P: Yeah I’ve probably had a cough for the last 10 years, I think. D: OK. -P: Yeah. +P: Yeah. D: And you you’ve mentioned that this cough has gotten worse over the last week? -P: Yeah, I've been coughing a lot more. Even just walking down the stairs from my bedroom to even the kitchen I just have to take a little bit of a breather, just start coughing. +P: Yeah, I've been coughing a lot more. Even just walking down the stairs from my bedroom to even the kitchen I just have to take a little bit of a breather, just start coughing. D: OK. And is it a dry cough or are you bringing up any phlem? @@ -36,23 +36,23 @@ D: OK. Alright, and do you get short of breath when you're laying down? P: Uhm no, not really, it's mainly just when I'm moving around and doing stuff. -D: OK, how about when you're asleep? Does it wake you up and kind of make you gasp for air? +D: OK, how about when you're asleep? Does it wake you up and kind of make you gasp for air? -P: No. +P: No. D: No OK. So no orthopnea or PND. Alright, and the puffers that you're on, can you remind me which ones you're on again? -P: So I'm on this one called Ventilin for the which I’ve been using a lot more recently just for relief and then, I'm on this other puffer thing. It's called spiriva. +P: So I'm on this one called Ventilin for the which I’ve been using a lot more recently just for relief and then, I'm on this other puffer thing. It's called spiriva. D: OK, how often? How? How many times this week have you had to use your ventilin? P: Uhm, Ventilin are probably used. Probably almost like 10 times this past week. -D: OK. Alright, any chest pain? +D: OK. Alright, any chest pain? P: Uhm? Just when I'm having like those coughing fits in with the breathing, I feel some discomfort, but that's it. -D: OK, OK. Alright and then any palpitations or feeling like your heart's racing? +D: OK, OK. Alright and then any palpitations or feeling like your heart's racing? P: Uh no. @@ -68,9 +68,9 @@ D: OK. Numbness or tingling? P: No. -D: Confusion or memory loss? +D: Confusion or memory loss? -P: No. +P: No. D: Headaches? @@ -78,25 +78,25 @@ P: No. D: Changes in your bowel movements? -P: No. +P: No. D: Uhm nausea or vomiting? -P: Uh, no. +P: Uh, no. D: Changes in your appetite? -P: No, not really. Eating about the same. +P: No, not really. Eating about the same. D: OK, changes in your urine? -P: No. +P: No. D: Runny nose or stuffy nose? P: Uh, no. I don’t have that. -D: OK, sore throat? +D: OK, sore throat? P: No. @@ -112,7 +112,7 @@ D: OK, how about weight loss? P: No, my weights been pretty steady. -D: OK, chills? +D: OK, chills? P: Uhm, maybe a few times this, like from that last couple days I've been feeling a bit chilly. But I I don't know if I have a fever or anything like that. @@ -120,19 +120,19 @@ D: OK, so you haven't actually measured your temperature right? P: No. -D: OK, we can do that today. Any rashes? +D: OK, we can do that today. Any rashes? -P: Uh no. +P: Uh no. D: Fatigue? -P: No. +P: No. D: OK, um and besides the COPD do you have any other longstanding medical conditions? P: Uhm. I I have a like high cholesterol. -D: OK. +D: OK. P: And. Just I, I used to take blood pressure medications but I don't right now. @@ -144,9 +144,9 @@ D: OK, OK, and the doctor was OK with that. P: Uh no, I just stopped taking it. I didn't really like ask the doctor. -D: OK, well, we'll keep checking your blood pressure and that's something you should keep an eye on as well, just in case ou have complications with your kidneys. Does that sound OK? +D: OK, well, we'll keep checking your blood pressure and that's something you should keep an eye on as well, just in case ou have complications with your kidneys. Does that sound OK? -P: Yeah. +P: Yeah. D: OK uhm? And are you on any medications other than the puffers? @@ -178,11 +178,11 @@ P: Probably half a pack a day. It used to be one pack, even 2 packs at one point D: OK, alright, well, it's good that you're cutting down. And if you need more resources to help you do that, we have some available that we can refer you to. Do you take any other recreational drugs like cannabis, heroin, cocaine? -P: No, nothing like that, no. +P: No, nothing like that, no. -D: OK. And do you drink alcohol? +D: OK. And do you drink alcohol? -P: Um just probably maybe like a couple times a month. +P: Um just probably maybe like a couple times a month. D: Couple times a month OK. And are you currently married? @@ -200,7 +200,7 @@ D: OK, and have you traveled anywhere recently? P: No, just been on our house. -D: OK. Alright, well those were all the questions that I had. Did you have any questions of your own? +D: OK. Alright, well those were all the questions that I had. Did you have any questions of your own? P: Uh, yeah I was just wondering what this can be. diff --git a/tests/data/transcripts/RES0201.txt b/tests/data/transcripts/RES0201.txt index 804cad8..b58fb21 100644 --- a/tests/data/transcripts/RES0201.txt +++ b/tests/data/transcripts/RES0201.txt @@ -9,9 +9,9 @@ P: Sure, yeah the sore throat it started about four days ago. And it's really it D: OK, so you said four days ago? -P: Yes, four days ago. +P: Yes, four days ago. -D: OK. So it's been kind of sore, some issues swallowing food OK, and over the last four days has it gotten worse, Better that it stayed the same? +D: OK. So it's been kind of sore, some issues swallowing food OK, and over the last four days has it gotten worse, Better that it stayed the same? P: Um the sore throat has it's got, it's getting worse for sure. @@ -21,17 +21,17 @@ P: I I, I guess when I was younger I had mono. And I had a sore throat when I ha D: OK, is there anything that makes it worse or like anything that makes it feel better right now? -P: No, not really. I've tried, you know, I've tried gargling with salt water. I've tried some painkillers like nothing, nothing seems to be working. +P: No, not really. I've tried, you know, I've tried gargling with salt water. I've tried some painkillers like nothing, nothing seems to be working. D: Uhm OK, and you said you've also had some difficulty breathing. -P: Yeah, that's right. +P: Yeah, that's right. D: Did that start around the same time? P: That actually started yesterday, and it's gotten me very concerned. -D: OK. Yeah, I can understand how that would be concerning. We're definitely going to try to get to the bottom of it today. Um OK so started yesterday, said then has it gotten any worse? Is it the same way better? +D: OK. Yeah, I can understand how that would be concerning. We're definitely going to try to get to the bottom of it today. Um OK so started yesterday, said then has it gotten any worse? Is it the same way better? P: Um the, well, I guess it's getting worse, yeah. @@ -41,7 +41,7 @@ P: It's it's just there all the time. D: Have you ever had any difficulty breathing in the past? -P: Um no no, no, not like this. +P: Um no no, no, not like this. D: OK. Uh. Have you have you recently been in contact with anyone that's been sick? @@ -51,19 +51,19 @@ D: OK, have you traveled recently? P: Um no, no, I haven't left the city for anything. -D: OK. Do you know if your immunizations are up to date? +D: OK. Do you know if your immunizations are up to date? P: Ah yes, everything's up to date. -D: OK. That’s good. See you so I'm just gonna ask you about a few other symptoms. I just like to get an idea if there's anything else you been experiencing. Have you had a cough at all? +D: OK. That’s good. See you so I'm just gonna ask you about a few other symptoms. I just like to get an idea if there's anything else you been experiencing. Have you had a cough at all? P: No. -D: Have you had a runny nose? +D: Have you had a runny nose? P: No runny nose. -D: Have you had any headaches? +D: Have you had any headaches? P: No. @@ -77,25 +77,25 @@ P: Um maybe taste a little bit but not smell. D: OK, OK, when did that start? -P: The taste ah. Maybe two days ago? +P: The taste ah. Maybe two days ago? D: OK. OK taste two days ago. Has it been on and off or has it been kind of constantly like a reduced sense of taste? P: It's it's. It's been pretty constant. -D: OK. Have you had anything like that before? +D: OK. Have you had anything like that before? P: No. D: Have you had any fevers? -P: I don't think so. +P: I don't think so. -D: OK. Have you had any chills or night sweats? +D: OK. Have you had any chills or night sweats? P: No. -D: Have you felt overall really tired and weak? +D: Have you felt overall really tired and weak? P: I. I felt tired, maybe not weak, but my I feel like my muscles all ache. @@ -113,7 +113,7 @@ P: Um I'm on a long acting beta agonist. D: OK, is that the only medication you take? -P: Pardon me. +P: Pardon me. D: Is that the only medication that you take? @@ -123,13 +123,13 @@ D: OK. Do you have any allergies? P: Um no, no allergies. -D: Just gonna ask you few questions about your lifestyle. Do you live here in town? +D: Just gonna ask you few questions about your lifestyle. Do you live here in town? P: I do. D: Do you ah live alone or with family? -P: I live alone. +P: I live alone. D: OK. And do you smoke? @@ -141,9 +141,9 @@ P: I did, I smoked for 40 years. D: OK. Do you drink alcohol? -P: I drink occasionally, maybe like on the weekends. +P: I drink occasionally, maybe like on the weekends. -D: OK. Uhm, and do you use cannabis? +D: OK. Uhm, and do you use cannabis? P: No. @@ -157,15 +157,15 @@ P: I am retired, yeah. D: OK, what did you do for work before? -P: I worked for GM. +P: I worked for GM. -D: Crock. OK. And do you have any family history of respiratory problems, heart problems and? +D: Crock. OK. And do you have any family history of respiratory problems, heart problems and? P: No. D: OK. Uhm. OK, I think that that about covers my questions for you right now. Is there anything else that you wanted to add that I didn't ask you about? -P: Um no, I don't think so. +P: Um no, I don't think so. D: OK. I’m going to go over this with the document I'm working with today, I'm guessing just because some of your symptoms are in line with common symptoms of covid 19, that will probably do a covid swab, and what happens with that is since we do have some syptoms, will have to isolate until the result come back and potentially after that if you still have symptoms, even if it is negative. So that's just kind of a heads up on that. Maybe one of the next things that happens. We will probably get you a chest xray 'cause we want to get an idea of what's going on in there. Did you have any other questions? @@ -173,6 +173,6 @@ P: No, thank you very much. D: OK well thanks for chatting with me we should be back shortly to kind of let you know with the next step. -P: OK, great, thank you. +P: OK, great, thank you. D: Thanks. diff --git a/tests/data/transcripts/RES0202.txt b/tests/data/transcripts/RES0202.txt index 53a9381..4894954 100644 --- a/tests/data/transcripts/RES0202.txt +++ b/tests/data/transcripts/RES0202.txt @@ -3,19 +3,19 @@ D: What brings you all in today? -P: Hi. So I just brought in my son he's 5. Essentially, when he, so today is Friday when he got home from school on Wednesday, he seemed fine, but he I don’t know that night he started to have a bit of like a cough. It just seemed like a little dry cough, but obviously I just wanted to keep him home, keep him safe and not like spread anything if he was sick. So he stayed at home on Thursday and he was like having a bit of a cough. Then yesterday it seemed to get a little bit worse and he was really tired, uh sorry. Today, today is Friday. He was like his cough is like getting a bit worse and I've been taking his temp the whole time and it got like a little high today, what was it? My thermometer says it was high. I'm just like trying to remember it was it was. It was like over 100 though. +P: Hi. So I just brought in my son he's 5. Essentially, when he, so today is Friday when he got home from school on Wednesday, he seemed fine, but he I don’t know that night he started to have a bit of like a cough. It just seemed like a little dry cough, but obviously I just wanted to keep him home, keep him safe and not like spread anything if he was sick. So he stayed at home on Thursday and he was like having a bit of a cough. Then yesterday it seemed to get a little bit worse and he was really tired, uh sorry. Today, today is Friday. He was like his cough is like getting a bit worse and I've been taking his temp the whole time and it got like a little high today, what was it? My thermometer says it was high. I'm just like trying to remember it was it was. It was like over 100 though. -D: Oh OK. +D: Oh OK. P: Uh, 101 or something or maybe 100.1 if. But anyways it was so I I just thought I should probably bring him in 'cause I was really worried about him and you know so he could have maybe got covid and like at school or something. -D: Yeah for sure. Um OK, so just to clarify, he's had this cough and fever for the past five five days. +D: Yeah for sure. Um OK, so just to clarify, he's had this cough and fever for the past five five days. P: Mhm. D: OK, OK so let's focus on the cough. -P: It’s Friday. Its been more like like 3 days. Wednesday is when he came home, and then um he. And then today is Friday. So yeah, sorry. +P: It’s Friday. Its been more like like 3 days. Wednesday is when he came home, and then um he. And then today is Friday. So yeah, sorry. D: Today is Friday OK. And um. OK, yeah sure uh so. Is this cough a productive cough, or is it kind of a dry cough? @@ -39,11 +39,11 @@ P: Mm I think it kinda just there the whole day. D: OK, and it does it, how does it sound? Does this sound like a barky cough? Does it sound? Uhm? Like harsh, what is what would you say the quality of it, of the sound of the cough is? -P: Uh, I, just sounds kind of dry. It's not like super loud. +P: Uh, I, just sounds kind of dry. It's not like super loud. D: OK. OK, and has he ever experienced anything like this in the past? -P: Um like he's had colds before, but I haven't like. I haven't like you this time he kind of had the fever, which is different than you know, having a regular cold. +P: Um like he's had colds before, but I haven't like. I haven't like you this time he kind of had the fever, which is different than you know, having a regular cold. D: OK. And are his symptoms getting worse? @@ -51,13 +51,13 @@ P: I think so 'cause yeah, the first day he just seemed like a little dry and th D: OK, and is he complaining of anything like chest pain? Or feeling like his heart's racing? -P: No, I don't think so. +P: No, I don't think so. D: No, OK. Does he have a sore throat? P: Mm I don't think so. -D: OK, and is he having any issues swallowing food or fluids? +D: OK, and is he having any issues swallowing food or fluids? P: I don't know if he's having trouble swallowing, but he doesn't seem to have a big appetite right now. @@ -71,27 +71,27 @@ P: He, this morning he really seemed like he wasn't like into his breakfast and D: OK, how about vision or hearing? -P: I think those are fine. +P: I think those are fine. D: OK, and is he complaining of any chills or night sweats? -P: No. +P: No. -D: OK, any changes in his hair, nails or skin like rashes? +D: OK, any changes in his hair, nails or skin like rashes? P: No, I haven't noticed anything like that. -D: Any changes in his bowel movements. Pardon? +D: Any changes in his bowel movements. Pardon? P: Um sorry no changes. D: OK, no diarrhea, no constipation, no blood in the stool? -P: No +P: No D: OK, any nausea or vomiting? -P: No. +P: No. D: OK, any changes in his urine? @@ -103,7 +103,7 @@ P: No, just like fatigue. D: OK, any confusion or memory loss? -P: No. +P: No. D: And is he and is he an otherwise healthy child? @@ -111,19 +111,19 @@ P: Yeah, actually he hasn't decided to like a vaccine that he hasn't had to go t D: OK, um so no past illnesses and I guess no hospitalizations or surgeries except for the broken arm. -P: Exactly, like nothing. +P: Exactly, like nothing. D: OK, and were things normal with your pregnancy with him? -P: Yeah totally. +P: Yeah totally. D: OK um. And then how about as a newborn, any complications after birth? P: No, no, like everything is things really good. -D: OK, and then did he hit all his milestones up till now? +D: OK, and then did he hit all his milestones up till now? -P: Yeah totally. +P: Yeah totally. D: OK. Any, does he have any allergies? @@ -131,13 +131,13 @@ P: Um. No, no, I don't think so. I mean like he hasn't really taken a lot of med D: Is he up to date with all his immunizations? -P: Yeah. +P: Yeah. D: Yeah OK. And. In terms of family history, are there any lung conditions or heart conditions? P: Uh no everyone is really healthy. -D: OK, and. And are there and who does he live with and where does he live? +D: OK, and. And are there and who does he live with and where does he live? P: Um he lives with just me and my husband, and he has a little sister, like this in town here. @@ -147,27 +147,27 @@ P: Yeah, I think she, yeah she's healthy. D: OK um? Any concerns for old carpets, mold, asbestos or any environmental issues like that in the home that you're in? -P: No. +P: No. D: No, OK. Has he been around any sick contacts recently? -P: Not, not like outside of school. I like we know for sure, not outside of school, um but he goes to school right now so. Kinda hard to say. +P: Not, not like outside of school. I like we know for sure, not outside of school, um but he goes to school right now so. Kinda hard to say. -D: OK. +D: OK. -P: But they haven't. They haven't like contacted us about anything. +P: But they haven't. They haven't like contacted us about anything. D: OK, sure. And has he traveled anywhere recently? -P: No. +P: No. D: No OK. OK, well those are all the questions I had for you today. Were, was there anything that I missed that you wanted to chat about today? P: I don't think so. Um, like I, I realized that I can often times like you don't really do much for kids when you know when it's just like a virus or something. But we do, I guess need to have a covid test to go back to the school, even if you know either way 'cause they want us to be able to say. It's like the other kids have had an exposure. -D: Yeah for +D: Yeah for -P: yeah, like. Sorry, go ahead, +P: yeah, like. Sorry, go ahead, D: No go ahead. @@ -181,6 +181,6 @@ D: OK great yeah, yeah no worries and. I I should have mentioned if it was just P: OK yeah, that's good to know. -D: Alright, sounds great. Have a good day. +D: Alright, sounds great. Have a good day. P: You too thanks. diff --git a/tests/data/transcripts/RES0203.txt b/tests/data/transcripts/RES0203.txt index db0fd6a..ce89713 100644 --- a/tests/data/transcripts/RES0203.txt +++ b/tests/data/transcripts/RES0203.txt @@ -23,7 +23,7 @@ P: It's been pretty consistent, yeah. D: OK. And did this dry cough that start at the same time? -P: Yes. +P: Yes. D: And when you say sorry, you said mild cough, and I my next question was do you feel like it's a dry cough or you producing any sputum? Any blood? Or is it to not, not bringing up anything? @@ -41,11 +41,11 @@ D: OK, OK. Have you had, in addition to these symptoms, have you had any fevers? P: Fevers, no fevers. -D: OK, any difficulty breathing? +D: OK, any difficulty breathing? P: No. -D: OK, any headaches? +D: OK, any headaches? P: Um no, no headaches. @@ -53,15 +53,15 @@ D: OK, any sore throat? P: No. -D: OK, any chills or night sweats? +D: OK, any chills or night sweats? P: No. D: OK, any muscle ache or general weakness? -P: Uh no. +P: Uh no. -D: OK, so generally it seems like you're pretty well other than this loss of taste slash smell and the dry cough that correct, +D: OK, so generally it seems like you're pretty well other than this loss of taste slash smell and the dry cough that correct, P: Yes. @@ -79,9 +79,9 @@ P: Yeah, it was like half an hour from where we are. D: OK. Are your immunizations up to date? -P: Yes. +P: Yes. -D: OK, and can you think of any for this dry cough, just a circle back to that. Can you think of anything that triggers it? It's called the cold or being around certain things like cats or dogs or any other environmental things? +D: OK, and can you think of any for this dry cough, just a circle back to that. Can you think of anything that triggers it? It's called the cold or being around certain things like cats or dogs or any other environmental things? P: No. @@ -89,11 +89,11 @@ D: OK. Have you had any chest pain? Thats the other thing . I'm not sure if I as P: No no chest pain. -D: OK. And in terms of your general health, do you? Do you have any chronic conditions that you live with? +D: OK. And in terms of your general health, do you? Do you have any chronic conditions that you live with? P: Um no no. -D: Do you take any medications? +D: Do you take any medications? P: No. @@ -101,7 +101,7 @@ D: OK, have you ever had any surgery or been hospitalized for another reason? P: Um no. -D: Do you have any allergies? +D: Do you have any allergies? P: No allergies. @@ -111,13 +111,13 @@ P: No, nothing like that. D: OK. And just in terms of free lifestyle, so do you live with family? -P: Um no. +P: Um no. -D: OK, do you read along with a partner or roommate? +D: OK, do you read along with a partner or roommate? P: I live with my parents and my younger sibling. -D: OK. And is that in town here? +D: OK. And is that in town here? P: Yes, yeah. @@ -125,37 +125,37 @@ D: OK. And in general, do you eat a healthy diet? Do you exercise? P: Yeah, I think so. -D: Do you smoke? +D: Do you smoke? P: Uh no. D: OK, do you drink alcohol? -P: Uh I I have drank alcohol before but not not regularly. +P: Uh I I have drank alcohol before but not not regularly. D: OK um. And I do use marijuana? P: Um I have taken edibles before but also not very regularly. -D: OK, any other drugs? +D: OK, any other drugs? P: No. -D: OK, and are you currently in high school? +D: OK, and are you currently in high school? P: Uh yes, I am in my last year of high school. -D: OK, and how is that going? +D: OK, and how is that going? P: Pretty good, yeah, we're doing things online now. -D: So you haven't really been out of the house? +D: So you haven't really been out of the house? P: No. D: OK. OK. Uhm I think that's all my questions for now. Uh I definitely like to get you a covid test just because your symptoms are consistent with some common covid symptoms. So basically that means that we would do a swab. It might not come back for a day or two. You definitely have to self isolate between now and when you get the results back, potentially even if it's negative, longer, if you're still having symptoms. -P: Yeah. +P: Yeah. D: Otherwise, there probably. There might be a couple other tests we want to do. We might have more questions when we come back, we'll go over this with the doctor that I'm working with today, but just wanted to give you a heads up of what to expect next. Did you have anything else you wanted to tell me that I didn't ask you about or any questions? @@ -163,6 +163,6 @@ P: No, uh thank you so much. D: OK, well thanks for coming in today. Will definitely get you taken care of shortly. -P: Thank you. +P: Thank you. D: K thanks. diff --git a/tests/data/transcripts/RES0204.txt b/tests/data/transcripts/RES0204.txt index a370684..58e8f7b 100644 --- a/tests/data/transcripts/RES0204.txt +++ b/tests/data/transcripts/RES0204.txt @@ -8,15 +8,15 @@ D: Can you tell me about what brought you in today? P: Yeah, I've had this cough for the past four or five days and it doesn't seem to be going away or getting better, so I thought I should get it checked out. -D: OK, are you here with your mom today? +D: OK, are you here with your mom today? P: I am. D: Hi mum. Um OK. You got a cough you said I'm sorry, you said for five days? -P: For, yeah, four to five days ish, yeah? +P: For, yeah, four to five days ish, yeah? -D: OK. And, uh, has it you said it was a dry cough? Is that right? +D: OK. And, uh, has it you said it was a dry cough? Is that right? P: Yeah, that's right. @@ -26,19 +26,19 @@ P: Yeah. No, no, nothing like that. D: OK. Since it started, do you think it's gotten worse or has it kind of stayed the same? Gotten any better? -P: It's kind of stayed the same. +P: It's kind of stayed the same. D: OK. OK, uhm. Along with the cough have have you been having any other new symptoms? -P: Uh no. +P: Uh no. D: OK, have you had a sore throat? -P: No. +P: No. D: Do you feel like you can taste and smell things normally? -P: Yeah, I think so. +P: Yeah, I think so. D: OK. OK, have you been having a runny nose? @@ -46,19 +46,19 @@ P: Oh yes, I have had that for the past couple of days as well. D: And is it a runny nose with kind of clear stuff? Is it watery or is it thick? Does it have a color to it a yucky the color? -P: It's pretty clear. +P: It's pretty clear. D: OK, OK. Uhm. And uh have you had any fevers? Your mom might be able to answer that one better. P: Yeah, um. He has had uh like he's had fevers in the past, but I I didn't really check this time. He didn't seem hot. He didn't have any chills. -D: OK, well that's good. Uhm. OK, have you had any back or muscle pain? +D: OK, well that's good. Uhm. OK, have you had any back or muscle pain? P: No. D: OK. Have you had any chest pain? -P: Uh no, no chest pain. +P: Uh no, no chest pain. D: OK. Any, any nausea or vomiting? @@ -72,25 +72,25 @@ D: Any headaches? P: No, no headaches. -D: OK, have you been around anyone that's been sick? +D: OK, have you been around anyone that's been sick? -P: No, not that not that I can remember. +P: No, not that not that I can remember. D: OK. Uhm, have you traveled anywhere recently? -P: Uh nope. +P: Uh nope. D: Are you going to school right now or staying home? -P: I’m going to school and they're doing these half days. +P: I’m going to school and they're doing these half days. D: OK. OK uhm, and has anyone in your school been sick? P: Ah, Nope, not recently. -D: At least not that we know of. OK. +D: At least not that we know of. OK. -P: No. +P: No. D: OK, have you ever had anything like this before? @@ -100,11 +100,11 @@ D: OK, have you ever been in the hospital? P: No. -D: OK. Did you see your family doctor for anything? Any health problems? +D: OK. Did you see your family doctor for anything? Any health problems? P: No, no. -D: Do you take any medicines? +D: Do you take any medicines? P: No. @@ -112,27 +112,27 @@ D: OK. This may be a tricky one to answer, so Mom can definitely help us. Do you P: Um uh his grandparents had um asthma, but he's been worked up for that and he doesn't get short of breath or wheezing or anything like that with even with physical activity. So yeah, so he doesn't have that. -D: And what else? +D: And what else? P: Pardon me. D: I said just some some asthma in the family. -P: Yeah. +P: Yeah. D: OK. And so you live, you live with your mom. Do you live with anyone else in your family? P: I have a four year old sister. -D: OK, do you live with your dad too? +D: OK, do you live with your dad too? P: Yes. -D: Do you guys have any pets? +D: Do you guys have any pets? P: Um no, no pets. -D: And does anyone smoke in the home? +D: And does anyone smoke in the home? P: Nope, no. @@ -150,7 +150,7 @@ P: I don't think so, no. D: Do you know what an X Ray is? -P: A little bit, yeah. +P: A little bit, yeah. D: Yeah it's like taking picture of your body on the inside. It's pretty cool so it gives us an idea of what's going on in the inside. Also, this really this part is kind of not so much fun, but I think we should probably do a covid swab because we're doing that with anyone that comes in with these symptoms lately and that's not a lot of fun. We gotta stick something up your nose, but I think that you're really brave and I think that you'll be just fine with it, OK? @@ -162,6 +162,6 @@ P: OK, that sounds good. D: Thank you guys for chatting with me. -P: Yeah, thank you. +P: Yeah, thank you. D: Thanks. diff --git a/tests/data/transcripts/RES0205.txt b/tests/data/transcripts/RES0205.txt index 3fd3f00..086aa90 100644 --- a/tests/data/transcripts/RES0205.txt +++ b/tests/data/transcripts/RES0205.txt @@ -1,7 +1,7 @@ -D: I'm going to be having a chat with you today get an idea of how things are going and then I'll go over it with the opposition that I'm working with and we can come back together and talk to you about the next steps, that sound good to you? +D: I'm going to be having a chat with you today get an idea of how things are going and then I'll go over it with the opposition that I'm working with and we can come back together and talk to you about the next steps, that sound good to you? P: Yeah. @@ -11,9 +11,9 @@ P: Yeah, I um I've had this cough for the past two weeks and it just doesn't go. D: OK. have never had anything like this before? -P: I’m I usually get a cold once a year or so. But the cough doesn't last this long, like it's usually over in a week or week and a half or so. +P: I’m I usually get a cold once a year or so. But the cough doesn't last this long, like it's usually over in a week or week and a half or so. -D: Mm. And it's it's not letting up. +D: Mm. And it's it's not letting up. P: Mm. @@ -31,9 +31,9 @@ P: Kind of the same, I would say. D: And has the cough gotten more frequent over this time as well? -P: No. +P: No. -D: How often would you say that you're coughing? +D: How often would you say that you're coughing? P: Uhm? It's hard for me to quantify, maybe a couple of times an hour, maybe three or four times an hour or so. @@ -43,11 +43,11 @@ P: It’s kinda, spontaneous um. Can't really think of anything. D: OK. And along with the cough, are you experiencing any difficulty breathing? -P: No. +P: No. D: OK, have you noticed any fevers? -P: Uhm, no. +P: Uhm, no. D: OK um. Have you had any sore throat? @@ -55,35 +55,35 @@ P: Um I did initially um for the first two or three days and then that got bette D: OK um. Have you had any runny nose? -P: I did initially yeah, I have like had all those flu symptoms for the first couple of days, but the cough just kinda stayed. Everything else resolved in the first uhm three or four days I would say. +P: I did initially yeah, I have like had all those flu symptoms for the first couple of days, but the cough just kinda stayed. Everything else resolved in the first uhm three or four days I would say. D: OK. Thank you for sharing that have you had, did you have any chest pain at any point? P: No, but I guess like sometimes when I'm coughing too much my chest hurts a little bit. -D: OK, so it feels kind of sore after all that? +D: OK, so it feels kind of sore after all that? -P: Yeah. +P: Yeah. D: OK. OK, have you been in contact, I guess it's hard to say because it started a while ago, but before it started bringing contact with anyone that's been sick? P: I I work at the hospital, but. Um I'm wearing PPE all the time, and I'm very careful so. -D: OK. Have you traveled anywhere outside of the province? +D: OK. Have you traveled anywhere outside of the province? P: No. D: OK, have you had any nausea or vomiting? -P: No. +P: No. -D: OK, any belly pain? +D: OK, any belly pain? P: Uhm, no. -D: OK, um so I'm just gonna ask you some questions about your overall health. Have you had any respiratory problems in the past? +D: OK, um so I'm just gonna ask you some questions about your overall health. Have you had any respiratory problems in the past? -P: No. +P: No. D: OK. Or do you have any chronic conditions that you see your family doctor for regular thing? @@ -101,41 +101,41 @@ D: OK. And what do you do for your reflux? P: I just avoid right now, I'm just trying to avoid the foods that make things worse for me and I feel like that's helped me quite a bit, uhm so yeah. I quite like acidic foods and chocolates and things like that. -D: Sure. That's no fun. +D: Sure. That's no fun. P: Yeah. D: Do you have any allergies? -P: Just hay fever. +P: Just hay fever. -D: And do you have any family history of respiratory problems or heart problems? +D: And do you have any family history of respiratory problems or heart problems? -P: No. +P: No. D: OK, and this is in terms of your lifestyle. Do you live with family, alone? P: I I live with my partner. -D: OK, and do you have any kids or pets living with you? +D: OK, and do you have any kids or pets living with you? P: No. -D: Do you smoke? +D: Do you smoke? P: Uh I don’t, no. D: Drink alcohol? -P: Um occasionally. On Christmas. +P: Um occasionally. On Christmas. D: Oh OK, I see. And do you use any other substances? -P: No. +P: No. D: OK. Uhm, and what do you do for work? -P: I’m a clerk at the hospital. +P: I’m a clerk at the hospital. D: OK. Right, you just say you working at the hospital. And, uh. I can't think I thought I had another question for you, but I can't remember it. Anything else that you wanted to tell me about that I didn't ask you. diff --git a/tests/data/transcripts/RES0206.txt b/tests/data/transcripts/RES0206.txt index bf7363c..8cb8506 100644 --- a/tests/data/transcripts/RES0206.txt +++ b/tests/data/transcripts/RES0206.txt @@ -3,11 +3,11 @@ D: What brings you in today? -P: So I so I have COPD and it's usually like pretty manageable with my puffers and that. But just in the last like 3 days I feel like it's gotten a lot worse. You know, I, I feel like I'm coughing more often and I'm now, uh, kind of producing more sputum. Kind of like a green yellowy sputum uhm. I even notice that there is like a little bit of blood a couple times when I was like, really coughing hard. I’ve been finding it like harder to breathe than usual. I don’t have home oxygen or anything, and I'm not. I didn't think I was quite there yet, but this these last few days it's been. It's been really hard to breathe. +P: So I so I have COPD and it's usually like pretty manageable with my puffers and that. But just in the last like 3 days I feel like it's gotten a lot worse. You know, I, I feel like I'm coughing more often and I'm now, uh, kind of producing more sputum. Kind of like a green yellowy sputum uhm. I even notice that there is like a little bit of blood a couple times when I was like, really coughing hard. I’ve been finding it like harder to breathe than usual. I don’t have home oxygen or anything, and I'm not. I didn't think I was quite there yet, but this these last few days it's been. It's been really hard to breathe. D: I see OK, so this is happened in the past three days. Have your symptoms gotten better or worse over this time? -P: I feel like they've been get maybe maybe getting a little worse. They definitely haven't gotten better, +P: I feel like they've been get maybe maybe getting a little worse. They definitely haven't gotten better, D: OK, and has this ever happened to you before? @@ -23,7 +23,7 @@ P: Um I haven't. Uhm, like stayed over in the hospital. I like come to emerge a D: Alright um. How many times? -P: I think twice maybe over the last like three years. +P: I think twice maybe over the last like three years. D: Uhm when were you diagnosed with COPD? @@ -31,11 +31,11 @@ P: Uhm 4, 5 years ago? D: Was it formally diagnosed using the proper testing? -P: Yeah, they referred me to a lung, a lung doctor. +P: Yeah, they referred me to a lung, a lung doctor. D: I see OK. And have you had any fevers or chills? -P: I feel like I may have had a fever last night. I felt really hot. +P: I feel like I may have had a fever last night. I felt really hot. D: Did you check your temperature? @@ -43,7 +43,7 @@ P: I I don't have a thermometer at home. D: No problem. We can now check your temperature. -P: Here by the bed. I would say had a fever. +P: Here by the bed. I would say had a fever. D: Sure. And. Have you had any other symptoms? So have you had like a runny nose or stuffy nose? Any pain in your sinus? @@ -51,19 +51,19 @@ P: I think I think I have a I've had a bit of a like this pressure in the sinus D: I see and have you had a sore throat at all? -P: Oh no. +P: Oh no. -D: OK. A headache? +D: OK. A headache? P: Uhm? Maybe a little bit, yeah. -D: OK and any nausea or vomiting? +D: OK and any nausea or vomiting? -P: No. +P: No. -D: Diarrhea or Constipation? +D: Diarrhea or Constipation? -P: No. +P: No. D: Abdominal pain. @@ -71,7 +71,7 @@ P: No. D: OK. In have you recently lost weight unintentionally? -P: No no, I wish but no. +P: No no, I wish but no. D: OK. Have you had any night sweats where you feel like you're drenched in sweat at night? @@ -79,7 +79,7 @@ P: Uh, no, nothing like that. D: Alright. And have you had any exposures to anyone who could potentially be sick? -P: Um. Let me think I I meet my I meet a couple of friends to walk our dogs together outside and one of them was a bit sick for a bit. We try not to get too close, but maybe I don't know. Maybe sometimes we walk a little too close. We feel too safe 'cause we're like outside. +P: Um. Let me think I I meet my I meet a couple of friends to walk our dogs together outside and one of them was a bit sick for a bit. We try not to get too close, but maybe I don't know. Maybe sometimes we walk a little too close. We feel too safe 'cause we're like outside. D: OK, OK um. And did your friend get a covid test done? @@ -111,9 +111,9 @@ P: I like pretty OK except for like if I get sick I so yeah, it's been. D: I see. -P: So I think it's like pretty well managed like I stay on top of my lifestyle now. +P: So I think it's like pretty well managed like I stay on top of my lifestyle now. -D: Thats good, thats good. Do you have any allergies? +D: Thats good, thats good. Do you have any allergies? P: Uh, no, no. @@ -121,7 +121,7 @@ D: No, no allergies to medications ? P: No. -D: OK, OK, good and. Do you, just a couple more to general questions. Have you traveled anywhere outside the province recently? +D: OK, OK, good and. Do you, just a couple more to general questions. Have you traveled anywhere outside the province recently? P: No. @@ -135,19 +135,19 @@ P: Uhm? No, I don't think so. D: Any confusion or fuzzy feeling? -P: Nope. +P: Nope. D: No OK, any muscle aches in your body? -P: Uh no. +P: Uh no. D: OK, alright, and just kind of some questions about your living situation. Do you currently live alone? And I you mentioned that you have a dog? Are there any is there anybody, anyone else in the house? -P: Uh my husband. +P: Uh my husband. D: OK and. Do you currently work? -P: Yeah, I uh, like I've been working from home. I worked for the municipality. +P: Yeah, I uh, like I've been working from home. I worked for the municipality. D: I see. Do you think you might have had any exposures to say dust or smoke or anything like that that could have worsened your symptoms? diff --git a/tests/data/transcripts/RES0207.txt b/tests/data/transcripts/RES0207.txt index 166f566..6eac5d5 100644 --- a/tests/data/transcripts/RES0207.txt +++ b/tests/data/transcripts/RES0207.txt @@ -4,31 +4,31 @@ D: Well can you tell me what brought you in today? P: Yeah, I woke up this morning and I was just feeling suddenly feeling very short of breath and I just wasn't sure what was going on, so I thought I would come in. -D: OK, this this morning suddenly feeling short of breath. OK, and this cough was not also something that happens suddenly this morning? +D: OK, this this morning suddenly feeling short of breath. OK, and this cough was not also something that happens suddenly this morning? P: Yeah. -D: OK, have you ever had anything like this before? +D: OK, have you ever had anything like this before? P: Um no not I mean if I I get a call from time to time when I get sick, but I've never really felt short of breath. D: OK, is this cough a dry cough or are you bringing up any sputum? -P: Um it's a dry cough. +P: Um it's a dry cough. -D: OK. OK, have you had any fevers? +D: OK. OK, have you had any fevers? P: Um yeah, I checked it this morning. I was like it was kind of mild, so 37.4 I think. -D: OK. That was just this morning? +D: OK. That was just this morning? P: Yeah. -D: OK. OK, uh. Have you had any chest pain? +D: OK. OK, uh. Have you had any chest pain? P: No. -D: OK Um. Have you felt at all like you're going to faint? +D: OK Um. Have you felt at all like you're going to faint? P: No, no. Although I I should let you know and maybe I don't know if it's related um, but I had a seizure last night. And, I was fine after and then I went to bed. Um I don't know if that's related, but I thought I should let you know. I do have a seizure disorder I have epilepsy. @@ -38,29 +38,29 @@ P: No, I usually don't get seizures very often. Um I kind of forgot to take my m D: Alright, OK. No worries um. OK, is there anything, in terms of this shortness of breath and this cough, is there anything that makes it feel worse? -P: Um I. +P: Um I. -D: In any position? +D: In any position? P: Yeah, I. I mean, I haven't really been in a lot of positions like it, just started three hours ago or so, so I haven't really. -D: That's a hard question. +D: That's a hard question. P: Yeah I haven’t done much since then. D: Have you had any nausea or vomiting? -P: No. +P: No. -D: Any belly pain +D: Any belly pain P: Uh no. -D: OK, any diarrhea? +D: OK, any diarrhea? P: Uh no, no I don't. -D: OK, have you been in contact with anyone that's been sick lately? +D: OK, have you been in contact with anyone that's been sick lately? P: Uh no, I haven't. @@ -68,19 +68,19 @@ D: OK, have you traveled anywhere? P: No, I've just been at home. -D: OK, anything else you wanted to tell me that I didn't ask you about? +D: OK, anything else you wanted to tell me that I didn't ask you about? -P: Um no no. I. +P: Um no no. I. -D: Have lost any of your sense of taste or smell? +D: Have lost any of your sense of taste or smell? P: No, I haven't. D: Have you had any sore throat? -P: No. +P: No. -D: Runny nose? +D: Runny nose? P: No. @@ -96,19 +96,19 @@ D: OK. And normally, are you having any difficulty remembering taking it, or was P: No, it just kind of happened, it was, it was my daughter's birthday and we kind of just, I usually sort of have it with dinner time, but we did things a little bit differently and had like a celebration earlier on and so I completely forgot because I didn't have dinner later. -D: Oh yeah, that makes sense. It happens for sure. K, do you have any allergies? +D: Oh yeah, that makes sense. It happens for sure. K, do you have any allergies? P: No. D: Do you have any family history, any any diseases that run in your family? -P: Yeah, epilepsy runs in the family. My mom had it. +P: Yeah, epilepsy runs in the family. My mom had it. D: OK. And in terms of your lifestyle, you said that you have a daughter. So do you live with your family? Do you live with your daughter? P: Yeah, yeah, I live with my daughter and my wife. -D: How old is your daughter? +D: How old is your daughter? P: Pardon me. @@ -116,13 +116,13 @@ D: How old is your daughter? P: She's 16 years old. -D: Oh wow sweet 16 +D: Oh wow sweet 16 -P: Yeah. +P: Yeah. -D: Right, OK, so are you currently working? +D: Right, OK, so are you currently working? -P: I I am yeah. +P: I I am yeah. D: What do you do for work? @@ -138,13 +138,13 @@ P: I don’t, no. D: Do you drink alcohol? -P: On the weekends, one or two class says a wine. +P: On the weekends, one or two class says a wine. -D: OK. And did you use any other substances? +D: OK. And did you use any other substances? P: No, I don't. -D: OK, I think that about covers my questions for now. So I'm gonna take everything we talked about. I'm going to go over it with the doctor was working today and now we'll come back shortly and talk to you about the next steps if there's any tests we want to do or how we want to move forward with this so. +D: OK, I think that about covers my questions for now. So I'm gonna take everything we talked about. I'm going to go over it with the doctor was working today and now we'll come back shortly and talk to you about the next steps if there's any tests we want to do or how we want to move forward with this so. P: Yeah, thats great. diff --git a/tests/data/transcripts/RES0208.txt b/tests/data/transcripts/RES0208.txt index f59015e..8527832 100644 --- a/tests/data/transcripts/RES0208.txt +++ b/tests/data/transcripts/RES0208.txt @@ -4,7 +4,7 @@ D: What brings you in today? P: Hey, so I just for the last couple days I've just been feeling really short of breath really rundown. Just like super tired and you know, normally really active and I'm just, I'm just having a rough go. -D: Is there is the shortness of breath knew for you? +D: Is there is the shortness of breath knew for you? P: Yeah yeah, it's just like just like I can't. I don't know like I can't catch up. I kind of just feel I feel a bit weak like I've just been feeling really tired and then because of that I haven't really been eating a lot so. Yeah, I don't know. @@ -24,9 +24,9 @@ D: Me too, um OK, what about your sense of smell? Do you feel like you're not yo P: I haven't thought about it too hard, but yeah, kind of. -D: OK. And have you had a cough? +D: OK. And have you had a cough? -P: Uh I don't know I. I feel like I maybe could be starting starting one. +P: Uh I don't know I. I feel like I maybe could be starting starting one. D: Sure. @@ -34,21 +34,21 @@ P: Like it's when it feels dry like it's on its way. Haven't really been coughin D: I see, what about a sore throat? -P: I’m starting to feel a little bit like that. Like I don't know if I'm imagining it, but yeah, I I think so. +P: I’m starting to feel a little bit like that. Like I don't know if I'm imagining it, but yeah, I I think so. D: I see OK. Have you had a runny nose or any congestion? -P: No. +P: No. -D: Any headaches? +D: Any headaches? -P: Uh. Good question, I I kind of I get I get headaches fairly often I don't think I'm getting any more than usual, but I have had a little bit. +P: Uh. Good question, I I kind of I get I get headaches fairly often I don't think I'm getting any more than usual, but I have had a little bit. D: OK. Is the headache that you've had different in quality from the headaches that you usually get? P: I mean, I don't know, I don't know. I usually get kind of difficult stress headache, you know? -D: Yeah yeah. +D: Yeah yeah. P: Pretty well. I am stressed, just that I you know, might be sick. @@ -66,7 +66,7 @@ P: Uh, like it's. No, yeah no. No chest pain. D: Any do you feel like your heart's beating really fast? -P: No, I wouldn't say so. +P: No, I wouldn't say so. D: OK, have you had any pain in your belly? @@ -80,37 +80,37 @@ D: OK. And you mentioned you have muscle aches, is it, so all over your body or P: I would just say I feel kind of overall achy. -D: OK, +D: OK, P: Um not any one spot. -D: Any numbness or tingling in your arms or legs? +D: Any numbness or tingling in your arms or legs? -P: Uh, no. +P: Uh, no. D: OK. All right, have you had any exposure to anyone who could potentially be sick? P: Well. My grandkids, uh, visited last weekend and my grandson has a cold. He goes to daycare. Yeah, so I'm not really. I'm not really sure like he's been staying home and they didn't. They didn't really know that when they came to visit. -D: OK, that's yeah, uhm OK. And have you traveled anywhere outside the province? +D: OK, that's yeah, uhm OK. And have you traveled anywhere outside the province? P: No no. -D: OK alright. Do you have any medical conditions that you've been diagnosed with? +D: OK alright. Do you have any medical conditions that you've been diagnosed with? P: Uhm? I'm pretty, I'm pretty healthy. I have some um like reflux that I see my doctor for. And I've had I've had some difficulties like with like urinating a little bit. Yeah, my my prostate's a little big like it's not cancer but. So just those two things that aren't that aren't there that really big deal they don't affect my life too much. -D: Are you taking any medications for either problem? +D: Are you taking any medications for either problem? P: I take avodart. -D: OK. +D: OK. -P: And for the the reflux I take a tums here and there I used to be on a medication, but it seemed like I kind of figured out the foods that were going to help, so I stopped. +P: And for the the reflux I take a tums here and there I used to be on a medication, but it seemed like I kind of figured out the foods that were going to help, so I stopped. D: Great, that's great. Any allergies to medications, foods, or environmental allergies? -P: Uh no, no +P: Uh no, no D: No, and any medical conditions that run in the family? Specifically, anything related to the lungs? @@ -136,11 +136,11 @@ D: Any marijuana or recreational drugs? P: No. -D: Any alcohol? +D: Any alcohol? -P: I usually have a whiskey or two on the weekends. +P: I usually have a whiskey or two on the weekends. -D: OK alright. Uh so it sounds like you have some sort of an infection with the fevers and fatigue and muscle aches, and then the difficulty breathing, of course, and then your sensation, that sensation that you are having a very cool sort of a sore throat and cough that you might be getting. We can't necessarily rule out covid just yet. +D: OK alright. Uh so it sounds like you have some sort of an infection with the fevers and fatigue and muscle aches, and then the difficulty breathing, of course, and then your sensation, that sensation that you are having a very cool sort of a sore throat and cough that you might be getting. We can't necessarily rule out covid just yet. P: Thats what I was worried about. @@ -150,6 +150,6 @@ P: OK, OK no, that sounds fair, D: All right. Well, let's do a physical exam and then go from there. -P: OK. Thank you. +P: OK. Thank you. D: You're welcome. diff --git a/tests/data/transcripts/RES0209.txt b/tests/data/transcripts/RES0209.txt index f04283b..4a93ba9 100644 --- a/tests/data/transcripts/RES0209.txt +++ b/tests/data/transcripts/RES0209.txt @@ -7,15 +7,15 @@ P: OK, I'm so I have been coughing a lot over the past week or so. And it's been D: OK, how long have you know that you have asthma for? -P: I was diagnosed when I was eight. +P: I was diagnosed when I was eight. D: You're 10 now. -P: That's right. +P: That's right. D: So you're using your bronchodilator more. This is the one that you use, kind of as needed? -P: Yeah. +P: Yeah. D: OK and then do you have one that you take every day no matter what? @@ -25,9 +25,9 @@ D: OK. You just have the one that you take is needed. Do you take any other medi P: Uh no I don't take anything else. -D: Just the one is it a it's a puffer? +D: Just the one is it a it's a puffer? -P: Yes. +P: Yes. D: OK, and you're using it more than normal, so how often were you normally using it? @@ -39,24 +39,24 @@ P: Um I find I use it more, both like when it when it's right after I like, run D: OK, any other triggers that you can think of? -P: No, no other triggers. +P: No, no other triggers. -D: Normally get more in certain seasons? +D: Normally get more in certain seasons? -P: I. I guess no, no big changes there. I find the cold air makes it worse like winter makes it worse or like. Yeah, maybe also the spring spring with like pollen and stuff like that. +P: I. I guess no, no big changes there. I find the cold air makes it worse like winter makes it worse or like. Yeah, maybe also the spring spring with like pollen and stuff like that. D: OK, so you have allergies too? -P: I think, so I haven't ever been like formally diagnosed. +P: I think, so I haven't ever been like formally diagnosed. D: OK, I see I see. Yeah, that would make sense. No. OK, uh, so you say you've had more coughing lately, is that right? You said the last two weeks. -Or the last week +Or the last week P: Last two weeks. D: Last two weeks. Is your cough and a dry cough? -P: Yeah. +P: Yeah. D: Have you been bringing up gunk OK. Dry cough? Have you noticed any wheezing? @@ -68,7 +68,7 @@ P: When it gets really bad, like when I get so easy that I find it hard to breat D: OK, so you're getting Wheezy even more times than then you're having to use your bronchodilator. -P: Yes, that's right. +P: Yes, that's right. D: OK. Are you having any symptoms at night time? @@ -76,9 +76,9 @@ P: Yeah, how they don't happen as much as my daytime symptoms, but I been having D: OK. And when you have these so when you have these episodes, you're copping your wheezy. Do you feel like you're having a hard time breathing? -P: Yep, that's right. +P: Yep, that's right. -D: Do you feel it gets tight in your chest? +D: Do you feel it gets tight in your chest? P: Yes. @@ -86,15 +86,15 @@ D: OK. OK, have you had any any colds lately? Or any infections? . P: Um no, no, nothing like that. -D: K, does anyone that lives with you or anyone that you're around often, has anyone been sick? +D: K, does anyone that lives with you or anyone that you're around often, has anyone been sick? -P: No. +P: No. -D: OK. Could you have been in contact with anyone that sick even outside of your house? +D: OK. Could you have been in contact with anyone that sick even outside of your house? P: No. -D: OK, have you traveled anywhere? +D: OK, have you traveled anywhere? P: Uh no. @@ -102,25 +102,25 @@ D: Have you lost any of your sense of taste or smell? P: No. -D: Have you had any fevers? +D: Have you had any fevers? P: Uh no. -D: OK. Any any? Nausea or vomiting? +D: OK. Any any? Nausea or vomiting? P: No. -D: Any belly pain? +D: Any belly pain? P: No. D: We just ask those questions because sometimes these things can happen with an infection or after an infection and we just want to make sure that that's not, you know what's happening right now. We probably will do a covid swab just because of the times that we're living in right now, but I just want to ask you a few more questions before I go talk to the doctor. So do you have besides your asthma, do you have any health problems? -P: Oh no, no no. +P: Oh no, no no. D: OK. And you said, besides the bronchodilator, you're not taking any medications. -P: No. +P: No. D: And you think you might have allergies in the spring? Do you have allergies to anything else that you know? @@ -132,19 +132,19 @@ P: I think my sister has asthma too. D: Anyone in your family have any other breathing problems? -P: No. +P: No. D: Anyone else in the family have any allergies? -P: Uh no, I don't think so. +P: Uh no, I don't think so. D: OK. OK, sounds good and you live at home did you say live with your parents and your sister? -P: Yep, that's right. +P: Yep, that's right. D: Cool. Are you currently going to school online or in person? -P: Uh both We do half days. +P: Uh both We do half days. D: OK. How are you finding that? @@ -158,17 +158,17 @@ D: OK, did do you guys have any pets in the home? P: No pets, we have just like well I guess we have goldfish. -D: Oh, OK. Those are cool pets. Does anyone in the house smoke? +D: Oh, OK. Those are cool pets. Does anyone in the house smoke? -P: No. +P: No. D: OK. OK, I think that's all my questions that I had for you today. What do you like to do for fun? P: Oh I'm I like playing games online with my friends and and before covid we used to get together and have movie nights and play sports together. -D: It sounds really cool. Hopefully we can get this figured out for you so you don't have any, you don't have to use your your medications every time you play sports 'cause that's no fun. And +D: It sounds really cool. Hopefully we can get this figured out for you so you don't have any, you don't have to use your your medications every time you play sports 'cause that's no fun. And -P: No. +P: No. D: You should be able to enjoy that. So, so we're going to try to get this sorted out for you. I'm gonna go talk to the doctor and tell him everything or her everything that you said and yeah we’ll come back and see you shortly, hopefully maybe all you need is a little change to your medications and maybe it will be better be able to better control your asthma. diff --git a/tests/data/transcripts/RES0210.txt b/tests/data/transcripts/RES0210.txt index 6eda3ca..b68e0c5 100644 --- a/tests/data/transcripts/RES0210.txt +++ b/tests/data/transcripts/RES0210.txt @@ -16,7 +16,7 @@ D: OK so almost a week, it sounds like. And what exactly changed on Sunday that P: So Sunday I started bringing I noticed like little spots of red kind of the the gunk I was bringing up. -D: OK. +D: OK. P: And I kind of ignored it, but the next day they were still there. I started getting fever just in I felt off, you know. @@ -34,7 +34,7 @@ P: So that started, the Monday really is when I first started. I never took my t D: OK, did you ever feel like you were really shaky? -P: Yeah, I've been getting the chills, especially last two days. +P: Yeah, I've been getting the chills, especially last two days. D: OK. So over this time you've had this cough, have you felt like you've had difficulty breathing? @@ -46,15 +46,15 @@ P: Yeah, I could, probably I can still take the two stairs up to my apartment, b D: OK. Is there anything else that you can think of that makes it feel worse? -P: No. +P: No. -D: Has anything helped it to feel better at all? +D: Has anything helped it to feel better at all? P: Bringing up gunk makes it feel better for a little while. D: So you kind of just clear it up and that feels a little bit better? -P: Yeah, I haven't taken some Tylenol at home and that helps a little bit. +P: Yeah, I haven't taken some Tylenol at home and that helps a little bit. D: OK, have you felt a sore throat at the same time? @@ -64,7 +64,7 @@ D: Have you had a runny nose? P: Yeah, bit of 1 back in the day, maybe a week ago, but that kind of gone away by now. -D: Have you felt any chest pain? +D: Have you felt any chest pain? P: Yeah. Yeah I got pain kinda on the right. @@ -78,13 +78,13 @@ P: It's kind of always there. It gets a little bit worse with coughing and when D: Yeah, OK, but if you were just laying down, not coughing, is that pain there? -P: Yeah yeah, specially notice over the last day, +P: Yeah yeah, specially notice over the last day, D: OK. P: Kind of dull. -D: OK. And have you had any weight loss recently? +D: OK. And have you had any weight loss recently? P: No, not really. @@ -102,17 +102,17 @@ P: Yeah, he’s given me a pill for a cholesterol. D: OK. And do you know the names of any medications that you take? -P: Lipitor. +P: Lipitor. D: OK is that the only one? -P: Yeah +P: Yeah D: OK. Have you ever had any surgeries? -P: Uh, my wisdom teeth out as a as a kid. 15 or so I think. +P: Uh, my wisdom teeth out as a as a kid. 15 or so I think. -D: OK. Do you have any allergies? +D: OK. Do you have any allergies? P: No. @@ -120,13 +120,13 @@ D: I’m just going to ask you a few questions about your lifestyle and like do P: Yeah, I live here in town, got a girlfriend living in apartment. -D: OK, you live with your girlfriend, +D: OK, you live with your girlfriend, P: Yeah. D: Do you have any pets? -P: Cat, yeah. +P: Cat, yeah. D: Do you do anything for work or are you retired? @@ -134,11 +134,11 @@ P: Yeah, I still work a consultant for the chemical plant, so West. Mainly in Sa D: So have you had a lot of exposure to chemicals throughout your career? -P: Now they've always been pretty good for keeping us safe. I'm on the engineering side of things, so I don't really work too much in the plant directly. You know, +P: Now they've always been pretty good for keeping us safe. I'm on the engineering side of things, so I don't really work too much in the plant directly. You know, D: OK. Here, well, do you drink alcohol? -P: Once in a blue moon. +P: Once in a blue moon. D: Do you smoke? @@ -146,17 +146,17 @@ P: Yeah. D: How much would you say that you smoke? -P: Got a pack a day. +P: Got a pack a day. -D: Long is that been going on for? +D: Long is that been going on for? -P: Geez, must have picked it up when I was 15. +P: Geez, must have picked it up when I was 15. D: OK. Do you use any other substances? P: Like drugs? -D: Yeah, cannabis or any other recreational drugs. +D: Yeah, cannabis or any other recreational drugs. P: Smoke the odd joint from time to time, but haven't in years now. @@ -166,10 +166,10 @@ P: Respiratory illness, like lungs? D: Yeah, exactly. -P: Think my grandpa died of lung cancer, actually he was a pretty big smoker too though. +P: Think my grandpa died of lung cancer, actually he was a pretty big smoker too though. D: OK. OK, well thank you for sharing all of that with me, so I'm going to go over this with the physician I’m working with and we should be back shortly together to talk to you about the next steps. -P: Thank you kindly. +P: Thank you kindly. D: K, thanks. diff --git a/tests/data/transcripts/RES0211.txt b/tests/data/transcripts/RES0211.txt index 33381ef..3d64ad0 100644 --- a/tests/data/transcripts/RES0211.txt +++ b/tests/data/transcripts/RES0211.txt @@ -8,7 +8,7 @@ D: Your heads pounding. You have a headache right now? P: Yeah, little bit. I just kind of feel just icky. -D: OK, and you say I've been feeling that for three to four days now. +D: OK, and you say I've been feeling that for three to four days now. P: Yeah, yeah exactly @@ -18,7 +18,7 @@ P: I first noticed that my throat was kind of scratchy and then I started coughi D: OK, so you haven't been bringing anything up with it? -P: No, +P: No, D: Any flem? @@ -28,15 +28,15 @@ D: OK, you haven't been noticing been running a temperature at home. Have you ho P: I have felt really hot. -D: You felt hot at home, OK, +D: You felt hot at home, OK, -P: yeah, +P: yeah, D: You noticed any night sweats by night sweats. I mean you wake up sheets are soaked. P: I honestly I felt hot like all the time like yeah yeah night. I feel hot but during the day too I'm just like I'm I'm like hey I'm wearing like just shorts and like a tank top and I just still feel really hot. -D: OK. You notice, skin changes anything in your arms or legs it looks weird? New rashes? +D: OK. You notice, skin changes anything in your arms or legs it looks weird? New rashes? P: I don't. I don't think so. I haven't really been looking, but you know. @@ -46,7 +46,7 @@ P: No, not that. No, nothing like that. D: Any diarrhea? -P: No no. +P: No no. D: Any aches in your joints anywhere? @@ -54,9 +54,9 @@ P: No. I mean, I'm I'm tired, but I don't think they're not like hurting. D: OK, so aside that aside from kind of this dry cough feeling hot that otherwise you're feeling OK. You don't have any other real concerns aside from that. -P: Yeah, just like I just feel crappy like. Yeah, I really. I don't think I know that's not like a a real like way to say. +P: Yeah, just like I just feel crappy like. Yeah, I really. I don't think I know that's not like a a real like way to say. -D: Oh no, no, it's perfectly valid. We called that Malays in general. Just feeling a little bit off. Alright so this is going to talk about you for a little bit, but first, we'll get to that later. So any issues that you've seen a doctor for before? +D: Oh no, no, it's perfectly valid. We called that Malays in general. Just feeling a little bit off. Alright so this is going to talk about you for a little bit, but first, we'll get to that later. So any issues that you've seen a doctor for before? P: I have I have allergies. Usually in like the spring in the fall. @@ -64,15 +64,15 @@ D: Do you have any allergies to any medications? P: No, no nothing like that. It's just like I get, really bad allergies like I I've seen an allergist and some years I've gotten allergy shots. But like not every year. Otherwise, I'll take like Claritin. This isn't like this is maybe around like this is just before they normally start, so I don't really have them right now. -D: OK. +D: OK. P: Probably like in a few weeks they'd be really bad. D: Now do any of these allergies can't make it difficult to breathe or you feel like your face is swelling up? -P: Uh. Like it feels like a little bit like plugged up an like what's that called like post nasal drip? But I don't really feel like I can't breathe. +P: Uh. Like it feels like a little bit like plugged up an like what's that called like post nasal drip? But I don't really feel like I can't breathe. -D: It's just like a little stuffy. +D: It's just like a little stuffy. P: Yeah, yeah, exactly. @@ -82,9 +82,9 @@ P: Those are the ones that I'd have like once. Usually like once a week for a li D: OK, so you don't carry an EpiPen with you. -P: No, no, they said it's not like one of those allergies and it's just like it's just like the seasonal ones. But they're just bad. +P: No, no, they said it's not like one of those allergies and it's just like it's just like the seasonal ones. But they're just bad. -D: OK, sounds good. So you've seen an allergist. Any other doctors that you've seen in your life? +D: OK, sounds good. So you've seen an allergist. Any other doctors that you've seen in your life? P: My family doctor. I don’t really go very often. @@ -94,13 +94,13 @@ P: No, like I've been really healthy. It's just like the allergies and. D: OK, any surgeries in your life? -P: Uh, no, no. +P: Uh, no, no. D: No. Are you takin any medications right now? P: I take. Claritin for allergies but I haven't like right now. I just have it with me just in case. I take birth control. -D: What type of birth control do you take? +D: What type of birth control do you take? P: Deyo @@ -114,7 +114,7 @@ P: Yeah yeah, just the pill got it. D: Got it. OK and then so you never had asthma in your life? -P: No. +P: No. D: OK, any family history of asthma? @@ -132,11 +132,11 @@ D: OK, anyone in the family have it? P: No. Like the only thing, like my dad has allergies too. Same kind as me. -D: OK . Dad has allergies. OK, mother and father still alive? +D: OK . Dad has allergies. OK, mother and father still alive? -P: Yeah. +P: Yeah. -D: Healthy? +D: Healthy? P: Yeah. @@ -148,7 +148,7 @@ D: OK so you live in a house with both your parents. OK any brothers sisters? P: Yeah I have a little brother. -D: How old’s he? +D: How old’s he? P: Like 14 now. @@ -156,21 +156,21 @@ D: Has anyone in the family been sick recently? P: I think my brother we had like a cold a few weeks ago -D: He had a cold. +D: He had a cold. -P: Yeah. +P: Yeah. -D: OK. +D: OK. P: But like we are doing our school from home now so. -D: Got it. +D: Got it. P: My mom works from home and my dad just works like on the farm so. So no one's been like seeing anyone or going anywhere to get sick. D: OK, so sorry, do you live on a farm? -P: Yeah, +P: Yeah, D: OK, in London? @@ -178,19 +178,19 @@ P: Like just outside. D: OK. Any travel or anywhere recently? -P: No, like I just just came here. But like I don't really leave the house +P: No, like I just just came here. But like I don't really leave the house -D: So last last two weeks you haven't left the country? +D: So last last two weeks you haven't left the country? P: No. D: Nothing like that. -P: I wish. +P: I wish. D: You keep any animals on the farm? -P: We have like a dog, but it's not like an animal farm +P: We have like a dog, but it's not like an animal farm D: Got it. OK, another questions, are you sexually active? @@ -200,9 +200,9 @@ D: But you're taking the birth control? OK, so when was your last menstrual peri P: Like like I just got done like a week ago. -P: A week ago. And you haven't been sexually active since then. +P: A week ago. And you haven't been sexually active since then. -P: No. +P: No. D: OK. So chances of being pregnant very low. @@ -210,11 +210,11 @@ P: Oh Oh yeah yeah, it's been like a year. D: Got it got it alright, do you smoke? Cigarettes? -P: No. +P: No. D: Do you drink alcohol? -P: Like before Covid, when I saw my friends like sometimes a little bit but like not really anymore. +P: Like before Covid, when I saw my friends like sometimes a little bit but like not really anymore. D: OK, how much would you drink when you went out? @@ -224,7 +224,7 @@ D: Got it. Any other drugs? Marijuana, cocaine? P: Like I tried marijuana once at a party like a couple years ago, but like I had, I never did it again. -D: Got it so none of the harder drugs, cocaine, heroin? +D: Got it so none of the harder drugs, cocaine, heroin? P: No. @@ -234,7 +234,7 @@ P: No. D: OK. Alright, thanks Jessica. So just to summarize, you kind of had a three to four day dry cough with a little bit of fever, some headache, and just in terms was quickly reviewing then. So you have been bringing anything up. No one in contact with these recently been sick. You don't have asthma, your not taking any medications aside from Claritin, and your little brother might have been sick about two weeks ago with kind of a common cold and we're hoping to get out of this visit is just kind of next steps and where to go from here, correct? -P: Yeah, like, I just want to know if I have to like take medicine or something. +P: Yeah, like, I just want to know if I have to like take medicine or something. D: OK. Alright perfect Thank you very much. You have any more questions? diff --git a/tests/data/transcripts/RES0212.txt b/tests/data/transcripts/RES0212.txt index e66c7cb..0db256d 100644 --- a/tests/data/transcripts/RES0212.txt +++ b/tests/data/transcripts/RES0212.txt @@ -34,9 +34,9 @@ D: Got it, got it. Now let's talk about what you're bringing up with your cough. P: It's really gross. It's kind of like greenish. -D: Greenish, OK, and also any red or any blood with it? +D: Greenish, OK, and also any red or any blood with it? -P: No. +P: No. D: OK. And doesn't smell at all, smell funky? @@ -64,11 +64,11 @@ P: Uh yeah, like uh yeah it's like pretty normal. D: So no nausea, no vomiting? -P: Uh no, none of that. +P: Uh no, none of that. -D: You don't have a stiff neck at all, do you? +D: You don't have a stiff neck at all, do you? -P: No, no I don't. +P: No, no I don't. D: OK, but how about other parts of your body? Any pain? Tenderness anywhere? @@ -80,7 +80,7 @@ P: Yeah. D: Does it wake you up every night? -P: Yeah, like pretty well, for like the last, not like all three months, but probably the last month. +P: Yeah, like pretty well, for like the last, not like all three months, but probably the last month. D: OK. Alright. I'm just gonna move on, talk a little bit about you and the past. Uh so any issues that you've seen a doctor for before? @@ -98,7 +98,7 @@ D: OK, any surgeries? P: No. -D: OK so aside from the eczema, it sounds like you're pretty healthy eh? +D: OK so aside from the eczema, it sounds like you're pretty healthy eh? P: Yeah. @@ -126,17 +126,17 @@ D: OK, have they been sick at all in the last little while? P: No. -D: OK, and last little while, have you done any traveling? +D: OK, and last little while, have you done any traveling? P: No. D: So you haven't been outside the country or any exotic locales in the last little while? -P: No, like I'm planning to on March break, but I haven't gone anywhere. +P: No, like I'm planning to on March break, but I haven't gone anywhere. D: Got it, got it, so you live in town uh with your roommate and you're currently a full time student? -P: Mhmm. +P: Mhmm. D: OK, and just regards to anything, do you smoke? @@ -154,7 +154,7 @@ D: OK so no cocaine, no heroin? P: No. -D: And have you ever um injected drugs into your body? +D: And have you ever um injected drugs into your body? P: No. @@ -162,7 +162,7 @@ D: Got it, got it. Just coming back to alcohol, uh how often would you say you d P: Maybe like one one night like on the weekend. -D: OK and what do you drink, how much do you drink? +D: OK and what do you drink, how much do you drink? P: I don't know, maybe like 5 or 6 beers. I guess it just depends on the night. @@ -186,6 +186,6 @@ D: Got it, alright, and we're just kind of going over things,so it sounds like y P: I don't think so, I just like I like I hope I just can feel better 'cause I've been missing like my exercise stuff 'cause I feel like it's just like coughing and it makes it hard to like do well. -D: Got it, got it. We'll see what we can do. OK, thank you very much. +D: Got it, got it. We'll see what we can do. OK, thank you very much. P: OK, thanks. diff --git a/tests/data/transcripts/RES0213.txt b/tests/data/transcripts/RES0213.txt index e3f3d93..df42764 100644 --- a/tests/data/transcripts/RES0213.txt +++ b/tests/data/transcripts/RES0213.txt @@ -1,16 +1,16 @@ D: Yeah, so you're a 26 year old, generally healthy and with, sorry back pain? -P: Chest pain. +P: Chest pain. D: Chest pain, OK. When did the chest pain start? P: Um so I, I guess I I don't know if I'd really call it pain, it's it's been just very uncomfortable, like it just felt a little odd for like a week and a half. It's kind of. -D: A week and a half? +D: A week and a half? P: Yeah, it's kind of like a very sharp, strong pain uh when I take a deep breath. -D: OK. +D: OK. P: But I don't notice it all the time, it's just, it's often when um I'm sitting and studying or when I'm walking, when I'm walking to school. @@ -68,7 +68,7 @@ P: No, no, not before this. D: OK. So it comes on several times a day, not necessarily triggered by anything, and you said you smoke. When did you start smoking? -P: Um like when I was probably 18 I I sometimes smoked a little and then I smoked a little more, um maybe like 10 cigarettes a day for uh like the last two years. But then a few months ago I've been I've been cutting it in half. +P: Um like when I was probably 18 I I sometimes smoked a little and then I smoked a little more, um maybe like 10 cigarettes a day for uh like the last two years. But then a few months ago I've been I've been cutting it in half. D: OK, now when you get this this chest pain, do you ever feel short of breath? @@ -84,11 +84,11 @@ P: Yeah, um like I talked to my family doctor about that when I was a teenager b D: Anything else you see your family -P: I don't, oh, sorry, no nothing else. I just I thought I was kind of, when I was in high school I had those and then I really haven't for a long time. But um lately I felt like this like I could maybe get them again. +P: I don't, oh, sorry, no nothing else. I just I thought I was kind of, when I was in high school I had those and then I really haven't for a long time. But um lately I felt like this like I could maybe get them again. D: So you've never had asthma as a child? -P: Uh no. +P: Uh no. D: And you don't have asthma now? @@ -110,11 +110,11 @@ D: OK, and how do you manage stress when you do get it? P: Um I try to I try to like set some time aside just to read books that like I like to read instead of like school books uh at night time, and uh I do really enjoy running, it's, I've been a little bit nervous to do it lately, but usually I run like a few times a week. -D: OK, and when you're pretty preoccupied, do you ever get the chest pain? +D: OK, and when you're pretty preoccupied, do you ever get the chest pain? P: Um like when I'm really, when I'm work, like working with classmates or uh like thinking really like if I'm talking to someone else, I don't really get it or if I if I'm like working on a task with my hands, but it's when I'm walking and I am alone kind of with my thoughts or when I'm studying, that's when I when I get it. -D: Understood and you said your father passed early from a heart attack, I'm sorry, but anyone else in your family either your parents or mum have any health issues? +D: Understood and you said your father passed early from a heart attack, I'm sorry, but anyone else in your family either your parents or mum have any health issues? P: Oh he's uh he's alive, like he had a heart attack and just now he has to see a lot of heart doctors. Um no, there's nothing else in my family like that. I don't really know like about my grandpa, like my dad's dad, but like he might have also, um he just kind of, he just passed away young from um like an accident. So yeah, I'm not really sure. diff --git a/tests/data/transcripts/RES0214.txt b/tests/data/transcripts/RES0214.txt index 27b9751..a3a1d4c 100644 --- a/tests/data/transcripts/RES0214.txt +++ b/tests/data/transcripts/RES0214.txt @@ -6,15 +6,15 @@ D: OK, so if I understand, it started with a stuffy nose? P: Yes. -D: OK and that kinda progressed to a fever? +D: OK and that kinda progressed to a fever? P: Yes, that's right. D: OK, have you been feeling any other symptoms aside from the fever? -P: No. +P: No. -D: Nothing really, have you had any nausea, any vomiting at all in the last little while? +D: Nothing really, have you had any nausea, any vomiting at all in the last little while? P: No. @@ -36,11 +36,11 @@ P: Yes. D: Excellent. OK, you've had a cough at all? -P: No cough. +P: No cough. D: No cough, OK and then how about abdominal pain, any pain in your tummy? -P: Um no. +P: Um no. D: Nothing like that, what about other changes in your body? Have you noticed any fevers or any rashes, any skin changes? @@ -72,19 +72,19 @@ P: No, I did go hiking um last weekend, um and it was about 2 hours away, um the D: OK. Does anyone around you or in your immediate circle come down with anything similar recently? -P: Um my husband has also been experiencing similar symptoms for the past week. +P: Um my husband has also been experiencing similar symptoms for the past week. D: OK, how's he doing? -P: Uh the same as me. +P: Uh the same as me. D: OK. And have you had any covid swabs recently? -P: No. +P: No. D: OK, and aside from the weekend hike, have you been mainly self isolating or? -P: Uh yeah, just me and my husband at home. +P: Uh yeah, just me and my husband at home. D: OK, and do you leave the house for work at all? @@ -96,7 +96,7 @@ P: Uh no, it just hurts. D: OK, so you're still able to swallow food, swallow liquids? -P: Yes, that's right. +P: Yes, that's right. D: It doesn't feel like anything is going down the wrong way or have any coughing after you swallow? @@ -110,9 +110,9 @@ D: Nothing like that? P: No. -D: OK, alright, excellent. So you're eating well, doing well, any changes to your bowel movements recently? +D: OK, alright, excellent. So you're eating well, doing well, any changes to your bowel movements recently? -P: Uh no, no. +P: Uh no, no. D: OK, alright, I'll just kind of go into other things, just in terms of anything else that you might have had in the past, uh have you ever been hospitalized for any reason in your life? @@ -122,9 +122,9 @@ D: OK, so that was around when you were 50 years old? P: Uh yes. -D: OK. And any other surgeries you've had in your life? +D: OK. And any other surgeries you've had in your life? -P: Uh no. +P: Uh no. D: No, anything you've had to see a doctor for? @@ -152,9 +152,9 @@ P: Um I get a rash. D: OK. Any trouble breathing? -P: No. +P: No. -D: And what medications, if any, are you on? +D: And what medications, if any, are you on? P: Um I'm, I just take multivitamins, that's it though. @@ -168,7 +168,7 @@ P: So I work from home as a digital marketing agent and my husband is a computer D: OK. And do you smoke? -P: No. +P: No. D: Do you drink alcohol? @@ -186,7 +186,7 @@ D: So no marijuana, heroin, cocaine? P: I've tried marijuana before, just like edibles, but not, not regularly. -D: Understood. And have you ever used IV drugs? +D: Understood. And have you ever used IV drugs? P: No. diff --git a/tests/data/transcripts/RES0215.txt b/tests/data/transcripts/RES0215.txt index ba057c8..4c09e09 100644 --- a/tests/data/transcripts/RES0215.txt +++ b/tests/data/transcripts/RES0215.txt @@ -8,7 +8,7 @@ P: Um I noticed that she was wheezy um and it's it seemed like she was having so D: OK, now was this with any type of activity or just at rest? -P: Yeah, she was playing tag with one of her cousins and she she was quite out of breath after. +P: Yeah, she was playing tag with one of her cousins and she she was quite out of breath after. D: OK, has she ever had anything like this before? @@ -44,7 +44,7 @@ P: Uhm, no, no, we didn't go anywhere because of covid. D: OK, but she's still been going to school I suppose, playing with her friends? -P: Yes. +P: Yes. D: OK. Have you noticed any rashes? Any skin changes anywhere on her body? @@ -52,9 +52,9 @@ P: Uh not that I've noticed, no. D: OK, nothing like that, has she complained of any pain anywhere? -P: No. +P: No. -D: OK, and has she had any recent infections? +D: OK, and has she had any recent infections? P: Uh she had, actually she had a couple of infections over the past two years. Uh they would come and go uh and we took her to the doctor each time and it just ended up being some sort of viral infection. @@ -68,7 +68,7 @@ P: Uh yeah, she's been yeah, she's been on par with her peers. D: OK, so does she have a family physician? -P: Um yes. +P: Um yes. D: OK, so they haven't brought up any concerns about how she's growing, how she's developing? @@ -88,7 +88,7 @@ P: Uh no, she's otherwise pretty healthy. D: OK. How was the birth? Was there any complications when she was born? -P: No, she was a vaginal delivery, full term, no complications. +P: No, she was a vaginal delivery, full term, no complications. D: OK, so nothing when you were pregnant with her, no toxic congestions? By that I mean um did you drink any alcohol, smoke at all when you were pregnant with her? @@ -100,7 +100,7 @@ P: Yep, everything was fine. D: OK. And when she was born, she didn't have to stay in the hospital at all? -P: No, no. +P: No, no. D: And was she born, uh what weight was she when she was born? @@ -108,7 +108,7 @@ P: Uh, she was, how much was she? I think she was about 8 kilos. D: 8 kilos? -P: Sorry 8 pounds, 8 pounds. +P: Sorry 8 pounds, 8 pounds. D: Yeah, no worries. And then otherwise she is, so she's been healthy otherwise, been doing well, uh just in terms of how she's been doing uh with other systems of her body, have you noticed any concerns for her bowel movements? @@ -156,11 +156,11 @@ P: Yeah. D: And do these episodes ever happen in your home? -P: Yeah. +P: Yeah. D: And what's the context from them happening in your home? -P: Um usually when she is out and about running around in the backyard with her friends um is when I've mostly noticed it, yeah. +P: Um usually when she is out and about running around in the backyard with her friends um is when I've mostly noticed it, yeah. D: OK, so she doesn't have any symptoms at rest? @@ -204,11 +204,11 @@ P: Um so my husband is an ultrasound technician and I am a uh kindergarten teach D: OK, excellent, and this is a question we just ask everyone, has there ever been any CC CAS involvement in the family? -P: No. +P: No. D: And does anyone smoke in the household? -P: Uh, no no. +P: Uh, no no. D: OK, uh do you keep any carpets or pets in the household? @@ -230,6 +230,6 @@ D: Alright, excellent, so I think I have all the information I need, we're just P: No, thank you so much. -D: Alright, have a good one +D: Alright, have a good one P: You too, bye bye. diff --git a/tests/data/transcripts/RES0216.txt b/tests/data/transcripts/RES0216.txt index 58c57ab..25b2a72 100644 --- a/tests/data/transcripts/RES0216.txt +++ b/tests/data/transcripts/RES0216.txt @@ -14,11 +14,11 @@ D: OK and when it came on three days ago, what were you doing? P: Uh I think I first noticed it when I was gone for my walk. -D: OK, now when you're walking, you say you have some chest tightness, do you have any chest pain? +D: OK, now when you're walking, you say you have some chest tightness, do you have any chest pain? P: No, there's not there's not pain, it just feels like, when I breathe in it feels tight. -D: OK, did you feel anxious or sweaty or the feeling of impending doom at all? +D: OK, did you feel anxious or sweaty or the feeling of impending doom at all? P: Uh, no I can't say that I did. @@ -28,9 +28,9 @@ P: Uh I I feel like it was kind of harder to get a whole breath, um so yeah, yea D: OK, and was this tightness all across your chest or was it in one particular area? -P: Kind of just all over. +P: Kind of just all over. -D: OK. And since then, that happened when you were out for a walk, how many times does it happen a day would you say? +D: OK. And since then, that happened when you were out for a walk, how many times does it happen a day would you say? P: Well, I feel like it's kind of always there, but it gets worse when I go for my walk. Um and well sometimes I go for more than one walk, right, 'cause I walk my dog. It's always kind of there, and especially when I'm like getting up out of the chair, I can feel it more, or when I take a big like a big breath in, as I said. @@ -42,7 +42,7 @@ D: OK. Have you had any cough at all in the last little while? P: Uh no like I feel a little more hoarse and like there's maybe some more phlegm, like I'm clearing my throat more, but I haven't actually been coughing. -D: OK, any fevers? +D: OK, any fevers? P: No, can't say that, no. @@ -130,7 +130,7 @@ D: OK, and so nothing new in the environment? You haven't changed where you've b P: Exactly. -D: OK, so sounds like you're pretty much staying the course last little while, just kind of a new onset of this new chest tightness, and aside from that, seems that it comes on mainly on walks outdoors, but you've kind of been limiting the, some of the medication you're taking for asthma the last couple of years because you haven't really felt that you needed it as much. +D: OK, so sounds like you're pretty much staying the course last little while, just kind of a new onset of this new chest tightness, and aside from that, seems that it comes on mainly on walks outdoors, but you've kind of been limiting the, some of the medication you're taking for asthma the last couple of years because you haven't really felt that you needed it as much. P: Yeah, like just the morning was, it was enough. diff --git a/tests/data/transcripts/RES0217.txt b/tests/data/transcripts/RES0217.txt index ebb8043..967e49e 100644 --- a/tests/data/transcripts/RES0217.txt +++ b/tests/data/transcripts/RES0217.txt @@ -22,7 +22,7 @@ D: OK, absolutely, what we can do is we can send this tick off to the lab and th P: No, I don't uh as far as I know, I mean, you can have a look too. It's behind my knee, so it's not the easiest place to see, but it's uh it looks a little red, it's like tender where the tick was, but I don't see that like larger circle rash. -D: OK, that's reassuring. Now any, it'd be pretty unlikely for you to have other symptoms, but just in case, do you have any other joint pain? +D: OK, that's reassuring. Now any, it'd be pretty unlikely for you to have other symptoms, but just in case, do you have any other joint pain? P: No. @@ -56,7 +56,7 @@ P: Uh just for my cholesterol. D: OK, are you taking and medications for that? -P: Uh Yeah, I take a uh statin, can't remember which one. +P: Uh Yeah, I take a uh statin, can't remember which one. D: OK, got it. And do you have any allergies? @@ -76,14 +76,14 @@ P: No. D: Nothing like that? -P: Nothing like that. +P: Nothing like that. -D: OK, excellent, alright. I'm fairly happy with what we talked about today. Do you have any questions for me Jean? +D: OK, excellent, alright. I'm fairly happy with what we talked about today. Do you have any questions for me Jean? P: No, this is pretty well what I expected today, so thanks for helping me out. -D: No problem. OK, I'll go talk to the doctor, we'll come back and talk to you, OK? +D: No problem. OK, I'll go talk to the doctor, we'll come back and talk to you, OK? P: Great, thanks. -D: Thanks Jean. +D: Thanks Jean. diff --git a/tests/test_extract_fhir.py b/tests/test_extract_fhir_openai.py similarity index 88% rename from tests/test_extract_fhir.py rename to tests/test_extract_fhir_openai.py index 6a9c7f9..f954ae3 100644 --- a/tests/test_extract_fhir.py +++ b/tests/test_extract_fhir_openai.py @@ -8,7 +8,7 @@ import pytest -from anamnesisai import extract_fhir_openai +from anamnesisai.openai import extract_fhir @pytest.fixture @@ -31,7 +31,7 @@ def test_fixture(transcript_1: str, api_key: str) -> None: @pytest.mark.skip_on_ci def test_transcript_1(transcript_1: str, api_key: str) -> None: """Test if transcript 1.""" - fhir_data = extract_fhir_openai(transcript_1, api_key) + fhir_data = extract_fhir(transcript_1, api_key) assert fhir_data assert isinstance(fhir_data, dict) assert len(fhir_data)