CH Term (R4)
3.3.0-ci-build - ci-build Switzerland flag

CH Term (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-term/ and changes regularly. See the Directory of published versions

: CH AllergyIntolerance Severity Status - TTL Representation

Active as of 2025-10-20

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "allergyintolerance-severity-supplement"] ; # 
  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 allergyintolerance-severity-supplement</b></p><a name=\"allergyintolerance-severity-supplement\"> </a><a name=\"hcallergyintolerance-severity-supplement\"> </a><p>This code system supplement <code>http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-severity-supplement</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></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=\"allergyintolerance-severity-supplement-mild\"> </a></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=\"allergyintolerance-severity-supplement-moderate\"> </a></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=\"allergyintolerance-severity-supplement-severe\"> </a></td><td>Severe</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (Schweiz) (German (Switzerland), de)</b></td><td><b>French (Switzerland) (fr)</b></td><td><b>Italian (Switzerland) (it)</b></td></tr><tr><td>mild</td><td>Mild</td><td>Faible</td><td>Lieve</td></tr><tr><td>moderate</td><td>Moderat</td><td>Moyen</td><td>Moderata</td></tr><tr><td>severe</td><td>Schwer</td><td>Grave</td><td>Grave</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-severity-supplement"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.3.0-ci-build"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceSeverityStatus"] ; # 
  fhir:title [ fhir:v "CH AllergyIntolerance Severity Status"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-20T19:09:01+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Switzerland"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ]     ] )
  ] [
fhir:name [ fhir:v "HL7 Switzerland" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ch/" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code supplement with translations of CHAllergyIntolerance severity status"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "CC0-1.0"] ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
fhir:v "http://hl7.org/fhir/reaction-event-severity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/reaction-event-severity>
  ] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "mild" ] ;
fhir:display [ fhir:v "Mild" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Mild" ]     ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Faible" ]     ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Lieve" ]     ] )
  ] [
fhir:code [ fhir:v "moderate" ] ;
fhir:display [ fhir:v "Moderate" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Moderat" ]     ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Moyen" ]     ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Moderata" ]     ] )
  ] [
fhir:code [ fhir:v "severe" ] ;
fhir:display [ fhir:v "Severe" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Schwer" ]     ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Grave" ]     ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Grave" ]     ] )
  ] ) . #