FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.argonaut.r2
Resource TypeValueSet
IdValueSet-ucum-vitals-common.json
FHIR VersionR2

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "ucum-vitals-common",
  "text": {
    "status": "generated"
  },
  "url": "http://fhir.org/guides/argonaut/ValueSet/ucum-vitals-common",
  "name": "Argonaut Vital Signs Units",
  "status": "draft",
  "publisher": "Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://argonautwiki.hl7.org",
          "rank": 0
        }
      ]
    }
  ],
  "date": "2016-05-26T00:00:00+10:00",
  "description": "This value set includes most codes from the  http://hl7.org/fhir/ValueSet/daf-ucum-vitals-common valueset and adds inches, pounds, grams and degree Fahrenheit to support English units of measures.",
  "immutable": false,
  "requirements": "Codes that are needed for implementation of the Argonaut Vital Signs IG and MU2015 certification.",
  "extensible": false,
  "compose": {
    "import": [
      "http://hl7.org/fhir/ValueSet/daf-ucum-vitals-common"
    ],
    "include": [
      null,
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "[in_i]",
            "display": "inch (international)"
          },
          {
            "code": "[lb_av]",
            "display": "pound (US and British)"
          },
          {
            "code": "[degF]",
            "display": "degree Fahrenheit"
          },
          {
            "code": "g",
            "display": "gram"
          }
        ]
      }
    ]
  }
}