Package | ch.fhir.ig.ch-ig |
Type | CodeSystem |
Id | ch-ig-example-translation |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-ig/https://build.fhir.org/ig/ahdis/ch-ig/CodeSystem-ch-ig-example-translation.html |
URL | http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation |
Version | 1.2.3 |
Status | active |
Date | 2025-06-05T11:24:15+00:00 |
Name | ChIgExampleTranslation |
Title | CH IG Example Translation |
Realm | ch |
Authority | hl7 |
Description | CH IG Example Translation code system is just an example with translated values! |
Copyright | CC0-1.0 |
Content | complete |
ValueSet | |
ch-ig-example-translation | CH IG Example Translation |
No resources found
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:
Code | Display |
abc | abc example |
Additional Language Displays
Code | Deutsch (German, de) | French (fr) | Italian (it) |
abc | abc Beispiel | abc exemple | abc esempio |
{ "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" } ] } ] }