Package | ch.fhir.ig.ch-ig |
Type | CodeSystem |
Id | ch-ig-example |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-ig/https://build.fhir.org/ig/ahdis/ch-ig/CodeSystem-ch-ig-example.html |
URL | http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example |
Version | 1.2.3 |
Status | draft |
Date | 2025-06-05T11:24:15+00:00 |
Name | ChIgExample |
Title | CH IG Example |
Realm | ch |
Authority | hl7 |
Description | CH IG Example code system is just an example! |
Copyright | CC0-1.0 |
Content | complete |
ValueSet | |
ch-ig-example | CH IG Example |
No resources found
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:
Code | Display |
1 | Beispiel 1 |
2 | Beispiel 2 |
3 | Beispiel 3 |
{ "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" } ] }