FHIR IG analytics| Package | hl7.fhir.uv.testing |
| Resource Type | CodeSystem |
| Id | CodeSystem-assert-operator-codes.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-assert-operator-codes.html |
| URL | http://hl7.org/fhir/assert-operator-codes |
| Version | 0.1.0-SNAPSHOT |
| Status | draft |
| Date | 2021-01-05T10:01:24+11:00 |
| Name | AssertionOperatorType |
| Title | Assertion Operator Type |
| Realm | uv |
| Authority | hl7 |
| Description | The type of operator to use for assertion. |
| Content | complete |
| ValueSet | |
| assert-operator-codes | Assertion Operator Type Value Set |
| R4-assert-operator-codes-for-R4B | Cross-version VS for R4.AssertionOperatorType for use in FHIR R4B |
| R5-assert-operator-codes-for-R4B | Cross-version VS for R5.AssertionOperatorType for use in FHIR R4B |
| R2-assert-operator-codes-for-R4B | Cross-version VS for R2.AssertionOperatorType for use in FHIR R4B |
| R3-assert-operator-codes-for-R4B | Cross-version VS for R3.AssertionOperatorType for use in FHIR R4B |
| R4-assert-operator-codes-for-R5 | Cross-version VS for R4.AssertionOperatorType for use in FHIR R5 |
| R5-assert-operator-codes-for-R4 | Cross-version VS for R5.AssertionOperatorType for use in FHIR R4 |
| R2-assert-operator-codes-for-R5 | Cross-version VS for R2.AssertionOperatorType for use in FHIR R5 |
| R3-assert-operator-codes-for-R5 | Cross-version VS for R3.AssertionOperatorType for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem assert-operator-codes
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/assert-operator-codes defines the following codes:
{
"resourceType": "CodeSystem",
"id": "assert-operator-codes",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4
}
],
"url": "http://hl7.org/fhir/assert-operator-codes",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.709"
},
{
"use": "old",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.697"
},
{
"use": "old",
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.2.360"
}
],
"version": "0.1.0-SNAPSHOT",
"name": "AssertionOperatorType",
"title": "Assertion Operator Type",
"status": "draft",
"experimental": false,
"date": "2021-01-05T10:01:24+11:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "The type of operator to use for assertion.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/assert-operator-codes|0.1.0-SNAPSHOT",
"content": "complete",
"concept": [
{
"code": "equals",
"display": "equals",
"definition": "Default value. Equals comparison."
},
{
"code": "notEquals",
"display": "notEquals",
"definition": "Not equals comparison."
},
{
"code": "in",
"display": "in",
"definition": "Compare value within a known set of values."
},
{
"code": "notIn",
"display": "notIn",
"definition": "Compare value not within a known set of values."
},
{
"code": "greaterThan",
"display": "greaterThan",
"definition": "Compare value to be greater than a known value."
},
{
"code": "lessThan",
"display": "lessThan",
"definition": "Compare value to be less than a known value."
},
{
"code": "empty",
"display": "empty",
"definition": "Compare value is empty."
},
{
"code": "notEmpty",
"display": "notEmpty",
"definition": "Compare value is not empty."
},
{
"code": "contains",
"display": "contains",
"definition": "Compare value string contains a known value."
},
{
"code": "notContains",
"display": "notContains",
"definition": "Compare value string does not contain a known value."
},
{
"code": "eval",
"display": "evaluate",
"definition": "Evaluate the FHIRPath expression as a boolean condition."
},
{
"code": "manualEval",
"display": "manualEvaluate",
"definition": "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'."
}
]
}