HL7 Terminology (THO)
3.0.0 - Publication

This page is part of the HL7 Terminology (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: hl7VS-mimeTypes - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v2-notAllCodes-0834",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v2-0834.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0834</code></a> version <code>2.1.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v2-0834.html#v2-0834-application\">application</a></td><td>Application data</td><td>Application data</td></tr><tr><td><a href=\"CodeSystem-v2-0834.html#v2-0834-audio\">audio</a></td><td>Audio data</td><td>Audio data</td></tr><tr><td><a href=\"CodeSystem-v2-0834.html#v2-0834-image\">image</a></td><td>Image data</td><td>Image data</td></tr><tr><td><a href=\"CodeSystem-v2-0834.html#v2-0834-model\">model</a></td><td>Model data</td><td>Model data</td></tr><tr><td><a href=\"CodeSystem-v2-0834.html#v2-0834-text\">text</a></td><td>Text data</td><td>Text data</td></tr><tr><td><a href=\"CodeSystem-v2-0834.html#v2-0834-video\">video</a></td><td>Video data</td><td>Video data</td></tr><tr><td><a href=\"CodeSystem-v2-0834.html#v2-0834-multipart\">multipart</a></td><td>MIME multipart package</td><td>MIME multipart package</td></tr></table></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v2-notAllCodes-0834",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.21.425"
    }
  ],
  "version" : "2.0.0",
  "name" : "Hl7VSMimeTypes",
  "title" : "hl7VS-mimeTypes",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-12-01",
  "publisher" : "HL7, Inc",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/HL7/UTG"
        }
      ]
    }
  ],
  "description" : "Value Set of codes specifying the general type of data.",
  "copyright" : "Copyright HL7. Licensed under creative commons public domain",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0834",
        "version" : "2.1.0",
        "concept" : [
          {
            "code" : "application"
          },
          {
            "code" : "audio"
          },
          {
            "code" : "image"
          },
          {
            "code" : "model"
          },
          {
            "code" : "text"
          },
          {
            "code" : "video"
          },
          {
            "code" : "multipart"
          }
        ]
      }
    ]
  }
}