{
  "resourceType": "ValueSet",
  "id": "yesnodontknow",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n            <h3>Value Set Contents</h3>\n      \n            <p>This value set contains 3 concepts</p>\n      \n            <table class=\"codes\">\n        \n              <tr>\n          \n                <td>\n            \n                  <b>Code</b>\n          \n                </td>\n          \n                <td>\n            \n                  <b>System</b>\n          \n                </td>\n          \n                <td>\n            \n                  <b>Display</b>\n          \n                </td>\n          \n                <td>\n            \n                  <b>Definition</b>\n          \n                </td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td>\n            \n                  <a name=\"http---hl7.org-fhir-v2-0136-Y\"> </a>\n            \n                  <a href=\"v2/0136/index.html#v2-0136-Y\">Y</a>\n          \n                </td>\n          \n                <td>http://hl7.org/fhir/v2/0136</td>\n          \n                <td>Yes</td>\n          \n                <td/>\n        \n              </tr>\n        \n              <tr>\n          \n                <td>\n            \n                  <a name=\"http---hl7.org-fhir-v2-0136-N\"> </a>\n            \n                  <a href=\"v2/0136/index.html#v2-0136-N\">N</a>\n          \n                </td>\n          \n                <td>http://hl7.org/fhir/v2/0136</td>\n          \n                <td>No</td>\n          \n                <td/>\n        \n              </tr>\n        \n              <tr>\n          \n                <td>\n            \n                  <a name=\"http---hl7.org-fhir-data-absent-reason-asked\"> </a>\n            \n                  <a href=\"codesystem-data-absent-reason.html#data-absent-reason-asked\">asked</a>\n          \n                </td>\n          \n                <td>http://hl7.org/fhir/data-absent-reason</td>\n          \n                <td>Don't know</td>\n          \n                <td>The source human does not know the value.</td>\n        \n              </tr>\n      \n            </table>\n    \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/ValueSet/yesnodontknow",
  "name": "Yes/No/Don't Know",
  "status": "draft",
  "description": "For Capturing simple yes-no-don't know answers",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/v2-0136"
        ]
      },
      {
        "system": "http://hl7.org/fhir/data-absent-reason",
        "concept": [
          {
            "code": "asked",
            "display": "Don't know"
          }
        ]
      }
    ]
  },
  "expansion": {
    "identifier": "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4",
    "timestamp": "2015-07-14T10:00:00Z",
    "contains": [
      {
        "system": "http://hl7.org/fhir/v2/0136",
        "code": "Y",
        "display": "Yes"
      },
      {
        "system": "http://hl7.org/fhir/v2/0136",
        "code": "N",
        "display": "No"
      },
      {
        "system": "http://hl7.org/fhir/data-absent-reason",
        "code": "asked",
        "display": "Don't know"
      }
    ]
  }
}