{
  "resourceType" : "ValueSet",
  "id" : "CARDIACVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> version <code>http://snomed.info/sct/900000000000207008/version/20210731</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/301132007\">301132007</a></td><td>Heart sounds normal</td></tr><tr><td><a href=\"http://snomed.info/id/123824001\">123824001</a></td><td>Heart sounds abnormal</td></tr></table></li></ul></div>"
  },
  "url" : "https://smart-bear.eu/fhir/ValueSet/CARDIACVS",
  "version" : "0.3.2",
  "name" : "CARDIACVS",
  "title" : "Cardiac Value Set",
  "status" : "active",
  "date" : "2023-02-21T10:09:50+01:00",
  "description" : "Cardiac Value Set",
  "compose" : {
    "include" : [{
      "system" : "http://snomed.info/sct",
      "version" : "http://snomed.info/sct/900000000000207008/version/20210731",
      "concept" : [{
        "code" : "301132007",
        "display" : "Heart sounds normal"
      },
      {
        "code" : "123824001",
        "display" : "Heart sounds abnormal"
      }]
    }]
  }
}