IAttachment
No description
interface IAttachment {
id: String
extension: [Extension]
contentType: code
_contentType: ElementBase
language: code
_language: ElementBase
data: base64Binary
_data: ElementBase
url: url
_url: ElementBase
size: unsignedInt
_size: ElementBase
hash: base64Binary
_hash: ElementBase
title: String
_title: ElementBase
creation: dateTime
_creation: ElementBase
}