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

: Concept Properties (TEHIK) - JSON Representation

Draft as of 2024-10-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "properties-tehik-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem properties-tehik-cs</b></p><a name=\"properties-tehik-cs\"> </a><a name=\"hcproperties-tehik-cs\"> </a><a name=\"properties-tehik-cs-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td></tr><tr><td>datatype</td><td>datatype</td><td>string</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>https://fhir.ee/CodeSystem/properties-tehik-cs</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><td><b>datatype</b></td></tr><tr><td style=\"white-space:nowrap\">replaces<a name=\"properties-tehik-cs-replaces\"> </a></td><td>Replaces</td><td>Code of an inactivated concept the current concept is meant to replace. Mostly used in supplements or local code systems.</td><td>code</td></tr><tr><td style=\"white-space:nowrap\">groupedBy<a name=\"properties-tehik-cs-groupedBy\"> </a></td><td>Grouped by</td><td>Grouper code that can be used in a code system supplement to define concept groupings for a value set, especially when the hierarchy in the value set does not match the code system's hierachy and propery 'parent' cannot be used.</td><td>code</td></tr></table></div>"
  },
  "url" : "https://fhir.ee/CodeSystem/properties-tehik-cs",
  "version" : "1.0.0",
  "name" : "PropertiesTEHIK",
  "title" : "Concept Properties (TEHIK)",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-10-06T21:17:45+00:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tehik.ee"
        },
        {
          "system" : "email",
          "value" : "fhir@tehik.ee"
        }
      ]
    },
    {
      "name" : "Rutt Lindström",
      "telecom" : [
        {
          "system" : "email",
          "value" : "rutt.lindstrom@tehik.ee",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Properties used in code systems published by TEHIK.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 2,
  "property" : [
    {
      "code" : "datatype",
      "type" : "string"
    }
  ],
  "concept" : [
    {
      "code" : "replaces",
      "display" : "Replaces",
      "definition" : "Code of an inactivated concept the current concept is meant to replace. Mostly used in supplements or local code systems.",
      "property" : [
        {
          "code" : "datatype",
          "valueString" : "code"
        }
      ]
    },
    {
      "code" : "groupedBy",
      "display" : "Grouped by",
      "definition" : "Grouper code that can be used in a code system supplement to define concept groupings for a value set, especially when the hierarchy in the value set does not match the code system's hierachy and propery 'parent' cannot be used.",
      "property" : [
        {
          "code" : "datatype",
          "valueString" : "code"
        }
      ]
    }
  ]
}