FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r5.r4.r4#0.0.1-snapshot-2 | unitsofmeasure.org | Unified Code for Units of Measure (UCUM) |
Narrative
No narrative content found in resource
Source1
{
"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"
}
]
}
]
}
}