NAPKON Cardiology Module
1.0.0 - ci-build

NAPKON Cardiology Module - Local Development build (v1.0.0). See the Directory of published versions

: ECG QRS Interval - JSON Representation

Active as of 2021-11-17

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ecg-qrs-interval",
  "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><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=164950005\">164950005</a></td><td>Electrocardiogram: QRS complex normal (finding)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=991002\">991002</a></td><td>Wide QRS complex (finding)</td></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=28630001\">28630001</a></td><td>Narrow QRS complex (finding)</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.napkon.de/fhir/ValueSet/ecg-qrs-interval",
  "version" : "1.0.0",
  "name" : "ECGQRSInterval",
  "title" : "ECG QRS Interval",
  "status" : "active",
  "date" : "2021-11-17",
  "publisher" : "Charité - Universitätsmedizin Berlin",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description" : "QRS interval findings",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "164950005",
            "display" : "Electrocardiogram: QRS complex normal (finding)"
          },
          {
            "code" : "991002",
            "display" : "Wide QRS complex (finding)"
          },
          {
            "code" : "28630001",
            "display" : "Narrow QRS complex (finding)"
          }
        ]
      }
    ]
  }
}