Smart Bear Implementation Guide
0.3.2 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions

: Peripheral Pulse VS - JSON Representation

Active as of 2023-11-21

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PulseVS",
  "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/301146007\">301146007</a></td><td>Peripheral pulse palpable</td></tr><tr><td><a href=\"http://snomed.info/id/297210000\">297210000</a></td><td>Peripheral pulses impalpable</td></tr><tr><td><a href=\"http://snomed.info/id/261665006\">261665006</a></td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "https://smart-bear.eu/fhir/ValueSet/PulseVS",
  "version" : "0.3.2",
  "name" : "PulseVS",
  "title" : "Peripheral Pulse VS",
  "status" : "active",
  "date" : "2023-11-21T12:52:40+01:00",
  "description" : "Peripheral Pulse VS",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/900000000000207008/version/20210731",
        "concept" : [
          {
            "code" : "301146007",
            "display" : "Peripheral pulse palpable"
          },
          {
            "code" : "297210000",
            "display" : "Peripheral pulses impalpable"
          },
          {
            "code" : "261665006",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}