{
  "resourceType": "ValueSet",
  "id": "CommunicationCategory",
  "text": {
    "status": "generated"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/communication-category",
  "version": "1.0.0",
  "name": "CommunicationCategory",
  "status": "draft",
  "publisher": "eHealth Ontario",
  "description": "Codes for general categories of communications",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "https://ehealthontario.ca/fhir/CodeSystem/communication-category",
        "concept": [
          {
            "code": "gen",
            "display": "General Communication"
          },
          {
            "code": "plan",
            "display": "Referral Outcome - Service Plan"
          },
          {
            "code": "rfi",
            "display": "Request for Information"
          }
        ]
      }
    ]
  }
}