DeviceMetricUnit

This ValueSet has many units of measure from ucum and Roche-cs codesystems.

Many fields of many resources can bind to this ValueSet. It is mainly used in unit field in DeviceMetric resource, and fields that have a valueQuantity datatype binds to this ValueSet as well.

NOTE: This is a subset of the ValueSet http://roche.com/fhir/rdc/ValueSet/devicemetric-metric-unit containing systems that are only relevant to EMR integration

ValueSet

JSON

{
    "resourceType": "ValueSet",
    "url": "http://roche.com/fhir/rdc/ValueSet/devicemetric-metric-unit",
    "identifier":  [
        {
            "value": "devicemetric-metric-unit",
            "system": "http://roche.com/fhir/rdc/ValueSet/"
        }
    ],
    "version": "1",
    "name": "MetricUnits",
    "status": "draft",
    "compose": {
        "include":  [
            {
                "system": "http://unitsofmeasure.org",
                "concept":  [
                    {
                        "code": "mg/dL",
                        "display": "milligram per deciliter"
                    },
                    {
                        "code": "[iU]",
                        "display": "international unit"
                    },
                    {
                        "code": "[IU]/h",
                        "display": "international unit per hour"
                    }
                ]
            }
        ]
    },
    "experimental": false,
    "date": "2018-05-16"
}