Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - ci-build International flag

Radiation Dose Summary for Diagnostic Procedures on FHIR, published by HL7 Imaging Integration Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-radiation-dose-summary-ig/ and changes regularly. See the Directory of published versions

: DICOM Identifier Type - JSON Representation

Draft as of 2023-08-14

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "dicom-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type</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\">irradiation-event-uid<a name=\"dicom-identifier-type-irradiation-event-uid\"> </a></td><td>Irradiation Event UID</td><td>Unique identification of the irradiation event</td></tr><tr><td style=\"white-space:nowrap\">device-serial-number<a name=\"dicom-identifier-type-device-serial-number\"> </a></td><td>Device Serial Number</td><td>Manufacturer's serial number of the device</td></tr><tr><td style=\"white-space:nowrap\">application-entity<a name=\"dicom-identifier-type-application-entity\"> </a></td><td>Application Entity</td><td>Title of a DICOM Application Entity</td></tr><tr><td style=\"white-space:nowrap\">device-uid<a name=\"dicom-identifier-type-device-uid\"> </a></td><td>Device UID</td><td>Unique identifier of the equipment that produced the Composite Instances</td></tr><tr><td style=\"white-space:nowrap\">device-id<a name=\"dicom-identifier-type-device-id\"> </a></td><td>Device ID</td><td>User-supplied identifier for the device</td></tr><tr><td style=\"white-space:nowrap\">study-instance-uid<a name=\"dicom-identifier-type-study-instance-uid\"> </a></td><td>Study Instance UID</td><td>Unique identifier for the Study</td></tr><tr><td style=\"white-space:nowrap\">sop-instance-uid<a name=\"dicom-identifier-type-sop-instance-uid\"> </a></td><td>SOP Instance UID</td><td>Uniquely identifies the SOP Instance</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type",
  "version" : "0.1.0",
  "name" : "DicomIdentifierType",
  "title" : "DICOM Identifier Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-08-14T18:23:26+00:00",
  "publisher" : "HL7 Imaging Integration Working Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    },
    {
      "name" : "HL7 Imaging Integration Workgroup",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    },
    {
      "name" : "Abderrazek Boufahja",
      "telecom" : [
        {
          "system" : "email",
          "value" : "abderrazek.boufahja@ge.com"
        }
      ]
    }
  ],
  "description" : "Identifier types related to DICOM UIDs",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "irradiation-event-uid",
      "display" : "Irradiation Event UID",
      "definition" : "Unique identification of the irradiation event"
    },
    {
      "code" : "device-serial-number",
      "display" : "Device Serial Number",
      "definition" : "Manufacturer's serial number of the device"
    },
    {
      "code" : "application-entity",
      "display" : "Application Entity",
      "definition" : "Title of a DICOM Application Entity"
    },
    {
      "code" : "device-uid",
      "display" : "Device UID",
      "definition" : "Unique identifier of the equipment that produced the Composite Instances"
    },
    {
      "code" : "device-id",
      "display" : "Device ID",
      "definition" : "User-supplied identifier for the device"
    },
    {
      "code" : "study-instance-uid",
      "display" : "Study Instance UID",
      "definition" : "Unique identifier for the Study"
    },
    {
      "code" : "sop-instance-uid",
      "display" : "SOP Instance UID",
      "definition" : "Uniquely identifies the SOP Instance"
    }
  ]
}