BIOLOGY LIST BASE ( MEDICAL DATABASE LIST FORM)
Entities and Attributes
-
- DiseaseID (Primary Key) - (PAGE LEVEL - ALPHABETIC CODE LEVEL)
- DiseaseName ( NAME LEVEL )
- Description ( SENTENCE LEVEL AND SENTENCE TYPES )
- Symptoms
- Causes
- TreatmentMethods
- Prognosis
-
- AnatomyID (Primary Key)
- AnatomyName
- Description
- Location
- Function
- RelatedDiseases
-
- InvestigationID (Primary Key)
- InvestigationName
- Description
- Purpose
- Procedure
- ResultsInterpretation
- RelatedDiseases
- RelatedAnatomy
-
- DrugID (Primary Key)
- DrugName
- GenericName
- ChemicalFormula
- Dosage
- SideEffects
- Indications
- Contraindications
- RelatedDiseases
- 5. Technique
- TechniqueID (Primary Key)
- TechniqueName
- Description
- Purpose
- Procedure
- RelatedDiseases
- RelatedAnatomy
Relationships Between Entities:
- Disease-Drug: Many-to-Many (A disease can be treated by multiple drugs, and a drug can treat multiple diseases)
DATA STRUCTURE
- Concept: Represents a medical concept (e.g., disease, procedure, anatomical site). Each concept has a unique identifier (concept ID) and a preferred term.
- Description: Provides a textual representation of a concept (e.g., “heart attack”). A concept can have multiple descriptions in different languages and contexts.
- Relationship: Defines the semantic relationship between two concepts (e.g., “is a part of,” “is associated with”). Relationships have a type (e.g., “isa,” “is_a_finding_of”) and a direction.
ABSTRACT STRUCTURE
- Create a root page: This page will represent the top-level of the SNOMED CT hierarchy.
- Add descriptions: Add the concept's descriptions below the heading.
- Link concepts: Use internal links (e.g., Concept Name) to link related concepts.
- Represent relationships: To represent relationships, you can use a table or a list format. For example:
Relationships
- Is a: Parent Concept
- Is a part of: Parent Concept
- Is associated with: Related Concept
SAMPLE
Heart Attack
- Description: A condition in which the blood supply to the heart is interrupted.
Relationships
- Is a: Acute Coronary Syndrome
- Is associated with: Chest Pain
- Is associated with: Shortness of Breath
Discussion