Kill the Clipboard - SMART Health Cards Library - v0.0.1
    Preparing search index...

    Interface VerifiableCredential

    Verifiable Credential structure for SMART Health Cards.

    interface VerifiableCredential {
        vc: {
            credentialSubject: { fhirBundle: FHIRBundle; fhirVersion: string };
            type: string[];
        };
    }
    Index

    Properties

    Properties

    vc: {
        credentialSubject: { fhirBundle: FHIRBundle; fhirVersion: string };
        type: string[];
    }

    The verifiable credential content.

    Type declaration

    • credentialSubject: { fhirBundle: FHIRBundle; fhirVersion: string }

      The credential subject containing FHIR data.

      • fhirBundle: FHIRBundle

        The FHIR Bundle containing medical data.

      • fhirVersion: string

        FHIR version in semantic version format (e.g., '4.0.1').

    • type: string[]

      Array of credential types, must include 'https://smarthealth.cards#health-card'.