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

FHIR IG Statistics: ValueSet/propertiesvs

Packageee.fhir.ts
TypeValueSet
Idpropertiesvs
FHIR VersionR5
Sourcehttps://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/TerminologyServices/ValueSet-propertiesvs.html
URLhttps://fhir.ee/ValueSet/propertiesvs
Version1.0.0
Statusdraft
Date2025-07-02T05:41:59+00:00
NameProperties
TitleConcept Properties
Realmee
DescriptionList of properties to be used for codesystem concepts.
PurposeLocal 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.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
properties-tehik-csConcept Properties (TEHIK)

Narrative

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

Generated Narrative: ValueSet propertiesvs

This ValueSet requires the Code system Supplement Concept Properties (supplement to HL7).

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/concept-properties
    CodeDisplayDefinition
    parentParentThe 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
    notSelectableNot SelectableThe 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
    commentCommentA string that provides additional detail pertinent to the use or understanding of the concept
    inactiveInactiveTrue 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
  • Include all codes defined in https://fhir.ee/CodeSystem/properties-tehik-cs

Source

{
  "resourceType": "ValueSet",
  "id": "propertiesvs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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": "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": "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"
      }
    ]
  }
}