FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4b.r4.r4b
Resource TypeCodeSystem
IdCodeSystem-special-values.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://terminology.hl7.org/CodeSystem/special-values defines the following codes:

Code Display Definition Comments
true true Boolean true.
false false Boolean false.
trace Trace Amount Detected The content is greater than zero, but too small to be quantified.
sufficient Sufficient Quantity The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material. used in formulations (e.g. 'Add 10mg of ingredient X, 50mg of ingredient Y, and sufficient quantity of water to 100mL.' This code would be used to express the quantity of water. )
withdrawn Value Withdrawn The value is no longer available.
nil-known Nil Known The are no known applicable values in this context. The existence of this subject to review

Source1

{
  "resourceType": "CodeSystem",
  "id": "special-values",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/special-values",
  "version": "4.3.0",
  "name": "SpecialValues",
  "title": "SpecialValues",
  "status": "draft",
  "experimental": false,
  "date": "2022-05-28T12:47:40+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "A set of generally useful codes defined so they can be included in value sets.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/special-values|4.0.1",
  "content": "complete",
  "concept": [
    {
      "code": "true",
      "display": "true",
      "definition": "Boolean true."
    },
    {
      "code": "false",
      "display": "false",
      "definition": "Boolean false."
    },
    {
      "code": "trace",
      "display": "Trace Amount Detected",
      "definition": "The content is greater than zero, but too small to be quantified."
    },
    {
      "code": "sufficient",
      "display": "Sufficient Quantity",
      "definition": "The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material."
    },
    {
      "code": "withdrawn",
      "display": "Value Withdrawn",
      "definition": "The value is no longer available."
    },
    {
      "code": "nil-known",
      "display": "Nil Known",
      "definition": "The are no known applicable values in this context."
    }
  ]
}