{
  "resourceType": "ValueSet",
  "id": "communicationmethod",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h3>Value Set Contents</h3>\n      <p>This value set contains 3 concepts: Yes/No/Don't know</p>\n    </div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/yesnodontknow",
  "name": "W,B,P",
  "status": "draft",
  "description": "For Capturing communication method between patient and healthcare provider",
  "compose": {
    "include": [
      {
        "system": "http://martin.org/communicationmethod",
        "concept": [
          {
            "code": "W",
            "display": "Written"
          },
          {
            "code": "B",
            "display": "Body Language"
          },
          {
            "code": "P",
            "display": "Phone"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/data-absent-reason",
        "concept": [
          {
            "code": "asked",
            "display": "Don't know"
          }
        ]
      }
    ]
  }
}