Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

: MediaModality - JSON Representation

Page standards status: Draft Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "media-modality",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem media-modality</b></p><a name=\"media-modality\"> </a><a name=\"hcmedia-modality\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/media-modality</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">diagram<a name=\"media-modality-diagram\"> </a></td><td>Diagram</td><td>A diagram. Often used in diagnostic reports</td></tr><tr><td style=\"white-space:nowrap\">fax<a name=\"media-modality-fax\"> </a></td><td>Fax</td><td>A digital record of a fax document</td></tr><tr><td style=\"white-space:nowrap\">scan<a name=\"media-modality-scan\"> </a></td><td>Scanned Document</td><td>A digital scan of a document. This is reserved for when there is not enough metadata to create a document reference</td></tr><tr><td style=\"white-space:nowrap\">retina<a name=\"media-modality-retina\"> </a></td><td>Retina Scan</td><td>A retinal image used for identification purposes</td></tr><tr><td style=\"white-space:nowrap\">fingerprint<a name=\"media-modality-fingerprint\"> </a></td><td>Fingerprint</td><td>A finger print scan used for identification purposes</td></tr><tr><td style=\"white-space:nowrap\">iris<a name=\"media-modality-iris\"> </a></td><td>Iris Scan</td><td>An iris scan used for identification purposes</td></tr><tr><td style=\"white-space:nowrap\">palm<a name=\"media-modality-palm\"> </a></td><td>Palm Scan</td><td>A palm scan used for identification purposes</td></tr><tr><td style=\"white-space:nowrap\">face<a name=\"media-modality-face\"> </a></td><td>Face Scan</td><td>A face scan used for identification purposes</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.r3"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"
        }
      ],
      "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-modality",
  "version" : "4.0.1",
  "name" : "MediaModality",
  "title" : "Media Modality",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-03-20T13:05:16+11:00",
  "publisher" : "Orders and Observations",
  "contact" : [
    {
      "name" : "Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Detailed information about the type of the image - its kind, purpose, or the kind of equipment used to generate it.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This resource includes content from the Digital Imaging and Communications in Medicine (DICOM) Standard, Copyright 2011 by the National Electrical Manufacturers Association",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "diagram",
      "display" : "Diagram",
      "definition" : "A diagram. Often used in diagnostic reports"
    },
    {
      "code" : "fax",
      "display" : "Fax",
      "definition" : "A digital record of a fax document"
    },
    {
      "code" : "scan",
      "display" : "Scanned Document",
      "definition" : "A digital scan of a document. This is reserved for when there is not enough metadata to create a document reference"
    },
    {
      "code" : "retina",
      "display" : "Retina Scan",
      "definition" : "A retinal image used for identification purposes"
    },
    {
      "code" : "fingerprint",
      "display" : "Fingerprint",
      "definition" : "A finger print scan used for identification purposes"
    },
    {
      "code" : "iris",
      "display" : "Iris Scan",
      "definition" : "An iris scan used for identification purposes"
    },
    {
      "code" : "palm",
      "display" : "Palm Scan",
      "definition" : "A palm scan used for identification purposes"
    },
    {
      "code" : "face",
      "display" : "Face Scan",
      "definition" : "A face scan used for identification purposes"
    }
  ]
}