Documentation des guides d'implémentation de l'ANS
0.1.0 - ci-build

This page is part of the Documentation des guides d'implémentation de l'ANS (v0.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.1.8. For a full list of available versions, see the Directory of published versions

: EyeColor Value Set - JSON Representation

Active as of 2023-05-05

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "EyeColorVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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/405738005\">405738005</a></td><td>Blue color</td></tr><tr><td><a href=\"http://snomed.info/id/371254008\">371254008</a></td><td>Brown color</td></tr><tr><td><a href=\"http://snomed.info/id/54662009\">54662009</a></td><td>Green color</td></tr></table></li></ul></div>"
  },
  "url" : "https://interop.esante.gouv.fr/ig/documentation/ValueSet/EyeColorVS",
  "version" : "0.1.0",
  "name" : "EyeColorVS",
  "title" : "EyeColor Value Set",
  "status" : "active",
  "date" : "2023-05-05T15:27:27+00:00",
  "publisher" : "ANS",
  "contact" : [
    {
      "name" : "ANS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description" : "Different eye colors.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "405738005",
            "display" : "Blue color"
          },
          {
            "code" : "371254008",
            "display" : "Brown color"
          },
          {
            "code" : "54662009",
            "display" : "Green color"
          }
        ]
      }
    ]
  }
}