> ## Documentation Index
> Fetch the complete documentation index at: https://omniloy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Glossary

> Definitions of technical and medical terms used in SofIA

This glossary provides clear definitions of technical, medical, and system terms used in the SofIA documentation.

## Technical Terms

<Columns cols={2}>
  <Card title="API">
    **Application Programming Interface**. Set of protocols and tools that enable communication between different software applications.
  </Card>

  <Card title="BAA">
    **Business Associate Agreement**. Contractual agreement required by HIPAA between a covered entity and a business associate that handles PHI.
  </Card>

  <Card title="EHR">
    **Electronic Health Record**. Digital system that stores complete information about a patient's health, including medical history and diagnoses.
  </Card>

  <Card title="Cognitive Framework">
    Processing architecture based on specialized agents that coordinates analysis, generation, and validation tasks for clinical content.
  </Card>

  <Card title="HIS">
    **Health Information System**. Comprehensive healthcare information management system that includes administrative, clinical, and financial aspects.
  </Card>

  <Card title="JSON Schema">
    Standard for describing and validating the structure of JSON documents. SofIA uses Draft-07 to define clinical data schemas.
  </Card>

  <Card title="PHI">
    **Protected Health Information**. Individually identifiable health information that is protected under HIPAA regulations.
  </Card>

  <Card title="GDPR">
    **General Data Protection Regulation**. EU regulation that establishes rules for the protection and privacy of personal data.
  </Card>

  <Card title="SDK">
    **Software Development Kit**. Set of development tools including libraries, documentation, and components for integrating SofIA.
  </Card>

  <Card title="TLS">
    **Transport Layer Security**. Cryptographic protocol that provides security in communications. SofIA requires TLS 1.3.
  </Card>

  <Card title="Web Component">
    Web standard that allows creating custom and reusable HTML elements that encapsulate specific functionality.
  </Card>

  <Card title="WSS">
    **WebSocket Secure**. Bidirectional communication protocol over a secure TCP connection, used for real-time transcription.
  </Card>
</Columns>

## Medical Terminology

<Columns cols={2}>
  <Card title="ICD-10">
    **International Classification of Diseases, 10th revision**. Medical classification system developed by WHO to code diagnoses and procedures.
  </Card>

  <Card title="Clinical Coding">
    Process of assigning standardized codes to diagnoses, procedures, and other clinical elements to facilitate analysis.
  </Card>

  <Card title="Diarization">
    Technical process of identifying and separating different speakers in a medical audio recording.
  </Card>

  <Card title="Clinical Documentation">
    Systematic and structured recording of medical information about patient care, including evaluations and diagnoses.
  </Card>

  <Card title="Interoperability">
    Ability of different healthcare information systems to exchange and use data effectively and securely.
  </Card>

  <Card title="LOINC">
    **Logical Observation Identifiers Names and Codes**. Universal identification system for laboratory tests and clinical observations.
  </Card>

  <Card title="SNOMED CT">
    **Systematized Nomenclature of Medicine Clinical Terms**. International clinical terminology that provides codes for conditions and procedures.
  </Card>

  <Card title="Medical Transcription">
    Conversion of medical audio recordings into written text, with special attention to specialized clinical terminology.
  </Card>
</Columns>

## SofIA-Specific Terms

<Columns cols={2}>
  <Card title="Hallucination (Medical AI)">
    Generation of inaccurate or fabricated clinical information by artificial intelligence models, especially problematic in medical contexts.
  </Card>

  <Card title="handleReport">
    Callback function that receives structured clinical documents generated by SofIA for integration into EHR/HIS systems.
  </Card>

  <Card title="patientData">
    Object containing patient contextual information necessary for clinical processing, minimized according to privacy principles.
  </Card>

  <Card title="template">
    JSON schema that defines the structure and validation of clinical data that SofIA must generate according to specific requirements.
  </Card>

  <Card title="userId / patientId">
    Unique identifiers used for traceability and auditing in clinical data processing within the platform.
  </Card>

  <Card title="Clinical Validation">
    Process of verifying the accuracy and coherence of medical information automatically generated by AI systems.
  </Card>
</Columns>
