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 - JSON Representation

Active as of 2023-03-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ehealth-aggregation-mode-types",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://ehealth.sundhed.dk/cs/aggregation-mode-types",
  "version" : "8.0.1",
  "name" : "AggregationMode",
  "title" : "Aggregation Mode",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-03-23T00:00:00+00:00",
  "publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact" : [
    {
      "name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Aggregation Mode",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "none",
      "display" : "None",
      "definition" : "No Aggregation Mode"
    },
    {
      "code" : "strict",
      "display" : "Strict",
      "definition" : "Strict Aggregation Mode"
    },
    {
      "code" : "robust",
      "display" : "Robust",
      "definition" : "Robust Aggregation Mode"
    }
  ]
}