This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R4B R4 R3 R2
URL for this extension:
http://hl7.org/fhir/StructureDefinition/mimeType
Status: draft. Extension maintained by: HL7 FHIR project
Identifies the kind(s) of attachmemt allowed to be sent for an element.
Context of Use: Use on element: ElementDefinition, Questionnaire.group.question
usage info: insert a list of places where this extension is used
Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | Extension | URL = http://hl7.org/fhir/StructureDefinition/mimeType Type of attachment: Identifies the kind(s) of attachmemt allowed to be sent for an element. Use on element: ElementDefinition, Questionnaire.group.question | ||
![]() ![]() | 0..* | Extension | Additional Content defined by implementations | |
![]() ![]() | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/mimeType | |
![]() ![]() | 0..1 | code | Value of extension Binding: MimeType (required) |
XML Template
<!-- Type of attachment --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/mimeType" > <!-- from Element: extension --> <valueCode value="[code]"/><!-- 0..1 Value of extension </extension>
JSON Template
{ // Type of attachment
// from Element: extension
"url" : "http://hl7.org/fhir/StructureDefinition/mimeType", // R!
"valueCode" : "<code>" //Value of extension
}
Structure
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | Extension | URL = http://hl7.org/fhir/StructureDefinition/mimeType Type of attachment: Identifies the kind(s) of attachmemt allowed to be sent for an element. Use on element: ElementDefinition, Questionnaire.group.question | ||
![]() ![]() | 0..* | Extension | Additional Content defined by implementations | |
![]() ![]() | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/mimeType | |
![]() ![]() | 0..1 | code | Value of extension Binding: MimeType (required) |
XML Template
<!-- Type of attachment --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/mimeType" > <!-- from Element: extension --> <valueCode value="[code]"/><!-- 0..1 Value of extension </extension>
| Path | Definition | Type | Reference |
|---|---|---|---|
| http://hl7.org/fhir/StructureDefinition/mimeType | The mime type of an attachment | Required | BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049) |