HL7 Europe Imaging Study Report
0.1.0 - ci-build 150

HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging/ and changes regularly. See the Directory of published versions

: Missing DICOM Terminology - JSON Representation

Draft as of 2025-03-18

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-missing-dicom-terminology",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem codesystem-missing-dicom-terminology</b></p><a name=\"codesystem-missing-dicom-terminology\"> </a><a name=\"hccodesystem-missing-dicom-terminology\"> </a><a name=\"codesystem-missing-dicom-terminology-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.eu/fhir/imaging/CodeSystem/codesystem-missing-dicom-terminology</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">elements<a name=\"codesystem-missing-dicom-terminology-elements\"> </a></td><td>DICOM Elements</td><td>DICOM Element definitions</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a000080018<a name=\"codesystem-missing-dicom-terminology-00080018\"> </a></td><td>SOP Instance UID</td><td>SOP Instance UID</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a000080016<a name=\"codesystem-missing-dicom-terminology-00080016\"> </a></td><td>SOP Class UID</td><td>SOP Class UID</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a000080060<a name=\"codesystem-missing-dicom-terminology-00080060\"> </a></td><td>Modality</td><td>Modality</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a000080061<a name=\"codesystem-missing-dicom-terminology-00080061\"> </a></td><td>Series Instance UID</td><td>Series Instance UID</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a000080062<a name=\"codesystem-missing-dicom-terminology-00080062\"> </a></td><td>Study Instance UID</td><td>Study Instance UID</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/imaging/CodeSystem/codesystem-missing-dicom-terminology",
  "version" : "0.1.0",
  "name" : "MissingDicomTerminology",
  "title" : "Missing DICOM Terminology",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-03-18T14:31:31+00:00",
  "publisher" : "HL7 Europe",
  "contact" : [
    {
      "name" : "HL7 Europe",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.eu"
        }
      ]
    }
  ],
  "description" : "Code system for codes that are defined in DICOM but for which no matching code system is available in FHIR.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "elements",
      "display" : "DICOM Elements",
      "definition" : "DICOM Element definitions",
      "concept" : [
        {
          "code" : "00080018",
          "display" : "SOP Instance UID",
          "definition" : "SOP Instance UID"
        },
        {
          "code" : "00080016",
          "display" : "SOP Class UID",
          "definition" : "SOP Class UID"
        },
        {
          "code" : "00080060",
          "display" : "Modality",
          "definition" : "Modality"
        },
        {
          "code" : "00080061",
          "display" : "Series Instance UID",
          "definition" : "Series Instance UID"
        },
        {
          "code" : "00080062",
          "display" : "Study Instance UID",
          "definition" : "Study Instance UID"
        }
      ]
    }
  ]
}