CH IG (R4)
1.2.3 - draft
CH IG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.2.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-ig/ and changes regularly. See the Directory of published versions
| Draft as of 2025-12-11 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="example"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem example</b></p><a name="example"> </a><a name="hcexample"> </a><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-ig/CodeSystem/example</code> defines 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 style="white-space:nowrap">example-1<a name="example-example-1"> </a></td><td>Example 1</td></tr><tr><td style="white-space:nowrap">example-2<a name="example-example-2"> </a></td><td>Example 2</td></tr><tr><td style="white-space:nowrap">example-3<a name="example-example-3"> </a></td><td>Example 3</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>example-1</td><td>Beispiel 1</td><td>Exemple 1</td><td>Esempio 1</td></tr><tr><td>example-2</td><td>Beispiel 2</td><td>Exemple 2</td><td>Esempio 2</td></tr><tr><td>example-3</td><td>Beispiel 3</td><td>Exemple 3</td><td>Esempio 3</td></tr></table></div>
</text>
<url value="http://fhir.ch/ig/ch-ig/CodeSystem/example"/>
<version value="1.2.3"/>
<name value="DesignationsCS"/>
<title value="CH IG Designations CS"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2025-12-11T11:17:57+00:00"/>
<publisher value="HL7 Switzerland"/>
<contact>
<name value="HL7 Switzerland"/>
<telecom>
<system value="url"/>
<value value="https://www.hl7.ch/"/>
</telecom>
</contact>
<description
value="Example code system including own defined codes with multilingual designations."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="CHE"/>
</coding>
</jurisdiction>
<copyright value="CC0-1.0"/>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="3"/>
<concept>
<code value="example-1"/>
<display value="Example 1"/>
<designation>
<language value="de-CH"/>
<value value="Beispiel 1"/>
</designation>
<designation>
<language value="fr-CH"/>
<value value="Exemple 1"/>
</designation>
<designation>
<language value="it-CH"/>
<value value="Esempio 1"/>
</designation>
</concept>
<concept>
<code value="example-2"/>
<display value="Example 2"/>
<designation>
<language value="de-CH"/>
<value value="Beispiel 2"/>
</designation>
<designation>
<language value="fr-CH"/>
<value value="Exemple 2"/>
</designation>
<designation>
<language value="it-CH"/>
<value value="Esempio 2"/>
</designation>
</concept>
<concept>
<code value="example-3"/>
<display value="Example 3"/>
<designation>
<language value="de-CH"/>
<value value="Beispiel 3"/>
</designation>
<designation>
<language value="fr-CH"/>
<value value="Exemple 3"/>
</designation>
<designation>
<language value="it-CH"/>
<value value="Esempio 3"/>
</designation>
</concept>
</CodeSystem>