FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-ig
Resource TypeCodeSystem
IdCodeSystem-example.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/ahdis/ch-ig/CodeSystem-example.html
URLhttp://fhir.ch/ig/ch-ig/CodeSystem/example
Version1.2.3
Statusdraft
Date2025-12-11T11:17:57+00:00
NameDesignationsCS
TitleCH IG Designations CS
Realmch
Authorityhl7
DescriptionExample code system including own defined codes with multilingual designations.
CopyrightCC0-1.0
Contentcomplete

Resources that use this resource

ValueSet
exampleCH IG Designations VS

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
example-1 Example 1
example-2 Example 2
example-3 Example 3

Additional Language Displays

CodeDeutsch (Schweiz) (German (Switzerland), de)French (Switzerland) (fr)Italian (Switzerland) (it)
example-1Beispiel 1Exemple 1Esempio 1
example-2Beispiel 2Exemple 2Esempio 2
example-3Beispiel 3Exemple 3Esempio 3

Source1

{
  "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"
        }
      ]
    }
  ]
}