PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.5.0
    http://hl7.org/fhir/StructureDefinition/de-Attachment.contentType
{
  "description": "Data Element for Attachment.contentType",
  "_filename": "StructureDefinition-de-Attachment.contentType.json",
  "package_name": "hl7.fhir.core",
  "date": "2018-08-19T21:48:56+10:00",
  "derivation": "specialization",
  "meta": {
    "lastUpdated": "2018-08-19T21:48:56.559+10:00"
  },
  "publisher": "HL7 FHIR Standard",
  "fhirVersion": "3.5.0",
  "purpose": "Data Elements are defined for each element to assist in questionnaire construction etc",
  "name": "Attachment.contentType",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "Attachment.contentType",
  "experimental": "true",
  "resourceType": "StructureDefinition",
  "title": "Attachment.contentType",
  "package_version": "3.5.0",
  "snapshot": {
    "element": [ {
      "path": "Attachment.contentType",
      "requirements": "Processors of the data need to be able to know how to interpret the data.",
      "min": 0,
      "definition": "Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.",
      "isModifier": false,
      "short": "Mime type of the content, with charset etc.",
      "mapping": [ {
        "map": "ED.2+ED.3/RP.2+RP.3. Note conversion may be needed if old style values are being used",
        "identity": "v2"
      }, {
        "map": "./mediaType, ./charset",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "MimeType"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "The mime type of an attachment. Any valid mime type is allowed."
      },
      "max": "1",
      "id": "Attachment.contentType",
      "example": [ {
        "label": "General",
        "valueCode": "text/plain; charset=UTF-8, image/png"
      } ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "Attachment.contentType"
      },
      "isSummary": true
    } ]
  },
  "status": "draft",
  "id": "2cb05c15-db84-4b60-a41a-9d303ee50197",
  "kind": "logical",
  "url": "http://hl7.org/fhir/StructureDefinition/de-Attachment.contentType",
  "version": null,
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element"
}