Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-bpMeasDeviceVS

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "bpMeasDeviceVS",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "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=309641003\">309641003</a></td><td>Aneroid sphygmomanometer (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=43770009\">43770009</a></td><td>Doppler device (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=469801002\">469801002</a></td><td>Invasive blood pressure monitor (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=309642005\">309642005</a></td><td>Mercury sphygmomanometer (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=258057004\">258057004</a></td><td>Non-invasive blood pressure monitor (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=466093008\">466093008</a></td><td>Automatic-inflation electronic sphygmomanometer, non-portable (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=466086009\">466086009</a></td><td>Automatic-inflation electronic sphygmomanometer, portable, arm/wrist (physical object)</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=466139008\">466139008</a></td><td>Automatic-inflation electronic sphygmomanometer, portable, finger (physical object)</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/vitals/ValueSet/bpMeasDeviceVS",
  "version" : "0.1.0",
  "name" : "BloodPressureMeasurementDevicevalueset",
  "title" : "Blood Pressure Measurement Device value set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-05-29",
  "publisher" : "HSPC",
  "description" : "SELECT SNOMED CT code system values.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "TBD",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "309641003",
            "display" : "Aneroid sphygmomanometer (physical object)"
          },
          {
            "code" : "43770009",
            "display" : "Doppler device (physical object)"
          },
          {
            "code" : "469801002",
            "display" : "Invasive blood pressure monitor (physical object)"
          },
          {
            "code" : "309642005",
            "display" : "Mercury sphygmomanometer (physical object)"
          },
          {
            "code" : "258057004",
            "display" : "Non-invasive blood pressure monitor (physical object)"
          },
          {
            "code" : "466093008",
            "display" : "Automatic-inflation electronic sphygmomanometer, non-portable (physical object)"
          },
          {
            "code" : "466086009",
            "display" : "Automatic-inflation electronic sphygmomanometer, portable, arm/wrist (physical object)"
          },
          {
            "code" : "466139008",
            "display" : "Automatic-inflation electronic sphygmomanometer, portable, finger (physical object)"
          }
        ]
      }
    ]
  }
}