CH IG (R4)
0.1.0 - ci-build International flag

CH IG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-ig/ and changes regularly. See the Directory of published versions

: Yes/No - JSON Representation

Draft as of 2025-08-18

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "yes-no",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet yes-no</b></p><a name=\"yes-no\"> </a><a name=\"hcyes-no\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/373066001\">373066001</a></td><td>Yes</td></tr><tr><td><a href=\"http://snomed.info/id/373067005\">373067005</a></td><td>No</td></tr></table></li></ul><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>English (English, en)</b></td><td><b>Spanish (es)</b></td><td><b>French (fr)</b></td><td><b>Portuguese (pt)</b></td></tr><tr><td>373066001</td><td>Ja</td><td>Yes</td><td>Sí</td><td>Oui</td><td>Sim</td></tr><tr><td>373067005</td><td>Nein</td><td>No</td><td>No</td><td>Non</td><td>Não</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-ig/ValueSet/yes-no",
  "version" : "0.1.0",
  "name" : "YesNo",
  "title" : "Yes/No",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-08-18T10:02:22+00:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "ValueSet containing codes for yes/no",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "373066001",
            "display" : "Yes",
            "designation" : [
              {
                "language" : "de",
                "value" : "Ja"
              },
              {
                "language" : "en",
                "value" : "Yes"
              },
              {
                "language" : "es",
                "value" : "Sí"
              },
              {
                "language" : "fr",
                "value" : "Oui"
              },
              {
                "language" : "pt",
                "value" : "Sim"
              }
            ]
          },
          {
            "code" : "373067005",
            "display" : "No",
            "designation" : [
              {
                "language" : "de",
                "value" : "Nein"
              },
              {
                "language" : "en",
                "value" : "No"
              },
              {
                "language" : "es",
                "value" : "No"
              },
              {
                "language" : "fr",
                "value" : "Non"
              },
              {
                "language" : "pt",
                "value" : "Não"
              }
            ]
          }
        ]
      }
    ]
  }
}