FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ch-ig-example-translation

Packagech.fhir.ig.ch-ig
TypeCodeSystem
Idch-ig-example-translation
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-ig/https://build.fhir.org/ig/ahdis/ch-ig/CodeSystem-ch-ig-example-translation.html
URLhttp://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation
Version1.2.3
Statusactive
Date2025-06-05T11:24:15+00:00
NameChIgExampleTranslation
TitleCH IG Example Translation
Realmch
Authorityhl7
DescriptionCH IG Example Translation code system is just an example with translated values!
CopyrightCC0-1.0
Contentcomplete

Resources that use this resource

ValueSet
ch-ig-example-translationCH IG Example Translation

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ch-ig-example-translation

This case-sensitive code system http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation defines the following code:

CodeDisplay
abc abc example

Additional Language Displays

CodeDeutsch (German, de)French (fr)Italian (it)
abcabc Beispielabc exempleabc esempio

Source

{
  "resourceType": "CodeSystem",
  "id": "ch-ig-example-translation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation",
  "version": "1.2.3",
  "name": "ChIgExampleTranslation",
  "title": "CH IG Example Translation",
  "status": "active",
  "experimental": false,
  "date": "2025-06-05T11:24:15+00:00",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description": "CH IG Example Translation code system is just an example with translated values!",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CHE"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "caseSensitive": true,
  "valueSet": "http://fhir.ch/ig/ch-ig/ValueSet/ch-ig-example-translation",
  "content": "complete",
  "concept": [
    {
      "code": "abc",
      "display": "abc example",
      "designation": [
        {
          "language": "de",
          "value": "abc Beispiel"
        },
        {
          "language": "fr",
          "value": "abc exemple"
        },
        {
          "language": "it",
          "value": "abc esempio"
        }
      ]
    }
  ]
}