We need to model a medical certificate that includes details regarding incapacity for work, sport and travel.
The archetype ‘openEHR-EHR-COMPOSITION.health_certificate.v1’ found in the international CKM provides a composition archetype for such a certificate. However, I was unable to find an archetype for storing the actual content.
For each individual case of incapacity for work, sport or travel, we must record :
- Name of the restriction (e.g. incapacity for work, incapacity for sport, incapacity for travel, hospitalisation, outpatient treatment, exemption from driving)
- Further details regarding the activity (only for inability to participate in sport: details of the sport concerned)
- Percentage of incapacity for work (applies only to the restriction ‘incapacity for work’ )
- Valid period start
- Valid period end (may also be open-ended, or state ‘until further notice’).
- Comment
An example of data for incapacity for work, sport and travel stored in a single medical certificate may be:
- Hospitalisation from 10 May 2026 to 13 May 2026
- Incapacity for work: 100% from 14 May 2026 to 21 May 2026
- Incapacity to work: 50% from 22 May 2026 to 29 May 2026
- Incapacity to travel: from 14 May 2026 to 29 May 2026
- Incapacity to participate in sports (jumping sports): from 14 May 2026 until further notice
‘openEHR-EHR-OBSERVATION.functional_ability.v0’ would be a reasonably good fit. However, the following arguments speak against using this archetype for our use case:
- This archetype belongs to the OBSERVATION class rather than the EV ALUATION class.
- Misuse states: ‘Not to be used to record the outcome of a regulatory, occupational, or legal assessment for […] return-to-w ork clearance.’
- ‘Duration’ cannot be set to ‘open’ (‘until f urther notice’) .
- For the percentage of incapacity, the ‘Ability’ data element would have to be used with a data type (DV_TEXT) that is too unspecific for this purpose.
The predraft archetype ‘openEHR-EHR-ADMIN_ENTRY.legal_authority.v0’ also deals with this topic to some extent, but seems even less suitable for our use case.
My questions:
- Can you recommend an existing archetype for recording incapacity for work, sport and travel?
- Or should I create my own archetype?