Clinical Document Architecture with Australian Schema
1.0.0 - current Australia flag

Clinical Document Architecture with Australian Schema - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CDASetOperator - TTL Representation

Draft as of 2024-08-29

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CDASetOperator"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet CDASetOperator</b></p><a name=\"CDASetOperator\"> </a><a name=\"hcCDASetOperator\"> </a><a name=\"CDASetOperator-en-AU\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.2.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.2.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.2.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.2.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.2.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.2.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>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDASetOperator"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CDASetOperator"] ; # 
  fhir:title [ fhir:v "CDASetOperator"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Determins the intersectionality of multiple sets"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-SetOperator"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "A" ]       ] [
fhir:code [ fhir:v "E" ]       ] [
fhir:code [ fhir:v "H" ]       ] [
fhir:code [ fhir:v "I" ]       ] [
fhir:code [ fhir:v "P" ]       ] )     ] )
  ] . #