DICOM SR to FHIR Resource Mapping IG
0.1.0 - ci-build International flag

DICOM SR to FHIR Resource Mapping IG, published by HL7 International / Imaging Integration. 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/dicom-sr/ and changes regularly. See the Directory of published versions

: Identifiers - DICOM Identifier Type - JSON Representation

Draft as of 2024-04-02

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "dicom-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/dicom-sr/CodeSystem/dicom-identifier-type</code> defines the following codes in a Is-A heirarchy:</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\">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><tr><td style=\"white-space:nowrap\">observation-uid<a name=\"dicom-identifier-type-observation-uid\"> </a></td><td>Observation UID</td><td>Uniquely identifies the observation</td></tr><tr><td style=\"white-space:nowrap\">tracking-id<a name=\"dicom-identifier-type-tracking-id\"> </a></td><td>Tracking ID</td><td>Identifies a finding or feature over time</td></tr><tr><td style=\"white-space:nowrap\">tracking-uid<a name=\"dicom-identifier-type-tracking-uid\"> </a></td><td>Tracking UID</td><td>Uniquely identifies a finding or feature over time</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "ii"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/dicom-sr/CodeSystem/dicom-identifier-type",
  "version" : "0.1.0",
  "name" : "DicomIdentifierType",
  "title" : "Identifiers - DICOM Identifier Type",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-04-02T14:10:08+00:00",
  "publisher" : "HL7 International / Imaging Integration",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    },
    {
      "name" : "HL7 International / Imaging Integration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    },
    {
      "name" : "Jonathan Whitby",
      "telecom" : [
        {
          "system" : "email",
          "value" : "jonathan.whitby@mi.medical.canon"
        },
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    },
    {
      "name" : "Christopher Lindop",
      "telecom" : [
        {
          "system" : "email",
          "value" : "Christopher.Lindop@ge.com"
        },
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
        }
      ]
    }
  ],
  "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" : 5,
  "concept" : [
    {
      "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"
    },
    {
      "code" : "observation-uid",
      "display" : "Observation UID",
      "definition" : "Uniquely identifies the observation"
    },
    {
      "code" : "tracking-id",
      "display" : "Tracking ID",
      "definition" : "Identifies a finding or feature over time"
    },
    {
      "code" : "tracking-uid",
      "display" : "Tracking UID",
      "definition" : "Uniquely identifies a finding or feature over time"
    }
  ]
}