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

FHIR IG analytics

Packageus.cdc.phinvads
Resource TypeValueSet
IdValueSet-2.16.840.1.114222.4.11.879.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.879
Version1
Statusactive
Date2008-01-22T00:10:00+11:00
NamePHVS_WeightUnit_UCUM
TitleWeight Unit
Realmus
DescriptionUnits for measuring weight based on UCUM std.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.879",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.879"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.879",
  "version": "1",
  "name": "PHVS_WeightUnit_UCUM",
  "title": "Weight Unit",
  "status": "active",
  "date": "2008-01-22T00:10:00+11:00",
  "description": "Units for measuring weight based on UCUM std.",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "version": "20171130",
        "concept": [
          {
            "code": "g",
            "display": "gram [mass]"
          },
          {
            "code": "kg",
            "display": "KiloGram [SI Mass Units]"
          },
          {
            "code": "[oz_av]",
            "display": "ounce [mass]"
          },
          {
            "code": "[lb_av]",
            "display": "pound [mass]"
          }
        ]
      }
    ]
  }
}