Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CU-86956du3q revisit regression #470

Merged
merged 137 commits into from
Aug 28, 2024
Merged

Conversation

mart-r
Copy link
Collaborator

@mart-r mart-r commented Jul 26, 2024

Doing some major changes to the regression tests.
The idea would be to be able to actually put this to use and allow easy sanity checking of model performance.

WIP changes:

  • Allow custom placeholders (instead of just %s)
  • Improve outputs (e.g summarise using different strictness levels)
  • Provide more details regarding how/what was recognised / matched
  • Allow automatic building of multiple (sub) cases from one "phrase" with multiple placeholders
  • Make output JSON more useful (?)
  • Improve documentation
  • Add README to folder/package
  • Add new things to the CLI
  • Add option to use MCT export instead of the YAML
  • Add option to save converted MCT export as YAML
  • Add something to workflow that creates and regression-tests a simple model
  • Include useful Gold Standard dataset for regression [Will be addressed later]
Some preliminary results from sample data I've got an example (simple) dataset that I've run this through for the 2023 SNOMED model with the following results:
A total of 20 parts were kept track of within the group "ALL".
And a total of 665 (sub)cases were checked.
At the strictness level of Strictness.NORMAL (allowing ['BIGGER_SPAN_BOTH', 'SMALLER_SPAN', 'PARTIAL_OVERLAP', 'FOUND_CHILD_PARTIAL', 'IDENTICAL', 'FOUND_ANY_CHILD', 'BIGGER_SPAN_RIGHT', 'BIGGER_SPAN_LEFT']):
The number of total successful (sub) cases: 656 (98.65%)
The number of total failing (sub) cases   : 9 ( 1.35%
IDENTICAL               :       649 (97.59%)
FOUND_ANY_CHILD         :         7 ( 1.05%)
FAIL                    :         9 ( 1.35%)

And the 2024-06 model (with only MIMIC-IV training):

A total of 20 parts were kept track of within the group "ALL".
And a total of 756 (sub)cases were checked.
At the strictness level of Strictness.NORMAL (allowing ['BIGGER_SPAN_RIGHT', 'FOUND_ANY_CHILD', 'BIGGER_SPAN_BOTH', 'PARTIAL_OVERLAP', 'BIGGER_SPAN_LEFT', 'SMALLER_SPAN', 'IDENTICAL', 'FOUND_CHILD_PARTIAL']):
The number of total successful (sub) cases: 734 (97.09%)
The number of total failing (sub) cases   : 22 ( 2.91%
IDENTICAL               :       729 (96.43%)
SMALLER_SPAN            :         2 ( 0.26%)
FOUND_ANY_CHILD         :         3 ( 0.40%)
FAIL                    :        22 ( 2.91%)

UPDATE with same model, but updated code (2024-06-07 at around 17.30):

A total of 1 parts were kept track of within the group "ALL".
And a total of 756 (sub)cases were checked.
At the strictness level of Strictness.NORMAL (allowing ['BIGGER_SPAN_RIGHT', 'PARTIAL_OVERLAP', 'FOUND_ANY_CHILD', 'SMALLER_SPAN', 'BIGGER_SPAN_LEFT', 'BIGGER_SPAN_BOTH', 'FOUND_CHILD_PARTIAL', 'IDENTICAL']):
The number of total successful (sub) cases: 739 (97.75%)
The number of total failing (sub) cases   : 17 ( 2.25%)
IDENTICAL               :       734 (97.09%)
SMALLER_SPAN            :         2 ( 0.26%)
FOUND_ANY_CHILD         :         3 ( 0.40%)
FAIL                    :        17 ( 2.25%)
	Tested 'test-case-1' for a total of 756 cases:
		IDENTICAL               :       734 (97.08994708994709%)
		SMALLER_SPAN            :         2 (0.26455026455026454%)
		FOUND_ANY_CHILD         :         3 (0.3968253968253968%)
		FAIL                    :        17 (2.248677248677249%)
		Examples at Strictness.NORMAL strictness
		With phrase: 'Description: inflamed acute appendicitis [320 chars] eating. He denied d diarrhea.\n'
			FAIL with CUI '21522001' and name 'abdomen pain'
		With phrase: 'Description: inflamed acute appendicitis [320 chars] eating. He denied d diarrhea.\n'
			FAIL with CUI '21522001' and name 'colicky pain'
		With phrase: 'Description: inflamed acute appendicitis [320 chars] eating. He denied d diarrhea.\n'
			FAIL with CUI '21522001' and name 'colicky pain'
		With phrase: 'Description: inflamed acute appendicitis [320 chars] eating. He denied d diarrhea.\n'
			FAIL with CUI '21522001' and name 'colicky pain'
		With phrase: 'Description: inflamed acute appendicitis [350 chars] eating. He denied d diarrhea.\n'
			FAIL with CUI '386661006' and name 'high temperature'
		With phrase: 'Description: inflamed acute appendicitis [350 chars] eating. He denied d diarrhea.\n'
			FAIL with CUI '386661006' and name 'high temperature'
		With phrase: 'Description: inflamed acute appendicitis [346 chars] eating. He denied d diarrhea.\n'
			FAIL with CUI '386661006' and name 'hyperthermia'
		With phrase: 'Description: aura migraine\nCC: headache  [402 chars] ight. He denied [NEGFINDING].\n'
			FAIL with CUI '386661006' and name 'high temperature'
			FAIL with CUI '386661006' and name 'hyperthermia'
		With phrase: 'Description: inflamed acute appendicitis [366 chars] ting. He denied [NEGFINDING].\n'
			FAIL with CUI '62315008' and name 'loose bowel motion'
			FAIL with CUI '62315008' and name 'loose stool'
			FAIL with CUI '62315008' and name 'loose bowel movement'
			FAIL with CUI '62315008' and name 'loose stools'
			FAIL with CUI '62315008' and name 'loose bowel motions'
		With phrase: 'Description: peripheral vestibulopathie  [373 chars] ting. He denied [NEGFINDING].\n'
			FAIL with CUI '15188001' and name 'decreased hearing'
			FAIL with CUI '15188001' and name 'decreased hearing finding'
			FAIL with CUI '60862001' and name 'ringing in ear'
[Summary] Final results

Result summary for the 2023 SNOMED model:

A total of 2 parts were kept track of within the group "ALL".
And a total of 4469 (sub)cases were checked.
At the strictness level of Strictness.NORMAL (allowing ['BIGGER_SPAN_BOTH', 'SMALLER_SPAN', 'BIGGER_SPAN_RIGHT', 'FOUND_CHILD_PARTIAL', 'IDENTICAL', 'PARTIAL_OVERLAP', 'BIGGER_SPAN_LEFT', 'FOUND_ANY_CHILD']):
The number of total successful (sub) cases: 4289 (95.97%)
The number of total failing (sub) cases   : 180 ( 4.03%)
IDENTICAL               :      4234 (94.74%)
SMALLER_SPAN            :         1 ( 0.02%)
FOUND_DIR_PARENT        :        27 ( 0.60%)
FOUND_ANY_CHILD         :        54 ( 1.21%)
FOUND_OTHER             :       132 ( 2.95%)
FAIL                    :        21 ( 0.47%)
	Tested 'test-case-1' for a total of 665 cases:
		IDENTICAL               :       649 (97.59%)
		SMALLER_SPAN            :         1 ( 0.15%)
		FOUND_ANY_CHILD         :         7 ( 1.05%)
		FOUND_OTHER             :         2 ( 0.30%)
		FAIL                    :         6 ( 0.90%)
	Tested 'test-case-2' for a total of 3804 cases:
		IDENTICAL               :      3585 (94.24%)
		FOUND_DIR_PARENT        :        27 ( 0.71%)
		FOUND_ANY_CHILD         :        47 ( 1.24%)
		FOUND_OTHER             :       130 ( 3.42%)
		FAIL                    :        15 ( 0.39%)

Result sumamry for the Snomed2024-06 model:

A total of 2 parts were kept track of within the group "ALL".
And a total of 4680 (sub)cases were checked.
At the strictness level of Strictness.NORMAL (allowing ['IDENTICAL', 'BIGGER_SPAN_RIGHT', 'PARTIAL_OVERLAP', 'FOUND_ANY_CHILD', 'BIGGER_SPAN_LEFT', 'SMALLER_SPAN', 'FOUND_CHILD_PARTIAL', 'BIGGER_SPAN_BOTH']):
The number of total successful (sub) cases: 4311 (92.12%)
The number of total failing (sub) cases   : 369 ( 7.88%)
IDENTICAL               :      4161 (88.91%)
SMALLER_SPAN            :         2 ( 0.04%)
FOUND_DIR_PARENT        :       191 ( 4.08%)
FOUND_DIR_GRANDPARENT   :        18 ( 0.38%)
FOUND_ANY_CHILD         :       148 ( 3.16%)
FOUND_OTHER             :       137 ( 2.93%)
FAIL                    :        23 ( 0.49%)
	Tested 'test-case-1' for a total of 756 cases:
		IDENTICAL               :       730 (96.56%)
		SMALLER_SPAN            :         2 ( 0.26%)
		FOUND_ANY_CHILD         :         5 ( 0.66%)
		FOUND_OTHER             :        18 ( 2.38%)
		FAIL                    :         1 ( 0.13%)
	Tested 'test-case-2' for a total of 3924 cases:
		IDENTICAL               :      3431 (87.44%)
		FOUND_DIR_PARENT        :       191 ( 4.87%)
		FOUND_DIR_GRANDPARENT   :        18 ( 0.46%)
		FOUND_ANY_CHILD         :       143 ( 3.64%)
		FOUND_OTHER             :       119 ( 3.03%)
		FAIL                    :        22 ( 0.56%)
[FULL] Final results with the 2023 SNOMED model
A total of 2 parts were kept track of within the group "ALL".
And a total of 4469 (sub)cases were checked.
At the strictness level of Strictness.NORMAL (allowing ['BIGGER_SPAN_BOTH', 'SMALLER_SPAN', 'BIGGER_SPAN_RIGHT', 'FOUND_CHILD_PARTIAL', 'IDENTICAL', 'PARTIAL_OVERLAP', 'BIGGER_SPAN_LEFT', 'FOUND_ANY_CHILD']):
The number of total successful (sub) cases: 4289 (95.97%)
The number of total failing (sub) cases   : 180 ( 4.03%)
IDENTICAL               :      4234 (94.74%)
SMALLER_SPAN            :         1 ( 0.02%)
FOUND_DIR_PARENT        :        27 ( 0.60%)
FOUND_ANY_CHILD         :        54 ( 1.21%)
FOUND_OTHER             :       132 ( 2.95%)
FAIL                    :        21 ( 0.47%)
	Tested 'test-case-1' for a total of 665 cases:
		IDENTICAL               :       649 (97.59%)
		SMALLER_SPAN            :         1 ( 0.15%)
		FOUND_ANY_CHILD         :         7 ( 1.05%)
		FOUND_OTHER             :         2 ( 0.30%)
		FAIL                    :         6 ( 0.90%)
		Examples at Strictness.STRICTEST strictness
		With phrase: 'Description: [DISORDER]\nCC: Abdominal pa [271 chars] d Nausea. He denied Diarrhea.\n'
			SMALLER_SPAN for placeholder [DISORDER] with CUI '85189001' and name 'acute appendicitis unspecified'
		With phrase: 'Description: [DISORDER]\nCC: Severe verti [305 chars] usea. He denied Hearing loss.\n'
			FAIL for placeholder [DISORDER] with CUI '186738001' and name 'neuritides acute vestibular'
			FAIL for placeholder [DISORDER] with CUI '186738001' and name 'neuritides vestibular nerve'
			FAIL for placeholder [DISORDER] with CUI '186738001' and name 'neuritides vestibular'
		With phrase: 'Description: [DISORDER]\nCC: Severe verti [301 chars] d Nausea. He denied Tinnitus.\n'
			FAIL for placeholder [DISORDER] with CUI '186738001' and name 'neuritides acute vestibular'
			FAIL for placeholder [DISORDER] with CUI '186738001' and name 'neuritides vestibular nerve'
			FAIL for placeholder [DISORDER] with CUI '186738001' and name 'neuritides vestibular'
		With phrase: 'Description: Acute appendicitis\nCC: Abdo [283 chars] usea. He denied [NEGFINDING].\n'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'observation of diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'observation of diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'd diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'diarrhea finding'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'd diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'diarrhoea'
		With phrase: 'Description: Epidemic vertigo\nCC: Severe [311 chars] usea. He denied [NEGFINDING].\n'
			FOUND_OTHER [103276001 (Decreased hearing)] for placeholder [NEGFINDING] with CUI '15188001' and name 'decreased hearing finding'
			FOUND_OTHER [103276001 (Decreased hearing)] for placeholder [NEGFINDING] with CUI '15188001' and name 'decreased hearing'
	Tested 'test-case-2' for a total of 3804 cases:
		IDENTICAL               :      3585 (94.24%)
		FOUND_DIR_PARENT        :        27 ( 0.71%)
		FOUND_ANY_CHILD         :        47 ( 1.24%)
		FOUND_OTHER             :       130 ( 3.42%)
		FAIL                    :        15 ( 0.39%)
		Examples at Strictness.STRICTEST strictness
		With phrase: 'The patient presents with [FINDING1] and [109 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'observation of cough'
		With phrase: 'The patient reports [FINDING1] and has a [159 chars] tablish the underlying cause.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'observation of cough'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'cough finding'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'cough'
		With phrase: 'Upon evaluation, the patient exhibits [F [158 chars]  plan appropriate management.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'observation of cough'
		With phrase: 'During the consultation, the patient des [173 chars] e out other potential causes.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'observation of cough'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'cough finding'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'cough'
		With phrase: "The patient's symptoms include [FINDING1 [132 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'observation of cough'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'cough finding'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'cough'
		With phrase: 'Upon evaluation, the patient exhibits [F [188 chars]  plan appropriate management.\n'
			FAIL for placeholder [FINDING1] with CUI '21522001' and name 'abdomen pain'
		With phrase: 'The patient presents with [FINDING1] and [113 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [6012004 (Hearing aid, device)] for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'The patient reports [FINDING1] and has a [163 chars] tablish the underlying cause.\n'
			FOUND_OTHER [6012004 (Hearing aid, device)] for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'Upon evaluation, the patient exhibits [F [162 chars]  plan appropriate management.\n'
			FOUND_OTHER [6012004 (Hearing aid, device)] for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'During the consultation, the patient des [177 chars] e out other potential causes.\n'
			FOUND_OTHER [44548000 (Hyperactive behavior)] for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: "The patient's symptoms include [FINDING1 [136 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [6012004 (Hearing aid, device)] for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'The clinical presentation of [FINDING1]  [104 chars] iagnostic tests are required.\n'
			FOUND_OTHER [44548000 (Hyperactive behavior)] for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'The patient presents with [FINDING1] and [125 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthems'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthemas'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rashes'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rash'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthema'
		With phrase: 'The patient reports [FINDING1] and has a [175 chars] tablish the underlying cause.\n'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthems'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthemas'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rashes'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rash'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthema'
		With phrase: 'Upon evaluation, the patient exhibits [F [174 chars]  plan appropriate management.\n'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthems'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthemas'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rashes'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rash'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthema'
		With phrase: 'During the consultation, the patient des [189 chars] e out other potential causes.\n'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthems'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthemas'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rashes'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rash'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthema'
		With phrase: "The patient's symptoms include [FINDING1 [148 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthems'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthemas'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rashes'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rash'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthema'
		With phrase: 'The clinical presentation of [FINDING1]  [116 chars] iagnostic tests are required.\n'
			FAIL for placeholder [FINDING1] with CUI '271807003' and name 'exanthems'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FAIL for placeholder [FINDING1] with CUI '271807003' and name 'exanthemas'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rashes'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'rash'
			FOUND_OTHER [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthema'
		With phrase: 'The clinical presentation of [FINDING1]  [125 chars] iagnostic tests are required.\n'
			FAIL for placeholder [FINDING1] with CUI '386661006' and name 'pyrexial'
			FAIL for placeholder [FINDING1] with CUI '386661006' and name 'febrile'
		With phrase: 'The patient presents with [FINDING1] and [145 chars] red to confirm the diagnosis.\n'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea finding'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhoea'
		With phrase: 'The patient reports [FINDING1] and has a [195 chars] tablish the underlying cause.\n'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea finding'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhoea'
		With phrase: 'Upon evaluation, the patient exhibits [F [194 chars]  plan appropriate management.\n'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea finding'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhoea'
		With phrase: 'During the consultation, the patient des [209 chars] e out other potential causes.\n'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea finding'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhoea'
		With phrase: "The patient's symptoms include [FINDING1 [168 chars] nfirm this working diagnosis.\n"
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea finding'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhoea'
		With phrase: 'The clinical presentation of [FINDING1]  [136 chars] iagnostic tests are required.\n'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'observation of diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea finding'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'd diarrhoea'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhoea'
		With phrase: 'The patient presents with Cough and [FIN [107 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
		With phrase: 'The patient reports Cough and has also b [157 chars] tablish the underlying cause.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'Upon evaluation, the patient exhibits Co [156 chars]  plan appropriate management.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'During the consultation, the patient des [171 chars] e out other potential causes.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: "The patient's symptoms include Cough and [130 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
		With phrase: 'The clinical presentation of Cough and [ [98 chars] iagnostic tests are required.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'The patient reports Headache and has als [162 chars] tablish the underlying cause.\n'
			FOUND_OTHER [386705008 (Lightheadedness)] for placeholder [FINDING2] with CUI '404640003' and name 'lightheadedness'
		With phrase: 'Upon evaluation, the patient exhibits He [161 chars]  plan appropriate management.\n'
			FOUND_OTHER [386705008 (Lightheadedness)] for placeholder [FINDING2] with CUI '404640003' and name 'lightheadedness'
		With phrase: 'During the consultation, the patient des [176 chars] e out other potential causes.\n'
			FAIL for placeholder [FINDING2] with CUI '404640003' and name 'dizziness'
			FOUND_OTHER [386705008 (Lightheadedness)] for placeholder [FINDING2] with CUI '404640003' and name 'lightheadedness'
			FAIL for placeholder [FINDING2] with CUI '404640003' and name 'dizziness finding'
			FAIL for placeholder [FINDING2] with CUI '404640003' and name 'dizziness symptom'
		With phrase: "The patient's symptoms include Headache  [135 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [386705008 (Lightheadedness)] for placeholder [FINDING2] with CUI '404640003' and name 'lightheadedness'
		With phrase: 'The clinical presentation of Eruption of [124 chars] iagnostic tests are required.\n'
			FAIL for placeholder [FINDING2] with CUI '422400008' and name 'emesis'
		With phrase: 'The patient presents with Pain in throat [132 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
		With phrase: 'The patient reports Pain in throat and h [182 chars] tablish the underlying cause.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
		With phrase: 'Upon evaluation, the patient exhibits Pa [181 chars]  plan appropriate management.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
		With phrase: 'During the consultation, the patient des [196 chars] e out other potential causes.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
		With phrase: "The patient's symptoms include Pain in t [155 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
		With phrase: 'The clinical presentation of Pain in thr [123 chars] iagnostic tests are required.\n'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
			FOUND_OTHER [271825005 (Respiratory distress)] for placeholder [FINDING2] with CUI '267036007' and name 'respiratory difficulties'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
		With phrase: 'The patient presents with Papular erupti [127 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [54768000 (Bladder distention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_OTHER [36850000 (Retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
		With phrase: 'The patient reports Papular eruption and [177 chars] tablish the underlying cause.\n'
			FOUND_OTHER [54768000 (Bladder distention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_OTHER [36850000 (Retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
		With phrase: 'Upon evaluation, the patient exhibits Pa [176 chars]  plan appropriate management.\n'
			FOUND_OTHER [54768000 (Bladder distention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_OTHER [36850000 (Retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
		With phrase: 'During the consultation, the patient des [191 chars] e out other potential causes.\n'
			FOUND_OTHER [54768000 (Bladder distention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_OTHER [36850000 (Retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
		With phrase: "The patient's symptoms include Papular e [150 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [54768000 (Bladder distention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_OTHER [36850000 (Retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
		With phrase: 'The clinical presentation of Papular eru [118 chars] iagnostic tests are required.\n'
			FOUND_OTHER [54768000 (Bladder distention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_OTHER [36850000 (Retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
		With phrase: 'The patient presents with Diarrhea and [ [134 chars] red to confirm the diagnosis.\n'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom finding'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom'
		With phrase: 'The patient reports Diarrhea and has als [184 chars] tablish the underlying cause.\n'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom finding'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom'
		With phrase: 'Upon evaluation, the patient exhibits Di [183 chars]  plan appropriate management.\n'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom finding'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom'
		With phrase: 'During the consultation, the patient des [198 chars] e out other potential causes.\n'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom finding'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom'
		With phrase: "The patient's symptoms include Diarrhea  [157 chars] nfirm this working diagnosis.\n"
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom finding'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom'
		With phrase: 'The clinical presentation of Diarrhea an [125 chars] iagnostic tests are required.\n'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom finding'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'sore throat symptom'
		With phrase: 'During the consultation, the patient des [172 chars] e out other potential causes.\n'
			FAIL for placeholder [DISORDER] with CUI '195967001' and name 'bhr'
		With phrase: 'The patient presents with Chest pain and [117 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [21522001 (Abdominal pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'stenocardia'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'anginal syndrome'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischaemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'cardiac angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic heart disease angina'
		With phrase: 'The patient reports Chest pain and has a [167 chars] tablish the underlying cause.\n'
			FOUND_OTHER [21522001 (Abdominal pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'stenocardia'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'anginal syndrome'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischaemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'cardiac angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap angina pectoris'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'angina pectoris'
		With phrase: 'Upon evaluation, the patient exhibits Ch [166 chars]  plan appropriate management.\n'
			FOUND_OTHER [21522001 (Abdominal pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'stenocardia'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'anginal syndrome'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischaemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'cardiac angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap angina pectoris'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'angina pectoris'
		With phrase: 'During the consultation, the patient des [181 chars] e out other potential causes.\n'
			FOUND_OTHER [21522001 (Abdominal pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'stenocardia'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'anginal syndrome'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischaemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'cardiac angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'angina pectoris'
		With phrase: "The patient's symptoms include Chest pai [140 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [21522001 (Abdominal pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'stenocardia'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'anginal syndrome'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischaemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'cardiac angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'angina pectoris'
		With phrase: 'The clinical presentation of Chest pain  [108 chars] iagnostic tests are required.\n'
			FOUND_OTHER [21522001 (Abdominal pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ap'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'stenocardia'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'anginal syndrome'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischaemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'cardiac angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic heart disease angina'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'angina pectoris'
		With phrase: 'The patient presents with Abdominal pain [116 chars] red to confirm the diagnosis.\n'
			FAIL for placeholder [DISORDER] with CUI '25374005' and name 'gastroenteropathy'
		With phrase: 'The patient reports Abdominal pain and h [166 chars] tablish the underlying cause.\n'
			FAIL for placeholder [DISORDER] with CUI '25374005' and name 'gastroenteropathy'
		With phrase: 'Upon evaluation, the patient exhibits Ab [165 chars]  plan appropriate management.\n'
			FAIL for placeholder [DISORDER] with CUI '25374005' and name 'gastroenteropathy'
		With phrase: 'During the consultation, the patient des [180 chars] e out other potential causes.\n'
			FAIL for placeholder [DISORDER] with CUI '25374005' and name 'gastroenteropathy'
		With phrase: "The patient's symptoms include Abdominal [139 chars] nfirm this working diagnosis.\n"
			FAIL for placeholder [DISORDER] with CUI '25374005' and name 'gastroenteropathy'
		With phrase: 'The patient presents with Pain in throat [117 chars] red to confirm the diagnosis.\n'
			FOUND_ANY_CHILD [49601007 (Disorder of cardiovascular system)] for placeholder [DISORDER] with CUI '106063007' and name 'cvs'
		With phrase: 'The patient reports Pain in throat and h [167 chars] tablish the underlying cause.\n'
			FOUND_ANY_CHILD [49601007 (Disorder of cardiovascular system)] for placeholder [DISORDER] with CUI '106063007' and name 'cvs'
		With phrase: 'Upon evaluation, the patient exhibits Pa [166 chars]  plan appropriate management.\n'
			FOUND_ANY_CHILD [49601007 (Disorder of cardiovascular system)] for placeholder [DISORDER] with CUI '106063007' and name 'cvs'
		With phrase: 'During the consultation, the patient des [181 chars] e out other potential causes.\n'
			FOUND_ANY_CHILD [49601007 (Disorder of cardiovascular system)] for placeholder [DISORDER] with CUI '106063007' and name 'cvs'
		With phrase: "The patient's symptoms include Pain in t [140 chars] nfirm this working diagnosis.\n"
			FOUND_ANY_CHILD [49601007 (Disorder of cardiovascular system)] for placeholder [DISORDER] with CUI '106063007' and name 'cvs'
			FOUND_OTHER [113257007 (Structure of cardiovascular system)] for placeholder [DISORDER] with CUI '106063007' and name 'cardiovascular system'
		With phrase: 'The clinical presentation of Pain in thr [108 chars] iagnostic tests are required.\n'
			FOUND_ANY_CHILD [49601007 (Disorder of cardiovascular system)] for placeholder [DISORDER] with CUI '106063007' and name 'cvs'
[FULL] Final results with the SNOMED2024-06 model
A total of 2 parts were kept track of within the group "ALL".
And a total of 4680 (sub)cases were checked.
At the strictness level of Strictness.NORMAL (allowing ['IDENTICAL', 'BIGGER_SPAN_RIGHT', 'PARTIAL_OVERLAP', 'FOUND_ANY_CHILD', 'BIGGER_SPAN_LEFT', 'SMALLER_SPAN', 'FOUND_CHILD_PARTIAL', 'BIGGER_SPAN_BOTH']):
The number of total successful (sub) cases: 4311 (92.12%)
The number of total failing (sub) cases   : 369 ( 7.88%)
IDENTICAL               :      4161 (88.91%)
SMALLER_SPAN            :         2 ( 0.04%)
FOUND_DIR_PARENT        :       191 ( 4.08%)
FOUND_DIR_GRANDPARENT   :        18 ( 0.38%)
FOUND_ANY_CHILD         :       148 ( 3.16%)
FOUND_OTHER             :       137 ( 2.93%)
FAIL                    :        23 ( 0.49%)
	Tested 'test-case-1' for a total of 756 cases:
		IDENTICAL               :       730 (96.56%)
		SMALLER_SPAN            :         2 ( 0.26%)
		FOUND_ANY_CHILD         :         5 ( 0.66%)
		FOUND_OTHER             :        18 ( 2.38%)
		FAIL                    :         1 ( 0.13%)
		Examples at Strictness.STRICTEST strictness
		With phrase: 'Description: Acute appendicitis\nCC: [FIN [271 chars] d Nausea. He denied Diarrhea.\n'
			FAIL for placeholder [FINDING1] with CUI '21522001' and name 'abdomen pain'
		With phrase: 'Description: Acute appendicitis\nCC: [FIN [271 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'Description: Acute appendicitis\nCC: coli [271 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'Description: Acute appendicitis\nCC: coli [271 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'Description: Acute appendicitis\nCC: abdo [277 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_ANY_CHILD [9991008 (Abdominal colic)] for placeholder [FINDING1] with CUI '21522001' and name 'abdominal colic'
		With phrase: 'Description: Acute appendicitis\nCC: [FIN [273 chars] d Nausea. He denied Diarrhea.\n'
			SMALLER_SPAN for placeholder [FINDING1] with CUI '21522001' and name 'abdomen colic'
		With phrase: 'Description: Acute appendicitis\nCC: abdo [273 chars] d Nausea. He denied Diarrhea.\n'
			SMALLER_SPAN for placeholder [FINDING1] with CUI '21522001' and name 'abdomen colic'
		With phrase: 'Description: Acute appendicitis\nCC: abdo [293 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_ANY_CHILD [9991008 (Abdominal colic)] for placeholder [FINDING1] with CUI '21522001' and name 'abdominal colic finding'
		With phrase: 'Description: Acute appendicitis\nCC: Abdo [295 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING3] with CUI '386661006' and name 'high temperature'
		With phrase: 'Description: Acute appendicitis\nCC: Abdo [295 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING3] with CUI '386661006' and name 'high temperature'
		With phrase: 'Description: Acute appendicitis\nCC: Abdo [291 chars] d Nausea. He denied Diarrhea.\n'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [FINDING3] with CUI '386661006' and name 'hyperthermia'
		With phrase: 'Description: Migraine with aura\nCC: Unil [340 chars] obia. He denied [NEGFINDING].\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [NEGFINDING] with CUI '386661006' and name 'high temperature'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [NEGFINDING] with CUI '386661006' and name 'hyperthermia'
		With phrase: 'Description: Acute appendicitis\nCC: Abdo [283 chars] usea. He denied [NEGFINDING].\n'
			FOUND_OTHER [398212009 (Liquid stool)] for placeholder [NEGFINDING] with CUI '62315008' and name 'watery stools'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'diarrhea symptom finding'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [NEGFINDING] with CUI '62315008' and name 'loose stools'
			FOUND_OTHER [398212009 (Liquid stool)] for placeholder [NEGFINDING] with CUI '62315008' and name 'watery stool'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [NEGFINDING] with CUI '62315008' and name 'loose bowel motions'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'diarrhea symptom'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [NEGFINDING] with CUI '62315008' and name 'loose stool'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [NEGFINDING] with CUI '62315008' and name 'loose bowel movement'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [NEGFINDING] with CUI '62315008' and name 'loose bowel motion'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [NEGFINDING] with CUI '62315008' and name 'diarrhea symptoms'
		With phrase: 'Description: Epidemic vertigo\nCC: Severe [311 chars] usea. He denied [NEGFINDING].\n'
			FOUND_OTHER [103276001 (Decreased hearing)] for placeholder [NEGFINDING] with CUI '15188001' and name 'decreased hearing finding'
			FOUND_OTHER [103276001 (Decreased hearing)] for placeholder [NEGFINDING] with CUI '15188001' and name 'decreased hearing'
			FOUND_OTHER [162352007 (Ringing in ear)] for placeholder [NEGFINDING] with CUI '60862001' and name 'ringing in ear'
	Tested 'test-case-2' for a total of 3924 cases:
		IDENTICAL               :      3431 (87.44%)
		FOUND_DIR_PARENT        :       191 ( 4.87%)
		FOUND_DIR_GRANDPARENT   :        18 ( 0.46%)
		FOUND_ANY_CHILD         :       143 ( 3.64%)
		FOUND_OTHER             :       119 ( 3.03%)
		FAIL                    :        22 ( 0.56%)
		Examples at Strictness.STRICTEST strictness
		With phrase: 'The patient presents with [FINDING1] and [109 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing symptom'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing observable entity'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing function'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'observation of cough'
		With phrase: 'The patient reports [FINDING1] and has a [159 chars] tablish the underlying cause.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing symptom'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing observable entity'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing function'
		With phrase: 'Upon evaluation, the patient exhibits [F [158 chars]  plan appropriate management.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing symptom'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing observable entity'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing function'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'observation of cough'
		With phrase: 'During the consultation, the patient des [173 chars] e out other potential causes.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing symptom'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing observable entity'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing function'
		With phrase: "The patient's symptoms include [FINDING1 [132 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing observable entity'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing function'
		With phrase: 'The clinical presentation of [FINDING1]  [100 chars] iagnostic tests are required.\n'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing'
			FOUND_OTHER [263731006 (Coughing)] for placeholder [FINDING1] with CUI '49727002' and name 'coughing observable entity'
		With phrase: 'The patient presents with [FINDING1] and [139 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'The patient reports [FINDING1] and has a [189 chars] tablish the underlying cause.\n'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'Upon evaluation, the patient exhibits [F [188 chars]  plan appropriate management.\n'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'During the consultation, the patient des [203 chars] e out other potential causes.\n'
			FAIL for placeholder [FINDING1] with CUI '21522001' and name 'abdomen pain'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: "The patient's symptoms include [FINDING1 [162 chars] nfirm this working diagnosis.\n"
			FAIL for placeholder [FINDING1] with CUI '21522001' and name 'abdomen pain'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'The clinical presentation of [FINDING1]  [130 chars] iagnostic tests are required.\n'
			FOUND_OTHER [73063007 (Colicky pain)] for placeholder [FINDING1] with CUI '21522001' and name 'colicky pain'
		With phrase: 'The patient presents with [FINDING1] and [113 chars] red to confirm the diagnosis.\n'
			FAIL for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'The patient reports [FINDING1] and has a [163 chars] tablish the underlying cause.\n'
			FAIL for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'Upon evaluation, the patient exhibits [F [162 chars]  plan appropriate management.\n'
			FAIL for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'During the consultation, the patient des [177 chars] e out other potential causes.\n'
			FAIL for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: "The patient's symptoms include [FINDING1 [136 chars] nfirm this working diagnosis.\n"
			FAIL for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'The clinical presentation of [FINDING1]  [104 chars] iagnostic tests are required.\n'
			FAIL for placeholder [FINDING1] with CUI '25064002' and name 'ha'
		With phrase: 'The patient presents with [FINDING1] and [125 chars] red to confirm the diagnosis.\n'
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
		With phrase: 'The patient reports [FINDING1] and has a [175 chars] tablish the underlying cause.\n'
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
		With phrase: 'Upon evaluation, the patient exhibits [F [174 chars]  plan appropriate management.\n'
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
		With phrase: 'During the consultation, the patient des [189 chars] e out other potential causes.\n'
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
		With phrase: "The patient's symptoms include [FINDING1 [148 chars] nfirm this working diagnosis.\n"
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
		With phrase: 'The clinical presentation of [FINDING1]  [116 chars] iagnostic tests are required.\n'
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'eruption'
			FOUND_DIR_PARENT [1806006 (Eruption)] for placeholder [FINDING1] with CUI '271807003' and name 'exanthem'
		With phrase: 'The patient presents with [FINDING1] and [125 chars] red to confirm the diagnosis.\n'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in the pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptoms throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'faucitis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom non specific'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptom throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sorethroat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat diagnosis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngalgia'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throats'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngeal pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat sore'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat soreness'
		With phrase: 'The patient reports [FINDING1] and has a [175 chars] tablish the underlying cause.\n'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in the pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptoms throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'faucitis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom non specific'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptom throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sorethroat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat diagnosis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngalgia'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throats'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngeal pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat sore'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat soreness'
		With phrase: 'Upon evaluation, the patient exhibits [F [174 chars]  plan appropriate management.\n'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in the pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptoms throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx pain'
			FAIL for placeholder [FINDING1] with CUI '162397003' and name 'faucitis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom non specific'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptom throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sorethroat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat diagnosis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain pharynx'
			FAIL for placeholder [FINDING1] with CUI '162397003' and name 'pharyngalgia'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throats'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngeal pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat sore'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat soreness'
		With phrase: 'During the consultation, the patient des [189 chars] e out other potential causes.\n'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in the pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptoms throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'faucitis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom non specific'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptom throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sorethroat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat diagnosis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngalgia'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throats'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngeal pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat sore'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat soreness'
		With phrase: "The patient's symptoms include [FINDING1 [148 chars] nfirm this working diagnosis.\n"
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in the pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptoms throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'faucitis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom non specific'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptom throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sorethroat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat diagnosis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngalgia'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throats'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngeal pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat sore'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat soreness'
		With phrase: 'The clinical presentation of [FINDING1]  [116 chars] iagnostic tests are required.\n'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in the pharynx'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptoms throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat finding'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx pain'
			FAIL for placeholder [FINDING1] with CUI '162397003' and name 'faucitis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom non specific'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore symptom throat'
			FAIL for placeholder [FINDING1] with CUI '162397003' and name 'sorethroat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain in throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharynx discomfort'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat diagnosis'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain pharynx'
			FAIL for placeholder [FINDING1] with CUI '162397003' and name 'pharyngalgia'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throats'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pharyngeal pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'pain throat symptom'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'sore throat'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat pain'
			FOUND_ANY_CHILD [267102003 (Sore throat)] for placeholder [FINDING1] with CUI '162397003' and name 'throat sore'
			FOUND_OTHER [405737000 (Pharyngitis)] for placeholder [FINDING1] with CUI '162397003' and name 'throat soreness'
		With phrase: 'The patient presents with [FINDING1] and [129 chars] red to confirm the diagnosis.\n'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash morphologic abnormality'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin : a bump elevated under . 5cm papule as symptom'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin disorder'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular lesion'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule symptom'
		With phrase: 'The patient reports [FINDING1] and has a [179 chars] tablish the underlying cause.\n'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash morphologic abnormality'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin : a bump elevated under . 5cm papule as symptom'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin disorder'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular lesion'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule symptom'
		With phrase: 'Upon evaluation, the patient exhibits [F [178 chars]  plan appropriate management.\n'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash morphologic abnormality'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin : a bump elevated under . 5cm papule as symptom'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'rash papular'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin disorder'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular lesion'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule symptom'
		With phrase: 'During the consultation, the patient des [193 chars] e out other potential causes.\n'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash morphologic abnormality'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin disorder'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular lesion'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule symptom'
		With phrase: "The patient's symptoms include [FINDING1 [152 chars] nfirm this working diagnosis.\n"
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash morphologic abnormality'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin : a bump elevated under . 5cm papule as symptom'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'rash papular'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin disorder'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular lesion'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule symptom'
		With phrase: 'The clinical presentation of [FINDING1]  [120 chars] iagnostic tests are required.\n'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash morphologic abnormality'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin : a bump elevated under . 5cm papule as symptom'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'rash papular'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin disorder'
			FOUND_DIR_GRANDPARENT [25694009 (Papule) (25694009 (Papule))] for placeholder [FINDING1] with CUI '271757001' and name 'papule'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular rash'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papular lesion'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'papule of skin'
			FOUND_DIR_PARENT [70831001 (Papular rash)] for placeholder [FINDING1] with CUI '271757001' and name 'skin papule symptom'
		With phrase: 'The patient presents with [FINDING1] and [134 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING1] with CUI '386661006' and name 'high temperature'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [FINDING1] with CUI '386661006' and name 'hyperthermia'
		With phrase: 'The patient reports [FINDING1] and has a [184 chars] tablish the underlying cause.\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING1] with CUI '386661006' and name 'high temperature'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [FINDING1] with CUI '386661006' and name 'hyperthermia'
		With phrase: 'Upon evaluation, the patient exhibits [F [183 chars]  plan appropriate management.\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING1] with CUI '386661006' and name 'high temperature'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [FINDING1] with CUI '386661006' and name 'hyperthermia'
		With phrase: 'During the consultation, the patient des [198 chars] e out other potential causes.\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING1] with CUI '386661006' and name 'high temperature'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [FINDING1] with CUI '386661006' and name 'hyperthermia'
		With phrase: "The patient's symptoms include [FINDING1 [157 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING1] with CUI '386661006' and name 'high temperature'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [FINDING1] with CUI '386661006' and name 'hyperthermia'
		With phrase: 'The clinical presentation of [FINDING1]  [125 chars] iagnostic tests are required.\n'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING1] with CUI '386661006' and name 'high temperature'
			FOUND_OTHER [285717004 (High temperature)] for placeholder [FINDING1] with CUI '386661006' and name 'temperature high'
			FOUND_OTHER [1197782006 (Hyperthermia)] for placeholder [FINDING1] with CUI '386661006' and name 'hyperthermia'
		With phrase: 'The patient presents with [FINDING1] and [137 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stools'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose bowel motions'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stool'
		With phrase: 'The patient reports [FINDING1] and has a [187 chars] tablish the underlying cause.\n'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stools'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose bowel motions'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stool'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose bowel movement'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose bowel motion'
			FOUND_ANY_CHILD [267060006 (Diarrhea symptom)] for placeholder [FINDING1] with CUI '62315008' and name 'diarrhea symptoms'
		With phrase: 'Upon evaluation, the patient exhibits [F [186 chars]  plan appropriate management.\n'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stools'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose bowel motions'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stool'
		With phrase: 'During the consultation, the patient des [201 chars] e out other potential causes.\n'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stools'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose bowel motions'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stool'
		With phrase: "The patient's symptoms include [FINDING1 [160 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stools'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose bowel motions'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stool'
		With phrase: 'The clinical presentation of [FINDING1]  [128 chars] iagnostic tests are required.\n'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stools'
			FOUND_OTHER [398032003 (Loose stool)] for placeholder [FINDING1] with CUI '62315008' and name 'loose stool'
		With phrase: 'The patient presents with Cough and [FIN [107 chars] red to confirm the diagnosis.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
		With phrase: 'The patient reports Cough and has also b [157 chars] tablish the underlying cause.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
		With phrase: 'Upon evaluation, the patient exhibits Co [156 chars]  plan appropriate management.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'During the consultation, the patient des [171 chars] e out other potential causes.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
		With phrase: "The patient's symptoms include Cough and [130 chars] nfirm this working diagnosis.\n"
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'The clinical presentation of Cough and [ [98 chars] iagnostic tests are required.\n'
			FOUND_OTHER [271825005 (Respiratory distress)] for placeholder [FINDING2] with CUI '267036007' and name 'respiratory difficulties'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_OTHER [271825005 (Respiratory distress)] for placeholder [FINDING2] with CUI '267036007' and name 'respiratory difficulty'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'During the consultation, the patient des [176 chars] e out other potential causes.\n'
			FAIL for placeholder [FINDING2] with CUI '404640003' and name 'dizziness symptom'
			FAIL for placeholder [FINDING2] with CUI '404640003' and name 'dizziness finding'
			FAIL for placeholder [FINDING2] with CUI '404640003' and name 'dizziness'
		With phrase: 'The patient presents with Eruption of sk [133 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom finding'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptoms'
		With phrase: 'The patient reports Eruption of skin and [183 chars] tablish the underlying cause.\n'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom finding'
			FOUND_OTHER [1985008 (Vomitus)] for placeholder [FINDING2] with CUI '422400008' and name 'vomit'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptoms'
			FOUND_OTHER [1985008 (Vomitus)] for placeholder [FINDING2] with CUI '422400008' and name 'vomits'
		With phrase: 'Upon evaluation, the patient exhibits Er [182 chars]  plan appropriate management.\n'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom finding'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptoms'
		With phrase: 'During the consultation, the patient des [197 chars] e out other potential causes.\n'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom finding'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptoms'
		With phrase: "The patient's symptoms include Eruption  [156 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom finding'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptoms'
		With phrase: 'The clinical presentation of Eruption of [124 chars] iagnostic tests are required.\n'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom finding'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'regurgitation gastric contents'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'gastric content regurgitation'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptom'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'emesis'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'gastric contents regurgitation'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'vomiting symptoms'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'regurgitation gastric content'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'throw up'
			FOUND_OTHER [249497008 (Vomiting symptom)] for placeholder [FINDING2] with CUI '422400008' and name 'throwing up'
		With phrase: 'The patient presents with Pain in throat [132 chars] red to confirm the diagnosis.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
		With phrase: 'The patient reports Pain in throat and h [182 chars] tablish the underlying cause.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
		With phrase: 'Upon evaluation, the patient exhibits Pa [181 chars]  plan appropriate management.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'During the consultation, the patient des [196 chars] e out other potential causes.\n'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
		With phrase: "The patient's symptoms include Pain in t [155 chars] nfirm this working diagnosis.\n"
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'The clinical presentation of Pain in thr [123 chars] iagnostic tests are required.\n'
			FOUND_OTHER [271825005 (Respiratory distress)] for placeholder [FINDING2] with CUI '267036007' and name 'respiratory difficulties'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing'
			FOUND_DIR_PARENT [230145002 (Difficulty breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'difficulty breathing finding'
			FOUND_OTHER [271825005 (Respiratory distress)] for placeholder [FINDING2] with CUI '267036007' and name 'respiratory difficulty'
			FOUND_OTHER [386813002 (Abnormal breathing)] for placeholder [FINDING2] with CUI '267036007' and name 'abnormal breathing'
		With phrase: 'The patient presents with Papular erupti [127 chars] red to confirm the diagnosis.\n'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention morphologic abnormality'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'not passing urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder retention'
			FOUND_OTHER [54768000 (Distension of urinary bladder)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'cannot pass urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'increased post void residual urine volume'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder inability to empty'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention of urine diagnosis'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention of urine unspecified'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'inability to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to pass urine'
			FOUND_DIR_GRANDPARENT [36850000 (Retention) (36850000 (Retention))] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine finding'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention diagnosis'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urinary'
		With phrase: 'The patient reports Papular eruption and [177 chars] tablish the underlying cause.\n'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention morphologic abnormality'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'not passing urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder retention'
			FOUND_OTHER [54768000 (Distension of urinary bladder)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'cannot pass urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'increased post void residual urine volume'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder inability to empty'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'inability to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to pass urine'
			FOUND_DIR_GRANDPARENT [36850000 (Retention) (36850000 (Retention))] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine finding'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention diagnosis'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urinary'
		With phrase: 'Upon evaluation, the patient exhibits Pa [176 chars]  plan appropriate management.\n'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention morphologic abnormality'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'not passing urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder retention'
			FOUND_OTHER [54768000 (Distension of urinary bladder)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'cannot pass urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'increased post void residual urine volume'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder inability to empty'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention of urine diagnosis'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention of urine unspecified'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'inability to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to pass urine'
			FOUND_DIR_GRANDPARENT [36850000 (Retention) (36850000 (Retention))] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine finding'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention diagnosis'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urinary'
		With phrase: 'During the consultation, the patient des [191 chars] e out other potential causes.\n'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention morphologic abnormality'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'not passing urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder retention'
			FOUND_OTHER [54768000 (Distension of urinary bladder)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'cannot pass urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'increased post void residual urine volume'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder inability to empty'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'inability to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to pass urine'
			FOUND_DIR_GRANDPARENT [36850000 (Retention) (36850000 (Retention))] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine finding'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention diagnosis'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urinary'
		With phrase: "The patient's symptoms include Papular e [150 chars] nfirm this working diagnosis.\n"
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention morphologic abnormality'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'not passing urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder retention'
			FOUND_OTHER [54768000 (Distension of urinary bladder)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'cannot pass urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'increased post void residual urine volume'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder inability to empty'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'inability to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to pass urine'
			FOUND_DIR_GRANDPARENT [36850000 (Retention) (36850000 (Retention))] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine finding'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urinary'
		With phrase: 'The clinical presentation of Papular eru [118 chars] iagnostic tests are required.\n'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention morphologic abnormality'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'not passing urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder retention'
			FOUND_OTHER [54768000 (Distension of urinary bladder)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder distention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'cannot pass urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'increased post void residual urine volume'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'bladder inability to empty'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'inability to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urine retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to pass urine'
			FOUND_DIR_GRANDPARENT [36850000 (Retention) (36850000 (Retention))] for placeholder [FINDING2] with CUI '267064002' and name 'retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urine'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to empty bladder'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'rndx urinary retention'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'unable to void urine finding'
			FOUND_DIR_PARENT [1251594002 (Urine retention)] for placeholder [FINDING2] with CUI '267064002' and name 'retention urinary'
		With phrase: 'The patient reports Diarrhea and has als [184 chars] tablish the underlying cause.\n'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'pain in throat finding'
			FOUND_DIR_PARENT [162397003 (Pain in throat)] for placeholder [FINDING2] with CUI '267102003' and name 'pain in throat'
		With phrase: 'Upon evaluation, the patient exhibits Di [183 chars]  plan appropriate management.\n'
			FOUND_OTHER [405737000 (Pharyngitis)] for placeholder [FINDING2] with CUI '267102003' and name 'throat soreness'
		With phrase: 'The clinical presentation of Diarrhea an [125 chars] iagnostic tests are required.\n'
			FOUND_OTHER [405737000 (Pharyngitis)] for placeholder [FINDING2] with CUI '267102003' and name 'throat soreness'
		With phrase: 'The patient presents with Chest pain and [117 chars] red to confirm the diagnosis.\n'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain finding'
		With phrase: 'The patient reports Chest pain and has a [167 chars] tablish the underlying cause.\n'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain finding'
		With phrase: 'Upon evaluation, the patient exhibits Ch [166 chars]  plan appropriate management.\n'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain finding'
		With phrase: 'During the consultation, the patient des [181 chars] e out other potential causes.\n'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain finding'
		With phrase: "The patient's symptoms include Chest pai [140 chars] nfirm this working diagnosis.\n"
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain finding'
		With phrase: 'The clinical presentation of Chest pain  [108 chars] iagnostic tests are required.\n'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain'
			FOUND_OTHER [225566008 (Ischemic chest pain)] for placeholder [DISORDER] with CUI '194828000' and name 'ischemic chest pain finding'
		With phrase: 'The patient presents with Joint pain and [126 chars] red to confirm the diagnosis.\n'
			FAIL for placeholder [DISORDER] with CUI '69896004' and name 'ra'
		With phrase: 'The patient reports Joint pain and has a [176 chars] tablish the underlying cause.\n'
			FAIL for placeholder [DISORDER] with CUI '69896004' and name 'ra'
		With phrase: 'Upon evaluation, the patient exhibits Jo [175 chars]  plan appropriate management.\n'
			FAIL for placeholder [DISORDER] with CUI '69896004' and name 'ra'
		With phrase: 'During the consultation, the patient des [190 chars] e out other potential causes.\n'
			FAIL for placeholder [DISORDER] with CUI '69896004' and name 'ra'
		With phrase: "The patient's symptoms include Joint pai [149 chars] nfirm this working diagnosis.\n"
			FAIL for placeholder [DISORDER] with CUI '69896004' and name 'ra'
		With phrase: 'The clinical presentation of Joint pain  [117 chars] iagnostic tests are required.\n'
			FAIL for placeholder [DISORDER] with CUI '69896004' and name 'ra'
The JSON output example (truncated)

A truncated example json output.
It shows the overall findings along with the per-phrase findings.
But examples are only (currently) kept for the per-phrase parts to avoid duplicating data.

{
    "name": "default_regression_tests.yml",
    "parts": [
        {
            "name": "test-case-1",
            "findings": {
                "IDENTICAL": 649,
                "SMALLER_SPAN": 1,
                "FAIL": 6,
                "FOUND_ANY_CHILD": 7,
                "FOUND_OTHER": 2
            },
            "per_phrase_results": {
                "Description: Acute appendicitis\nCC: [FINDING1] on presentation; then developed Fever\nHX: On the day of presentation, this 32 y/o RHM suddenly developed ap and Nausea. Four hours later he experienced sudden Fever lasting two hours. There were no other associated symptoms except for the ap and Nausea. He denied Diarrhea.\n": {
                    "name": "Description: Acute appendicitis\nCC: [FINDING1] on presentation; then developed Fever\nHX: On the day of presentation, this 32 y/o RHM suddenly developed ap and Nausea. Four hours later he experienced sudden Fever lasting two hours. There were no other associated symptoms except for the ap and Nausea. He denied Diarrhea.\n",
                    "findings": {
                        "IDENTICAL": 1
                    },
                    "examples": []
                }
            }
        }
    ]
}

Make sure to compare the correct annotation, not just hoping for any CUI annotated to match the one we are looking for.
Output the specifics of the type of match that was found:
 - Identical
 - Bigger / smaller span
 - Random overlap
 - Parents / grandparetns, or children
Add strictness options to summary (success / failure).
Remove 'Failure reason' and 'Failre descriptor' - now using Finding instead.
Remove simplified success/failure metrics wherever relevant.
Fix tests that relied on old logic and fix test-time replacement/cui location.
@tomolopolis
Copy link
Member

Task linked: CU-86956du3q Revisit regression

@mart-r mart-r marked this pull request as draft July 26, 2024 16:49
mart-r added 21 commits July 30, 2024 10:51
And more specifically, treat each one as their own sub-case
@mart-r mart-r force-pushed the CU-86956du3q-revisit-regression2 branch from f6498ae to f70386a Compare August 21, 2024 14:27
@mart-r mart-r marked this pull request as ready for review August 21, 2024 14:33
@mart-r
Copy link
Collaborator Author

mart-r commented Aug 21, 2024

As a comment, I've now added a few new files and a new step to the main workflow.

The files include:

  • Some fake CDB input data
    • tests/resources/creation/preprocessed4cdb.txt
    • Includes some non-ambiguous concepts
    • Includes some ambiguous names
      • Changed 'fit' to 'fittest' since otherwise the name seemed too short to disambugate
      • Though that shouldn't really be the case (I might have made some other changes as well)
      • Regardless, the disambiguation is important here rather than the actual names
  • Some fake Vocab data
    • tests/resources/creation/vocab_data.txt
    • Something to create a vocab and help with context
  • Some self-supervised training data
    • tests/resources/creation/selfsupervised_data.txt
    • With a pre-decided context for some concepts
    • Only non-ambiguous names are used
  • Some supervised training data
    • tests/resources/creation/supervised_mct_export.json
    • With similar pre-decided context
    • With some ambiguous names as well
  • A regression tests suite
    • tests/resources/regression/testing/test_model_regresssion.yml
    • With parts for non-ambiguous names
    • With parts for ambiguous names

The workflow addition does the following:

  • Creates the model pack and trains on the given data
    • Uses tests/resources/creation/preprocessed4cdb.txt to create a CDB
    • Uses tests/resources/creation/vocab_data.txt to create a Vocab
    • Trains (self-supervised) on tests/resources/creation/selfsupervised_data.txt
    • Trains (supervised) on tests/resources/creation/supervised_mct_export.json
    • Saves the model pack at tests/resources/simple_model4test_<hash>.zip
  • Runs regression suite
    • Using newly created model at tests/resources/regression/creation/simple_model4test*.zip
    • Targeting tests/resources/regression/testing/test_model_regresssion.yml
    • With a flag to return a non-0 exit status if any cases fail
  • Cleans up
    • At tests/resources/regression/creation/simple_model4test_*
    • Removing both the .zip and the folder

EDIT:
Had to make some changes to this. Due to the concurrent jobs (i.e python 3.8/9/10/11) the existing workflow wasn't reliable.
The gist of it is the same. It's just now handled within a small bash script that makes sure the correct model pack file is used locally to the specific run.

string is returned.
If it's longer, the first `keep_front` are kept, then the number of chars
is included in brackets (e.g `" [123 chars] "`), and finally the last
`keeo_rear` characters are included.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo keeo

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eeo

def add_doc_strings_to_enum(cls: Type[Enum]) -> None:
"""Add doc strings to Enum as they are described in code right below each constant.

The way python works means that the doc strins defined after an Enum constant do not
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo strins

Copy link
Member

@tomolopolis tomolopolis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - just some doc string typos

@mart-r mart-r merged commit 7862182 into master Aug 28, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants