Integrity capsule generated successfully

Imaging Evidence Integrity

Create a portable integrity capsule for healthcare evidence — containing a SHA-256 evidence fingerprint, chain of custody, sequence and public proof receipt, without storing or exposing sensitive healthcare files.

1. Sealed evidence item

Sealed itemImaging Evidence Record
Evidence referenceIMG-DEMO-2026-001
IssuerExample Imaging Provider
Sequence1 of 1 — initial imaging evidence seal
Not stored or exposedMedical image, patient data, raw report, diagnostic content

2. SHA-256 evidence fingerprint

Evidence fingerprint81f07c3654b2bf52bda9cbeca227f2cb649f4ff1c5cd34418adbaa76615503b2
Capsule fingerprint3de426a18d2c977d89e0d7796300098b507a8639826c16a54d2799302e049ee1

3. Chain of custody

CapturedEvidence metadata selected
Sealedsealed_imaging_evidence
SequencedSequence 1
ReceiptedPublic proof receipt generated
Custody actorExample Imaging Provider
Custody actionsealed_imaging_evidence
Timestamp2026-05-30T17:25:04.336Z
Next stateproof_generated

4. Public proof receipt

Proof IDbd159989-d3ef-49f4-bda5-dc55fc7e4992
StatusVerified
VerificationPublic proof receipt available
Data postureMetadata + evidence fingerprint only
Plain-English meaning:

GetIntegrityAPI adds the portable proof layer, attaching independently verifiable receipts to healthcare workflows you already run. This capsule shows what was sealed, who sealed it, when it happened, where it sits in the sequence, and how it can be verified later.

5. Canonical sealed capsule

This downloadable capsule is the evidence package used for offline inspection and SHA-256 verification.

{
  "capsule_version": "getintegrityapi.healthcare.capsule.v1",
  "demo_type": "imaging",
  "title": "Imaging Evidence Integrity",
  "generated_at": "2026-05-30T17:25:04.226Z",
  "sequence": 1,
  "sequence_label": "1 of 1 — initial imaging evidence seal",
  "lifecycle_stage": "initial_seal",
  "proof_purpose": "Create a portable integrity capsule for imaging evidence without storing the image itself.",
  "canonical_evidence": {
    "capsule_version": "healthcare.integrity.v1",
    "demo": true,
    "sector": "healthcare",
    "evidence_reference": "IMG-DEMO-2026-001",
    "document_type": "Imaging Evidence Record",
    "evidence_type": "Example imaging file/report evidence payload",
    "issuer": "Example Imaging Provider",
    "workflow_context": "Radiology imaging file, imaging report, AI output, or review record",
    "privacy_posture": "metadata_and_fingerprint_only",
    "sensitive_data_stored": false,
    "file_content_stored": false,
    "regulated_content_stored": false,
    "patient_data_stored": false,
    "generated_for": "Trusted workflow integrity demonstration"
  },
  "canonical_evidence_digest": {
    "algorithm": "SHA-256",
    "digest": "81f07c3654b2bf52bda9cbeca227f2cb649f4ff1c5cd34418adbaa76615503b2",
    "canonicalization": "sorted-key-json"
  },
  "chain_of_custody": [
    {
      "custody_event_version": "custody.event.v1",
      "sequence": 1,
      "sequence_label": "1 of 1 — initial imaging evidence seal",
      "action": "sealed_imaging_evidence",
      "actor": "Example Imaging Provider",
      "actor_role": "Imaging evidence issuer",
      "event": "healthcare.imaging_evidence.sealed",
      "evidence_reference": "IMG-DEMO-2026-001",
      "evidence_digest_algorithm": "SHA-256",
      "evidence_digest": "81f07c3654b2bf52bda9cbeca227f2cb649f4ff1c5cd34418adbaa76615503b2",
      "timestamp": "2026-05-30T17:25:04.226Z",
      "next_state": "proof_generated",
      "chain_state": "initial_seal"
    }
  ],
  "privacy_and_storage": {
    "stored_by_getintegrityapi": "Approved metadata, canonical evidence digest, custody event metadata, and proof receipt metadata",
    "not_stored": "Medical image, patient data, raw report, diagnostic content",
    "sensitive_data_stored": false,
    "file_content_stored": false,
    "patient_data_stored": false
  },
  "offline_verification": {
    "step_1": "Download or copy the canonical integrity capsule JSON.",
    "step_2": "Canonicalize canonical_evidence using sorted-key JSON.",
    "step_3": "Compute SHA-256 over the canonical evidence string.",
    "step_4": "Confirm the computed digest matches canonical_evidence_digest.digest.",
    "step_5": "Use the GetIntegrityAPI proof ID or verification URL to confirm the public proof receipt exists."
  },
  "capsule_digest": {
    "algorithm": "SHA-256",
    "digest": "3de426a18d2c977d89e0d7796300098b507a8639826c16a54d2799302e049ee1",
    "canonicalization": "sorted-key-json",
    "digest_scope": "integrity capsule before capsule_digest field is attached"
  }
}

6. Offline verification path

Step 1Download the capsule JSON.
Step 2Canonicalize the canonical_evidence object using sorted-key JSON.
Step 3Compute SHA-256 over the canonical evidence string.
Step 4Compare it with the evidence fingerprint shown above.
Step 5Use the proof ID or verification URL to confirm the public proof receipt exists.
View Public Proof Receipt Download Capsule JSON Explore Forensic Localization Demo Back to Healthcare Demo Explore a Pilot Use Case
Integrity proof only. This demo verifies digital evidence integrity, not clinical accuracy, diagnosis, regulatory approval, or medical meaning. It uses example healthcare payloads only — no real patient data, medical image, raw report, or proprietary file content is submitted or stored.