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-MeasurementProtocolVS

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "MeasurementProtocolVS",
  "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=\"CodeSystem-SolorTemporaryCodeSystem.html\"><code>http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem</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=\"CodeSystem-SolorTemporaryCodeSystem.html#SolorTemporaryCodeSystem-AOBP\">AOBP</a></td><td>Automated office blood pressure</td><td>A blood pressure measurement protocol that directs a blood pressure to be taken via an automatic blood pressure device several times and then averaged and recorded.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/vitals/ValueSet/MeasurementProtocolVS",
  "version" : "0.1.0",
  "name" : "MeasurementProtocolVS",
  "title" : "MeasurementProtocolVS",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-05-29",
  "publisher" : "HSPC",
  "description" : "Temporary Solor extension SNOMED CT values.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "TBD",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem",
        "concept" : [
          {
            "code" : "AOBP",
            "display" : "Automated office blood pressure"
          }
        ]
      }
    ]
  }
}