Release 4 DSTU2

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU (v1.0.2: DSTU ) in it's permanent home (it will always be available at this URL). 2). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Extension-11179-objectclass.xml Daf\valueset-daf-ucum-vitals-common.json

FHIR Infrastructure Work Group Maturity Level : N/A Standards Status : Informative

Raw XML JSON ( canonical form + also see XML Format Specification )

objectClass Definition for Value SetCommon UCUM units

<?xml version="1.0" encoding="UTF-8"?> A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single concept or a group of associated concepts, abstractions, or things. A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single concept or a group of associated concepts, abstractions, or things. ObjectClass and Property are treated as a data model that can be mapped to, like any other. This extension merely captures the ObjectClass element as a discrete code. The information conveyed here should also be conveyed in human-readable form in the mapping.map element. Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. Value of extension - must be one of a constrained set of the data types (see [Extensibility](http:// hl7.org/fhir/extensibility.html) for a list). A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules; e.g. Person, Prescription, Encounter, etc. A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single concept or a group of associated concepts, abstractions, or things. ObjectClass and Property are treated as a data model that can be mapped to, like any other. This extension merely captures the ObjectClass element as a discrete code. The information conveyed here should also be conveyed in human-readable form in the mapping.map element. A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules; e.g. Person, Prescription, Encounter, etc. </ StructureDefinition >
{
  "resourceType": "ValueSet",
  "id": "daf-ucum-vitals-common",
  "meta": {
    "lastUpdated": "2015-10-24T07:41:03.495+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.0"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/daf-ucum-vitals-common",
  "version": "1.0.2",
  "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": "2015-10-24T07:41:03+11: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"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.