This page is part of the CH Term (R4) (v3.2.0: STU) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
| Active as of 2025-05-21 |
@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-clinical-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-clinical-supplement</b></p><a name=\"allergyintolerance-clinical-supplement\"> </a><a name=\"hcallergyintolerance-clinical-supplement\"> </a><a name=\"allergyintolerance-clinical-supplement-en-US\"> </a><p>This code system supplement <code>http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-clinical-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://terminology.hl7.org/6.3.0/CodeSystem-allergyintolerance-clinical.html#allergyintolerance-clinical-active\">active</a><a name=\"allergyintolerance-clinical-supplement-active\"> </a></td><td>Active</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://terminology.hl7.org/6.3.0/CodeSystem-allergyintolerance-clinical.html#allergyintolerance-clinical-inactive\">inactive</a><a name=\"allergyintolerance-clinical-supplement-inactive\"> </a></td><td>Inactive</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://terminology.hl7.org/6.3.0/CodeSystem-allergyintolerance-clinical.html#allergyintolerance-clinical-resolved\">resolved</a><a name=\"allergyintolerance-clinical-supplement-resolved\"> </a></td><td>Resolved</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>active</td><td>Aktiv</td><td>Actif</td><td>Attiva</td></tr><tr><td>inactive</td><td>Inaktiv</td><td>Inactif</td><td>Inattiva</td></tr><tr><td>resolved</td><td>Behoben</td><td>Résolu</td><td>Risolta</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-allergyintolerance/CodeSystem/allergyintolerance-clinical-supplement"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.2.0"] ; #
fhir:name [ fhir:v "AllergyIntoleranceClinicalStatus"] ; #
fhir:title [ fhir:v "CH AllergyIntolerance Clinical Status"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-05-21T18:49:14+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 clinical 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://terminology.hl7.org/CodeSystem/allergyintolerance-clinical|1.0.1"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical|1.0.1>
] ; #
fhir:concept ( [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Aktiv" ] ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Actif" ] ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Attiva" ] ] )
] [
fhir:code [ fhir:v "inactive" ] ;
fhir:display [ fhir:v "Inactive" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Inaktiv" ] ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Inactif" ] ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Inattiva" ] ] )
] [
fhir:code [ fhir:v "resolved" ] ;
fhir:display [ fhir:v "Resolved" ] ;
( fhir:designation [
fhir:language [ fhir:v "de-CH" ] ;
fhir:value [ fhir:v "Behoben" ] ] [
fhir:language [ fhir:v "fr-CH" ] ;
fhir:value [ fhir:v "Résolu" ] ] [
fhir:language [ fhir:v "it-CH" ] ;
fhir:value [ fhir:v "Risolta" ] ] )
] ) . #
IG © 2019+ HL7 Switzerland. Package ch.fhir.ig.ch-term#3.2.0 based on FHIR 4.0.1. Generated 2025-05-21
Links: Table of Contents |
QA Report
| Propose a change