Actions
Feature #2472
closedFemCare: import patient records
Start date:
2025-02-10
Estimated time:
Description
We took a look at the patient records and thought about how to map the information:
- Original text
- Create a source
- name could be e.g. "Patient record 123"
- the text as description
- Nr.
- we could use and link a reference system but do we need it if the number is already in name and we won't have URLs anyway?
- Begin, End, diagnosis
- Create an event (activity)
- Use begin, end as dates
- Link to source
- Name could be e.g. "Patient visit 123" or "Patient visit of (name)"
- Link diagnosis as type to event
- Name, age (optional integer), death (boolean)
- Create a person
- Link to event and source
- If age available, create a time span for birth (Eva kindly suggested to add a few years time span to account for uncertainty)
- If death
- Add death date to person
- Add type "outcome: death" to event
- Everything so far agreeable?
- How to deal with duplicates, e.g. persons or similar spelled diagnoses
- Do we want to enter origin (Herkunft) as places and link them as residence or birth place?
- What should we do with "half empty" records, e.g. row 1606 to 1609
- Maybe we should create a "case study" custom type with a sub type "Patients" or similar (can be renamed later) just to be able to separate them from other data if needed.
Updated by Bernhard Koschiček-Krombholz 10 months ago
- Status changed from Assigned to In Progress
Updated by Alexander Watzinger 10 months ago
- Subject changed from Import patient records for FemCare to FemCare: import patient records
- Description updated (diff)
Updated by Alexander Watzinger 10 months ago
- Related to Feature #2486: FemCare: import sisters records added
Updated by Bernhard Koschiček-Krombholz 10 months ago
- Description updated (diff)
Updated by Bernhard Koschiček-Krombholz 10 months ago
- Status changed from In Progress to Resolved
Finished the import script, that covers all points mentioned above.
Next step should be a meeting with @Felix Alexander Kaufmann to discuss the questions above and show the results.
Updated by Alexander Watzinger 10 months ago
Thanks Bernhard. I also added here a cleanup function at begin.
Because of that it now takes longer but the advantage is that database hasn't to be re-important every time when working with it.
Updated by Bernhard Koschiček-Krombholz 7 months ago
We received the new file and I added the requested changes to the script. It is ready to import now.
Updated by Alexander Watzinger 7 months ago
- Target version changed from 8.12.0 to 8.15.0
Updated by Bernhard Koschiček-Krombholz 7 months ago
- Status changed from Resolved to Closed
- Target version deleted (
8.15.0)
Actions