IGUHealth
    Preparing search index...
    interface ConsentProvision {
        _type?: Element;
        action?: CodeableConcept[];
        actor?: ConsentProvisionActor[];
        class?: Coding[];
        code?: CodeableConcept[];
        data?: ConsentProvisionData[];
        dataPeriod?: Period;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        period?: Period;
        provision?: ConsentProvision[];
        purpose?: Coding[];
        securityLabel?: Coding[];
        type?: code;
    }
    Index

    Properties

    _type?: Element

    deny | permit

    action?: CodeableConcept[]

    Actions controlled by this rule

    Who|what controlled by this rule (or group, by role)

    class?: Coding[]

    e.g. Resource Type, Profile, CDA, etc.

    e.g. LOINC or SNOMED CT code, etc. in the content

    Data controlled by this rule

    dataPeriod?: Period

    Timeframe for data controlled by this rule

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    period?: Period

    Timeframe for this rule

    provision?: ConsentProvision[]

    Nested Exception Rules

    purpose?: Coding[]

    Context of activities covered by this rule

    securityLabel?: Coding[]

    Security Labels that define affected resources

    type?: code

    deny | permit