HL7 Czech Shared Health Record Implementation Guide
0.0.1 - ci-build Czechia flag

HL7 Czech Shared Health Record Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/szz/ and changes regularly. See the Directory of published versions

: Clinical severity of symptoms - TTL Representation

Active as of 2025-03-05

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cz-clinical-severity-of-symptoms-szz-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cz-clinical-severity-of-symptoms-szz-cs"] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"cs\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cz-clinical-severity-of-symptoms-szz-cs</b></p><a name=\"cz-clinical-severity-of-symptoms-szz-cs\"> </a><a name=\"hccz-clinical-severity-of-symptoms-szz-cs\"> </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><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>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>Not Selectable</td><td>notSelectable</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>boolean</td><td>Not Selectable</td></tr></table><p><b>Concepts</b></p><p>This code system supplement <code>https://ncez.mzcr.cz/terminology/CodeSystem/cz-clinical-severity-of-symptoms-szz-cs</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>English (English, en)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-reaction-event-severity.html#reaction-event-severity-mild\">mild</a><a name=\"cz-clinical-severity-of-symptoms-szz-cs-mild\"> </a></td><td>mírná</td><td>mírná</td><td>mild</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-reaction-event-severity.html#reaction-event-severity-moderate\">moderate</a><a name=\"cz-clinical-severity-of-symptoms-szz-cs-moderate\"> </a></td><td>střední</td><td>střední</td><td>moderate</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-reaction-event-severity.html#reaction-event-severity-severe\">severe</a><a name=\"cz-clinical-severity-of-symptoms-szz-cs-severe\"> </a></td><td>závažná</td><td>závažná</td><td>severe</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://ncez.mzcr.cz/terminology/CodeSystem/cz-clinical-severity-of-symptoms-szz-cs"] ;
  fhir:CodeSystem.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "ClinicalSeverityOfSymptomsSzzCs"] ;
  fhir:CodeSystem.title [ fhir:value "Clinical severity of symptoms"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2025-03-05"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7 Czech Republic"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Czech Republic" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.cz/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "The Value Set is used for Record of allergy or other significant adverse reaction to a substance or medicinal product in the Shared Health Record to indicate the Clinical severity of symptoms."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CZ" ] ;
       fhir:Coding.display [ fhir:value "Czechia" ]
     ]
  ] ;
  fhir:CodeSystem.content [ fhir:value "supplement"] ;
  fhir:CodeSystem.supplements [
     fhir:value "http://hl7.org/fhir/reaction-event-severity|4.0.1" ;
     fhir:link <http://hl7.org/fhir/reaction-event-severity|4.0.1>
  ] ;
  fhir:CodeSystem.property [
     fhir:index 0 ;
     fhir:CodeSystem.property.code [ fhir:value "notSelectable" ] ;
     fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#notSelectable" ] ;
     fhir:CodeSystem.property.description [ fhir:value "Not Selectable" ] ;
     fhir:CodeSystem.property.type [ fhir:value "boolean" ]
  ] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "mild" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "mírná" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "mírná" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.code [ fhir:value "definition" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "mild" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "moderate" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "střední" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "střední" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.code [ fhir:value "definition" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "moderate" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "severe" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "závažná" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "závažná" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "en" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.code [ fhir:value "definition" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "severe" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cz-clinical-severity-of-symptoms-szz-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cz-clinical-severity-of-symptoms-szz-cs.ttl> .