FHIR IG analytics
| Package | hl7.fhir.dk.core |
| Resource Type | ValueSet |
| Id | ValueSet-dk-core-UCUM-BasicUnits.json |
| FHIR Version | R4 |
| Source | http://hl7.dk/fhir/core/3.7.0/ValueSet-dk-core-UCUM-BasicUnits.html |
| URL | http://hl7.dk/fhir/core/ValueSet/dk-core-UCUM-BasicUnits |
| Version | 3.7.0 |
| Status | active |
| Date | 2026-05-30T15:15:22+02:00 |
| Name | UCUMBasicUnits |
| Title | DK Core UCUM Basic Units |
| Realm | dk |
| Authority | hl7 |
| Description | UCUM codes to represent units for basic Observations usable in Denmark |
| Copyright | This material contains content from UCUM (http://ucum.org). UCUM is copyright © 1999-2024, Regenstrief Institute, Inc. and is available under the license at http://ucum.org/license. |
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
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://unitsofmeasure.org version Not Stated (use latest from terminology server)| Code | Display |
| % | (percent) |
| cm | (centimeter) |
| [in_i] | (inch) |
| kg | (kilogram) |
| g | (gram) |
| [lb_av] | (pound) |
| Cel | (degree Celsius) |
| [degF] | (degree Fahrenheit) |
| mm[Hg] | (millimeter of mercury column) |
| /min | / (minute) |
| kg/m2 | (kilogram) / (meter ^ 2) |
| m2 | (meter ^ 2) |
| {fraction} | 1 |
Source1
{
"resourceType": "ValueSet",
"id": "dk-core-UCUM-BasicUnits",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.dk/fhir/core/ValueSet/dk-core-UCUM-BasicUnits",
"version": "3.7.0",
"name": "UCUMBasicUnits",
"title": "DK Core UCUM Basic Units",
"status": "active",
"experimental": false,
"date": "2026-05-30T15:15:22+02:00",
"publisher": "HL7 Denmark",
"contact": [
{
"name": "HL7 Denmark",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.dk"
},
{
"system": "email",
"value": "dk-affiliate@hl7.dk"
}
]
}
],
"description": "UCUM codes to represent units for basic Observations usable in Denmark",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"copyright": "This material contains content from UCUM (http://ucum.org). UCUM is copyright © 1999-2024, Regenstrief Institute, Inc. and is available under the license at http://ucum.org/license.",
"compose": {
"include": [
{
"system": "http://unitsofmeasure.org",
"concept": [
{
"code": "%"
},
{
"code": "cm"
},
{
"code": "[in_i]"
},
{
"code": "kg"
},
{
"code": "g"
},
{
"code": "[lb_av]"
},
{
"code": "Cel"
},
{
"code": "[degF]"
},
{
"code": "mm[Hg]"
},
{
"code": "/min"
},
{
"code": "kg/m2"
},
{
"code": "m2"
},
{
"code": "{fraction}"
}
]
}
]
}
}