Smart Bear Implementation Guide
1.0.0 - ci-build

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

: Blood Pressure Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "BloodPressureSupine-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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://details.loinc.org/LOINC/8461-6.html\">8461-6</a></td><td>Systolic blood pressure--supine</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/8455-8.html\">8455-8</a></td><td>Diastolic blood pressure--supine</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/8867-4.html\">8867-4</a></td><td>Heart Rate</td></tr></table></li></ul></div>"
  },
  "url" : "https://140.164.14.210/fhir/ValueSet/BloodPressureSupine-value-set",
  "version" : "1.0.0",
  "name" : "BloodPressureSupineVS",
  "title" : "Blood Pressure Value Set",
  "status" : "active",
  "date" : "2021-10-06T16:49:57+02:00",
  "description" : "Value set with codes describing blood pressures from SNOMED-CT",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "8461-6",
            "display" : "Systolic blood pressure--supine"
          },
          {
            "code" : "8455-8",
            "display" : "Diastolic blood pressure--supine"
          },
          {
            "code" : "8867-4",
            "display" : "Heart Rate"
          }
        ]
      }
    ]
  }
}