This pack translates the OpenScar six-table schema into a practical point-of-care capture workflow. It is intended for prospective scar and keloid registry pilots in plastic surgery clinics.
OpenScar does not diagnose, prescribe, select treatment, or replace clinician judgment. This pack only supports structured documentation, research preparation, and clinician-reviewed workflow design.
The retrospective pilot kit answers whether historical records can be cleaned into the schema. The prospective intake pack answers a different question:
Can the clinic collect the right scar data from the beginning, before records become incomplete?
Use this pack for:
- Baseline scar or keloid documentation.
- Follow-up visits after injection, laser, surgery, silicone, pressure therapy, radiotherapy, or observation.
- Internal registry pilots where governance approval already exists.
- De-identified research exports after clinical care documentation is complete.
Do not use it for:
- Patient-specific treatment recommendation.
- Autonomous recurrence prediction.
- Public release of identifiable images.
- Replacing consent, EHR documentation, or institutional review requirements.
- Confirm governance and consent status.
- Assign
patient_idandlesion_idvalues. - Complete the clinician intake form.
- Complete the patient symptom questionnaire.
- Capture scar photos using the photo checklist.
- Enter rows into the six-table schema.
- Run data dictionary and template validators.
- Keep any re-identification key outside this repository.
- Clinician Intake Form: structured baseline and follow-up capture for lesion, visit, treatment, and outcome fields.
- Patient Symptom Questionnaire: patient-reported pain, itch, satisfaction, functional impact, and cosmetic concern fields.
- Photo Capture Checklist: standardized image capture and quality-control checklist for ScarPhoto.
- OpenScar Data Dictionary: field-level dictionary for REDCap, Excel, or internal registry setup.
Each baseline visit should aim to create:
- One
patientrow. - One or more
lesionrows. - One
visitrow. - One or more
imagerows if photo capture is allowed. - Zero or more
treatmentrows depending on care delivered. - One future
outcomerow once follow-up occurs.
Each follow-up visit should aim to create:
- One
visitrow. - One or more
imagerows when photo capture is allowed. - Treatment rows when care is delivered.
- Outcome rows when response or recurrence can be assessed.
- Use date offsets for research exports.
- Use controlled vocabulary whenever possible.
- Mark missing values explicitly rather than inferring from silence.
- Separate patient-reported symptoms from clinician assessment.
- Treat image quality as metadata rather than as a cosmetic judgment.
- Review privacy status before any image pointer is exported.
Start with 10 prospective cases before scaling:
- Test whether the forms fit normal clinic flow.
- Measure how long capture takes.
- Identify fields that patients or clinicians frequently skip.
- Confirm that every captured field maps to the current six-table schema.
- Decide whether a REDCap or EHR-integrated version is worth building.