{
  "resourceType": "ValueSet",
  "id": "ServiceCategory-eVisit",
  "url": "http://ontariohealth.ca/fhir/ValueSet/service-category-eVisit",
  "version": "1.0.0",
  "name": "ServiceCategory-eVisit",
  "title": "Service Category-eVisit",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "This value set defines the set of codes for type of service that may be delivered or performed",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/service-category-eVisit",
        "concept": [
          {
            "code": "direct",
            "display": "Direct"
          },
          {
            "code": "roombased",
            "display": "Roombased"
          }
        ]
      }
    ]
  }
}