http://hl7.org/fhir/quantity-comparator|4.0.1

name
QuantityComparator
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
active
date
2019-10-31 22:29:23.0

QuantityComparator

How the Quantity should be understood and represented.

{
  "description" : "How the Quantity should be understood and represented.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "QuantityComparator",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "QuantityComparator",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode" : "4.0.0"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 5
  } ],
  "status" : "active",
  "id" : "38c4693b-ee4f-561a-9da3-892ab8b70bab",
  "valueSet" : "http://hl7.org/fhir/ValueSet/quantity-comparator",
  "url" : "http://hl7.org/fhir/quantity-comparator",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.60",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "<",
    "display" : "Less than",
    "definition" : "The actual value is less than the given value."
  }, {
    "code" : "<=",
    "display" : "Less or Equal to",
    "definition" : "The actual value is less than or equal to the given value."
  }, {
    "code" : ">=",
    "display" : "Greater or Equal to",
    "definition" : "The actual value is greater than or equal to the given value."
  }, {
    "code" : ">",
    "display" : "Greater than",
    "definition" : "The actual value is greater than the given value."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}