Czech Core Resources IG
0.1.0 - ci-build Czechia flag

Czech Core Resources IG, published by Národní centrum elektronického zdravotnictví (NCEZ). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ncez-cz/cz-core/ and changes regularly. See the Directory of published versions

: SNOMED CT Supplement typu registrujícího poskytovatele - TTL Representation

Page standards status: Trial-use Maturity Level: 2

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 "snomed-supplement-service-type"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://ncez.mzcr.cz/fhir/CodeSystem/snomed-supplement-service-type</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Czech (cs)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://snomed.info/id/700232004\">700232004</a><a name=\"snomed-supplement-service-type-700232004\"> </a></td><td>Všeobecné lékařské služby</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://snomed.info/id/310060005\">310060005</a><a name=\"snomed-supplement-service-type-310060005\"> </a></td><td>Gynekologické a porodnické služby</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://snomed.info/id/722176000\">722176000</a><a name=\"snomed-supplement-service-type-722176000\"> </a></td><td>Stomatologické služby</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:integer ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
  ] ) ; # 
  fhir:url [ fhir:v "https://ncez.mzcr.cz/fhir/CodeSystem/snomed-supplement-service-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SnomedCtSupplementServiceType"] ; # 
  fhir:title [ fhir:v "SNOMED CT Supplement typu registrujícího poskytovatele"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-01-08"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Národní centrum elektronického zdravotnictví (NCEZ)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Národní centrum elektronického zdravotnictví (NCEZ)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ncez.mzcr.cz" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem Supplement 1 pro kódový systém Snomed CT"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CZ" ] ;
fhir:display [ fhir:v "Czechia" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:link <http://snomed.info/sct>
  ] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "700232004" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "cs" ] ;
fhir:value [ fhir:v "Všeobecné lékařské služby" ]     ] )
  ] [
fhir:code [ fhir:v "310060005" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "cs" ] ;
fhir:value [ fhir:v "Gynekologické a porodnické služby" ]     ] )
  ] [
fhir:code [ fhir:v "722176000" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "cs" ] ;
fhir:value [ fhir:v "Stomatologické služby" ]     ] )
  ] ) . #