Clinical Document Architecture
2.0.0-sd-202406-matchbox-patch - release

Clinical Document Architecture - Local Development build (v2.0.0-sd-202406-matchbox-patch) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CDASetOperator - JSON Representation

Draft as of 2024-06-19

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CDASetOperator",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-SetOperator.html\"><code>http://terminology.hl7.org/CodeSystem/v3-SetOperator</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-A\">A</a></td><td style=\"color: #cccccc\">intersect</td><td>Form the intersection with the value.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-E\">E</a></td><td style=\"color: #cccccc\">exclude</td><td>Form the set-difference with this value, i.e., exclude this element or set from the resulting set.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-H\">H</a></td><td style=\"color: #cccccc\">convex hull</td><td>Form the convex hull with the value. The convex hull is defined over ordered domains and is the smallest contiguous superset (interval) that of all the operand sets.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-I\">I</a></td><td style=\"color: #cccccc\">include</td><td>Form the union with this value, i.e., include this element or set in the resulting set.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-SetOperator.html#v3-SetOperator-P\">P</a></td><td style=\"color: #cccccc\">periodic hull</td><td>Form the periodic hull with the value. The periodic hull is defined over ordered domains and is the periodic set that contains all contiguous supersets of pairs of intervals generated by the operand periodic intervals.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/cda/stds/core/ValueSet/CDASetOperator",
  "version" : "2.0.0-sd-202406-matchbox-patch",
  "name" : "CDASetOperator",
  "title" : "CDASetOperator",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-06-19T17:47:42+02:00",
  "publisher" : "Health Level 7",
  "contact" : [
    {
      "name" : "HL7 International - Structured Documents",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure"
        },
        {
          "system" : "email",
          "value" : "structdog@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Determins the intersectionality of multiple sets",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-SetOperator",
        "concept" : [
          {
            "code" : "A"
          },
          {
            "code" : "E"
          },
          {
            "code" : "H"
          },
          {
            "code" : "I"
          },
          {
            "code" : "P"
          }
        ]
      }
    ]
  }
}