{
  "resourceType": "CodeSystem",
  "id": "data-absent-reason",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>DataAbsentReason</h2>\n            <div>\n              <p>Used to specify why the normally expected content of the data element is missing.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/data-absent-reason defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Lvl</b>\n                </td>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n                <td>\n                  <b>Comments</b>\n                </td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>unknown\n                  <a name=\"data-absent-reason-unknown\"> </a>\n                </td>\n                <td>Unknown</td>\n                <td>The value is not known.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>asked\n                  <a name=\"data-absent-reason-asked\"> </a>\n                </td>\n                <td>Asked</td>\n                <td>The source human does not know the value.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>temp\n                  <a name=\"data-absent-reason-temp\"> </a>\n                </td>\n                <td>Temp</td>\n                <td>There is reason to expect (from the workflow) that the value may become known.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>not-asked\n                  <a name=\"data-absent-reason-not-asked\"> </a>\n                </td>\n                <td>Not Asked</td>\n                <td>The workflow didn't lead to this value being known.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>masked\n                  <a name=\"data-absent-reason-masked\"> </a>\n                </td>\n                <td>Masked</td>\n                <td>The information is not available due to security, privacy or related reasons.</td>\n                <td>Using &quot;masked&quot; 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.</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>unsupported\n                  <a name=\"data-absent-reason-unsupported\"> </a>\n                </td>\n                <td>Unsupported</td>\n                <td>The source system wasn't capable of supporting this element.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>astext\n                  <a name=\"data-absent-reason-astext\"> </a>\n                </td>\n                <td>As Text</td>\n                <td>The content of the data is represented in the resource narrative.</td>\n                <td>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</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>error\n                  <a name=\"data-absent-reason-error\"> </a>\n                </td>\n                <td>Error</td>\n                <td>Some system or workflow process error means that the information is not available.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>2</td>\n                <td>  NaN\n                  <a name=\"data-absent-reason-NaN\"> </a>\n                </td>\n                <td>Not a Number</td>\n                <td>NaN, standing for not a number, is a numeric data type value representing an undefined or unrepresentable value.</td>\n                <td>This is sometimes an output value from measuring devices</td>\n              </tr>\n              <tr>\n                <td>1</td>\n                <td>not-performed\n                  <a name=\"data-absent-reason-not-performed\"> </a>\n                </td>\n                <td>Not Performed</td>\n                <td>The value is not available because the observation procedure (test, etc.) was not performed.</td>\n                <td/>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/data-absent-reason",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.6"
  },
  "version": "3.0.1",
  "name": "DataAbsentReason",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "description": "Used to specify why the normally expected content of the data element is missing.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason",
  "content": "complete",
  "concept": [
    {
      "code": "unknown",
      "display": "Unknown",
      "definition": "The value is not known."
    },
    {
      "code": "asked",
      "display": "Asked",
      "definition": "The source human does not know the value."
    },
    {
      "code": "temp",
      "display": "Temp",
      "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."
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "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."
        }
      ],
      "code": "masked",
      "display": "Masked",
      "definition": "The information is not available due to security, privacy or related reasons."
    },
    {
      "code": "unsupported",
      "display": "Unsupported",
      "definition": "The source system wasn't capable of supporting this element."
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "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"
        }
      ],
      "code": "astext",
      "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": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
              "valueString": "This is sometimes an output value from measuring devices"
            }
          ],
          "code": "NaN",
          "display": "Not a Number",
          "definition": "NaN, standing for not a number, is a numeric data type value representing an undefined or unrepresentable value."
        }
      ]
    },
    {
      "code": "not-performed",
      "display": "Not Performed",
      "definition": "The value is not available because the observation procedure (test, etc.) was not performed."
    }
  ]
}