FHIR Testing IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-testing-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 2 |
@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:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem assert-operator-codes</b></p><a name=\"assert-operator-codes\"> </a><a name=\"hcassert-operator-codes\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/assert-operator-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">equals<a name=\"assert-operator-codes-equals\"> </a></td><td>equals</td><td>Default value. Equals comparison.</td></tr><tr><td style=\"white-space:nowrap\">notEquals<a name=\"assert-operator-codes-notEquals\"> </a></td><td>notEquals</td><td>Not equals comparison.</td></tr><tr><td style=\"white-space:nowrap\">in<a name=\"assert-operator-codes-in\"> </a></td><td>in</td><td>Compare value within a known set of values.</td></tr><tr><td style=\"white-space:nowrap\">notIn<a name=\"assert-operator-codes-notIn\"> </a></td><td>notIn</td><td>Compare value not within a known set of values.</td></tr><tr><td style=\"white-space:nowrap\">greaterThan<a name=\"assert-operator-codes-greaterThan\"> </a></td><td>greaterThan</td><td>Compare value to be greater than a known value.</td></tr><tr><td style=\"white-space:nowrap\">lessThan<a name=\"assert-operator-codes-lessThan\"> </a></td><td>lessThan</td><td>Compare value to be less than a known value.</td></tr><tr><td style=\"white-space:nowrap\">empty<a name=\"assert-operator-codes-empty\"> </a></td><td>empty</td><td>Compare value is empty.</td></tr><tr><td style=\"white-space:nowrap\">notEmpty<a name=\"assert-operator-codes-notEmpty\"> </a></td><td>notEmpty</td><td>Compare value is not empty.</td></tr><tr><td style=\"white-space:nowrap\">contains<a name=\"assert-operator-codes-contains\"> </a></td><td>contains</td><td>Compare value string contains a known value.</td></tr><tr><td style=\"white-space:nowrap\">notContains<a name=\"assert-operator-codes-notContains\"> </a></td><td>notContains</td><td>Compare value string does not contain a known value.</td></tr><tr><td style=\"white-space:nowrap\">eval<a name=\"assert-operator-codes-eval\"> </a></td><td>evaluate</td><td>Evaluate the FHIRPath expression as a boolean condition.</td></tr><tr><td style=\"white-space:nowrap\">manualEval<a name=\"assert-operator-codes-manualEval\"> </a></td><td>manualEvaluate</td><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></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
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/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2 ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/assert-operator-codes"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.709" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.697" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.360" ]
] ) ; #
fhir:version [ fhir:v "0.1.0-SNAPSHOT"] ; #
fhir:name [ fhir:v "AssertionOperatorType"] ; #
fhir:title [ fhir:v "Assertion Operator Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
( 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:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/assert-operator-codes"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/assert-operator-codes>
] ; #
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'." ]
] ) . #
IG © 2025+ HL7 International / FHIR Infrastructure.
Package hl7.fhir.uv.testing#0.1.0-SNAPSHOT based on FHIR 6.0.0-ballot3.
Generated 2025-10-09
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
