{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "UCUMTimeUnitsVS",
  "id": "UCUMTimeUnitsVS",
  "title": "Allowed UCUM Time Units",
  "url": "http://omi.de/fhir/registry/ValueSet/UCUMTimeUnitsVS",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "s",
            "display": "seconds"
          },
          {
            "code": "min",
            "display": "minutes"
          },
          {
            "code": "h",
            "display": "hours"
          }
        ]
      }
    ]
  }
}