interface Consent {
    _dateTime?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _status?: Element;
    category: CodeableConcept[];
    contained?: ConcreteType[];
    dateTime?: dateTime;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    organization?: Reference[];
    patient?: Reference;
    performer?: Reference[];
    policy?: ConsentPolicy[];
    policyRule?: CodeableConcept;
    provision?: ConsentProvision;
    resourceType: "Consent";
    scope: CodeableConcept;
    sourceAttachment?: Attachment;
    sourceReference?: Reference;
    status: code;
    text?: Narrative;
    verification?: ConsentVerification[];
}

Properties

_dateTime?: Element

When this Consent was created or indexed

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_status?: Element

draft | proposed | active | rejected | inactive | entered-in-error

category: CodeableConcept[]

Classification of the consent statement - for indexing/retrieval

contained?: ConcreteType[]

Contained, inline Resources

dateTime?: dateTime

When this Consent was created or indexed

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Identifier for this record (external references)

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

organization?: Reference[]

Custodian of the consent

patient?: Reference

Who the consent applies to

performer?: Reference[]

Who is agreeing to the policy and rules

policy?: ConsentPolicy[]

Policies covered by this consent

policyRule?: CodeableConcept

Regulation that this consents to

provision?: ConsentProvision

Constraints to the base Consent.policyRule

resourceType

Which of the four areas this resource covers (extensible)

sourceAttachment?: Attachment

Source from which this consent is taken

sourceReference?: Reference

Source from which this consent is taken

status: code

draft | proposed | active | rejected | inactive | entered-in-error

text?: Narrative

Text summary of the resource, for human interpretation

verification?: ConsentVerification[]

Consent Verified by patient or family