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

FHIR IG Statistics: CodeSystem/ch-ig-example

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

Resources that use this resource

ValueSet
ch-ig-exampleCH IG Example

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

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

CodeDisplay
1 Beispiel 1
2 Beispiel 2
3 Beispiel 3

Source

{
  "resourceType": "CodeSystem",
  "id": "ch-ig-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example",
  "version": "1.2.3",
  "name": "ChIgExample",
  "title": "CH IG Example",
  "status": "draft",
  "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 code system is just an example!",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CHE"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "1",
      "display": "Beispiel 1"
    },
    {
      "code": "2",
      "display": "Beispiel 2"
    },
    {
      "code": "3",
      "display": "Beispiel 3"
    }
  ]
}