{
  "resourceType": "ValueSet",
  "id": "shr-finding-ValueAbsentReasonVS",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR ValueAbsentReasonVS ValueSet</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/vs/ValueAbsentReasonVS",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.finding.ValueAbsentReasonVS"
    }
  ],
  "version": "0.0.1",
  "name": "SHR ValueAbsentReasonVS ValueSet",
  "title": "SHR ValueAbsentReasonVS ValueSet",
  "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.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/ValueSet/observation-valueabsentreason",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "missing_refused"
          }
        ]
      },
      {
        "system": "http://standardhealthrecord.org/shr/finding/cs/ValueAbsentReasonCS",
        "concept": [
          {
            "code": "missing_noexplanation",
            "display": "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"
          },
          {
            "code": "missing_collection",
            "display": "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."
          },
          {
            "code": "missing_malfunction",
            "display": "Missing due to instrument malfunction."
          }
        ]
      }
    ]
  }
}