{
  "resourceType": "CodeSystem",
  "id": "shr-finding-ValueAbsentReasonCS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR ValueAbsentReasonCS CodeSystem</b></p>\n<p>Reasons that a value associated with a test or other finding is missing.</p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/shr/finding/cs/ValueAbsentReasonCS",
  "identifier": {
    "system": "http://standardhealthrecord.org",
    "value": "shr.finding.ValueAbsentReasonCS"
  },
  "version": "0.0.1",
  "name": "SHR ValueAbsentReasonCS CodeSystem",
  "title": "SHR ValueAbsentReasonCS CodeSystem",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Reasons that a value associated with a test or other finding is missing.",
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "missing_noexplanation",
      "display": "The reason the information is not present is not known.",
      "definition": "The reason the information is not present is not known."
    },
    {
      "code": "missing_nonesuch",
      "display": "The answer is missing because nothing of a type of thing is known to exists, e.g., the siblings of an only child. Also use this code to represent a 'none of the above' answer",
      "definition": "The answer is missing because nothing of a type of thing is known to exists, e.g., the siblings of an only child. Also use this code to represent a 'none of the above' answer"
    },
    {
      "code": "missing_collection",
      "display": "Missing due to a problem collecting, identifying, or locating the specimen, including patient refusal or unable to provide specimen",
      "definition": "Missing due to a problem collecting, identifying, or locating the specimen, including patient refusal or unable to provide specimen"
    },
    {
      "code": "missing_specimen",
      "display": "Missing due to a problem with the specimen, e.g. contamination, clotting, improper tube type, improper storage, too small, etc.",
      "definition": "Missing due to a problem with the specimen, e.g. contamination, clotting, improper tube type, improper storage, too small, etc."
    },
    {
      "code": "missing_malfunction",
      "display": "Missing due to instrument malfunction.",
      "definition": "Missing due to instrument malfunction."
    }
  ]
}