FHIR IG Statistics: ValueSet/CDASetOperator
Resources that use this resource
StructureDefinition |
IVL-INT | IVL_INT: Interval (V3 Data Type) |
IVL-PQ | IVL_PQ: Interval (V3 Data Type) |
SXCM-TS | SXCM_TS: GeneralTimingSpecification (V3 Data Type) |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-SetOperator
Code | Display | Definition |
A | intersect | Form the intersection with the value. |
E | exclude | Form the set-difference with this value, i.e., exclude this element or set from the resulting set. |
H | convex hull | 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. |
I | include | Form the union with this value, i.e., include this element or set in the resulting set. |
P | periodic hull | 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. |
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"
}
]
}
]
}
}