Research Data Sharing IG
1.0.0 - CI Build International flag

Research Data Sharing IG, published by IEHR-Workgroup. 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/InteropEHRate-project/research-data-sharing/ and changes regularly. See the Directory of published versions

: Possible codes for Coding-IEHR - XML Representation

Draft as of 2022-02-21

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="CodingOperator-IEHR"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-insensitive code system <code>http://interopehrate.eu/fhir/CodeSystem/CodingOperator-IEHR</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">startsWith<a name="CodingOperator-IEHR-startsWith"> </a></td><td>StartsWith</td><td>The Coding describes all codes in the specified system, that start with the specified code</td></tr><tr><td style="white-space:nowrap">exact<a name="CodingOperator-IEHR-exact"> </a></td><td>Exact</td><td>The Coding only describes the codes in the specified system, that are exactly the specified code</td></tr></table></div>
  </text>
  <url value="http://interopehrate.eu/fhir/CodeSystem/CodingOperator-IEHR"/>
  <version value="1.0.0"/>
  <name value="CodingOperatorCodeSystemIEHR"/>
  <title value="Possible codes for Coding-IEHR"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2022-02-21T12:52:43+01:00"/>
  <publisher value="IEHR-Workgroup"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/IEHR-Workgroup"/>
    </telecom>
  </contact>
  <description
               value="This CodeSystem contains possible codes that can be used as operators in Codings"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <concept>
    <code value="startsWith"/>
    <display value="StartsWith"/>
    <definition
                value="The Coding describes all codes in the specified system, that start with the specified code"/>
  </concept>
  <concept>
    <code value="exact"/>
    <display value="Exact"/>
    <definition
                value="The Coding only describes the codes in the specified system, that are exactly the specified code"/>
  </concept>
</CodeSystem>