CH IG (R4)
1.2.3 - draft
This page is part of the CH IG (R4) (v1.2.3: STU) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Draft as of 2025-12-11 |
{
"resourceType" : "CodeSystem",
"id" : "example",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://fhir.ch/ig/ch-ig/CodeSystem/example",
"version" : "1.2.3",
"name" : "DesignationsCS",
"title" : "CH IG Designations",
"status" : "draft",
"experimental" : false,
"date" : "2025-12-11T10:31:14+00:00",
"publisher" : "HL7 Switzerland",
"contact" : [
{
"name" : "HL7 Switzerland",
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.ch/"
}
]
}
],
"description" : "Example code system including own defined codes with multilingual designations.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CHE"
}
]
}
],
"copyright" : "CC0-1.0",
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "example-1",
"display" : "Example 1",
"designation" : [
{
"language" : "de-CH",
"value" : "Beispiel 1"
},
{
"language" : "fr-CH",
"value" : "Exemple 1"
},
{
"language" : "it-CH",
"value" : "Esempio 1"
}
]
},
{
"code" : "example-2",
"display" : "Example 2",
"designation" : [
{
"language" : "de-CH",
"value" : "Beispiel 2"
},
{
"language" : "fr-CH",
"value" : "Exemple 2"
},
{
"language" : "it-CH",
"value" : "Esempio 2"
}
]
},
{
"code" : "example-3",
"display" : "Example 3",
"designation" : [
{
"language" : "de-CH",
"value" : "Beispiel 3"
},
{
"language" : "fr-CH",
"value" : "Exemple 3"
},
{
"language" : "it-CH",
"value" : "Esempio 3"
}
]
}
]
}