Patient Demographics

Clinical Resources

Patient Demographics

Overview

The Patient Demographics section captures key identifying details about a patient that are critical for linking medical records, verifying identity, and ensuring accurate clinical decision-making.

This information forms the foundation of every health record and supports seamless interoperability across healthcare systems.

Clinical Data in Source Documents

Patient demographic details typically appear in the introductory section of a clinical document - such as a face sheet, header, or a dedicated Patient Information block - within PDFs or C-CDAs.

These details include the patient’s full name, date of birth, gender, and other identifying information, often presented in tables or structured lists, but sometimes embedded within narrative text.

JSON Output

During processing, the platform extracts and organizes all demographic elements into a structured JSON format for consistency and ease of use.

The extracted fields include:

  • Personal Identifiers: First, middle, and last name; date of birth; age; gender; medical record number.
  • Contact Information: Address, phone number, email.
  • Language Preference: Primary language spoken by the patient.

This structured representation ensures that key patient details are normalized across different document types, enabling direct consumption by downstream systems or analytics pipelines.

FHIR Output

The extracted demographic fields are then mapped to a FHIR-compliant Patient resource, which provides a standardized structure for healthcare interoperability.

Key mappings include:

  • Name, Birth Date, Gender: Populated into the Patient.name, Patient.birthDate, and Patient.gender fields.
  • Identifiers: The medical record number is assigned to the Patient.identifier element.
  • Contact Details: Address, phone number, and email are mapped to Patient.address and Patient.telecom.
  • Language Preference: Captured in the Patient.communication.language element to indicate the patient’s primary language.