FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/group-characteristic-combination (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetGroup Characteristic Combination

{
  "resourceType" : "ValueSet",
  "id" : "group-characteristic-combination",
  "meta" : {
    "lastUpdated" : "2024-05-08T09:17:19.439+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"codesystem-group-characteristic-combination.html\"><code>http://hl7.org/fhir/group-characteristic-combination</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=\"codesystem-group-characteristic-combination.html#group-characteristic-combination-all-of\">all-of</a></td><td>All of</td><td>Combine characteristics with AND.</td></tr><tr><td><a href=\"codesystem-group-characteristic-combination.html#group-characteristic-combination-any-of\">any-of</a></td><td>Any of</td><td>Combine characteristics with OR.</td></tr><tr><td><a href=\"codesystem-group-characteristic-combination.html#group-characteristic-combination-at-least\">at-least</a></td><td>At least</td><td>Meet at least the threshold number of characteristics for definition.</td></tr><tr><td><a href=\"codesystem-group-characteristic-combination.html#group-characteristic-combination-at-most\">at-most</a></td><td>At most</td><td>Meet at most the threshold number of characteristics for definition.</td></tr><tr><td><a href=\"codesystem-group-characteristic-combination.html#group-characteristic-combination-except-subset\">except-subset</a></td><td>Except subset</td><td>Meet the inclusion criteria under the condition that the basis does not match the exclusion criteria.</td></tr></table></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  }],
  "url" : "http://hl7.org/fhir/ValueSet/group-characteristic-combination",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.1344"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "GroupCharacteristicCombination",
  "title" : "Group Characteristic Combination",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-10-02T17:55:11+11:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "description" : "Logical grouping of characteristics for the Group Resource.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "immutable" : true,
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/group-characteristic-combination",
      "concept" : [{
        "code" : "all-of",
        "display" : "All of"
      },
      {
        "code" : "any-of",
        "display" : "Any of"
      },
      {
        "code" : "at-least",
        "display" : "At least"
      },
      {
        "code" : "at-most",
        "display" : "At most"
      },
      {
        "code" : "except-subset",
        "display" : "Except subset"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.