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

FHIR IG Statistics: CodeSystem/properties-css

Packageee.fhir.ts
TypeCodeSystem
Idproperties-css
FHIR VersionR5
Sourcehttps://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/TerminologyServices/CodeSystem-properties-css.html
URLhttps://fhir.ee/CodeSystem/properties-css
Version1.0.0
Statusdraft
Date2025-07-02T05:41:59+00:00
NamePropertiesSupplement
TitleConcept Properties (supplement to HL7)
Realmee
DescriptionStandard properties to be used in code systems published by TEHIK, based on HL7. Supplement adds datatype.
Contentsupplement
Supplementshttp://hl7.org/fhir/concept-properties

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem properties-css

Properties

This code system defines the following properties for its concepts

NameCodeType
datatypedatatypestring

Concepts

This code system supplement https://fhir.ee/CodeSystem/properties-css defines properties on the following codes:

Codedatatype
parent code
notSelectable boolean
comment string
inactive boolean

Source

{
  "resourceType": "CodeSystem",
  "id": "properties-css",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.ee/CodeSystem/properties-css",
  "version": "1.0.0",
  "name": "PropertiesSupplement",
  "title": "Concept Properties (supplement to HL7)",
  "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": "Standard properties to be used in code systems published by TEHIK, based on HL7. Supplement adds datatype.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "EE",
          "display": "Estonia"
        }
      ]
    }
  ],
  "compositional": false,
  "versionNeeded": true,
  "content": "supplement",
  "supplements": "http://hl7.org/fhir/concept-properties",
  "property": [
    {
      "code": "datatype",
      "type": "string"
    }
  ],
  "concept": [
    {
      "code": "parent",
      "property": [
        {
          "code": "datatype",
          "valueString": "code"
        }
      ]
    },
    {
      "code": "notSelectable",
      "property": [
        {
          "code": "datatype",
          "valueString": "boolean"
        }
      ]
    },
    {
      "code": "comment",
      "property": [
        {
          "code": "datatype",
          "valueString": "string"
        }
      ]
    },
    {
      "code": "inactive",
      "property": [
        {
          "code": "datatype",
          "valueString": "boolean"
        }
      ]
    }
  ]
}