{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "HerniaRepair",
  "id": "hernia-repair",
  "title": "Hernia repair",
  "description": "ValueSet containing a limited list of descendants of Repair of inguinal hernia (44558001) and Repair of femoral hernia (238171002) for VznKul project abdominal surgery - FLIPR",
  "version": "0.0.1",
  "url": "http://example.org/ValueSet/hernia-repair",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "44558001"
          }
        ]
      },
      {
        "system": "http://snomed.info/sct",
        "filter": [
          {
            "property": "concept",
            "op": "is-a",
            "value": "238171002"
          }
        ]
      }
    ]
  }
}