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

Draft as of 2024-07-18

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "propertiesvs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet propertiesvs</b></p><a name=\"propertiesvs\"> </a><a name=\"hcpropertiesvs\"> </a><a name=\"propertiesvs-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html\"><code>http://hl7.org/fhir/concept-properties</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-parent\">parent</a></td><td style=\"color: #cccccc\">Parent</td><td>The concept identified in this property is a parent of the concept on which it is a property. The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning attribute</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-notSelectable\">notSelectable</a></td><td style=\"color: #cccccc\">Not Selectable</td><td>The concept is not intended to be chosen by the user - only intended to be used as a selector for other concepts. Note, though, that the interpretation of this is highly contextual; all concepts are selectable in some context. Property type is boolean</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-comment\">comment</a></td><td style=\"color: #cccccc\">Comment</td><td>A string that provides additional detail pertinent to the use or understanding of the concept</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-inactive\">inactive</a></td><td style=\"color: #cccccc\">Inactive</td><td>True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false. Note that the status property may also be used to indicate that a concept is inactive</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-properties-tehik-cs.html\"><code>https://fhir.ee/CodeSystem/properties-tehik-cs</code></a></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical" : "https://fhir.ee/CodeSystem/properties-css"
    }
  ],
  "url" : "https://fhir.ee/ValueSet/propertiesvs",
  "version" : "1.0.0",
  "name" : "Properties",
  "title" : "Concept Properties",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-07-18T14:14:49+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" : "List of properties to be used for codesystem concepts.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "purpose" : "Local codesystems are encouraged to reuse properties as much as possible, keeping in mind that the definition of the property (incl data type) would match the use case. When HL7 defined property exists, it should be preferred to local alternatives.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/concept-properties",
        "concept" : [
          {
            "code" : "parent"
          },
          {
            "code" : "notSelectable"
          },
          {
            "code" : "comment"
          },
          {
            "code" : "inactive"
          }
        ]
      },
      {
        "system" : "https://fhir.ee/CodeSystem/properties-tehik-cs"
      }
    ]
  }
}