Skip to content

EvidenceOSS/un-osw-2026-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

un-osw-2026-evidence-capsules

UN Open Source Week 2026 — Evidence Capsules session materials. Demonstration datasets, presentation slides, and open-source contribution guide for the EvidenceOS Evidence Capsule standard.

Status

Active. UN Open Source Week session materials published post-event. Contribution submissions open.

What's here

  • presentation/ — Session slides and recording links
  • demo/ — Live Evidence Capsule demonstration (synthetic TBI patient, full provenance trace)
  • datasets/ — Synthetic demo datasets (non-PHI) used in session
  • spec/ — Evidence Capsule open specification (the session's core technical output)
  • contribution-guide/ — How to implement Evidence Capsules in your health system

Evidence Capsules

An Evidence Capsule is a purpose-scoped, provenance-complete, consent-bound unit of clinical evidence. It is the fundamental data structure of the EvidenceOS platform:

{
  "capsule_id": "uuid",
  "patient_id": "[de-identified]",
  "capsule_type": "Acute_Assessment_Capsule",
  "clinical_data": { "gcs_total": 10, "mechanism": "M1_blunt_road", ... },
  "provenance": {
    "source_study_dois": ["10.xxxx/...", ...],
    "evidence_grade": "GRADE_2B",
    "synthesis_run_id": "uuid",
    "evoe_score": 0.08
  },
  "consent": { "consent_id": "uuid", "scope": ["clinical_care", "research_contribution"] },
  "recommendation": {
    "action": "admit_icu",
    "confidence_set": ["admit_icu", "admit_observation"],
    "conformal_coverage": 0.91
  }
}

Contributing

The Evidence Capsule schema is open for community extension. Health system implementers can contribute:

  • Implementation experience reports
  • FHIR R4 mapping extensions
  • Country-specific consent vocabulary adaptations

License

CC-BY-4.0 for specification; MIT for demo code.

Maintainer

EvidenceOS Platform Team — platform@evidenceos.com

Related repos

About

EvidenceOS — un-osw-2026-contributions (backfill from repo_content_drafts)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors