Multi-Language Test IG
0.2.0 - International drapeau

Multi-Language Test IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/multi-lang-test-ig/ and changes regularly. See the Directory of published versions

: A demonstration code system

Statut des normes de la page: Informative

Brut json | Télécharger

{
  "resourceType" : "CodeSystem",
  "id" : "example",
  "language" : "fr",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : CodeSystem example</b></p><a name=\"fr-example\"> </a><a name=\"fr-hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Langue : en</p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/test/multi-lang/CodeSystem/example</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Définition</b></td></tr><tr><td style=\"white-space:nowrap\">01<a name=\"fr-example-01\"> </a></td><td>CS1</td><td>Made-up code</td></tr></table><p><b>Affichages en langues supplémentaires</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Arabic (ar)</b></td><td><b>Spanish (es)</b></td><td><b>Nederlands (Dutch, nl)</b></td><td><b>Portuguese (pt)</b></td></tr><tr><td>01</td><td>CS1</td><td>CS1</td><td>CS1</td><td>CS1</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/test/multi-lang/ImplementationGuide/hl7.fhir.test.multi-lang"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/test/multi-lang/CodeSystem/example",
  "version" : "0.2.0",
  "name" : "ExampleCodeSystem",
  "title" : "Example Code System",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-08-07T06:51:45+00:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "Example Code System Instance",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "01",
      "display" : "CS1",
      "definition" : "Made-up code",
      "designation" : [
        {
          "use" : {
            "system" : "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra",
            "code" : "preferredForLanguage"
          },
          "value" : "CS2"
        },
        {
          "language" : "es",
          "value" : "CS1"
        },
        {
          "language" : "pt",
          "value" : "CS1"
        },
        {
          "language" : "ar",
          "value" : "CS1"
        },
        {
          "language" : "nl",
          "value" : "CS1"
        }
      ]
    }
  ]
}