FHIR IG analytics| Package | ch.fhir.ig.ch-ig |
| Resource Type | CodeSystem |
| Id | CodeSystem-example.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/ahdis/ch-ig/CodeSystem-example.html |
| URL | http://fhir.ch/ig/ch-ig/CodeSystem/example |
| Version | 1.2.3 |
| Status | draft |
| Date | 2025-12-11T11:17:57+00:00 |
| Name | DesignationsCS |
| Title | CH IG Designations CS |
| Realm | ch |
| Authority | hl7 |
| Description | Example code system including own defined codes with multilingual designations. |
| Copyright | CC0-1.0 |
| Content | complete |
| ValueSet | |
| example | CH IG Designations VS |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem example
This case-sensitive code system http://fhir.ch/ig/ch-ig/CodeSystem/example defines the following codes:
| Code | Display |
| example-1 | Example 1 |
| example-2 | Example 2 |
| example-3 | Example 3 |
Additional Language Displays
| Code | Deutsch (Schweiz) (German (Switzerland), de) | French (Switzerland) (fr) | Italian (Switzerland) (it) |
| example-1 | Beispiel 1 | Exemple 1 | Esempio 1 |
| example-2 | Beispiel 2 | Exemple 2 | Esempio 2 |
| example-3 | Beispiel 3 | Exemple 3 | Esempio 3 |
{
"resourceType": "CodeSystem",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-ig/CodeSystem/example",
"version": "1.2.3",
"name": "DesignationsCS",
"title": "CH IG Designations CS",
"status": "draft",
"experimental": false,
"date": "2025-12-11T11:17:57+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"
}
]
}
]
}