FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/properties-tehik-cs

Packageee.fhir.ts
TypeCodeSystem
Idproperties-tehik-cs
FHIR VersionR5
Sourcehttps://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/TerminologyServices/CodeSystem-properties-tehik-cs.html
URLhttps://fhir.ee/CodeSystem/properties-tehik-cs
Version1.0.0
Statusdraft
Date2025-07-02T05:41:59+00:00
NamePropertiesTEHIK
TitleConcept Properties (TEHIK)
Realmee
DescriptionProperties used in code systems published by TEHIK.
Contentcomplete

Resources that use this resource

ValueSet
propertiesvsConcept Properties

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem properties-tehik-cs

Properties

This code system defines the following properties for its concepts

NameCodeType
datatypedatatypestring

Concepts

This case-insensitive code system https://fhir.ee/CodeSystem/properties-tehik-cs defines the following codes:

CodeDisplayDefinitiondatatype
replaces ReplacesCode of an inactivated concept the current concept is meant to replace. Mostly used in supplements or local code systems.code
groupedBy Grouped byGrouper 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.code

Source

{
  "resourceType": "CodeSystem",
  "id": "properties-tehik-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.ee/CodeSystem/properties-tehik-cs",
  "version": "1.0.0",
  "name": "PropertiesTEHIK",
  "title": "Concept Properties (TEHIK)",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-02T05:41:59+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"
        }
      ]
    }
  ]
}