{
  "resourceType" : "ValueSet",
  "id" : "BloodPressureStanding-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=\"https://loinc.org/8460-8/\">8460-8</a></td><td>Systolic blood pressure -- standing</td></tr><tr><td><a href=\"https://loinc.org/8454-1/\">8454-1</a></td><td>Diastolic Blood Plessure -- standing</td></tr></table></li></ul></div>"
  },
  "url" : "https://smart-bear.eu/fhir/ValueSet/BloodPressureStanding-value-set",
  "version" : "0.3.2",
  "name" : "BloodPressureStandingVS",
  "title" : "Blood Pressure Value Set",
  "status" : "active",
  "date" : "2023-02-21T10:09:50+01:00",
  "description" : "Value set with codes describing blood pressures from SNOMED-CT",
  "compose" : {
    "include" : [{
      "system" : "http://loinc.org",
      "concept" : [{
        "code" : "8460-8",
        "display" : "Systolic blood pressure -- standing"
      },
      {
        "code" : "8454-1",
        "display" : "Diastolic Blood Plessure -- standing"
      }]
    }]
  }
}