{
  "resourceType": "ValueSet",
  "id": "servicerequest-category",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/servicerequest-category",
  "name": "ServiceRequestCategory",
  "title": "Service Request Category",
  "status": "draft",
  "experimental": false,
  "publisher": "Canada Health Infoway",
  "description": "Contains codes indicating the type of action that is expected to be performed.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "descendent-of",
            "value": "224891009"
          }
        ]
      },
      {
        "valueSet": [
          "https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderspecialtycode"
        ]
      }
    ]
  }
}