DICOM SR to FHIR Resource Mapping IG, 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/dicom-sr/ and changes regularly. See the Directory of published versions
: Identifiers - DICOM Identifier Type - XML Representation
Raw xml | Download
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="dicom-identifier-type"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/dicom-sr/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">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>
</text>
<url value="http://hl7.org/fhir/dicom-sr/CodeSystem/dicom-identifier-type"/>
<version value="0.1.0"/>
<name value="DicomIdentifierType"/>
<title value="Identifiers - DICOM Identifier Type"/>
<status value="draft"/>
<date value="2023-06-13T17:05:48+00:00"/>
<publisher value="HL7 Imaging Integration Working Group"/>
<contact>
<telecom>
<system value="url"/>
<value
value="http://www.hl7.org/Special/committees/imagemgt/index.cfm"/>
</telecom>
</contact>
<contact>
<name value="HL7 Imaging Integration Workgroup"/>
<telecom>
<system value="url"/>
<value
value="http://www.hl7.org/Special/committees/imagemgt/index.cfm"/>
</telecom>
</contact>
<contact>
<name value="Jonathan Whitby"/>
<telecom>
<system value="email"/>
<value value="jonathan.whitby@mi.medical.canon"/>
</telecom>
</contact>
<contact>
<name value="Christopher Lindop"/>
<telecom>
<system value="email"/>
<value value="Christopher.Lindop@ge.com"/>
</telecom>
</contact>
<description value="Identifier types related to DICOM UIDs"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<hierarchyMeaning value="is-a"/>
<content value="complete"/>
<count value="5"/>
<concept>
<code value="study-instance-uid"/>
<display value="Study Instance UID"/>
<definition value="Unique identifier for the Study"/>
</concept>
<concept>
<code value="sop-instance-uid"/>
<display value="SOP Instance UID"/>
<definition value="Uniquely identifies the SOP Instance"/>
</concept>
<concept>
<code value="observation-uid"/>
<display value="Observation UID"/>
<definition value="Uniquely identifies the observation"/>
</concept>
<concept>
<code value="tracking-id"/>
<display value="Tracking ID"/>
<definition value="Identifies a finding or feature over time"/>
</concept>
<concept>
<code value="tracking-uid"/>
<display value="Tracking UID"/>
<definition value="Uniquely identifies a finding or feature over time"/>
</concept>
</CodeSystem>