{
  "resourceType" : "CodeSystem",
  "id" : "media-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/media-type defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">image\n                  <a name=\"media-type-image\"> </a>\n                </td>\n                <td>Image</td>\n                <td>The media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">video\n                  <a name=\"media-type-video\"> </a>\n                </td>\n                <td>Video</td>\n                <td>The media consists of a series of frames that capture a moving image</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">audio\n                  <a name=\"media-type-audio\"> </a>\n                </td>\n                <td>Audio</td>\n                <td>The media consists of a sound recording</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r5"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/media-type",
  "version" : "4.3.0",
  "name" : "DigitalMediaType",
  "title" : "Digital Media Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-04-19T07:44:43+10:00",
  "publisher" : "Orders and Observations",
  "contact" : [{
    "name" : "Orders and Observations",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/orders"
    }]
  }],
  "description" : "Codes for high level media types - whether the media is an image, video, or audio.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/media-category",
  "content" : "complete",
  "concept" : [{
    "code" : "image",
    "display" : "Image",
    "definition" : "The media consists of one or more unmoving images, including photographs, computer-generated graphs and charts, and scanned documents"
  },
  {
    "code" : "video",
    "display" : "Video",
    "definition" : "The media consists of a series of frames that capture a moving image"
  },
  {
    "code" : "audio",
    "display" : "Audio",
    "definition" : "The media consists of a sound recording"
  }]
}