| Package | hl7.fhir.us.birthdefectreporting |
| Resource Type | ValueSet |
| Id | ValueSet-units-of-age |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/birthdefectreporting/https://build.fhir.org/ig/HL7/fhir-birthdefectsreporting-ig/ValueSet-ValueSet-units-of-age.html |
| URL | http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-units-of-age |
| Version | 0.1.2 |
| Status | active |
| Date | 2025-06-12T00:36:53+00:00 |
| Name | ValueSetUnitsOfAge |
| Title | Units of Age |
| Realm | us |
| Authority | hl7 |
| Description | This valueset contains the set of codes for specifying the units used when recording age (days, weeks, months, years) |
No resources found
| CodeSystem | |
| unitsofmeasure.org | Unified Code for Units of Measure (UCUM) |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ValueSet-units-of-age
http://unitsofmeasure.org| Code | Display |
| d | Days |
| wk | Weeks |
| mo | Months |
| a | Years |
{
"resourceType": "ValueSet",
"id": "ValueSet-units-of-age",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pher"
}
],
"url": "http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-units-of-age",
"version": "0.1.2",
"name": "ValueSetUnitsOfAge",
"title": "Units of Age",
"status": "active",
"experimental": false,
"date": "2025-06-12T00:36:53+00:00",
"publisher": "HL7 International / Public Health",
"contact": [
{
"name": "HL7 International / Public Health",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
}
]
},
{
"name": "Thanh Cheng",
"telecom": [
{
"system": "email",
"value": "thanh.cheng@altarum.org",
"use": "work"
}
]
}
],
"description": "This valueset contains the set of codes for specifying the units used when recording age (days, weeks, months, years)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"compose": {
"include": [
{
"system": "http://unitsofmeasure.org",
"concept": [
{
"code": "d",
"display": "Days"
},
{
"code": "wk",
"display": "Weeks"
},
{
"code": "mo",
"display": "Months"
},
{
"code": "a",
"display": "Years"
}
]
}
]
}
}