Diabetes DMP IG (R4)
0.0.1 - CI Build Germany flag

Diabetes DMP IG (R4) - Local Development build (v0.0.1). See the Directory of published versions

: DDG IG Example Translation - JSON Representation

Active as of 2022-09-05

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ch-ig-example-translation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">abc<a name=\"ch-ig-example-translation-abc\"> </a></td><td>abc example</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Deutsch (German, de)</b></td><td><b>French (fr)</b></td><td><b>Italian (it)</b></td></tr><tr><td>abc</td><td>abc Beispiel</td><td>abc exemple</td><td>abc esempio</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-ig/CodeSystem/ch-ig-example-translation",
  "version" : "0.0.1",
  "name" : "ChIgExampleTranslation",
  "title" : "CH IG Example Translation",
  "status" : "active",
  "date" : "2022-09-05T15:51:00+02:00",
  "publisher" : "Open Connections",
  "contact" : [
    {
      "name" : "Open Connections",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.open-connections.de/"
        }
      ]
    }
  ],
  "description" : "CH IG Example Translation code system is just an example with translated values!",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DEU"
        }
      ]
    }
  ],
  "copyright" : "CC-BY-SA-4.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"
        }
      ]
    }
  ]
}