Conditional bindings
1.0.0 - STU1 International flag

Conditional bindings, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/conditionalbindings/ and changes regularly. See the Directory of published versions

: Value Set B - JSON Representation

Active as of 2025-07-25

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "VSB",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VSB</b></p><a name=\"VSB\"> </a><a name=\"hcVSB\"> </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/87683000\">87683000</a></td><td>Left handed (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/46669005\">46669005</a></td><td>Right handed (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/23088002\">23088002</a></td><td>Ambidextrous (finding)</td></tr></table></li></ul></div>"
  },
  "url" : "http://example.com/fhir/example/ValueSet/VSB",
  "version" : "1.0.0",
  "name" : "VSB",
  "title" : "Value Set B",
  "status" : "active",
  "date" : "2025-07-25T19:58:23+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.com/committees"
        },
        {
          "system" : "email",
          "value" : "my-group@example.com"
        }
      ]
    },
    {
      "name" : "Bob Smith",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bobsmith@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Value Set B.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "87683000",
            "display" : "Left handed (finding)"
          },
          {
            "code" : "46669005",
            "display" : "Right handed (finding)"
          },
          {
            "code" : "23088002",
            "display" : "Ambidextrous (finding)"
          }
        ]
      }
    ]
  }
}