Integrity capsule generated successfully

Medical Device Compliance Proof

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 itemCalibration Certificate
Evidence referenceMD-DEMO-2026-119
IssuerExample Medical Equipment Supplier
Sequence1 of 1 — initial device compliance seal
Not stored or exposedSupplier document, proprietary file, device data, maintenance file

2. SHA-256 evidence fingerprint

Evidence fingerprint75ec5a7a6598e51c82efc678f871d86de0d6dbd4c9839adad5299c4e073c2822
Capsule fingerprintf32bfebd989a247da4eb66a4241e42105d1b9e8a4fe33169ed99ec4923498ecd

3. Chain of custody

CapturedEvidence metadata selected
Sealedsealed_device_compliance_record
SequencedSequence 1
ReceiptedPublic proof receipt generated
Custody actorExample Medical Equipment Supplier
Custody actionsealed_device_compliance_record
Timestamp2026-05-30T17:24:39.681Z
Next stateproof_generated

4. Public proof receipt

Proof ID36815403-7576-459b-a07f-b806207aaaa7
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": "medical_device",
  "title": "Medical Device Compliance Proof",
  "generated_at": "2026-05-30T17:24:39.143Z",
  "sequence": 1,
  "sequence_label": "1 of 1 — initial device compliance seal",
  "lifecycle_stage": "initial_seal",
  "proof_purpose": "Create a portable integrity capsule for device evidence without storing supplier files or device data.",
  "canonical_evidence": {
    "capsule_version": "healthcare.integrity.v1",
    "demo": true,
    "sector": "healthcare",
    "evidence_reference": "MD-DEMO-2026-119",
    "document_type": "Calibration Certificate",
    "evidence_type": "Example medical device compliance evidence payload",
    "issuer": "Example Medical Equipment Supplier",
    "workflow_context": "Calibration certificate, maintenance record, delivery evidence, or compliance document",
    "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": "75ec5a7a6598e51c82efc678f871d86de0d6dbd4c9839adad5299c4e073c2822",
    "canonicalization": "sorted-key-json"
  },
  "chain_of_custody": [
    {
      "custody_event_version": "custody.event.v1",
      "sequence": 1,
      "sequence_label": "1 of 1 — initial device compliance seal",
      "action": "sealed_device_compliance_record",
      "actor": "Example Medical Equipment Supplier",
      "actor_role": "Device compliance record issuer",
      "event": "healthcare.medical_device_record.sealed",
      "evidence_reference": "MD-DEMO-2026-119",
      "evidence_digest_algorithm": "SHA-256",
      "evidence_digest": "75ec5a7a6598e51c82efc678f871d86de0d6dbd4c9839adad5299c4e073c2822",
      "timestamp": "2026-05-30T17:24:39.143Z",
      "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": "Supplier document, proprietary file, device data, maintenance file",
    "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": "f32bfebd989a247da4eb66a4241e42105d1b9e8a4fe33169ed99ec4923498ecd",
    "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 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.