{
  "resourceType": "ValueSet",
  "id": "yesnodontknow",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p></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"
      }
    ]
  }
}