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 the Function Extension - XML Representation

Draft as of 2022-01-28

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="Function-Codes-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/Function-Codes-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">ageFromDate<a name="Function-Codes-IEHR-ageFromDate"> </a></td><td>AgeFromDate</td><td>The Function returns the age of the patient at the time the resource was created. The age is computed from the birthdate of the patient and the creation date of the resource</td></tr><tr><td style="white-space:nowrap">count<a name="Function-Codes-IEHR-count"> </a></td><td>Count</td><td>The Function returns the number of matching resources, but not the resources</td></tr><tr><td style="white-space:nowrap">data<a name="Function-Codes-IEHR-data"> </a></td><td>Data</td><td>The Function removes the text element from the returned resource</td></tr><tr><td style="white-space:nowrap">summary<a name="Function-Codes-IEHR-summary"> </a></td><td>Summary</td><td>The Function returns only the attributes of the resource that are marked as summary in the resources StructureDefinition</td></tr><tr><td style="white-space:nowrap">element<a name="Function-Codes-IEHR-element"> </a></td><td>Element</td><td>The Function returns only the attributes of the resource that are specified in the parameters</td></tr></table></div>
  </text>
  <url value="http://interopehrate.eu/fhir/CodeSystem/Function-Codes-IEHR"/>
  <version value="1.0.0"/>
  <name value="FunctionCode"/>
  <title value="Possible codes for the Function Extension"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2022-01-28T12:24:32+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 the possible functions that can be used in the function extension"/>
  <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="ageFromDate"/>
    <display value="AgeFromDate"/>
    <definition
                value="The Function returns the age of the patient at the time the resource was created. The age is computed from the birthdate of the patient and the creation date of the resource"/>
  </concept>
  <concept>
    <code value="count"/>
    <display value="Count"/>
    <definition
                value="The Function returns the number of matching resources, but not the resources"/>
  </concept>
  <concept>
    <code value="data"/>
    <display value="Data"/>
    <definition
                value="The Function removes the text element from the returned resource"/>
  </concept>
  <concept>
    <code value="summary"/>
    <display value="Summary"/>
    <definition
                value="The Function returns only the attributes of the resource that are marked as summary in the resources StructureDefinition"/>
  </concept>
  <concept>
    <code value="element"/>
    <display value="Element"/>
    <definition
                value="The Function returns only the attributes of the resource that are specified in the parameters"/>
  </concept>
</CodeSystem>