interface Binary {
    _contentType?: Element;
    _data?: Element;
    _implicitRules?: Element;
    _language?: Element;
    contentType: code;
    data?: base64Binary;
    id?: id;
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    resourceType: "Binary";
    securityContext?: Reference;
}

Properties

_contentType?: Element

MimeType of the binary content

_data?: Element

The actual content

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

contentType: code

MimeType of the binary content

The actual content

id?: id

Logical id of this artifact

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

resourceType
securityContext?: Reference

Identifies another resource to use as proxy when enforcing access control