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 Type - 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-type-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-type-supplement</b></p><a name=\"allergyintolerance-type-supplement\"> </a><a name=\"hcallergyintolerance-type-supplement\"> </a><p>This code system supplement <code>http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-type-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-allergy-intolerance-type.html#allergy-intolerance-type-allergy\">allergy</a><a name=\"allergyintolerance-type-supplement-allergy\"> </a></td><td>Allergy</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-type.html#allergy-intolerance-type-intolerance\">intolerance</a><a name=\"allergyintolerance-type-supplement-intolerance\"> </a></td><td>Intolerance</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>allergy</td><td>Allergie</td><td>Allergie</td><td>Allergia</td></tr><tr><td>intolerance</td><td>Intoleranz</td><td>Intolérance</td><td>Intolleranza</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-type-supplement"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.3.0-ci-build"] ; # 
  fhir:name [ fhir:v "AllergyIntoleranceType"] ; # 
  fhir:title [ fhir:v "CH AllergyIntolerance Type"] ; # 
  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 type"] ; # 
  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/allergy-intolerance-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/allergy-intolerance-type>
  ] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "allergy" ] ;
fhir:display [ fhir:v "Allergy" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Allergie" ]     ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Allergie" ]     ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Allergia" ]     ] )
  ] [
fhir:code [ fhir:v "intolerance" ] ;
fhir:display [ fhir:v "Intolerance" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Intoleranz" ]     ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Intolérance" ]     ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Intolleranza" ]     ] )
  ] ) . #