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 A - JSON Representation

Active as of 2025-07-25

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "VSA",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VSA</b></p><a name=\"VSA\"> </a><a name=\"hcVSA\"> </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/288442008\">288442008</a></td><td style=\"color: #cccccc\">Able to perform writing activities</td></tr><tr><td><a href=\"http://snomed.info/id/288446006\">288446006</a></td><td style=\"color: #cccccc\">Difficulty performing writing activities</td></tr><tr><td><a href=\"http://snomed.info/id/288445005\">288445005</a></td><td style=\"color: #cccccc\">Does not perform writing activities</td></tr></table></li></ul></div>"
  },
  "url" : "http://example.com/fhir/example/ValueSet/VSA",
  "version" : "1.0.0",
  "name" : "VSA",
  "title" : "Value Set A",
  "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 A.",
  "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" : "288442008"
          },
          {
            "code" : "288446006"
          },
          {
            "code" : "288445005"
          }
        ]
      }
    ]
  }
}