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 (supplement to HL7) - TTL Representation

Draft as of 2024-07-18

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "properties-css"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem properties-css</b></p><a name=\"properties-css\"> </a><a name=\"hcproperties-css\"> </a><a name=\"properties-css-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 code system <code>https://fhir.ee/CodeSystem/properties-css</code> defines properties on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>datatype</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-parent\">parent</a><a name=\"properties-css-parent\"> </a></td><td>code</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-notSelectable\">notSelectable</a><a name=\"properties-css-notSelectable\"> </a></td><td>boolean</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-comment\">comment</a><a name=\"properties-css-comment\"> </a></td><td>string</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-concept-properties.html#concept-properties-inactive\">inactive</a><a name=\"properties-css-inactive\"> </a></td><td>boolean</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ee/CodeSystem/properties-css"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "PropertiesSupplement"] ; # 
  fhir:title [ fhir:v "Concept Properties (supplement to HL7)"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-18T14:14:49+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "TEHIK"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "TEHIK" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tehik.ee" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@tehik.ee" ]     ] )
  ] [
fhir:name [ fhir:v "Rutt Lindström" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rutt.lindstrom@tehik.ee" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Standard properties to be used in code systems published by TEHIK, based on HL7. Supplement adds datatype."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EE" ] ;
fhir:display [ fhir:v "Estonia" ]     ] )
  ] ) ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:versionNeeded [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
fhir:v "http://hl7.org/fhir/concept-properties"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/concept-properties>
  ] ; # 
  fhir:property ( [
fhir:code [ fhir:v "datatype" ] ;
fhir:type [ fhir:v "string" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "parent" ] ;
    ( fhir:property [
fhir:code [ fhir:v "datatype" ] ;
fhir:value [ fhir:v "code" ]     ] )
  ] [
fhir:code [ fhir:v "notSelectable" ] ;
    ( fhir:property [
fhir:code [ fhir:v "datatype" ] ;
fhir:value [ fhir:v "boolean" ]     ] )
  ] [
fhir:code [ fhir:v "comment" ] ;
    ( fhir:property [
fhir:code [ fhir:v "datatype" ] ;
fhir:value [ fhir:v "string" ]     ] )
  ] [
fhir:code [ fhir:v "inactive" ] ;
    ( fhir:property [
fhir:code [ fhir:v "datatype" ] ;
fhir:value [ fhir:v "boolean" ]     ] )
  ] ) . #