Profile to store the base64 binary version of any mime document e.g. a PDF file or an image file.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
Binary | Binary | Pure binary content defined by some other format than FHIR | |
id | 0..1 | Id | Logical id of this artifact |
meta | 0..1 | Meta | Metadata about the resource |
implicitRules | 0..1 | Uri | A set of rules under which this content was created |
language | 0..1 | Code | Language of the resource content Binding A human language. (http://tools.ietf.org/html/bcp47) Binding Strength Required |
contentType | 1..1 | Code | MimeType of the binary content Binding The mime type of an attachment. Any valid mime type is allowed. (http://www.rfc-editor.org/bcp/bcp13.txt) Binding Strength Required |
content | 1..1 | Base64Binary | The actual content |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
Binary.language | language | Required | http://tools.ietf.org/html/bcp47 |
Binary.contentType | contentType | Required | http://www.rfc-editor.org/bcp/bcp13.txt |