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-snapshot1 |
| 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 |
| ConceptMap | ||
| hl7.fhir.uv.xver-r5.r4#0.1.0 | R5-assert-operator-codes-for-R4 | Cross-version ConceptMap for ValueSet R5-assert-operator-codes-for-R4 from FHIR R5 to FHIR R4 |
| hl7.fhir.uv.xver-r5.r3#0.1.0 | R5-assert-operator-codes-for-R3 | Cross-version ConceptMap for ValueSet R5-assert-operator-codes-for-R3 from FHIR R5 to FHIR STU3 |
| hl7.fhir.uv.xver-r5.r4b#0.1.0 | R5-assert-operator-codes-for-R4B | Cross-version ConceptMap for ValueSet R5-assert-operator-codes-for-R4B from FHIR R5 to FHIR R4B |
| ValueSet | ||
| hl7.fhir.uv.testing#current | assert-operator-codes | Assertion Operator Type Value Set |
| hl7.fhir.uv.xver-r3.r4b.r4#0.0.1-snapshot-2 | R3-assert-operator-codes-for-R4B | Cross-version VS for R3.AssertionOperatorType for use in FHIR R4B |
| hl7.fhir.uv.xver-r5.r4.r4#0.0.1-snapshot-2 | R5-assert-operator-codes-for-R4 | Cross-version VS for R5.AssertionOperatorType for use in FHIR R4 |
| hl7.fhir.uv.xver-r5.r4#0.1.0 | R5-assert-operator-codes-for-R4 | Cross-version ValueSet R5.AssertionOperatorType for use in FHIR R4 |
| hl7.fhir.uv.xver-r5.r3#0.1.0 | R5-assert-operator-codes-for-R3 | Cross-version ValueSet R5.AssertionOperatorType for use in FHIR STU3 |
| hl7.fhir.uv.xver-r4.r4b.r4b#0.0.1-snapshot-2 | R4-assert-operator-codes-for-R4B | Cross-version VS for R4.AssertionOperatorType for use in FHIR R4B |
| hl7.fhir.uv.xver-r5.r4b#0.1.0 | R5-assert-operator-codes-for-R4B | Cross-version ValueSet R5.AssertionOperatorType for use in FHIR R4B |
| hl7.fhir.uv.xver-r2.r4b.r4#0.0.1-snapshot-2 | R2-assert-operator-codes-for-R4B | Cross-version VS for R2.AssertionOperatorType for use in FHIR R4B |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem assert-operator-codes
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-snapshot1",
"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-snapshot1",
"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'."
}
]
}