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

FHIR IG analytics

Packagehl7.fhir.uv.xver-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

Generated Narrative: CodeSystem special-values

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

CodeDisplayDefinition
true trueBoolean true.
false falseBoolean false.
trace Trace Amount DetectedThe content is greater than zero, but too small to be quantified.
sufficient Sufficient QuantityThe 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.
withdrawn Value WithdrawnThe value is no longer available.
nil-known Nil KnownThe are no known applicable values in this context.

Source1

{
  "resourceType": "CodeSystem",
  "id": "special-values",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "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://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
          }
        ]
      }
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/special-values",
  "version": "4.0.1",
  "name": "SpecialValues",
  "title": "SpecialValues",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+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.3.0",
  "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."
    }
  ]
}