Estonian Terminology Services Implementation Guide
1.0.0 - draft Estonia flag

Estonian Terminology Services Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/TerminologyServices/ and changes regularly. See the Directory of published versions

: Identifier type for terminology assets - XML Representation

Draft as of 2024-10-06

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="terminology-identifier-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem terminology-identifier-type</b></p><a name="terminology-identifier-type"> </a><a name="hcterminology-identifier-type"> </a><a name="terminology-identifier-type-en-US"> </a><p>This case-insensitive code system <code>https://fhir.ee/CodeSystem/terminology-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">oid<a name="terminology-identifier-type-oid"> </a></td><td>OID</td><td>OID identifier on a concept level (e.g OID for value set)</td></tr><tr><td style="white-space:nowrap">versionOID<a name="terminology-identifier-type-versionOID"> </a></td><td>Version OID</td><td>OID on a version level (e.g OID for a value set version)</td></tr></table></div>
  </text>
  <url value="https://fhir.ee/CodeSystem/terminology-identifier-type"/>
  <version value="1.0.0"/>
  <name value="TerminologyIdentifierType"/>
  <title value="Identifier type for terminology assets"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-10-06T21:17:45+00:00"/>
  <publisher value="TEHIK"/>
  <contact>
    <name value="TEHIK"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.tehik.ee"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@tehik.ee"/>
    </telecom>
  </contact>
  <contact>
    <name value="Rutt Lindström"/>
    <telecom>
      <system value="email"/>
      <value value="rutt.lindstrom@tehik.ee"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Identifier type used for terminology assets (such as OID, version OID, etc)"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="EE"/>
      <display value="Estonia"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="false"/>
  <compositional value="false"/>
  <versionNeeded value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="oid"/>
    <display value="OID"/>
    <definition
                value="OID identifier on a concept level (e.g OID for value set)"/>
  </concept>
  <concept>
    <code value="versionOID"/>
    <display value="Version OID"/>
    <definition
                value="OID on a version level (e.g OID for a value set version)"/>
  </concept>
</CodeSystem>