Integrity capsule generated successfully

Clinical Documentation 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 itemAI-Assisted Clinical Documentation Lifecycle
Evidence referenceDOC-DEMO-2026-001
IssuerExample Clinical Documentation Platform
Sequence1 of 1 — initial clinical documentation lifecycle seal
Not stored or exposedClinical note, transcript, audio recording, patient data, PHI, raw document content

2. SHA-256 evidence fingerprint

Evidence fingerprintb390d8acc527bc9053ab77bfb14e132ee8eea810bdfd9b94f540194bb033eae2
Capsule fingerprinteb41ed1dbb1767427c9c4a35950fe7c5f0894b95f41e6534e6495552e2a1147c

3. Chain of custody

CapturedEvidence metadata selected
Sealedsealed_clinical_documentation_lifecycle
SequencedSequence 1
ReceiptedPublic proof receipt generated
Custody actorExample Clinical Documentation Platform
Custody actionsealed_clinical_documentation_lifecycle
Timestamp2026-05-30T17:22:56.595Z
Next stateproof_generated

4. Public proof receipt

Proof IDdacd1eab-9b2d-48bb-8604-47c534e29757
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": "clinical_documentation",
  "title": "Clinical Documentation Integrity",
  "generated_at": "2026-05-30T17:22:56.031Z",
  "sequence": 1,
  "sequence_label": "1 of 1 — initial clinical documentation lifecycle seal",
  "lifecycle_stage": "initial_seal",
  "proof_purpose": "Create a portable integrity capsule for a clinical documentation lifecycle without storing clinical content.",
  "canonical_evidence": {
    "capsule_version": "healthcare.integrity.v1",
    "demo": true,
    "sector": "healthcare",
    "evidence_reference": "DOC-DEMO-2026-001",
    "document_type": "AI-Assisted Clinical Documentation Lifecycle",
    "evidence_type": "Example clinical documentation lifecycle evidence payload",
    "issuer": "Example Clinical Documentation Platform",
    "workflow_context": "Dictation, AI-assisted draft, clinician review, sign-off, export, amendment, or EHR handover",
    "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",
    "documentation_lifecycle": {
      "draft_created": true,
      "clinician_review_completed": true,
      "clinician_signoff_status": "reviewed_and_signed",
      "export_state": "ready_for_ehr_or_document_workflow",
      "amendment_state": "not_amended_after_signoff",
      "lifecycle_sequence": [
        "ai_or_dictated_draft_created",
        "clinician_review_completed",
        "clinician_signed",
        "document_exported",
        "proof_receipt_generated"
      ]
    },
    "ai_governance_metadata": {
      "ai_assisted_workflow": true,
      "workflow_reference": "example_ai_documentation_workflow",
      "template_version": "clinical-note-template-v1",
      "model_reference": "example_model_or_vendor_workflow_reference_only",
      "model_output_stored": false,
      "prompt_stored": false,
      "transcript_stored": false,
      "audio_stored": false,
      "human_review_required": true,
      "human_review_completed": true
    }
  },
  "canonical_evidence_digest": {
    "algorithm": "SHA-256",
    "digest": "b390d8acc527bc9053ab77bfb14e132ee8eea810bdfd9b94f540194bb033eae2",
    "canonicalization": "sorted-key-json"
  },
  "chain_of_custody": [
    {
      "custody_event_version": "custody.event.v1",
      "sequence": 1,
      "sequence_label": "1 of 1 — initial clinical documentation lifecycle seal",
      "action": "sealed_clinical_documentation_lifecycle",
      "actor": "Example Clinical Documentation Platform",
      "actor_role": "Clinical documentation workflow system",
      "event": "healthcare.clinical_documentation_lifecycle.sealed",
      "evidence_reference": "DOC-DEMO-2026-001",
      "evidence_digest_algorithm": "SHA-256",
      "evidence_digest": "b390d8acc527bc9053ab77bfb14e132ee8eea810bdfd9b94f540194bb033eae2",
      "timestamp": "2026-05-30T17:22:56.031Z",
      "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": "Clinical note, transcript, audio recording, patient data, PHI, raw document 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": "eb41ed1dbb1767427c9c4a35950fe7c5f0894b95f41e6534e6495552e2a1147c",
    "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.