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
| Active as of 2025-10-20 |
@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-category-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-category-supplement</b></p><a name=\"allergyintolerance-category-supplement\"> </a><a name=\"hcallergyintolerance-category-supplement\"> </a><p>This code system supplement <code>http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-category-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-category.html#allergy-intolerance-category-food\">food</a><a name=\"allergyintolerance-category-supplement-food\"> </a></td><td>Food</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html#allergy-intolerance-category-medication\">medication</a><a name=\"allergyintolerance-category-supplement-medication\"> </a></td><td>Medication</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html#allergy-intolerance-category-environment\">environment</a><a name=\"allergyintolerance-category-supplement-environment\"> </a></td><td>Environment</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-allergy-intolerance-category.html#allergy-intolerance-category-biologic\">biologic</a><a name=\"allergyintolerance-category-supplement-biologic\"> </a></td><td>Biologic</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>food</td><td>Lebensmittel</td><td>aliment</td><td>alimento</td></tr><tr><td>medication</td><td>Arzneimittel</td><td>médicament</td><td>medicamento</td></tr><tr><td>environment</td><td>Umweltstoffe</td><td>environnement</td><td>ambiente</td></tr><tr><td>biologic</td><td>Biologische Präparate</td><td>biologique</td><td>biologico</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-category-supplement"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.3.0-ci-build"] ; #
fhir:name [ fhir:v "AllergyIntoleranceCategory"] ; #
fhir:title [ fhir:v "CH AllergyIntolerance Category"] ; #
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 category"] ; #
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-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/allergy-intolerance-category>
] ; #
fhir:concept ( [
fhir:code [ fhir:v "food" ] ;
fhir:display [ fhir:v "Food" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Lebensmittel" ] ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "aliment" ] ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "alimento" ] ] )
] [
fhir:code [ fhir:v "medication" ] ;
fhir:display [ fhir:v "Medication" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Arzneimittel" ] ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "médicament" ] ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "medicamento" ] ] )
] [
fhir:code [ fhir:v "environment" ] ;
fhir:display [ fhir:v "Environment" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Umweltstoffe" ] ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "environnement" ] ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "ambiente" ] ] )
] [
fhir:code [ fhir:v "biologic" ] ;
fhir:display [ fhir:v "Biologic" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Biologische Präparate" ] ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "biologique" ] ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "biologico" ] ] )
] ) . #
IG © 2019+ HL7 Switzerland. Package ch.fhir.ig.ch-term#3.3.0-ci-build based on FHIR 4.0.1. Generated 2025-10-20
Links: Table of Contents |
QA Report
| Propose a change