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

FHIR IG analytics

Packagech.fhir.ig.ch-ig
Resource TypeValueSet
IdValueSet-example.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/ahdis/ch-ig/ValueSet-example.html
URLhttp://fhir.ch/ig/ch-ig/ValueSet/example
Version1.2.3
Statusdraft
Date2025-12-11T11:17:57+00:00
NameDesignationsVS
TitleCH IG Designations VS
Realmch
Authorityhl7
DescriptionExample value set including all codes from the designations code system.
CopyrightCC0-1.0

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
exampleCH IG Designations CS

Narrative

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

Generated Narrative: ValueSet example


Source1

{
  "resourceType": "ValueSet",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-ig/ValueSet/example",
  "version": "1.2.3",
  "name": "DesignationsVS",
  "title": "CH IG Designations VS",
  "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 value set including all codes from the designations code system.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CHE"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://fhir.ch/ig/ch-ig/CodeSystem/example"
      }
    ]
  }
}