This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

{
  "resourceType" : "ValueSet",
  "id" : "daf-ucum-vitals-common",
  "meta" : {
    "lastUpdated" : "2016-05-25T16:59:08.250+10:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    }
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      
      
      
      <h2>Common UCUM units for recording Vital Signs</h2>
      
      
      
      <p>Commonly encountered UCUM units for recording Vital Signs. Suggested units for the value set: http://hl7.org/fhir/ValueSet/observation-CCDAVitalSignResult</p>
      
      
      
      <p>
        
        
        
        <b>Copyright Statement:</b> UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details
      
      
      
      </p>
      
      
      
      <p>This value set includes codes defined in other code systems, using the following rules:</p>
      
      
      
      <ul>
        
        
        
        <li>Include these codes as defined in http://unitsofmeasure.org
          
          
          
          <table>
            
            
            
            <tr>
              
              
              
              <td>
                
                
                
                <b>Code</b>
              
              
              
              </td>
              
              
              
              <td>
                
                
                
                <b>Display</b>
              
              
              
              </td>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>%</td>
              
              
              
              <td>percent</td>
              
              
              
              <td/>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>cm</td>
              
              
              
              <td>centimeter</td>
              
              
              
              <td/>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>/kg</td>
              
              
              
              <td>per kilogram</td>
              
              
              
              <td/>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>Cel</td>
              
              
              
              <td>degree Celsius</td>
              
              
              
              <td/>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>mm[Hg]</td>
              
              
              
              <td>millimeter of mercury</td>
              
              
              
              <td/>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>/min</td>
              
              
              
              <td>per minute</td>
              
              
              
              <td/>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>kg/m2</td>
              
              
              
              <td>kilogram / (meter ^ 2)</td>
              
              
              
              <td/>
            
            
            
            </tr>
            
            
            
            <tr>
              
              
              
              <td>/m2</td>
              
              
              
              <td>per square meter</td>
              
              
              
              <td/>
            
            
            
            </tr>
          
          
          
          </table>
        
        
        
        </li>
      
      
      
      </ul>
      
      
      
      <p>The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved</p>
    
    
    
    </div>"
  },
  "url" : "http://hl7.org/fhir/us/daf/ValueSet/daf-ucum-vitals-common",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.2.601"
    }
  },
  "version" : "1.6.0",
  "name" : "Common UCUM units",
  "status" : "draft",
  "experimental" : true,
  "publisher" : "FHIR Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/fhir"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.hl7.org"
        }
      }
    }
  },
  "date" : "2016-05-25T16:59:08+10:00",
  "description" : "Common UCUM units for recording Vital Signs",
  "copyright" : "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details",
  "extensible" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "%",
            "display" : "percent"
          },
          {
            "code" : "cm",
            "display" : "centimeter"
          },
          {
            "code" : "kg",
            "display" : "kilogram"
          },
          {
            "code" : "Cel",
            "display" : "degree Celsius"
          },
          {
            "code" : "mm[Hg]",
            "display" : "millimeter of mercury"
          },
          {
            "code" : "/min",
            "display" : "per minute"
          },
          {
            "code" : "kg/m2",
            "display" : "kilogram / (meter ^ 2)"
          },
          {
            "code" : "m2",
            "display" : "square meter"
          }
        }
      }
    }
  }
}