FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/CDASetOperator

Packageau.digitalhealth.cda.schema
TypeValueSet
IdCDASetOperator
FHIR VersionR5
Sourcehttp://ns.electronichealth.net.au/cda/https://build.fhir.org/ig/AuDigitalHealth/cda-au-schema/ValueSet-CDASetOperator.html
URLhttp://hl7.org/cda/stds/core/ValueSet/CDASetOperator
Version1.0.0
Statusdraft
Date2025-07-21T22:05:27+00:00
NameCDASetOperator
TitleCDASetOperator
Realmau
Authoritynational
DescriptionDetermins the intersectionality of multiple sets

Resources that use this resource

StructureDefinition
IVL-INTIVL_INT: Interval (V3 Data Type)
IVL-PQIVL_PQ: Interval (V3 Data Type)
SXCM-TSSXCM_TS: GeneralTimingSpecification (V3 Data Type)

Resources that this resource uses

CodeSystem
v3-SetOperatorSetOperator
v3-SetOperatorSetOperator

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet CDASetOperator

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-SetOperator
    CodeDisplayDefinition
    AintersectForm the intersection with the value.
    EexcludeForm the set-difference with this value, i.e., exclude this element or set from the resulting set.
    Hconvex hullForm 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.
    IincludeForm the union with this value, i.e., include this element or set in the resulting set.
    Pperiodic hullForm 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.

Source

{
  "resourceType": "ValueSet",
  "id": "CDASetOperator",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/cda/stds/core/ValueSet/CDASetOperator",
  "version": "1.0.0",
  "name": "CDASetOperator",
  "title": "CDASetOperator",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-21T22:05:27+00:00",
  "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"
          }
        ]
      }
    ]
  }
}