{
  "resourceType": "ValueSet",
  "id": "humancommunicationmethods",
  "url": "http://inera.se/fhir/dstu3/valueSet/human-communication-methods",
  "name": "WrittenSpokenBoth",
  "status": "draft",
  "description": "For representing human communication methods",
  "compose": {
    "include": [
      {
        "system": "http://inera.se/fhir/dstu3/codeSystem/human-communication-methods",
        "concept": [
          {
            "code": "written",
            "display": "Written"
          },
          {
            "code": "spoken",
            "display": "Spoken"
          },
          {
            "code": "both",
            "display": "Both"
          }
        ]
      }
    ]
  }
}