2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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

Extension-mimeType.json

Raw JSON (canonical form)

Type of attachment

{
  "resourceType": "ExtensionDefinition",
  "id": "mimeType",
  "url": "http://hl7.org/fhir/ExtensionDefinition/mimeType",
  "name": "Type of attachment",
  "publisher": "HL7 FHIR project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Identifies the kind(s) of attacj,emt allowed to be sent for an element.",
  "status": "draft",
  "date": "2014-04-27",
  "contextType": "resource",
  "context": [
    "DataElement",
    "Questionnaire.group.question",
    "Profile.structure.element.definition"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Type of attachment",
      "definition": "Identifies the kind(s) of attacj,emt allowed to be sent for an element.",
      "comments": "This extension only has meaning if the element has a type of Attachment.",
      "min": 0,
      "max": "*",
      "type": [
        {
          "code": "code"
        }
      ],
      "binding": {
        "name": "MimeType",
        "isExtensible": true,
        "description": "The mime type of an attachment",
        "referenceUri": "http://www.rfc-editor.org/bcp/bcp13.txt"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.