DICOM® SR to FHIR Resource Mapping IG
1.0.0-ballot - STU1 Ballot International flag

This page is part of the DICOM® SR to FHIR Resource Mapping IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: Identifiers - DICOM Identifier Type - JSON Representation

Draft as of 2024-08-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "dicom-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dicom-identifier-type</b></p><a name=\"dicom-identifier-type\"> </a><a name=\"hcdicom-identifier-type\"> </a><a name=\"dicom-identifier-type-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/dicom-sr/CodeSystem/dicom-identifier-type</code> defines the following code in a Is-A hierarchy:</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\">observation-uid<a name=\"dicom-identifier-type-observation-uid\"> </a></td><td>Observation UID</td><td>Uniquely identifies the observation</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",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.39.16.1"
    }
  ],
  "version" : "1.0.0-ballot",
  "name" : "DicomIdentifierType",
  "title" : "Identifiers - DICOM Identifier Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-08-09T16:26:36+00:00",
  "publisher" : "HL7 International / Imaging Integration",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    },
    {
      "name" : "HL7 International / Imaging Integration",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    },
    {
      "name" : "Jonathan Whitby",
      "telecom" : [
        {
          "system" : "email",
          "value" : "jonathan.whitby@mi.medical.canon"
        },
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    },
    {
      "name" : "Christopher Lindop",
      "telecom" : [
        {
          "system" : "email",
          "value" : "Christopher.Lindop@ge.com"
        },
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/imagemgt"
        }
      ]
    }
  ],
  "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" : 1,
  "concept" : [
    {
      "code" : "observation-uid",
      "display" : "Observation UID",
      "definition" : "Uniquely identifies the observation"
    }
  ]
}