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-data-absent-reason.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/data-absent-reason defines the following codes:

Lvl Code Display Definition Comments
1 unknown Unknown The value is expected to exist but is not known.
2   asked-unknown Asked But Unknown The source was asked but does not know the value.
2   temp-unknown Temporarily Unknown There is reason to expect (from the workflow) that the value may become known.
2   not-asked Not Asked The workflow didn't lead to this value being known.
2   asked-declined Asked But Declined The source was asked but declined to answer.
1 masked Masked The information is not available due to security, privacy or related reasons. Using "masked" may be breach of security or confidentiality, but there are times when its use is required to support alternate workflows for gaining access to denied information.
1 not-applicable Not Applicable There is no proper value for this element (e.g. last menstrual period for a male).
1 unsupported Unsupported The source system wasn't capable of supporting this element.
1 as-text As Text The content of the data is represented in the resource narrative. It may be linked by internal references (e.g. xml:id). This usually implies that the value could not be represented in the correct format - this may be due to system limitations, or this particular data value.
1 error Error Some system or workflow process error means that the information is not available.
2   not-a-number Not a Number (NaN) The numeric value is undefined or unrepresentable due to a floating point processing error. This is sometimes an output value from measuring devices.
2   negative-infinity Negative Infinity (NINF) The numeric value is excessively low and unrepresentable due to a floating point processing error. This is sometimes an output value from measuring devices.
2   positive-infinity Positive Infinity (PINF) The numeric value is excessively high and unrepresentable due to a floating point processing error. This is sometimes an output value from measuring devices.
1 not-performed Not Performed The value is not available because the observation procedure (test, etc.) was not performed.
1 not-permitted Not Permitted The value is not permitted in this context (e.g. due to profiles, or the base data types). This is most often associated with required bindings that do not include the actual code used, but may be used with other data types.

Source1

{
  "resourceType": "CodeSystem",
  "id": "data-absent-reason",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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
    },
    {
      "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": "oo"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
  "version": "4.3.0",
  "name": "DataAbsentReason",
  "title": "DataAbsentReason",
  "status": "active",
  "experimental": false,
  "date": "2022-05-28T12:47:40+10:00",
  "publisher": "Orders and Observations",
  "contact": [
    {
      "name": "Orders and Observations",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "Used to specify why the normally expected content of the data element is missing.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason|4.0.1",
  "content": "complete",
  "concept": [
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The value is expected to exist but is not known.",
      "concept": [
        {
          "code": "asked-unknown",
          "display": "Asked But Unknown",
          "definition": "The source was asked but does not know the value."
        },
        {
          "code": "temp-unknown",
          "display": "Temporarily Unknown",
          "definition": "There is reason to expect (from the workflow) that the value may become known."
        },
        {
          "code": "not-asked",
          "display": "Not Asked",
          "definition": "The workflow didn't lead to this value being known."
        },
        {
          "code": "asked-declined",
          "display": "Asked But Declined",
          "definition": "The source was asked but declined to answer."
        }
      ]
    },
    {
      "code": "masked",
      "display": "Masked",
      "definition": "The information is not available due to security, privacy or related reasons."
    },
    {
      "code": "not-applicable",
      "display": "Not Applicable",
      "definition": "There is no proper value for this element (e.g. last menstrual period for a male)."
    },
    {
      "code": "unsupported",
      "display": "Unsupported",
      "definition": "The source system wasn't capable of supporting this element."
    },
    {
      "code": "as-text",
      "display": "As Text",
      "definition": "The content of the data is represented in the resource narrative."
    },
    {
      "code": "error",
      "display": "Error",
      "definition": "Some system or workflow process error means that the information is not available.",
      "concept": [
        {
          "code": "not-a-number",
          "display": "Not a Number (NaN)",
          "definition": "The numeric value is undefined or unrepresentable due to a floating point processing error."
        },
        {
          "code": "negative-infinity",
          "display": "Negative Infinity (NINF)",
          "definition": "The numeric value is excessively low and unrepresentable due to a floating point processing error."
        },
        {
          "code": "positive-infinity",
          "display": "Positive Infinity (PINF)",
          "definition": "The numeric value is excessively high and unrepresentable due to a floating point processing error."
        }
      ]
    },
    {
      "code": "not-performed",
      "display": "Not Performed",
      "definition": "The value is not available because the observation procedure (test, etc.) was not performed."
    },
    {
      "code": "not-permitted",
      "display": "Not Permitted",
      "definition": "The value is not permitted in this context (e.g. due to profiles, or the base data types)."
    }
  ]
}