Dr. Moore
Dr. Kao
Dr. Brown
Resource Description Framework for Mucosal Surface Pathology.
G. William Moore, MD, PhD (George.Moore4@va.gov) [1,2,3];
Lawrence A. Brown, MD [1,2]; Grace F. Kao, MD [1,4].
Pathology and Laboratory Medicine Service, Veterans Affairs
Maryland Health Care System, Baltimore, MD [1]; Department of Pathology,
University of Maryland Medical System, Baltimore, MD [2]; Department
of Pathology, The Johns Hopkins Medical Institutions, Baltimore, MD [3];
and Department of Dermatology, George Washington University School
of Medicine, Washington, DC [4].
http://www.netautopsy.org/mucordfh.htm
Content: Tumors of mucosal surfaces are among the most common human
malignancies. The pathogenesis of these tumors is well-studied, but
scattered in articles and textbooks. Resource Description Framework (RDF)
is a general syntax for writing computer-parsable ordered triples, that
export meaning among databases on the semantic worldwide web, by binding
a described datum to a specified subject. Internet web-crawler programs
can interrogate multiple RDF documents, and draw inferences from these
ordered triples.
Technology: Perl programming language, classical propositional logic,
non-monotonic logic.
Design: We propose a hierarchical classification for human mucosal surface
tumors, and present a Perl computer script for translating this hierarchy
into RDF code, in the style of the Laboratory Data Imaging Project.
This hierarchical classification employs classical logic, with additional
features to handle non-monotonic logic ("Sutton's Law") and ethical
constraints ("first do no harm").
Results: This human mucosal surface tumor RDF class hierarchy is
mathematically consistent. Over 200 theorems of classical and modal logic
are proved in the system. An Intercalation Theorem (for inserting
new concepts) and a Retirement Theorem (for removing obsolete concepts)
are stated and proved.
Conclusion: This RDF hierarchy serves to organize the vast knowledge of
mucosal surface pathology in the format of the semantic worldwide web,
in a manner that incorporates both clinical and pathologic findings.
Identifier:ldip:Patient Class Label:Patient versionInfo (required): 0.1 Registration Authority (required): Association for Pathology Informatics Language:en Obligation:optional Maximum occurrence:Unlimited Cardinality (required):/[0-9]+/ Datatype: Literal comment: The patient, unambiguously denoted by the required ordered quadruple: patient_name (=patient_surname, patient_givenname, patient_honorific), patient_social_security_number, patient_date_of_birth, and patient_gender. Includes: patient_insurance. subClassOf:Person Contributor:Bill Moore Date_of_contribution:11-13-2006
+∀
...
+□∞+hoofbeats_in_street
+□5+horses
+□1+zebras
where □p denotes necessarily p; and
◇p denotes possibly p.
+∀
...
+□∞+non_hemorrhagic_pigmented_long_duration
+□5+seborrheic_keratosis
+□1+melanoma
{+∀, +skin_biopsy, +basal_cell_carcinoma}
{+∀, +skin_biopsy, -basal_cell_carcinoma},
{+∀, -skin_biopsy, +basal_cell_carcinoma},
{+∀, -skin_biopsy, -basal_cell_carcinoma}.
Theorem §9.1.
+∀
+p
+q
...
+r
+t
+u
+s
...
is consistent.
Theorem §9.2.
+p
+p
Theorem §9.3.
+p +p
+q ⇒ +q
+q
+q
...
Theorem §9.5.
+p +p
+q ⇔ +p
+r +q
+s +p
+r
+s
+p +p
+p +q
+q ⇒ +r
+r
+p
+s
+t
+p +p
+p ⇒ +q
+q
+r
+p
-r
1. $zp: It is certain at level z whether p (doxastic modal logic, Greek: δοξα = doxa = belief);
2. #: It is demanded to know whether d; (deontic modal logic, Greek: δεον = deon = obligation, command);
3. !: It is paid to know whether d. (telontic modal logic, Greek: τελων = telón = payment, taxation).
+ultimate_class=+∀
+person
+event
+temporal
+spatial
+mass
+temperature
+homunculus
+cardiovascular_system
+respiratory_system
+gastrointestinal_system
+genitourinary_system
+endocrine_system
+musculoskeletal_system
+lymphoreticular_system
+nervous_system
+integumentary_system
+morbulus
+data_object
+specimen
+reagent
+instrument
+terminology
One may focus on the integumentary_system, under which there are
epidermis, dermis, skin_appendage, and subcutaneous_tissue,
summarized as follows:
+ultimate_class=+∀
...
+event
...
+homunculus
...
+integumentary_system
+epidermis
+stratum_corneum
+stratum_granulosum
+stratum_spinosum
+stratum_basale
+dermis
+papillary_dermis
+reticular_dermis
+skin_appendage
+hair
+nail
+apocrine_gland
+eccrine_gland
+sebaceous_gland
+subcutaneous_tissue
+adipose
+connective_tissue
+vascular
+nerve
Analogously, he Morbulus Class is a reference model of human diseases,
that may be divided broadly into seven systems:
+Ultimate_class=+∀
...
+Event
...
+Morbulus
+normal_variant
+congenital
+inflammatory
+non_infectious
+infectious
+bacterial
+fungal
+mycobacterial
+viral
+rickettsial
+treponemal
+vascular
+traumatic
+ischemic
+vasculopathy
+neoplastic
+benign
+dysplastic
+neoplasm_primary
+neoplasm_metastatic
+metabolic
+systemic
The homunculus and morbulus namespace subhierarchies may be constructed
to an arbitrary level of refinement. For anatomic structures,
the Nomina Anatomica provides a detailed model for such
an RDF hierarchy. For diseases, one may use text tables in standard
pathology textbooks. Other event classes might include:
embryonula, physiologula, genomula, traumula, etc.
<+g_moore,+left_axillary_lymphadenopathy,+no>In the first two ordered triples, the subject is ambiguous. For example, in the 2007 Baltimore, MD, telephone directory alone, there are xxx g_moores; however, there is only one g_moore who serves as a staff pathologist at the Baltimore VA Medical center. The last two ordered triples have uniquely identified subjects.
<+g_moore,+right_eye_lens_prosthesis,+yes>
<+superman,+xray_vision,+yes>
<+lou_gehrig,+amyotrophic_lateral_sclerosis,+yes>
1. American-English spelling, American-Roman alphabet, all lower case. Examples: hemochromatosis NOT haemochromatosis; esophagus NOT oesophagus; behcet NOT Behçet.Ordered triples can export their meaning between different databases on the worldwide web, because they bind a described datum to a specified subject. This feature of ordered triples supports data integration of heterogeneous data; and facilitates the design of internet web-crawler programs, called software agents, that can interrogate multiple RDF documents on the worldwide web, and initiate their own actions, based on inferences yielded from retrieved ordered triples. Resource Description Framework (RDF) is a general syntax for writing computer-parsable ordered triples. Detailed instructions and computer software for preparing web-ready RDF files are available in the public domain (Berman, 2007, Berman and Moore, 2007). Berman (2004) has constructed a strict hierarchy for over 100,000 human neoplasms, organized by embryologic origin, that is computer-parsable and RDF-translatable.
2. Blankspace, hyphen, and other punctuation replaced by underline (_). No apostrophe or apostrophe_s. All nouns singular. Examples: hashimoto_thyroiditis, wilms_tumor, graves_disease, hodgkin_disease.
3. Metadata inheritance denoted by carriagereturn and indentation, or ⇒.
4. Metadata sibship denoted by carriagereturn and no indentation, or |.
5. Existing standards used, where applicable and freely available.
6. Date/time convention: International Standards Organization, ISO 8601.
7. All stopwords, barrierwords, or low-information words (prepositions, conjunctions, articles, pronouns, auxiliary verbs, and disease, syndrome, condition, method, modified, solution, and technique) are removed or placed at the end of the phrase. Example: zuckerkandl_organ NOT Organ of Zuckerkandl.
In memory of Willie Sutton's proclivity for dollars ($) (Moore et al, 1978), we write:∞ : absolutely_certain. ..... 6 : very_frequent 5 : frequent 4 : common 3 : uncommon 2 : rare 1 : very_rare 0 : absolutely_uncertain.
The Zebra Rule might be formalized as:$∞ : absolutely_certain. ..... $6 : very_frequent $5 : frequent $4 : common $3 : uncommon $2 : rare $1 : very_rare $0 : absolutely_uncertain.
+∀
...
+hoofbeats_in_street
+horses
+$5horses
+zebras
+$1zebras
For example, +hoofbeats_in_street implies +horses or
+zebras. If there are +hoofbeats_in_street, then it is frequent
that there are +horses, but very_rare that there are +zebras.
+∀
...
+hoofbeats_in_street
+horses
+$5horses
(Details of calculation are given below).
+∀
...
+□∞+hoofbeats_in_street
+□5+horses
+□1+zebras
+∀
...
+bleeding_pigmented_skin_lesion
+pigmented_seborrheic_keratosis
+intradermal_nevus
+atypical_compound_nevus
+malignant_melanoma
The courses of action include:
+∀
...
+bleeding_pigmented_skin_lesion
+routine_followup
+early_followup
+immediate_skin_biopsy
Then:
+∀
...
+bleeding_pigmented_skin_lesion_long_duration_questionable_history_trauma
+$4malignant_melanoma
+malignant_melanoma
Because of the possibility of a malignant_melanoma
(+$4malignant_melanoma), and the seriousness of this
diagnosis if present, the dermatologist has an indication for biopsying
the lesion:
+∀
...
+malignant_melanoma
+$4malignant_melanoma
+immediate_skin_biopsy
+$1malignant_melanoma
+early_followup
On the other hand, if the patient is certain that the lesion has been present
since childhood, and was recently traumatized, then:
+∀
...
+bleeding_pigmented_skin_lesion_short_duration_trauma
+$1malignant_melanoma
+malignant_melanoma
In this case, since the possibility of a malignant_melanoma is very_rare
(+$1malignant_melanoma), there is an indication
for followup only. These two scenarios have the same differential
diagnosis but different certainty levels, resulting potentially
in different clinical actions.
-p +p nand +p +p ⇒ +q +p nand -q +p & +q -p nand -p, -q nand -q +p | +q -p nand -q +p ⇔ +q +p nand -q, -p nand +q
+p
+q
+s
+t
...
+r
+u
+v
...
...
For example:
+∀
...
+anatomy
+skin
+epidermis
+stratum_corneum
+stratum_granulosum
...
+dermis
+papillary_dermis
+reticular_dermis
...
+skin_appendage
+hair
+nail
+eccrine_gland
+apocrine_gland
...
...
For each element in a relationspace hierarchy that has children, the
following propositional logic sentence obtains: (the_element &
its_parent & its_grandparent &...) ⇒ (its_child | its_child |
its_child | ...), where ⇒ means "implies" or "if...then";
& means "and"; and | means "inclusive_or". In the above
example, +skin⇒(+epidermis|+dermis|+skin_appendage|...);
(+skin&+epidermis)⇒(+stratum_corneum|stratum_granulosum|...),
(+skin&+dermis)⇒(+papillary_dermis|+reticular_dermis|...),
etc.
Double Negative Rule: --p = +p.That is, a double negative is a positive; not (+p or +q) equals (-p and -q); not (+p and +q) equals (-p or -q), etc. These rules are used to solve expressions in a manner similar to high-school algebra.
Demorgan's Rules: -(+p|+q) = (-p&-q); and -(+p&+q) = (-p|-q)
Distributive Rules: ((+p|+q)&+r) = ((+p&+r)|(+q&+r)); and ((+p&+q)|+r) = ((+p|+r)&(+q|+r)).
Whitehead-Russell Transform: (+p⇒+q) = (-p|+q)
Not: ~.A possible patient description is a set that contains anypatient, denoted ∀, and exactly one true_false value for each proposition. For example, the four possible patient descriptions for a system containing propositions skin_biopsy and basal_cell_carcinoma are:
Membership, ∈: x ∈ X denotes: x belongs to (or is a member of) X.
Union, ∪: X = (Y ∪ Z) is the set of all members of Y or Z or both.
Intersection, ∩: X = (Y ∩ Z) is the set of all members of both Y and Z.
Subset, ⊆: X ⊆ Y if and only if every member of X is also a member of Y.
Superset, ⊇: X ⊇ Y if and only if every member of Y is also a member of X.
Set_subtraction, -: X = (Y - Z) is the set of all members of Y but not Z.
{+∀, +skin_biopsy, +basal_cell_carcinoma}The collection of all possible patient descriptions is a possible patient description table or a truth table. This concept is developed in the philosophy literature as possible worlds.
{+∀, +skin_biopsy, -basal_cell_carcinoma},
{+∀, -skin_biopsy, +basal_cell_carcinoma},
{+∀, -skin_biopsy, -basal_cell_carcinoma}.
{+∀, +skin_biopsy, +basal_cell_carcinoma}{+∀, +skin_biopsy, -basal_cell_carcinoma},{+∀, -skin_biopsy, +basal_cell_carcinoma},{+∀, -skin_biopsy, -basal_cell_carcinoma}.
Theorem §9.1. Consistency of Namespace.Definitions.
Theorem §9.2. Identity.
Theorem §9.3. Or-expansion:
Theorem §9.4. Telescoping.
Theorem §9.5. Contextualization:
Theorem §9.6. Intercalation.
Definition §9.1. Consistency is the property of a system that no statement and its negation may be deduced from the system. That is, {+∀} is not a nandset for the system.Proofs.
Theorem §9.1. Consistency of Namespace.is consistent.+∀ +p +q ... +r +t +u +s ...
Proof. We show that {+∀} is not a nandset for the namespace. For names p,q,r,..., construct possible patient descriptor nandset, {+∀, +p, +q, ..., +r, +s, ..., +t, +u, ...}. Then each name, r, occurs uniquely as a child in nandset, {+∀, +p, +q, ..., -r, -s, ...}, and as a parent in nansets such as {+∀, +p, +q, ..., +r, -t, -u, ...}. None of these nandsets are a subset of the constructed nandset, {+∀, +p, +q, ..., +r, +s, ..., +t, +u, ...}. Therefore, {+∀} is not a nandset for the namespace.
Theorem §9.2. Identity. A statement implies itself.+p +p
Proof. +p ⇒ +p. Nandset {+p, -p} is vacuous.
Theorem §9.3. Or-expansion: If +p implies +q, then +p implies +q or +q or +q or....+p +p +q ⇒ +q +q +q ...
Proof. IF. (+p ⇒ +q) ⇒ (+p ⇒ (+q | +q | +q |...)). Nandsets {-p, +p, -q, -q, -q,...} and {+q, +p, -q, -q, -q,...} are vacuous.
Proof. ONLY IF. (+p ⇒ (+q | +q | +q |...)) ⇒ (+p ⇒ +q). Nandsets {-p, +p, -q}, {+q, +p, -q}, {+q, +p, -q}, {+q, +p, -q}, ... are vacuous.
Theorem §9.4. Telescoping.
Proof. ((+p ⇒ +q) & ((+p & +q) ⇒ +r) & ((+p & +q & +r) ⇒ +s)) ⇒ (+p ⇒ +s). Nandsets {-p, -p, -p, +p, -s}, {-p, -p, -q, +p, -s}, {-p, -p, -r, +p, -s}, {-p, -p, +s, +p, -s}, {-p, -q, -p, +p, -s}, {-p, -q, -q, +p, -s}, {-p, -q, -r, +p, -s}, {-p, -q, +s, +p, -s}, {-p, +r, -p, +p, -s}, {-p, +r, -q, +p, -s}, {-p, +r, -r, +p, -s}, {-p, +r, +s, +p, -s}, {+q, -p, -p, +p, -s}, {+q, -p, -q, +p, -s}, {+q, -p, -r, +p, -s}, {+q, -p, +s, +p, -s}, {+q, -q, -p, +p, -s}, {+q, -q, -q, +p, -s}, {+q, -q, -r, +p, -s}, {+q, -q, +s, +p, -s}, {+q, +r, -p, +p, -s}, {+q, +r, -q, +p, -s}, {+q, +r, -r, +p, -s}, and {-q, +r, +s, +p, -s} are vacuous.
Theorem §9.5. Contextualization:+p +p +q ⇔ +p +r +q +s +p +r +s
Proof. ((+p ⇒ +q) & (+p ⇒ (+r | +s))) ⇒ (+p ⇒ +q) & ((+p & +q) ⇒ (+r | +s)). Nandsets {-p, +p, +q, -r, -s}, {+r, +p, +q, -r, -s}, and {+s, +p, +q, -r, -s} are vacuous.
Theorem §9.6. Intercalation. Procedure for inserting (intercalating) a new subhierarchy into the hierarchy, without disturbing the remainder of the hierarchy.+p +p +p +q +q ⇒ +r +r +p +s +t
Proof. (+p ⇒ (+q | +r)) & (+p ⇒ (+s | +t)) ⇒ (+p ⇒ (+q | +r)). {-p, -p, +p, -q, -r}, {-p, +s, +p, -q, -r}, {-p, +t, +p, -q, -r}, {+q, -p, +p, -q, -r}, {+q, +s, +p, -q, -r}, {+q, +t, +p, -q, -r}, {+r, -p, +p, -q, -r}, {+r, +s, +p, -q, -r}, and
Theorem §9.7. Retirement. Procedure for removing a subhierarchy (obsolete concept) without disturbing the remainder of the hierarchy.+p +p +p ⇒ +q +q +r +p -r
Proof. (+p ⇒ (+q | +r)) ⇒ (+p ⇒ +q). Nandsets {-p, -p, +p, -q}, {-p, -r, +p, -q}, {+q, -p, +p, -q}, {+q, -r, +p, -q}, {+r, -p, +p, -q}, and {+r, -r, +p, -q} are vacuous.
Rule 1. Complementizer Absorbs Negation.Rule 1. Complementizer Absorbs Negation. In linguistics, within a statement of the form, it is said that Homer was blind, the word that is a complementizer (Latin: complére: to fill up, complete), which connects the principal clause, namely it is said, with the dependent clause, namely, Homer was blind. Generalizing from this concept, we may regard the particles, $, #, !, as complementizers for datum d, or for entity e:
Rule 2. Fuzzy Certainty.
Rule 3. Data are Crisp.
Rule 4. Hippocratic.
Rule 5. Conative.
Rule 6. Vexative.
Rule 7. Ontologic.
Rule 8. Data Registration.
Rule 9. Schrödinger's Opening.
$ze: It is certain at level z whether e;These complementizers are negation neutral, i.e., if you are certain whether +d at level z, then you are certain that +d at level z, as well as that -d at level z. That is, $zd = $z+d = $z-d; likewise for #d, !d, and $ze.
$zd: It is certain at level z whether d;
#: It is demanded whether d;
!: It costs whether d.
+∀
+homunculus
+morbulus
Homunculus is the image of normal human anatomy, which serves as
the reference point for all processes, normal and abnormal,
within human medicine.
+∀
-homunculus
+homunculus
+gender
+female
+male
+gender_variant
+rare
+position
+left|+right|+bilateral|+midline|+laterality_not_specified.
+superior|+inferior|+anterior|+posterior|
+superficial|+deep|+lateral|+medial
+organ_system
+cardiovascular_system
+respiratory_system
+gastrointestinal_system
+genitourinary_system
+endocrine_system
+musculoskeletal_system
+lymphoreticular_system
+nervous_system
+integumentary_system
+epidermis
+stratum_corneum
+stratum_granulosum
+stratum_spinosum
+stratum_basale
+dermis
+skin_appendage
+subcutaneous_tissue
+morbulus
Morbulus comprises the general disease categories, and serves as
a reference point for all diseases within human medicine.
+∀
-morbulus
+morbulus
+skin
+congenital
+genodermatosis
+ichthyosis
+ichthyosis_vulgaris
+ichthyosis_x_linked
+ichthyosis_epidermolytic_hyperkeratosis
+ichthyosis_autosomal_recessive
+ichthyosis_erythroderma_variabilis
+ichthyosis_linearis_circumflexa
+acrokeratoelastoidosis
+dyskeratosis_congenita
+porokeratosis
+xeroderma_pigmentosum
+ectodermal_dysplasia
+epidermolysis_bullosa
+focal_dermal_hypoplasia_syndrom
+aplasia_cutis_congenita
+poikiloderma_congenitale
+bloom_syndrome
+ataxia_telangiectasia
+werner_syndrome
+epidermolysis_bullosa
+epidermolysis_bullosa_acquisita
+keratosis_follicularis_darier
+familial_benign_pemphigus_hailey_hailey
+acrodermatitis_verruciformis_hopf
+pseudoxanthoma_elasticum
+connective_tissue_nevus
+linear_melorheostotic_scleroderma
+winchester_syndome
+ehler_danlos_syndrome
+cutis_laxa
+pachydermoperiostosis
+urticaria_pigmentosa
+incontinentia_pigmenti
+hypomelanosis_ito
+inflammatory
+non_infectious
+autoimmune
+
+papulosquamous
+lichen_planus
+benign_lichenoid_keratosis
+keratosis_lichenoides_chronica
+lichen_nitidus
+lichen_striatus
+pityriasis_rubra_pilaris
+pityriasis_lichenoides
+lymphomatoid_papulosis
+vesiculobullous
+miliaria
+erythema_toxicum_neonatorum
+acropustulosis_infancy
+pemphigus
+pemphigus_vulgaris
+pemphigus_vegetans
+pemphigus_foliaceus
+pemphigus_erythematosus
+bullous_pemphigoid
+cicatricial_pemphigoid
+herpes_gestationis
+dermatitis_herpatiformis
+erythema_multiforme
+graft_vs_host_disease
+subcorneal_pustular_dermatosis
+transient_acantholytic_dermatosis
+friction_blister
+burn
+burn_electric
+burn_thermal
+granulomatous
+sarcoidosis
+cheilitis_granulomatosa
+=+mischer_melkersson_rosenthal_syndrome
+cheilitis_glandularis
+granuloma_annulare
+necrobiosis_lipoidica
+rheumatoid_nodule
+annular_elastolytic_granuloma
+granuloma_gluteal_infantum
+neutrophilic
+
+eosinophilic
+
+infectious
+bacterial
+impetigo
+bullous_impetigo
+staphylococcal_scalded_skin_syndrome
+ecthyma
+erysipelas
+necrotizing_fasciitis
+acute_superficial_folliculitis
+pseudomonas_folliculitis
+acute_deep_folliculitis
+chronic_superficial_folliculitis
+pseudofolliculitis_beard
+follicular_occlusion_triad
+hidradenitis_suppurativa
+acne_conglobata
+perifolliculitis_capitis_abscedens_suffodiens
+blastomycosis_like_pyuoderma_vegetans
+toxic_shock_syndrome
+acute_septicemia
+acute_menigococcemia
+pseudomonas_septicemia
+vibrio_vulnificus_septicemia
+chronic_septicemia
+chronic_menigococcemia
+chronic_gonococcemia
+malakoplakia
+tuberculosis
+fungal
+dermatophytosis
+erythrasma
+candidasis
+acute_mucocutaneous_candidasis
+chronic_mucocutaneous_candidasis
+disseminated_candidasis
+aspergillosis
+phycomycosis_mucormycosis
+cutaneous_alternariosis
+cutaneous_protothecosis
+north_american_blastomycosis
+paracoccidioidomycosis
+lobomycosis
+chromomycosis
+coccidioidomycosis
+cryptococcosis
+histoplasmosis
+african_histoplasmosis
+sporotrichosis
+actinomycosis
+nocardiosis
+mycetoma
+botryomycosis
+mycobacterial
+tuberculosis_primary
+tuberculosis_miliary
+lupus_vulgaris
+tuberculosis_verrucosa_cutis
+scrofuloderma
+tuberculosis_cutis_orificialis
+tuberculid
+papulonecrotic_tuberculid
+lichenoid_scrofulosorum
+viral
+herpes_simplex
+varicella_herpes_zoster
+variola
+human_cowpox
+eczema_herpeticum
+eczema_vaccinatum
+cytomegalic_inclusion_disease
+parapox_infection
+molluscum_contagiosum
+verruca
+verruca_vulgaris
+verruca_deep_palmoplantar
+verruca_plana
+epidermodysplasia_verricuformis
+condyloma_acuminatum
+bowenoid_papulosis_genitalia
+hand_foot_mouth_disease
+acquired_immunodeficiency_syndrome_aids
+trepomemal
+syphilis
+yaws
+pina
+lyme_borreliosis
+rickettsial
+protozoal
+leishmaniasis_oriental
+leishmaniasis_american
+leishmaniasis_post_kala_azar_dermal
+vascular
+traumatic
+ischemic
+noninflammatory_purpura
+senile_purpura
+scurvy
+idiopathic_thrombocytopenic_purpura
+autoerythrocyte_sensitization_syndrome
+coumadin_necrosis
+purpura_fulminans
+thrombotic_thrombocytopenic_purpura
+inflammatory_purpura
+leukocytoclastic_vasculutis
+cryoglobulinemia
+pustulosis_acuta_generalisata
+purpura_pigmentosa_chronica
+=+majocchi_schamberg_disease
+granuloma_faciale
+erythema_elevatum_diutinum
+acute_febrile_neutrophilic_dermatosis_sweet
+polyarteritis_nodosa
+vasculitis_granulomatosis
+allergic_granulomatosis
+wegener_granulomatosis
+lymphomatoid_granulomatosis
+midline_granuloma_face
+temporal_giant_cell_arteritis
+malignant_atrophic_papulosis_degos
+atrophie_blanche
+cutaneous_cholesterol_embolism
+livedo_reticularis
+sclerosing_lymphangitis_penis
+neoplastic
+benign
+dysplastic
+neoplasm_primary
+neoplasm_metastatic
+neoplastic
+epidermis
+cyst
+epidermal_inclusion_cyst
+milium_cyst
+trichilemmal_cyst
+steatocystoma_multiplex_cyst
+pigmented_follicular_cyst
+dermoid_cyst
+bronchogenic_cyst
+thyroglossal_duct_cyst
+cutaneous_ciliated_cyst
+median_raphe_penis_cyst
+eruptive_vellus_hair_cyst
+noncyst
+linear_epidermal_nevus
+nevus_comedonicus
+epidermolytic_acanthoma
+epidermolytic_acanthoma_isolated
+epidermolytic_acanthoma_disseminated
+oral_white_sponge_nevus
+seborrheic_keratosis
+large_cell_acanthoma
+clear_cell_acanthoma
+melanocytic
+appendage_hair
+hair_follicle_nevus
+trichofolliculoma
+dilated_pore
+pilar_sheath_acanthoma
+fibrofolliculoma_multiple
+trichodiscoma_multiple
+trichoepithelioma
+hair_follicle_hamartoma
+hair_follicle_hamartoma_generalized
+hair_follicle_hamartoma_localized
+pilomatricoma
+appendage_sebaceous
+appendage_apocrine
+appendage_eccrine
+fibrous_tissue
+fat
+muscle
+cartilage
+bone
+neural
+neuroendocrine
+vascular
+metastasis
+infiltrate_non_lymphoid
+infiltrate_lymphoid
+infiltrate_leukemic
+metabolic
+lipidosis
+hyperlipoproteinemia
+tangier_disease
+niemann_pick_disease
+gaucher_disease
+angiokeratoma_corporis_diffusum_fabry
+lipogranulomatosis_farber
+histiocytosis_x
+congenital_self_healing_reticulohistiocytosis
+indeterminate_cell_proliferative_disorder
+xanthoma_disseminatum
+diffuse_normolipemic_plane_xanthoma
+verriform_xanthoma
+juvenile_xanthogranuloma_paraproteinemia
+reticulohistiocytosis
+progressive_nodular_histiocytoma
+hereditary_progressive_mucinous_histiocytosis
+generalized_eruptive_histiocytoma
+benign_cephalic_histiocytosis
+amyloidosis
+primary_systemic_amyloidosis
+secondary_systemic_amyloidosis
+lichenoid_macular_amyloidosis
+nodular_amyloidosis
+colloid_milium_degeneration
+nodular_colloid_degeneration
+hyalinosis_cutis_mucosae
+porphyria
+pseudoporphyria_cutanea_tarda
+calcinosis_cutis
+metastatic_calcinosis_cutis
+dystrophic_calcinosis_cutis
+idiopathic_calcinosis_cutis
+idiopathic_calcinosis_scrotum
+subepidermal_calcified_nodule
+gout
+ochronosis
+mucinosis
+
+mucopolysaccharidosis
+acanthosis_nigricans
+idiopathic_hemochromatosis
+phrynoderma_vitamin_a_deficiency
+pellagra_vitamin_b_deficiency
+hartnup_disease
+oculocutaneous_tyrosinosis
+systemic
+lupus_erythematosus
+lupus_erythematosus_systemic
+lupus_erythematosus_discoid
+lupus_erythematosus_subacute
instant internet communication, publication
textbooks, indexes, tables of contents.
MS® Powerpoint® presentation subhierarchies.
1. Dermatopathology
a. Complex subspecialty of anatomic pathology
b. Large variety and number of skin diseases.
c. Described pathologic lesions.
d. Largest organ in the human body.
e. Direct exposure to environmental insults.
f. Accessibility for observation and biopsy.
g. Complex classification.
h. Clinicopathologic correlation important.
i. Published hierarchies.
2. Emergence of computers in anatomic pathology:
a. diagnostic reports.
b. quality assurance: turnaround time, outliers.
c. large specimen protocols for cancer therapy.
3. Standardized common data elements for:
a. sharing reports between institutions.
b. health care billing.
c. national health care policy.
4. Resource description framework hierarchy.
a. developed by Association for Pathology Informatics (LDIP project).
b. strict hierarchy of classes.
c. non-strict hierarchy of properties.
5. Possible patient descriptors model:
a. classical symbolic logic.
b. set theory
c. intercalation, retirement, theorems.
d. fuzzy set theory for major classes.
6. Discussion.
a. emerging electronic medical records; only 3% of U. S. hospitals.
b. large specimen protocols for cancer therapy, CAP, ACS; no std syntax.
c. common data elements for sharing reports, billing.
d. dermatopathology: complexity, interdisciplinary; needs standards.
e. open source; collegial discussion; improve patient care.
f. tracking cases electronically.
g. canary in the mine.
h. stratified sets, layered sets.
...
+homunculus
+skin
+ectoderm
+ordinary_ectoderm
+epidermis_surface
+stratum_corneum
+stratum_granulosum
+stratum_spinosum
+stratum_basale
+hair
+nail
+eccrine_sweat_gland
+apocrine_sweat_gland
+sebaceous_gland
+neurectoderm
+dendritic_cell
+neural_crest_cell
+mesoderm
+dermis
+corium
+subcorium
+subcutaneous_fat
+subcutaneous_connective_tissue
+blood_element
+lymphatic_element
+arrector_pili_muscle
+endoderm
+blood_vessel_endothelium
Theorem §9.1
However, for some purposes, it might be advantageous to classify the
skin_specimen by surface anatomy:
+skin_specimen
+surface anatomy
+face
+face_frontal_eminence
+face_glabella
+face_zygomatic_arch
+face_mental_protuberance
+face_mandibular_angle
+face_mandibular_inferior_border
+face_mastoid_process
+eye
+eye_iris
-skin_specimen
+eye_pupil
-skin_specimen
+eye_palpebral_fissure
+eye_palpebral_fissure_superior
+eye_palpebral_fissure_inferior
+eye_semilunar_fold
+eye_conjunctiva
+eye_lacrimal_caruncle
+eye_medial_angle
+eye_lateral_angle
+ear
+ear_tragus
+ear_antitragus
+ear_intertragic_incisure
+ear_lobule
+ear_acoustic_meatus_external
+ear_helix
+ear_antihelix
+oral_cavity
+oral_cavity_uvula
+oral_cavity_palatopharyngeal_notch
+oral_cavity_palatine_tonsil
+oral_cavity_palatoglossal_arch
+oral_cavity_tongue_vallate_papilla
+oral_cavity_tongue_fungiform_papilla
+neck_anterior
+neck_anterior_hyoid_bone
+neck_anterior_thyroid_cartilage
+neck_anterior_cricoid_cartilage
+neck_anterior_thyroid_gland
+neck_anterior_carotid_triangle
+neck_anterior_submental_triangle
+neck_anterior_submandibular_triangle
+neck_anterior_anterior_triangle
+neck_anterior_posterior_triangle
+neck_posterior
+lymph_node_cervical
+lymph_node_cervical_preauricular
+lymph_node_cervical_submental
+lymph_node_cervical_anterior
+lymph_node_cervical_posterior
+lymph_node_cervical_supraclavicular
+chest
+chest_jugular_notch
+chest_clavicle
+chest_sternal_angle
+chest_sternal_manubrium
+chest_costal_margin
+chest_xiphoid_process
+lymph_node_axillary
+lymph_node_axillary_lateral
+lymph_node_axillary_central
+lymph_node_axillary_apical
+lymph_node_axillary_anterior
+lymph_node_axillary_posterior
+abdomen_anterior
+abdomen_anterior_hypochondriac_left
+abdomen_anterior_epigastric
+abdomen_anterior_hypochondriac_right
+abdomen_anterior_lumbar_left
+abdomen_anterior_periumbilical
+abdomen_anterior_lumbar_right
+abdomen_anterior_iliac_left
+abdomen_anterior_hypogastric
+abdomen_anterior_iliac_right
+abdomen_anterior_linea_alba
+abdomen_anterior_mcburney_line
+abdomen_anterior_arcuate_line
+abdomen_anterior_inguinal_ligament
+abdomen_anterior_superior_iliac_spine
+abdomen_anterior_pubic_tubercle
+abdomen_posterior_iliac_crest
+back
+back_external_occipital_protuberance
+back_mastoid_process
+back_scapular_acromion
+back_scapular_spine
+back_spina_prominens
+back_vertebral_spinous_process
+back_sacral_dorsum
+back_iliac_crest
+upper_extremity
+upper_extremity_dorsal
+upper_extremity_ventral
+upper_extremity_proximal
+upper_extremity_distal
+lower_extremity
+lower_extremity_dorsal
+lower_extremity_ventral
+lower_extremity_proximal
+lower_extremity_distal
Exhaustive logical-set operations consist of:
Subset operation: if X is a valid nandset and X ⊆ Y, then Y is a valid nandset.Proof that exhaustive logical-set operations suffice to determine all and only the valid nandsets is given in Chapter 17. Appendix H. Theorems.
Theorem. (+p|+q) ⇒ (+p|+q|+r|...).
Proof. Nandsets {+p,-p,-q,-r,...} and {+q,-p,-q,-r,...} are both vacuous.
Set multiplication: if X,Y are valid nandsets; there exists an +x ∈ X such that -x ∈ Y; and X×Y = ((X ∪ Y) - {+x,-x}); then X×Y is a valid nandset.
Theorem. Modus Ponens. If ((+p ⇒ +q) and (+q ⇒ +r), then ((+p ⇒ +r).
Proof. Nandsets {-p,-q,+p,-r}, {-p,+r,+p,-r}, {+q,-q,+p,-r}, and {+q,+r,+p,-r} are all vacuous.
Theorem. Multiplication. If ((+p|+q) ⇒ +r) and (+r ⇒ (+s|+t)), then ((+p|+q) ⇒ (+s|+t)).
Proof. Nandsets {+p,-q,-r,+s,+t,+r}, {+p,-q,-r,+s,+t,-s}, and {+p,-q,-r,+s,+t,-t}, are all vacuous.
+∀
+p
.
.
.
+q
+r
+s
...
is implied by:
+∀
+q
+r
+s
...
BACKTRACK THEOREM.
(+∀ ⇒ (+q | -q)) and
(+∀ & +q) ⇒ (+r | +s | ...) implies
(+∀ & +p & ... & +q) ⇒ (+r | +s | ...).
+∀
+p
+q
+s
+t
...
+r
+u
+v
...
implies:
+∀
+p
+q
+s
+t
...
+r
+∀
+p
+r
+u
+v
...
is equivalent to:
+∀
+p
-q
+r
+p
+q
+s
+t
+∀
...
+r
+u
+v
...
where z represents certainty level. The partial membership value, v, is defined as: v = (1 - 2-z). Then as z ⇒ ∞, one is completely certain; whereas when z = 0, one is completely uncertain.z: word_description ___________________ 6: nearly_certain 5: frequent 4: common 3: uncommon 2: rare 1: very_rare
+skin_specimen
+small_round_blue_cell_tumor
+Merkel cell tumor
+small_cell_carcinoma_lung
+retinoblastoma
may be expanded into graded differential diagnoses, as follows:
+skin_specimen
+small_round_blue_cell_tumor
+adult
+heavy_smoker
+small_cell_carcinoma_lung
+common
+Merkel_cell_tumor
+rare
+retinoblastoma
+very_rare
+non_smoker
+Merkel_cell_tumor
+common
+small_cell_carcinoma_lung
+uncommon
+retinoblastoma
+very_rare
+child
+retinoblastoma
+common
+small_cell_carcinoma_lung
+very_rare
+Merkel_cell_tumor
+very_rare
We then invoke SUTTON'S LAW to narrow the possibilities, by abandoning
the rare and very_rare possibilities for the patient, +p, i.e.,
(+p ⇒ -rare) and (+p ⇒ -very_rare) i.e.,
by NOT robbing non-banks, where the money is unlikely to be. If the patient
is an adult heavy_smoker, then we may deduce that
(+p ⇒ +small_cell_carcinoma_lung)
| Number | Tumor Name | Primary Site | Age | Clinical Setting |
|---|---|---|---|---|
| 1 | Merkel Cell Tumor | Skin | Older Adult |
Isolated Lesion |
| 2 | Small Cell Carcinoma | Lung | Adult | Lung Mass, Widened Mediastinum |
| 3 | Esthesioneuroblastoma | Nasopharynx | Adult | Nasopharynx Mass |
| 4 | Ewing sarcoma | Bone, Soft tissue | Adolescent, Adult |
Bone, Soft tissue Mass |
| 5 | Retinoblastoma | Eye | Young Child |
Eye Mass |
| 6 | Nephroblastoma | Kidney | Young Child | Renal Mass |
| 7 | Neuroblastoma | Adrenal | Young Child | Adrenal Mass |
| 8 | Medulloblastoma | Brainstem | Young |