HL7 Czech Core Resources IG, published by HL7 Czech Republic. 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/HL7-cz/cz-core/ and changes regularly. See the Directory of published versions
: Typ registrujícího lékaře / Type of registering physician - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "typ-registrujiciho-lekare-vs"] ; #
fhir:language [ fhir:v "cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet typ-registrujiciho-lekare-vs</b></p><a name=\"typ-registrujiciho-lekare-vs\"> </a><a name=\"hctyp-registrujiciho-lekare-vs\"> </a><a name=\"typ-registrujiciho-lekare-vs-cz-CZ\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: cs</p></div><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/700232004\">700232004</a></td><td>Všeobecné lékařské služby</td></tr><tr><td><a href=\"http://snomed.info/id/310060005\">310060005</a></td><td>Gynekologické a porodnické služby</td></tr><tr><td><a href=\"http://snomed.info/id/722176000\">722176000</a></td><td>Stomatologické služby</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "draft" ]
] ) ; #
fhir:url [ fhir:v "https://ncez.mzcr.cz/fhir/ValueSet/typ-registrujiciho-lekare-vs"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.203.24341.11.1.10" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CZ_TypRegistrujicihoLekareVS"] ; #
fhir:title [ fhir:v "Typ registrujícího lékaře / Type of registering physician"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-01-23"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 Czech Republic"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Czech Republic" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.cz" ] ] )
] ) ; #
fhir:description [ fhir:v "Číselník typů registrujících lékařů"] ; #
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:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "700232004" ] ;
fhir:display [ fhir:v "Všeobecné lékařské služby" ] ] [
fhir:code [ fhir:v "310060005" ] ;
fhir:display [ fhir:v "Gynekologické a porodnické služby" ] ] [
fhir:code [ fhir:v "722176000" ] ;
fhir:display [ fhir:v "Stomatologické služby" ] ] ) ] )
] . #