FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Assertion Operator Type - TTL Representation

Page standards status: Informative Maturity Level: 2

Raw ttl | Download


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

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "assert-operator-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/assert-operator-codes</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">equals\n                  <a name=\"assert-operator-codes-equals\"> </a>\n                </td>\n                <td>equals</td>\n                <td>Default value. Equals comparison.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notEquals\n                  <a name=\"assert-operator-codes-notEquals\"> </a>\n                </td>\n                <td>notEquals</td>\n                <td>Not equals comparison.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">in\n                  <a name=\"assert-operator-codes-in\"> </a>\n                </td>\n                <td>in</td>\n                <td>Compare value within a known set of values.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notIn\n                  <a name=\"assert-operator-codes-notIn\"> </a>\n                </td>\n                <td>notIn</td>\n                <td>Compare value not within a known set of values.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">greaterThan\n                  <a name=\"assert-operator-codes-greaterThan\"> </a>\n                </td>\n                <td>greaterThan</td>\n                <td>Compare value to be greater than a known value.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">lessThan\n                  <a name=\"assert-operator-codes-lessThan\"> </a>\n                </td>\n                <td>lessThan</td>\n                <td>Compare value to be less than a known value.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">empty\n                  <a name=\"assert-operator-codes-empty\"> </a>\n                </td>\n                <td>empty</td>\n                <td>Compare value is empty.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notEmpty\n                  <a name=\"assert-operator-codes-notEmpty\"> </a>\n                </td>\n                <td>notEmpty</td>\n                <td>Compare value is not empty.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">contains\n                  <a name=\"assert-operator-codes-contains\"> </a>\n                </td>\n                <td>contains</td>\n                <td>Compare value string contains a known value.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notContains\n                  <a name=\"assert-operator-codes-notContains\"> </a>\n                </td>\n                <td>notContains</td>\n                <td>Compare value string does not contain a known value.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">eval\n                  <a name=\"assert-operator-codes-eval\"> </a>\n                </td>\n                <td>evaluate</td>\n                <td>Evaluate the FHIRPath expression as a boolean condition.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">manualEval\n                  <a name=\"assert-operator-codes-manualEval\"> </a>\n                </td>\n                <td>manualEvaluate</td>\n                <td>Manually evaluate the condition described by this assert. The test engine SHALL pause and provide an input mechanism to set the outcome of this assert to 'pass', 'fail', 'skip' or 'stop'.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/assert-operator-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "AssertionOperatorType"] ; # 
  fhir:title [ fhir:v "Assertion Operator Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of operator to use for assertion."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/assert-operator-codes|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/assert-operator-codes|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "equals" ] ;
fhir:display [ fhir:v "equals" ] ;
fhir:definition [ fhir:v "Default value. Equals comparison." ]
  ] [
fhir:code [ fhir:v "notEquals" ] ;
fhir:display [ fhir:v "notEquals" ] ;
fhir:definition [ fhir:v "Not equals comparison." ]
  ] [
fhir:code [ fhir:v "in" ] ;
fhir:display [ fhir:v "in" ] ;
fhir:definition [ fhir:v "Compare value within a known set of values." ]
  ] [
fhir:code [ fhir:v "notIn" ] ;
fhir:display [ fhir:v "notIn" ] ;
fhir:definition [ fhir:v "Compare value not within a known set of values." ]
  ] [
fhir:code [ fhir:v "greaterThan" ] ;
fhir:display [ fhir:v "greaterThan" ] ;
fhir:definition [ fhir:v "Compare value to be greater than a known value." ]
  ] [
fhir:code [ fhir:v "lessThan" ] ;
fhir:display [ fhir:v "lessThan" ] ;
fhir:definition [ fhir:v "Compare value to be less than a known value." ]
  ] [
fhir:code [ fhir:v "empty" ] ;
fhir:display [ fhir:v "empty" ] ;
fhir:definition [ fhir:v "Compare value is empty." ]
  ] [
fhir:code [ fhir:v "notEmpty" ] ;
fhir:display [ fhir:v "notEmpty" ] ;
fhir:definition [ fhir:v "Compare value is not empty." ]
  ] [
fhir:code [ fhir:v "contains" ] ;
fhir:display [ fhir:v "contains" ] ;
fhir:definition [ fhir:v "Compare value string contains a known value." ]
  ] [
fhir:code [ fhir:v "notContains" ] ;
fhir:display [ fhir:v "notContains" ] ;
fhir:definition [ fhir:v "Compare value string does not contain a known value." ]
  ] [
fhir:code [ fhir:v "eval" ] ;
fhir:display [ fhir:v "evaluate" ] ;
fhir:definition [ fhir:v "Evaluate the FHIRPath expression as a boolean condition." ]
  ] [
fhir:code [ fhir:v "manualEval" ] ;
fhir:display [ fhir:v "manualEvaluate" ] ;
fhir:definition [ fhir:v "Manually evaluate the condition described by this assert. The test engine SHALL pause and provide an input mechanism to set the outcome of this assert to 'pass', 'fail', 'skip' or 'stop'." ]
  ] ) . #