eHealth Infrastructure
8.0.1 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Aggregation Mode - XML Representation

Active as of 2023-03-23

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ehealth-aggregation-mode-types"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ehealth-aggregation-mode-types</b></p><a name="ehealth-aggregation-mode-types"> </a><a name="hcehealth-aggregation-mode-types"> </a><p>This case-sensitive code system <code>http://ehealth.sundhed.dk/cs/aggregation-mode-types</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">none<a name="ehealth-aggregation-mode-types-none"> </a></td><td>None</td><td>No Aggregation Mode</td></tr><tr><td style="white-space:nowrap">strict<a name="ehealth-aggregation-mode-types-strict"> </a></td><td>Strict</td><td>Strict Aggregation Mode</td></tr><tr><td style="white-space:nowrap">robust<a name="ehealth-aggregation-mode-types-robust"> </a></td><td>Robust</td><td>Robust Aggregation Mode</td></tr></table></div>
  </text>
  <url value="http://ehealth.sundhed.dk/cs/aggregation-mode-types"/>
  <version value="8.0.1"/>
  <name value="AggregationMode"/>
  <title value="Aggregation Mode"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2023-03-23T00:00:00+00:00"/>
  <publisher
             value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
  <contact>
    <name value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <description value="Aggregation Mode"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="DK"/>
      <display value="Denmark"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="none"/>
    <display value="None"/>
    <definition value="No Aggregation Mode"/>
  </concept>
  <concept>
    <code value="strict"/>
    <display value="Strict"/>
    <definition value="Strict Aggregation Mode"/>
  </concept>
  <concept>
    <code value="robust"/>
    <display value="Robust"/>
    <definition value="Robust Aggregation Mode"/>
  </concept>
</CodeSystem>